.filter-brands-table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: collapse;
    #border: 1px solid #737885;
    border-radius: 2px;
    font-size: 1.3em;
}
.filter-brands-table thead td{
    color: #ffffff;
    background-color: #737885;
    padding: 7px 0.5%;
}
.filter-brands-table tbody tr{
    border-left: 1px solid #737885;
    border-right: 1px solid #737885;

}
.filter-brands-table thead tr.table-head{
    border-left: 1px solid #737885;
    border-right: 1px solid #737885;

}
.filter-brands-table tbody td{
    color: #737885;
    border-bottom: 1px solid #737885;
    padding: 7px 0.5%;
}
.filter-brands-table thead tr td:nth-child(1){
    width: 155px;
    min-width: 155px;
}
.filter-brands-table thead tr td:nth-child(2){
    width: 220px;
}
.filter-brands-table thead tr td:nth-child(3){
    width: 35%;
}
.filter-brands-table thead tr td:nth-child(4){
    width: 15%;
}
.filter-brands-table thead tr td:nth-child(5){
    width: 15%;
}
td.filter-brands-table-head {
    background-color: #ffffff!important;
    padding-left: 0px!important;
}
.filter-brands-table-head:nth-child(1){
    vertical-align: bottom;

}
.filter-brands-table-head:nth-child(2){
    text-align: right;
}
.filter-brands-table-head img {
    width: 50px;
}
.filter-brands-table tbody tr:hover {
    background-color: rgba(115, 120, 133, 0.22);
    cursor: pointer;
}