﻿/* filter label and clear */
.filter-row::after{
    display: table;
    clear: both;
    content: ' ';
}
.filter-label {
    float: left;
    display: inline-block;
    width: auto !important;
}
.filter-clear {
    float: right;

    margin-bottom: 15px;
    margin-top: 30px;

    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #115b98;
    text-decoration: none;
}
.filter-clear-attorney {
    margin-right: 20px;
    margin-top: 25px;
}