.filtersel {
    background-color: #E00000;
    color: white;
    border-color: #000000;
    border: none;
    width: 130px;
    appearance: none;
    -webkit-appearance: none;
    text-align: -webkit-center;
    -moz-appearance: none;
    height: 30px;
}
    
.filtersel:hover {
    //background-color: #d61b1b;
   background-color: #c91a1a;
}

.left {
    border-color: #000000 !important;
    border-radius: 8px 0px 0px 8px;
    border-right: 1px solid;
}

.center {
    border-color: #000000 !important;
    border-right: 1px solid;
    border-left: 1px solid;
}

.right {
    border-color: #000000 !important;
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid;
}

.filtersel-content {
    text-align: left;
    background-color: #c91a1a;
}

.filterclear {
    border: none;
    border-radius: 8px;
    
    text-align: center;
    color: #E00000;
    //background-color: #E00000;
    height: 30px;
    margin-left: 10px;
}

.filterclear:hover {
    background-color: #c9c9c9;
}

#leftinner {
    height: 450px;
    margin-left: -10px !important;
}

#rightinner {
    margin-left: 0px !important;
    width: 910px !important;
}

.lastupdated {
    float: right;
}

option {
    background-color: #e0e0e0;
    padding-left: 0px;
    color: black;
}

@supports (-moz-appearance:none) {
    select { 
        text-align: center;
        padding-left: 0px;
    }
}

@supports not (-moz-appearance:none) {
    select {
        padding-left-last: calc(4% - .5em);    
    }
}




