* {
    margin: 0;
    padding: 0;
    border: 0;
}

div:after, ul:after, form:after, li:after, section:after, label:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    overflow: hidden;
}

html, body {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 12px;
    overflow-x: hidden;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #222222 url('../img/fundo.jpg') center top;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, li {
    list-style: none;
}


.fundo_preto {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 200;
    overflow-y: auto;
}

.popup {
    margin: -107px 0 0 -250px;
    z-index: 201;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.popup .centro {
    position: relative;
    color: #FFF;
    text-shadow: 0px 0px 5px #000000;
}

.popup .centro img {
    width: 100%;
    position: relative;
    z-index: 202;
}

.popup .centro .fechar {
    position: absolute;
    top: -10px; right: -10px;
    border: 1px solid #FFF;
    background: #EA0000;
    color: #FFF;
    z-index: 203;
    border-radius: 50%;
    padding: 3px 8px;
    cursor: pointer;
}

.popup .centro .fechar:hover {
    background: #C10000;
}

/*Desktop*/
@media all and (min-width: 1000px) {

    .fundo {
        background: rgba(0,0,0,0.5);
        width: 1000px;
        height: 100%;
        top: 0;
        left: calc(50% - 500px);
        position: fixed;
        z-index: -1;
    }

    .conteudo {
        width: 960px;
        height: 100%;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        /*background: rgba(0,0,0,0.5);*/
    }

    .logo {
        background: url(../img/logo.png) center top no-repeat;
        width: 100%;
        height: 158px;
        float: left;
        margin: 80px 0;
    }

    .descricao {
        width: 100%;
        float: left;
        margin-bottom: 80px;
    }

    .cadastro {
        width: calc(100% - 80px);
        float: left;
        background: #F0F0F0;
        border-radius: 3px;
        margin: 20px;
        margin-bottom: 50px;
        padding: 20px;
    }

    .cadastro form {
        width: 300px;
        float: left;
        margin-right: 20px;
    }

    .cadastro form p {
        font-size: 18px;
        padding: 60px 0 40px;
    }

    .cadastro form .resultado {
        width: 150px;
        display: inline-block;
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 8px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
    }

    .cadastro form .resultado:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .descricao p {
        padding: 0 90px;
        color: #FFF;
        font-size: 15px;
        text-align: justify;
    }

    .cadastro .leia {
        width: 250px;
        float: left;
        margin-right: 20px;
    }

    .cadastro .leia a {
        width: 150px;
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 8px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin: 44px auto 0;
    }

    .cadastro .leia a:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .cadastro .facebook {
        width: 280px;
        float: left; 
        overflow: hidden;
    }

    .cadastro form h1, .cadastro .leia h1, .cadastro .facebook h1 {
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        font-size: 20px;
        float: left;
        color: #4D4D4D;
        margin-bottom: 10px;
    }

    .cadastro form img {
        margin-bottom: 5px;
    }

    .cadastro form input[type=text] {
        width: calc(100% - 20px);
        border: solid 1px #CCC;
        background: #FFF;
        color: #4D4D4D;
        float: left;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 8px;
    }

    .cadastro .leia p {
        text-align: justify;   
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cadastro form input[type=button],
    .cadastro form input[type=submit] {
        width: 150px;
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 8px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
    }

    .cadastro form input[type=button]:hover,
    .cadastro form input[type=submit]:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .votacao {
        width: calc(100% - 80px);
        background: #F0F0F0;
        border-radius: 10px;    
        margin: 20px;
        padding: 20px;
        position: relative;
        float: left;
    }

    .categoria {
        width: calc(100% - 80px);
        float: left;
        background: #F0F0F0;
        border-radius: 10px;    
        margin: 0 20px 20px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }

    .categoria h1 {
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        font-size: 20px;
        float: left;
        color: #4D4D4D;
        margin-bottom: 10px;
    }

    .categoria .dialogo {
        width: 330px;
        padding: 10px;
        top: 20px;
        left: 50%;
        margin-left: -180px;
        position: absolute;
        background-color: #FFF;
        border-radius: 10px;
        color: #666;
        display: none;
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }

    .categoria .dialogo h3 {
        width: 100%;
        float:left;
        text-transform: uppercase;
        color: #4D4D4D;
        font-size: 14px;
    }

    .categoria .dialogo h3 .fechar {
        width: 20px;
        height: 20px;
        float: right;
        background: url('../img/fechar.png') center no-repeat;   
        cursor: pointer;
    }

    .categoria .dialogo h1 {
        float: left;
        text-transform: uppercase;
        color: #4D4D4D;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    .categoria .dialogo input[type=text] { 
        width: 230px;
        text-transform: uppercase;
        border: solid 1px #CCC;
        color: #999;
        border-radius: 3px;
        padding: 5px 10px;
        margin: 10px;
        text-align: center;
    }

    .categoria .dialogo button {
        border-radius: 3px;
        padding: 5px 15px;
        color: #FFF;
        margin-top: 10px;
    }

    .botoes {
        width: 100%;
        float: left;
        margin-top: 20px;
        /*background-color: #E6E6E6;*/
    }

    .botoes .confirmar, .botoes .novo {
        border-radius: 3px;
        padding: 5px 15px;
        color: #FFF;
        float: left;
        margin-right: 10px;
    }

    .botoes .confirmar {
        cursor: pointer;
        background: #127A48;
        border-bottom: solid 2px #229E62;
    }

    .botoes .confirmar:hover {
        background: #11683E;
        border-bottom: solid 2px #229E62;
    }

    .botoes .novo {
        cursor: pointer;
        color: #FFF;
        background: #8945EF;
        border-bottom: solid 2px #A26DF2;
    }

    .botoes .novo:hover {
        color: #FFF;
        background: #6A09F2;
        border-bottom: solid 2px #8945EF;
    }

    .categoria .dialogo button {
        cursor: pointer;
        background: #1BD17C;
        border-bottom: solid 2px #0BBA68;
    }

    .categoria .dialogo button:hover {
        background: #1CBF70;
        border-bottom: solid 2px #04A055;
    }

    .botoes p {
        width: 100%;
        float: left;
    }

    .botoes p span {
        color: #666;
        text-transform: uppercase;
        float: right;
        width: auto;
    }

    .botoes p span:last-child {
        padding-right: 5px;
        border-right: solid 1px #666;
        margin-right: 5px;
    }

    .botoes p span a:hover {
        text-decoration: underline;
    }

    form.contato {
        width: 378px;
        margin: 0 auto;
        padding: 14px 0;
    }

    form.contato h1 {
        margin-bottom: 20px;
        text-align: left;
        font-family: 'Roboto', sans-serif;
    }

    form.contato input[type=text] {
        display: block;
        padding: 10px 14px;
        width: 350px;
        font-size: 14px;
        margin: 0 auto 14px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #CCC;
    }

    form.contato input[type=text][readonly] {
        background: #DDD;
    }

    form.contato textarea {
        display: block;
        padding: 10px 14px;
        width: 350px;
        font-size: 14px;
        margin: 0 auto 14px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #CCC;
    }

    form.contato input[type=submit] {
        background: #1BD17C;
        border-bottom: solid 3px #0BBA68;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;

    }

    form.contato input[type=submit]:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .fundo_participando {
        display: none;
        position: fixed;
        top: 0; left: 0;
        z-index: 19;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }

    .msg_candidatos {
        width: calc(100% - 40px);
        background: #F0F0F0;
        border-radius: 10px;
        margin: 0 20px 40px;
        position: relative;
        float: left;
    }

    .msg_candidatos p {
        padding: 20px;
    }

    .divparticipando {
        display: none;
        position: fixed;
        width: 700px;
        top: 80px;
        z-index: 20;
        left: calc(50% - 350px);
        background: #FFF;
        border-radius: 10px;
        padding-top: 30px;
    }
    
    .divparticipando#load {
        display: none;
        width: auto;
        padding: 20px;
        left: calc(50% - 52px);
    }
    
    .divparticipando .fechar {
        background: #DB1111;
        color: #FFF;
        border-radius: 50%;
        float: right;
        padding: 4px 10px;
        position: relative;
        top: -12px; right: -10px;
        font-family: cursive;
        font-size: 22px;
        border: 1px solid #FFF;
    }

    .divparticipando .fechar:hover {
        background: #C10F0F;
        cursor: pointer;
    }

    .divparticipando .caixacurtir {
        float: left;
        padding: 14px;
        width: 292px;
    }

    .divparticipando .mensagens {
        padding: 0 20px 20px;
        float: right;
        width: 340px;
    }

    .divparticipando .mensagens > p {
        line-height: 175%;
        font-size: 16px;
        color: #1A1A1A;
        text-align: left;
    }

    .divparticipando .mensagens iframe {
        float: left !important;
        margin-right: 20px !important;
        width: 100px !important;
        height: 64px !important;
    }

    .divparticipando .mensagens .continuarvotando {
        background: #1BD17C;
        border-bottom: solid 3px #0BBA68;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;
        clear: both;
        float: right;
        margin-top: 20px;
    }

    .divparticipando .mensagens .continuarvotando:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .pgresultado {
        text-align: left;
    }

    .pgresultado h1 {
        font-family: Oswald;
        font-weight: 300;
        font-size: 30px;
        float: left;
    }

    .pgresultado form {
        float: right;
        background: #FFF;
        margin: 10px 0 0;
    }

    .pgresultado form input[type=text] {
        float: left;
        width: 190px;
        height: 30px;
        padding: 0 14px;
    }

    .pgresultado form input[type=submit] {
        float: right;
        width: 70px;
        height: 30px;
        background: #F9F9F8;
        cursor: pointer;
    }

    .pgresultado form input[type=submit]:hover {
        background: #E8E8E8;
    }

    .pgresultado .voltar {
        font-family: Oswald;
        font-weight: 300;
        font-size: 20px;
        clear: both;
        padding: 20px 0 0;
        text-align: right;
    }

    .pgresultado .voltar a {
        text-align: right;
    }

    .pgresultado .tcategoria {
        padding: 20px 0 10px;
        font-weight: bold;
        clear: both;
    }

    .pgresultado .lista {
        border: 1px solid #CCC;
    }

    .pgresultado .lista p {
        padding: 0 10px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .pgresultado .lista div {
        float: right;
        border-left: 1px solid #CCC;
        height: 100%;
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
    }

    .pgresultado span {
        font-weight: bold;
    }

    .pgresultado hr {
        margin-top: 20px;
        border-top: #CCC 1px solid;
        border-bottom: #FFF 1px solid;
    }
}

/*Mobile*/
@media all and (max-width: 999px) {
    
    .fundo_preto {
        display: none;
    }

    .popup {
        display: none;
    }
    
    .logo {
        background: url(../img/logo.png) center no-repeat;
        background-size: 100% auto;
        width: calc(100% - 40px);
        height: 150px;
        margin: 20px 20px 0;
    }

    .descricao {
        margin: 0 20px 20px;
        background: rgba(0,0,0,0.5);
        border-radius: 7px;
    }

    .descricao p {
        padding: 20px;
        color: #FFF;
        font-size: 15px;
        text-align: justify;
    }

    .cadastro {
        background: #F0F0F0;
        border-radius: 10px;
        margin: 20px;
        margin-bottom: 50px;
        padding: 20px;
    }

    .cadastro form {
        margin-right: 20px;
    }

    .cadastro form p {
        font-size: 18px;
        padding: 60px 0 40px;
    }

    .cadastro form .resultado {
        width: 150px;
        display: inline-block;
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 28px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
    }

    .cadastro form .resultado:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .cadastro .leia {
        margin-right: 20px;
    }

    .cadastro .leia a {
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin: 44px auto 28px;
    }

    .cadastro .leia a:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .cadastro .facebook {
        overflow: hidden;
    }

    .cadastro form h1, .cadastro .leia h1, .cadastro .facebook h1 {
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        font-size: 20px;
        float: left;
        color: #4D4D4D;
        margin-bottom: 10px;
    }

    .cadastro form img {
        margin-bottom: 5px;
    }

    .cadastro form input[type=text] {
        width: calc(100% - 2px);
        border: solid 1px #CCC;
        background: #FFF;
        color: #4D4D4D;
        float: left;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 8px;
    }

    .cadastro .leia p {
        text-align: justify;   
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cadastro form input[type=submit] {
        width: 150px;
        background: #1BD17C;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 10px;
        margin: 5px 0 28px;
        cursor: pointer;
        border-bottom: solid 3px #0BBA68;
        text-transform: uppercase;
        font-weight: bold;
    }

    .cadastro form input[type=submit]:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .votacao {
        width: calc(100% - 80px);
        background: #F0F0F0;
        border-radius: 10px;    
        margin: 20px;
        padding: 20px;
        position: relative;
        float: left;
    }

    .categoria {
        width: calc(100% - 80px);
        float: left;
        background: #F0F0F0;
        border-radius: 10px;    
        margin: 0 20px 20px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }

    .categoria h1 {
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        font-size: 20px;
        float: left;
        color: #4D4D4D;
        margin-bottom: 10px;
    }

    .categoria .dialogo {
        width: calc(100% - 60px);
        padding: 10px;
        top: 20px;
        left: 20px;
        position: fixed;
        background-color: #FFF;
        border-radius: 10px;
        color: #666;
        display: none;
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }

    .categoria .dialogo h3 {
        width: 100%;
        float:left;
        text-transform: uppercase;
        color: #4D4D4D;
        font-size: 14px;
    }

    .categoria .dialogo h3 .fechar {
        width: 20px;
        height: 20px;
        float: right;
        background: url('../img/fechar.png') center no-repeat;   
        cursor: pointer;
    }

    .categoria .dialogo h1 {
        float: left;
        text-transform: uppercase;
        color: #4D4D4D;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    .categoria .dialogo input[type=text] { 
        width: calc(100% - 40px);
        text-transform: uppercase;
        border: solid 1px #CCC;
        color: #999;
        border-radius: 3px;
        padding: 5px 10px;
        margin: 10px;
        text-align: center;
    }

    .categoria .dialogo button {
        border-radius: 3px;
        padding: 5px 15px;
        color: #FFF;
        margin-top: 10px;
    }

    .botoes {
        width: 100%;
        float: left;
        margin-top: 20px;
        /*background-color: #E6E6E6;*/
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        width: 100%;
        text-align: left !important;
    }

    .botoes .confirmar, .botoes .novo {
        border-radius: 3px;
        padding: 5px 15px;
        color: #FFF;
        float: left;
        margin-right: 10px;
    }

    .botoes .confirmar {
        width: 100%;
        margin-bottom: 10px;
        cursor: pointer;
        background: #127A48;
        border-bottom: solid 2px #229E62;
    }

    .botoes .confirmar:hover {
        background: #11683E;
        border-bottom: solid 2px #229E62;
    }

    .botoes .novo {
        width: 100%;
        cursor: pointer;
        color: #FFF;
        background: #8945EF;
        margin-bottom: 10px;
        border-bottom: solid 2px #A26DF2;
    }

    .botoes .novo:hover {
        color: #FFF;
        background: #6A09F2;
        border-bottom: solid 2px #8945EF;
    }

    .categoria .dialogo button {
        cursor: pointer;
        background: #1BD17C;
        border-bottom: solid 2px #0BBA68;
    }

    .categoria .dialogo button:hover {
        background: #1CBF70;
        border-bottom: solid 2px #04A055;
    }

    .botoes p {
        width: 100%;
        float: left;
    }

    .botoes p span {
        color: #666;
        text-transform: uppercase;
        float: right;
        width: auto;
    }

    .botoes p span:last-child {
        padding-right: 5px;
        border-right: solid 1px #666;
        margin-right: 5px;
    }

    .botoes p span a:hover {
        text-decoration: underline;
    }

    form.contato {
        margin: 0 auto;
        padding: 14px 0;
    }

    form.contato h1 {
        margin-bottom: 20px;
        text-align: left;
        font-family: 'Roboto', sans-serif;
    }

    form.contato input[type=text] {
        display: block;
        padding: 10px 14px;
        width: calc(100% - 28px);
        font-size: 14px;
        margin: 0 auto 14px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #CCC;
    }

    form.contato input[type=text][readonly] {
        background: #DDD;
    }

    form.contato textarea {
        display: block;
        padding: 10px 14px;
        width: calc(100% - 28px);
        font-size: 14px;
        margin: 0 auto 14px;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #CCC;
    }

    form.contato input[type=submit] {
        background: #1BD17C;
        border-bottom: solid 3px #0BBA68;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;

    }

    form.contato input[type=submit]:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .fundo_participando {
        display: none;
        position: fixed;
        top: 0; left: 0;
        z-index: 19;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }

    .msg_candidatos {
        width: calc(100% - 40px);
        background: #F0F0F0;
        border-radius: 10px;
        margin: 0 20px 40px;
        position: relative;
        float: left;
    }

    .msg_candidatos p {
        padding: 20px;
    }

    .divparticipando {
        display: none;
        position: fixed;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        overflow-y: auto;
        top: 20px;
        left: 20px;
        z-index: 20;
        background: #FFF;
        border-radius: 10px;
    }

        .divparticipando#load {
        display: none;
        width: auto;
        padding: 20px;
        left: calc(50% - 52px);
        height: auto;
        top: calc(50% - 52px);
    }
    
    .divparticipando .fechar {
        background: #DB1111;
        color: #FFF;
        border-radius: 50%;
        float: right;
        padding: 4px 10px;
        position: relative;
        top: -12px; right: -10px;
        font-family: cursive;
        font-size: 22px;
        border: 1px solid #FFF;
    }

    .divparticipando .fechar:hover {
        background: #C10F0F;
        cursor: pointer;
    }

    .divparticipando .caixacurtir {
        margin-bottom: 20px;
    }

    .divparticipando .caixacurtir iframe {
        width: 100% !important;
    }

    .divparticipando .mensagens {
        padding: 0 20px 20px;
    }

    .divparticipando .mensagens > p {
        line-height: 175%;
        font-size: 16px;
        color: #1A1A1A;
        text-align: left;
    }

    .divparticipando .mensagens iframe {
        float: left !important;
        margin-right: 0 !important;
        width: 100px !important;
        height: 64px !important;
    }

    .divparticipando .mensagens .continuarvotando {
        background: #1BD17C;
        border-bottom: solid 3px #0BBA68;
        color: #FFF;
        border-radius: 3px;
        padding: 10px 20px;
        cursor: pointer;
        clear: both;
        float: right;
        margin-top: 20px;
    }

    .divparticipando .mensagens .continuarvotando:hover {
        background: #13B567;
        border-bottom-color: #03A355;
    }

    .pgresultado {
        text-align: left;
    }

    .pgresultado h1 {
        font-family: Oswald;
        font-weight: 300;
        font-size: 30px;
    }

    .pgresultado form {
        background: #FFF;
        margin: 10px 0 0;
        width: 100%;
    }

    .pgresultado form input[type=text] {
        float: left;
        width: calc(100% - 98px);
        height: 30px;
        padding: 0 14px;
    }

    .pgresultado form input[type=submit] {
        float: right;
        width: 70px;
        height: 30px;
        background: #F9F9F8;
        cursor: pointer;
    }

    .pgresultado form input[type=submit]:hover {
        background: #E8E8E8;
    }

    .pgresultado .voltar {
        font-family: Oswald;
        font-weight: 300;
        font-size: 20px;
        clear: both;
        padding: 20px 0 0;
        text-align: right;
    }

    .pgresultado .voltar a {
        text-align: right;
    }

    .pgresultado .tcategoria {
        padding: 20px 0 10px;
        font-weight: bold;
        clear: both;
    }

    .pgresultado .lista {
        border: 1px solid #CCC;
    }

    .pgresultado .lista p {
        padding: 0 10px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .pgresultado .lista div {
        float: right;
        border-left: 1px solid #CCC;
        height: 100%;
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
    }

    .pgresultado span {
        font-weight: bold;
    }

    .pgresultado hr {
        margin-top: 20px;
        border-top: #CCC 1px solid;
        border-bottom: #FFF 1px solid;
    }
}
