#list_selector_stage {
    position: absolute;
    right: 20px; top: 10px; 
    /*background: rgba(0,0,0,0.0);*/

    font-family: Arial;
    letter-spacing: normal !important;
    color: #51b72d;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

#list_type_list, #list_type_tiles {
    display: inline-block;
    width: 25px; height: 25px;
    padding: 0;
    margin: -2px 4px 0px 0px;
    background-image: url(img/icon-display.png);
    background-size: auto 100%;
    vertical-align: middle;
}

#list_type_list {
    background-position: -25px 0;
}

#list_sort_selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 34px 0 10px;
    outline: none;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    font-family: Arial;
    letter-spacing: normal !important;
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    height: 32px;

    background-color: #FFFFFF;
    background-image: url(img/select_arrow.png);
    background-position: right 3px center;
    background-repeat: no-repeat;
}

@media (max-width:575px) {   
    .mobile_hidden {
        display: none;
    }
    #list_sort_selector {
        width: 90px;
    }
}

@media (max-width:450px) {   
    #list_selector_stage {
        /*position: relative;
        margin: -20px 0 20px 0;
        top: 0;
        text-align: right;*/
    }
}


