/* Custom Jack Styling */

.wr-table .fixedDataTableLayout_header .public_fixedDataTableCell_cellContent, .wr-table .public_fixedDataTable_header .public_fixedDataTableCell_cellContent {
    color: #222;
    font-weight: 400;
    text-align: center;
}
.rfwf-bg-primary {
    background-color: #005073;
    color: #fff;
}
.wr-table .fixedDataTableLayout_header *, .wr-table .fixedDataTableLayout_header, .wr-table .public_fixedDataTable_header *, .wr-table .public_fixedDataTable_header {
    line-height: 1.2em;
    text-transform: uppercase;
    color: #005073;
}
.rfSI svg {
    cursor: pointer;
    display: block;
    fill: #005073;
    height: 100%;
    opacity: 1;
    width: 100%;
}

@media only screen and (min-width: 1170px) {
	#rf-content {padding-top: 50px !important;}
}
