body{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
	
}

.panel{
    border: 1px solid #ddd;
}
.panel > .panel-heading {
    background-image: none;
    background-color: #500000;
    color: white;
    border-bottom: 2px solid white;
	font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
    line-height: 1.2;
}

#btnSubmit{
	background-color:white;
	color:#500000;
	border-color:#500000;
	font-size:14px;
}

#btnSubmit:hover{
	background-color:#500000;
	color:white;
}

.heading-text{
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
	font-style: normal;
    font-weight: normal;
    color: #500000;
    text-rendering: optimizeLegibility;
}

.selectFacility{
	 color: #500000 !important;
}
