/*
########
The following lines edit the style of elements within specific Gravity Forms to improve formatting.

Created by SPB 21/01/2016
########
*/


/* 
########
Form 12 is for the online statistics test questions
*/

#gform_12 .gfield_description {
    font-size: 100%;
}

#gform_12 .gfield_label {
    font-weight: bold;
    text-indent: -5px;
}


/*
########
Form 11 is for the online statistics test initial page
*/

#gform_11 .gfield_description {
    font-size: 100%;
}

#gform_11 .gfield_label {
    font-weight: bold;
    text-indent: -5px;
}