.rf_blocks{
    padding: 15px 0 0 35px;
}

.rf_blocks label{
    display: block;
    cursor: pointer;
}

.rf_blocks input, .rf_blocks select{
    margin: 1px 0px 10px 0px;
}

.rf_mat{
    width: 236px;
}

.rf_warning,.rf_done{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #c42301;
    text-transform: uppercase;
    border: 1px solid #c42301;
    margin: 5px 4px;
}

.rf_done{
    color: green;
    border: 1px solid green;
}