
/* Table */
.main-table { font-size: 14px; border-radius:5px; border: 1px solid #ed1f24; }
.main-table td { font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif!important; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.main-table a { color: #ed1f24; text-decoration: none; }
.main-table a:hover { color: #000; }

.main-table .star { width: 19px; height: 17px; display: inline-block; text-indent: -9999px; text-align: left; background: url("../images/star.png") no-repeat; }
.main-table .starhalf { width: 19px; height: 17px; display: inline-block; text-indent: -9999px; background: url("../images/star-half.png") no-repeat; }
.main-table .starblank { width: 19px; height: 17px; display: inline-block; text-indent: -9999px; background: url("../images/star-blank.png") no-repeat; }

.main-table .title { font-family: 'source_sans_prosemibold'!important; font-size: 20px; color: #fff; font-weight: normal; }
.main-table a.button { width: 96px; height: 38px; display: inline-block; border-radius: 5px; font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif!important; color: #fff; font-size: 14px; font-weight: bold; line-height: 38px; text-align: center; text-decoration: none; border: 1px solid #5ba41a; background: url("../images/btn.jpg") repeat-x; }
.main-table a.button:hover { background: url("../images/btn-ho.jpg") repeat-x; }

.main-table .title { text-align: center!important; }
.main-table td { vertical-align: middle!important; text-align: center!important; }
.main-table td .button { padding: 0px!important; margin: 0px!important; }


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 599px) {
	
	.main-table .title { font-size: 13px; }
	.main-table td { padding: 5px; }
	.main-table td img { max-width: 50px; height: auto; }
	.main-table a.button { width: 50px; height: 30px; font-size: 12px; line-height: 30px; }
				
}
.clearfix::after{content:"";display:table;clear:both}
