*{
    font-family: 'Mitr', sans-serif;
}

@media only screen and (min-width: 600px) {
#myform {
	margin-left:80px;
	border:1px solid green;
	padding-left:50px;
	padding-right:50px;
}
}
.myheader{
	text-align: center;
	color:blue;
}
.mySection{
	color:blue;
}
input,select{
	margin-bottom:10px;
}
hr{
	height: 3px;
	border: 1;
	box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}