@media screen and (min-width: 721px){
	.content-left{
	}
}

@media screen and (max-width: 720px){
	.content-left{
		display: none!important;
	}
}

.form-group > label{
	font-size: 9pt;
}