table.freq-table{
    border-spacing: 3px 0;
    width: 100%;
    padding: 0;
    text-align: center;
    table-layout: fixed;
    margin-top: 3px;
}

table.freq-table thead tr th{
    font-size: 10px;
    font-weight: 400;
    color: #898ea2;
}
table.freq-table thead tr:first-child th{
    background: #c3c8d8;    
    color: #60647b;
    text-transform: uppercase;
}

table.freq-table tbody tr td{
    background: #d6d8e0;
    font-size: 12px;
    padding: 5px 0;
    color: #0b133c;
    font-weight: 500;
}