.content-servicedetail {
	max-width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #777777 ;
}

.table-responsive .table{
	font-size: 13px;
	font-weight: none;
}
.table-responsive .table thead th{
	background-color: #00789A ;
	text-align: left;
}
.table-responsive .table thead th:not(:first-child){
	opacity: 0.9;
	text-align: center;
}
.table-responsive .table tbody td{
	background-color: #B7DAE2 ;
	text-align: left;
}
.table-responsive .table tbody td:not(:first-child){
	/*opacity: 0.9;*/
	background-color: #CAE8EF ;
	text-align: center;
}