#citfact_form_ajax_review input.error,
#citfact_form_ajax_review textarea.error
{
    border: 1px solid !important;
    border-color: #F94D41 !important;
}
#citfact_form_ajax_problem .hide{
	display: none;
}
.errors_cont {
    color: #D22233;
}
.success_cont {
    color: #0e9710;
}

.refresh-button {
    width: 180px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: #f2f2f2;
    color: #404040;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: .2s;

    &:hover {
        border-color: transparent;
        color: white;
        background: #224877;
    }
}

@media only screen and (max-width: 767px){
    .refresh-button:hover {
        background-color: #f2f2f2;
        color: #404040;
    }
}