.panels-counter table{
    border-spacing: 2px;
    width: 100%;
    padding: 0;
    text-align: center;
}

.panels-counter table thead tr th{
    font-size: 11px;
    font-weight: 400;
    color: #898ea2;
}

.panels-counter table tbody tr td{
    background: #d6d8e0;
    font-size: 12px;
    padding: 5px 0;
    color: #0b133c;
    font-weight: 500;
}

.panels-counter table tbody tr.active td{
    background: #0b133c;
    color: #d6d8e0;
}