.SearchTable {
    border: 1px solid #ebebeb !important;
    width: 100% !important;
    background-color: inherit !important;
    border-radius: 3px !important;
}
    .SearchTable table {
        background-color: #fff !important;
    }
.RowEven {
    background: #F5FAFE;
}
.ListTable {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
    border-top: 1px solid #DADADA !important;
    border-bottom: none;
}
.ListTable table tbody tr th {
    height: 36px;
    text-align: center;
    color: Black;
    font-weight: 100;
    background-color: inherit !important;
    background: inherit !important;
    filter: none !important;
}