/*foundation_02*/
#foundation_02 h1 {
	font-size: 21px;
    font-weight: 600;
    color: #f7660e;
    line-height: 25px;
}
@media (max-width:768px) {
	#foundation_02 h1 {
		font-size: 15px;
	}
}
/*tablebox*/
#tablebox .table {
	margin-bottom: 0px !important;
	border: 1px solid #ddd;
}
#tablebox .table thead tr th,
#tablebox .table tbody tr th,
#tablebox .table tbody tr td,
#tablebox .table tfoot tr td{
	vertical-align: middle;
	color: #1e1e1e;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.6em;
}
#tablebox .table thead tr th{
	background-color: #5dbb46;
    color: #fff;
    font-size: 17px;
    border-color: #5dbb46;
	text-align: center;
}
#tablebox .table tbody tr th{
	background-color: #fcfcfc;
}
#tablebox .table tfoot tr td h6 {
	font-size: 1.3em;
    font-weight: 600;
    color: #f51515;
}
@media (max-width:992px){
	#tablebox .table thead tr th,
	#tablebox .table tbody tr th,
	#tablebox .table tbody tr td,
	#tablebox .table tfoot tr td{
		font-size: 12px;
	}
	#tablebox .table thead tr th{
		font-size: 15px;
	}
}