/*** H1 TITLE ***/
.section-title-wrapper{
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 45px;
}
/*.section-title::after{
	content: "";
	display: block;
	height: 2px;
	width: 35px;
	background: #000;
	margin: 0 auto;
	margin-top: 10px;
}*/
/*** TABLE ***/
.table-bordered { background: #FFF; }


#box_table{
	margin: 30px auto;
}
.table thead tr th, .table tbody tr:nth-child(1), .table tbody tr:nth-child(2), .table tbody tr:nth-child(6), .table tbody tr:nth-child(10), .table tbody tr td:nth-child(1), .table tbody tr td:nth-child(2){
	text-align: center;
}
.table tbody tr:nth-child(1){
	/*background: #FAEE65;*/
	background: #e9881b;
}
.table tbody tr:nth-child(1) td{
	/*border: 1px solid #FAEE65;*/
	border: 1px solid #e9881b;
	color: #fff;
	font-weight: bold;
}
.table tbody tr td:nth-child(3){
	width: 360px;
}
.table tbody tr:nth-child(1) td:nth-child(3), .table tbody tr:nth-child(1) td:nth-child(4){
	line-height: 40px;
}
.table tbody tr:nth-child(6), .table tbody tr:nth-child(10){
	background: #e5ddd6;
}