@charset "utf-8";
/* CSS Document */

.table-comp thead th {color:#fff;}
.table-comp>thead>tr>th{vertical-align:bottom;border-bottom:0px !important}
.table-comp tr td:nth-child(2),
.table-comp tr td:nth-child(3),
.table-comp tr td:nth-child(4),
.table-comp tr td:nth-child(5),
.table-comp tr td:nth-child(6),
.table-comp tr th:nth-child(2),
.table-comp tr th:nth-child(3),
.table-comp tr th:nth-child(4),
.table-comp tr th:nth-child(5),
.table-comp tr th:nth-child(6)
{text-align:center !important;}
.table-comp tr th:nth-child(2) {background:#000;}
.table-comp tr th:nth-child(3) {background:#0394d3;}
.table-comp tr th:nth-child(4) {background:#000;}
.table-comp tr th:nth-child(5) {background:#0394d3;}
.table-comp tr th:nth-child(6) {background:#000;}
.table-comp tr td:nth-child(1),
.table-comp tr td:nth-child(3),
.table-comp tr td:nth-child(5) {background:#D2D2D2;}
.table-comp tr td:nth-child(2),
.table-comp tr td:nth-child(4),
.table-comp tr td:nth-child(6) {background:#999999;}
.table-comp>tbody>tr:nth-child(10) td,
.table-comp>tbody>tr:nth-child(11) td { background:#fff;}
.table-comp th:first-child {width: 20%;}
.table-comp th:nth-child(2),
.table-comp th:nth-child(3),
.table-comp th:nth-child(4),
.table-comp th:nth-child(5) {width:16%;}
.table-comp strong {color:#0394d3;font-size:18px;}
.table-comp tr:nth-child(1) th:nth-child(1),
.table-comp tr:nth-child(10) td:nth-child(1),
.table-comp tr:nth-child(11) td:nth-child(1) {border:0px !important;}
.table-comp td, .table-comp th {border:1px solid #dfdfdf !important;}