.company-list tr.table-head td, .company-list thead tr th, table.tablepress thead tr th {
    background: #002b70!important;
    font-weight: bold;
    color: #fff;
	font-family: "GilroyRegular", sans-serif;
}

table.company-list {
    font-size: 20px;
    /* letter-spacing: 1px; */
    text-align: center;
    margin: 30px auto;
    border: 1px solid #eae7e7;
	font-family: "GilroyRegular", sans-serif;
}

.company-list tr.table-head td, .company-list thead tr th, table.tablepress thead tr th {
    /*background: #002b70!important;*/
    background: #11131c!important;
    font-weight: bold;
    color: #fff;
	font-family: "GilroyRegular", sans-serif;
}

.company-list tr.table-head td:hover  {
    /*background: #002b70!important;*/
    background: #ffffff !important;
    font-weight: bold;
    color: #11131c;
	font-family: "GilroyRegular", sans-serif;
}

body .company-list tr td, body table.tablepress tr td {
    text-align: left;
    max-width: 350px;
    background: #fff!important;
    border-top: 1px solid #ddd;
    font-size: 15px;
    padding: 8px;
	font-family: "GilroyRegular", sans-serif;
}

a.bluebtn {
    letter-spacing: 2px;
   font-family: "GilroyRegular", sans-serif;
    font-weight: bold;
    background-color: #11131c;
    color: #fff!important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}
p>a{
    color: #11131c !important;
}

@media (max-width:480px){
    table.company-list{
        display: block;
        overflow-x: scroll;
    }
}