.table-selector {
    .mouseover, .mouseover .td{
        background-color: #9EC6FF !important;
    }
    .selected, .selected .td {
        background-color: #FCE8D3 !important;
    }
    .selected.th {
        color: #000 !important;
    }
}
