@charset "UTF-8";
/* CSS Document */
.SwatchRight {font-size:12px;float:none;text-align:center}
.SwatchRight img.pot {max-width:100%;width:140px!important;height:auto!important;margin:auto;}
.SwatchRight img {max-width:100%;width:118px!important;height:70px!important}	

/* MEDIA QUERY FOR TABLETS */
@media only screen and (min-width : 481px)  {
.SwatchRight {float:right; padding:0 0 5px 2%; width:25%;}
.SwatchRight img.pot {max-width:100%!important;width:140px!important;height:auto!important;} /*width:172px*/
.SwatchRight img {max-width:100%;width:118px!important;height:70px!important}	
}

/* MEDIA QUERY FOR TABLETS - portrait */
@media only screen and (min-width : 768px)  {
.SwatchRight {float:right; padding:0 0 5px 2%; width:23%;}
.SwatchRight img {max-width:100%;width:133px!important;height:80px!important}	
}

/* MEDIA QUERY FOR TABLETS - landscape */
@media only screen and (min-width : 1080px)  {
.SwatchRight {float:right; padding:0 0 5px 2%; width:18%;}
.SwatchRight img {max-width:100%;width:133px!important;height:80px!important}	
}

@media print {
.SwatchRight {font-size:12px;  float:right; padding:0 0 5px 2%;text-align:center; width:18%;}
.SwatchRight img {max-width:100%;width:133px!important;height:80px!important}		
}