

/* IF computer */
@media only screen and (min-width: 400px) { 
    .container {
		background-color:white;	
	}
}

/* IF phone  */
@media only screen and (max-width: 400px) { 

    .container {
		background-color:white;
		display:block;
		margin-top:0px;
		margin-left:5px; 
		margin-right:auto !important; 
		max-width:100%; 
		padding:0px 5px 10px 5px;
	}

	.card cart-block {
		margin-right:0px;
	}

	mbr-cards-col col-xs-12 col-lg-1 {
	width:1200px;	
    background: white ;
	}
	
	
    .card-text {
       font-size:130% ; 
	   /* width: AUTO !important; */ /* IMPORTANT IS NECESSARY */
	   margin-left:-30px !important;
	   margin-right:-50px !important;
       background:white;
		}
    .card-text p {
	   margin-right:0px !important;
	   background:white; 
		color:black ;
	}

    .card-text img {
		max-width:310px !important;
	}

    .card-subtitle {
	width: 95% !important;
	margin-bottom:10px !important;
	font-size:100% !important;
	}


	.rrheadermenu {
		/*
		-ms-transform: scale(1.3,1.3); */ /* IE 9 */
		/*
		transform: scale(1.1,1.1);
		position: relative;
		left: 20px ;
        width:383px;
		*/
		font-size:130% !important;
		/* background:#000066; */
		color: black !important ;
	
	}
} 

.bulletlist li {
   margin-top:6px;;
}
 


