@charset "UTF-8";
/* CSS Document */

.SmCTable {border-collapse:collapse;border-spacing:0;margin:auto;margin-bottom:1em;table-layout:fixed;width:auto;max-width:100%!important;box-sizing:border-box}
.SmCTable td {padding:4px 1%;font-size:10px; text-align:center;vertical-align:top}

/* Mobiles */
@media only screen and (min-width : 285px)  {
	.SmCTable img  {max-height:66px;max-width:100%;width:107px;height:66px}
	.PagesBorder {box-sizing:border-box;padding:0 1em!important;width:100%;max-width:100%}
}

/* Small tablets */
@media only screen and (min-width : 481px)  {
	.SmCTable img {max-height:80px;max-width:100%;width:133px;height:80px}
}

/* tablet/desktop */
@media only screen and (min-width:768px) {
	.SmCTable img {max-height:80px;max-width:100%;width:133px;height:80px}
	.PagesBorder {border-bottom:1px solid #e0e0e0!important;border-left:1px solid #e0e0e0!important;border-right:1px solid #e0e0e0!important;box-sizing:border-box;padding:0 1em!important;width:100%;max-width:100%}
}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; font-size:11px!important;filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ 
.SmCTable img {height:60px!important;width:110px!important;max-width:100%!important;box-sizing:border-box}
}