.pre-accept {
    color: green;
}

.pre-evaluate {
    color: orange;
}

.pre-reject {
    color: red;
}

#preQuestDrop.w3-dropdown-content {
   max-height:450px;/* you can change as you need it */
   overflow:auto;
}
#pre_header_edit_form {
    background-color: #8bc34a;
    color: white;
    text-shadow: 2px 2px 3px #004700;
    padding: 2px 0 4px 0;
    margin: 0 0 16px 0;
}
#pre_header_edit_form h2 {
    font-size: 40px;
    padding-left: 12px;
}
#pre_header_edit_form a {
    color: white;
    text-decoration: none;
}
#pre_header_edit_form a:hover {
    color: yellow;
}

#block-claro-page-title .page-title {
    text-shadow: 2px 2px 3px #ffffff;
}
