.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bdh_headline {
	color: #134C70;
	font-size: 28px;
	text-align:center;
	margin-bottom: 20px;
}
.body_part {
	border-radius: 3px;
	float:left;
	font-size:0.9em;
	margin: 0 10px 20px 5px;
	position: relative;
	width: 48%;
}

.body_part select {
	background-color: #FFF;
	border-radius: 3px;
	font-size:0.9em;
	margin-top: 10px;
	min-width: 90%;
	}

.severity {
	border-radius: 3px;
	float:left;
	font-size:0.9em;
	margin: 0px 0px 20px 10px;
	position: relative;
	width: 48%;
}

.severity select {	
    background-color: #FFF;	
	border-radius: 3px;
	font-size:0.9em;
	margin-top: 10px;	
	min-width: 90%;	}

.description {
	border-radius: 3px;
	color:#134C70;
 	font-size:0.8em;
	width:97%;
	padding:0.3em;
	text-align:center;
	margin:1.3em 0;
}

.estimate {
	float: none;
	margin:0 auto;
	position: relative;
	width: 50%;
	border-radius: 3px;
	font-size:1.0em;
}

.estimate p {
	border-radius: 3px;
	font-size:1.0em;
	margin: 10px auto;
	min-width:90%;
}
	

.bdhform {
	padding: 30px 15px;
	border-radius: 3px;
	color:#134C70;
	font-size: 1.5em;
	max-width:720px;
 	text-align:center;
	}


.bdhform label {
	border-radius: 3px;
	padding:0.52em;
	border:1px #EFEFEF solid;
	background:#FFF;
	color:#000;
	width:50%;
}

.bdhform select {
	border-radius: 3px;
	padding:0.4em;
}

.display {
	border-radius: 3px;
	background-color: #fff;
	border:1px #333 dashed;
	color:#f29b16;
	width:95%;
	padding:0.5em;
}

.claim {
		margin-bottom:20px;
}

.bdh-button {
	background:#f29b16;
	border-radius: 3px;
	border: 1px solid #000;
	color:#000;
	font-size:0.8em;
	padding:0.6em;		
	text-align: center;
}

.bdh-button:hover {
	background: #efa537;
}
@media only screen and (max-width: 768px) {
    .bdhform {
	padding: 30px 10px;
	}
    .bdh_headline {
	font-size: 24px;
	margin-bottom:14px;
}	
    .body_part {
    font-size: 22px;
    padding-bottom: 20px;	
	margin-right: 5px;
}
    .severity {	
    font-size: 22px;	
    padding-bottom: 20px;
	margin-left: 5px;
}	
    .estimate {
    font-size: 22px;	
}		
}


@media only screen and (max-width: 480px) {
.bdh_headline {
	margin-bottom:20px;
}
.body_part {
	clear:both;
	float: none;
	margin:0 auto;
	width: 95%;
	position: relative;
}
.body_part select {
	clear:both;
	float: none;
	margin:10px auto;
	width: 95%
	padding-bottom: 12px;
	padding-top: 12px;
	position: relative;
}
.severity {
	clear:both;
	float: none;
	margin:0 auto;
	width: 95%;
	position: relative;
}
.severity select {
	clear:both;
	float: none;
	margin:10px auto 0px;
	width: 95%;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
}
    .estimate {
	clear:both;
	float: none;
	margin:0 auto;
	width: 95%;
	position: relative;
}
  .estimate p {
	clear:both;
	float: none;
	margin:10px auto;
	width: 95%;
	padding-bottom: 20px;
	position: relative;
}
.claim {
	margin-bottom: 20px;
}
}