﻿
a:hover
{
    text-decoration: underline;
}

.UpdatesSelect_Theme select[disabled='disabled'] {
    color: #CCCCCC;   
}

.UpdatesTitle {
    display: block;
}

.UpdatesFilter {
    float: left;
    margin-right: 40px;
}

.UpdatesFilter_Label {
    font-family: "Space Grotesk";
    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-family: "Space Grotesk";
    font-size: 12px; 
    color: #29a8ef; 
    height: 36px;
    width: 120px;
}

.UpdatesSelect_Theme select {
    font-family: "Space Grotesk";
    font-size: 12px; 
    color: #29a8ef; 
    height: 36px;
    width: 320px;
}

@media (max-width: 600px) {

    .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%;
    }
}


/*********************************************/

.micro_title{
    font-family: "Space Grotesk";
    color:black; 
    font-weight: bold; 
    font-size: 14px;
}

.micro_theme{
    font-family: "Space Grotesk";
    margin: 7px 0px 0px 0px; 
    color: black; 
    font-size: 11px;
}

.micro_update{
    font-family: "Archivo";
    margin: 10px 0px 0px 0px; 
    color: grey; 
    font-size:10px; 
    font-style: italic;
}

.navegacao{
    font-family: "Space Grotesk";
    padding-top:25px;
}