﻿body { background:white !important; }
.back { display:none; }
.button.completeworkflow { margin-left:27%; }
#middleInitial { width:50px; min-width:0; }
#ssn { width:113px; min-width:0;}
#phone, #email, #firstName, #lastName { min-width:0; width:200px; }
#sidebar:before, #content { box-shadow: none; }
.logo { margin-bottom: 1rem; }
.alertborder { border:solid 1px red;}
body.md_showform .section .question > legend, body.md_saveform .section .question > legend { color: inherit;}
.mobile #main .title {display: inline-block;visibility:visible;max-height:none;}
/*** ADDING LOGO TO ALL MOBILE PUBLICFORMS ***/
html.mobile body.publicform div#main::before {
    display: block;
}
/** fixing form input field displays on mobile views **/
html.mobile body.publicform input[type="text"] {
	min-width: inherit;
	width: inherit;
}
