.node-type-broker .panel,
.node-type-broker .panel-footer,
.node-type-broker .panel-heading {
    background-color: white;
    color: #231F20;
}


#block-block-56 {
    border: 1px solid #375a7f;
    border-radius: 5px;
    padding-bottom: 20px;
    }
.node-type-broker .table-striped>tbody>tr {
        background-color: white;
}
.node-type-broker .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #dfdfdf;
    	border-top: 1px solid #c2c2c2;
    	border-bottom: 1px solid #c2c2c2;
}

.node-type-broker a[data-toggle] {
    color: black;
    text-decoration: none;
}
