﻿
a:hover
{
    text-decoration: underline;
}

.UpdatesSelect_Theme select[disabled='disabled'] {
    color: #CCCCCC;   
}

.UpdatesTitle {
    display: block;
}

.UpdatesFilter {
    float: left;
    margin-right: 40px;
}

.UpdatesFilter_Label {
    float: none;
    clear: both;
    font-size: 16px; 
    color:#333333; 
    font-weight: bold;
    margin-bottom: 7px;
}

.UpdatesSelect_DB {
    float: left;
    margin-right: 0px;
}

.UpdatesSelect_Theme {
    float: left;
    margin-right: 0px;
}

.UpdatesSelect_DB select {
    font-size: 12px; 
    color: #29a8ef; 
    height: 36px;
    width: 120px;
}

.UpdatesSelect_Theme select {
    font-size: 12px; 
    color: #29a8ef; 
    height: 36px;
    width: 320px;
}

@media (max-width: 600px) {
    .UpdatesTitle {
        display: none;
    }

    .UpdatesFilter {
        float: none;
        clear: both;
        margin-right: 0px;
    }

    .UpdatesSelect_DB {
        float: none;
        clear: both;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .UpdatesSelect_DB select {
        font-size: 16px; 
        width: 100%;
    }

    .UpdatesSelect_Theme {
        float: none;
        clear: both;
        margin-right: 0px;
    }

    .UpdatesSelect_Theme select {
        font-size: 16px; 
        width: 100%;
    }
}