table.company-list {
    border-collapse: collapse;
    color: #676767;
    width: 100%;
    margin-bottom: 10px;
}

table.company-list tr td, table.company-list tr th {
    padding: 5px 5px;
}

table.company-list tr.odd td {
    background-color: #FFFFFF;
}

table.company-list tr.even td {
    background-color: #ECF6F8;
}

table.company-list tr th, table.company-list tr td.ekfl {
    background-color: #F1F4DF;
    text-align: center;
}

a.company-link {
    color: #004374;
}

a.company-link:hover {
    color: #0168B2;
}

