br.clear {
    clear: both;
}

table#resultTable {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}

table#resultTable th {
    background-color: #f8f8f8;
    color: #222;
    border: 0;
    border-bottom: 4px solid #faceaa;
    line-height: 1.66667;
    padding: 11px 15px;
    text-align: left;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

table#resultTable th.property label {
    margin-right: 10px;
    font-weight: 600;
}

table#resultTable th.property select {
    background: url(/files/optima/filter.png) no-repeat 2px 2px #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    padding: 0px 40px 0px 10px;
    padding: 0rem 2.5rem 0rem 1.625rem;
    margin: 0;

    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border:0 ;
    width: 100px;
    height: auto !important;
}

table#resultTable th.property a {
    background: url(/files/optima/filter_selected.png) no-repeat 2px 2px #0076bd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    padding: 0px 40px 0px 20px;
    padding: 0rem 2.5rem 0rem 1.625rem;

    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border:0 ;
    width: 100px;
    color: #fff;
    text-decoration: none;
}

table#resultTable th.property a:hover {
    background: url(/files/optima/filter_delete.png) no-repeat 2px 2px #faceaa;
}

table#resultTable th.property a span{ 
    color: #fff;
}

table#resultTable td {
    background-color: #f8f8f8;
    color: #222;
    border: 0;
    border-left: 1px solid #d4d4d4;
    line-height: 1.66667;
    padding: 11px 15px;
    text-align: left;
}

table#resultTable td:first-child {
    border-left: 0;
    width: 1%;
}            
 
table#resultTable td:last-child {
    width: 1%;
}