/* .comparator-table */

.comparator-table .table-content { margin-top: 6.5rem;}
.comparator-table .table-content::-webkit-scrollbar { height: 3px;}
.comparator-table .table-content::-webkit-scrollbar-track { background: #eee;}
.comparator-table .table-content::-webkit-scrollbar-thumb { background: #28628a;}

.comparator-table table { width: 100%;}
.comparator-table table tbody tr:nth-child(even) { background-color: #f6fdfe;}
.comparator-table table th ,
.comparator-table table td { width: 120px; text-align: center; padding: 1rem;}
.comparator-table table th { font-size: 1.1rem; line-height: 1.25rem; letter-spacing: 1px; text-transform: uppercase;} 
.comparator-table table td { color: #efcd34; font-size: 3.1rem; line-height: 3rem; border-bottom: 1px solid #00618a;}
.comparator-table table th:last-child ,
.comparator-table table td:last-child { width: auto; text-align: left; }
.comparator-table table td:last-child { color: #333; font-size: 1rem; line-height: 1.3rem;}


@media (max-width: 767px){
    .comparator-table .table-content { overflow-x: scroll; padding-bottom: 1rem; margin-top: 3rem;}
    .comparator-table table { width: 600px;}
    .comparator-table table th ,
    .comparator-table table td { width: 90px; padding: .5rem;}
    .comparator-table table th { font-size: 1rem; line-height: 1.1rem;} 
}