 html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    
}
body { 
    background-color: #D3D3D3 !important;
    min-height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
}

form {
    padding-left: 10px;
}

/*
div::after {
	content: "";
	background: #D3D3D3;
	opacity: 0.04;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}*/

div.twelveandus-widget {
    padding-bottom: 5px;
}

div.twelveandus-widget textarea {
    height: inherit;
}

div.control {
    margin-bottom: 5px;
}

div.control p {
font-weight: 700;
}