body {
    background-color: #eee;
}

select[readonly] {
    opacity: .45;
    pointer-events: none;
    touch-action: none;
}

.row.formacao,
.row.experiencia,
.row.curso {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.processo_seletivo {
    color:#000;
}

.usuario_novo {
    color:#000;
}

.usuario_listar {
    color: #000;
}