.fundo-destacado{
    background-color: #f5f6fa;
    padding: 10px;
}

.borda-verde{
    border: green;
    border-radius: 25px;
    border-style: solid;
    margin-bottom: 10px;
    border-width: 1px;
}

.borda-vermelha{
    border: red;
    border-radius: 25px;
    border-style: solid;
    margin-bottom: 10px;
    border-width: 1px;
}

.altura-30{
    height: 30px;
}

.altura-200{
    height: 200px;
}

.texto-titulo{
    font-size: 16px;
    font-weight: bold;
}

.painel{
    background-color: #fbfffb;
    border-color: white;
    box-shadow: 5px 5px 5px #dedede !important;
	border-radius: 10px !important;
    margin-bottom: 20px;
}
