body {
	background-color:#F2F2F2;
}
.op_container {
	background-color:#F2F2F2;
}
/* F2F2F2 */
.op-label {
text-align:right;
}
.op-navbar {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000099+0,000099+100 */
background: rgb(0,0,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,153,1) 0%, rgba(0,0,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,153,1) 0%,rgba(0,0,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,153,1) 0%,rgba(0,0,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#000099',GradientType=0 ); /* IE6-9 */
}
.op-navbarlink {
/* width: 150px !important; */
text-align: center;
color: #FFFFFF !important;
text-decoration:none;

}
.btn-primary {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000099+0,1a00c4+50,000099+100 */
background: rgb(0,0,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,153,1) 0%, rgba(26,0,196,1) 50%, rgba(0,0,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,153,1) 0%,rgba(26,0,196,1) 50%,rgba(0,0,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,153,1) 0%,rgba(26,0,196,1) 50%,rgba(0,0,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#000099',GradientType=0 ); /* IE6-9 */

border: 0px solid rgb(0, 102, 153);
}
.btn-primary:hover {
background: #0300B5 !important;
}
.op-navbar .active a {
	background-color:#F2F2F2;
	color:#000000 !important;
	font-weight:bold;
	
	}
.op-navbar a:hover {
background: #0300B5	 !important;
}
.op-form-spacer {
	margin-top:50px;
}
a {
text-decoration:underline;
}