/**
 * HIDE BULLET IN PRODUCT CONFIRMATION
 */
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html table ul li, 
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html table ul li { list-style: none !important; }
/**
 * FIX SUBMISSION CONFIRMATION CSS FOR TWENTYTWELVE
 */
.gfield_html_formatted { margin: 0 !important; }
.gfield_html_formatted table { padding: 0 !important; margin: 0 !important; border: 0 !important;
    background-color: transparent !important; line-height: 1; }
.gfield_html_formatted table table { border: 1px solid #EAF2FA !important; }
.gfield_html_formatted td { padding: 0; }
.gfield_html_formatted td td { padding: 8px 10px !important; border: 0; }
/**
 * DISABLED INPUT STYLES
 */
input[type="checkbox"]:disabled + label { color: #999 !important; }
input[readonly='readonly']{ background-color: #EFEFEF !important; }
/**
 * FIX LIKERT BORDERS
 */
table {
	border-collapse: inherit !important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: bold;
}