/*Blocos de respostas*/
textarea{
    width: 90%;
    height: 15em;
    resize: none;
    text-align: justify;
}

/*Buttons*/
.btn {
    color: black;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    background-image: none;
}
.btn-primary {
    color: white;
    background-color: #0069d9;
    border-color: #0062cc;
    background-image: none;
}

.note{
    width: 90%;
    font-size: small;
    text-align: justify;
    margin: 3em 0 0 2em !important;
}

.answer{
    border-color: rgb(20, 106, 129);
    padding: 1%;
}
.answerSucess{
    color: white;
    background: #428d42;
    padding: 6px 6px 6px 6px;
    border-radius: 4px;
    width: 90%;
    margin: auto auto;
}
.answerError{
    color: white;
    background: #8e1f1f;
    padding: 6px 6px 6px 6px;
    border-radius: 4px;
    width: 90%;
    margin: auto auto;
}