/* Custom styles edited via plugin settings in WP Admin */

#content.with-rightbar.with-menubar {
width: 640px;
}
#xmedicus .section {
display: block !important;
}
#xmecicus .datepicker {
height: auto;
}
#xmedicus .ui-widget-header {
    background: rgb(112, 183, 218) none repeat scroll 0 0;
}
#xmedicus .ui-datepicker-calendar {
height: 100%;
width: 100%;
}

#xmedicus .section {
    display: initial !important;
}

@media only screen and (max-width: 768px) {
	#xmedicus {
	    width: 90%;
	    margin: 0 5% 0 7%;
	}

	#xmedicus .desc.right {
	    font-size: 14px;
	    text-align: left;
	    padding: 10px 0;
	}

    #xmedicus select, #xmedicus input {
        font-size: 16px;
    }
#xmedicus #timepicker input[type="radio"], #xmedicus #timepicker label {
    margin-left: 5px;
    z-index: 2000;
}

#xmedicus #timepicker input[type="radio"], #xmedicus input[type="radio"] {
display: none;
}
}