/* 
	Retirado o que ja constava em otimizado/questoes.css.
*/

.questoes-container .questoes {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 3.2px;
    margin: 0.2rem;
    display: inline-block;
    width: 37px;
    height: 29px;
    background-color: #edeff0;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 4px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}

.questoes-container .questoes.comentario {
    background-color: #ffe071;
}

.questoes-container .questoes.comentario.selecionada {
    background-color: #f7bf33;
    color: #fff;
}

.questoes-container .questoes.comentario:hover {
    background-color: #f7bf33;
}

.questoes-container .questoes.selecionada {
    background-color: #dcdede;
    color: #fff;
}

.questoes-container .questoes:hover {
    background-color: #dcdede;
}

.btn {
    text-align: inherit;
    padding-bottom: 2px;
}

hr {
    margin-right: 40px;
    margin-right: 2.5rem;
}


