div.ccm-page .patient_form{
    opacity: 0;
    transition: 0.3s;
}

div.ccm-page .patient_form.active{
    opacity: 1;
}

div.ccm-page .patient_form h3{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

div.ccm-page .patient_form .symptom_selectors{
	 margin-bottom: 20px;
}

div.ccm-page .patient_form .symptom_selectors .loss_levels{
	display: none;
	font-size: 16px;
}

div.ccm-page .patient_form .text-muted small{
    display: none;
}