.c-tab__content table { width:100%; }
.c-tab__content  { overflow:hidden }

@media screen and (max-width: 767px) {
	.c-tab__content table { display:none; }
}

.bold { font-weight:700 }
.fs30 { font-size:30px!important; }
.img-lh { line-height: 60px; height: 60px; }
.whitebox { background-color: #fff; padding: 15px; height:165px; box-shadow: 0 0 3px #AFAFAF; }