#bd-form > dl > dt > a {
	margin-left: 343px;
}
#bd-form > dl > dd > input, #bd-form > dl > dd > textarea {
	width: 330px;
}
#bd-form > dl > dd > input[name="code"] {
	width: 190px;
}
#bd-form > dl > dd > textarea {
	height: 180px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-content > .list, #bd-content > .detail {
	float: none;
	width: 100%;
}
#bd-content > .list > dd {
	margin-bottom: 10px;
	text-align: center;
}
#bd-form {
	margin: 0 10px;
}
#bd-form > dl {
	float: none;
	width: 100%;
	padding-right: 0;
}
#bd-form > dl > dt {
	padding-left: 0;
}
#bd-form > dl > dt > a {
	float: none;
	display: block;
	margin: 10px auto;
}
#bd-form > dl > dd > label, #bd-form > dl > dd > input, #bd-form > dl > dd > textarea, #bd-form > dl > dd > strong {
	width: 100%;
}
#bd-form > dl > dd > input[name="code"] {
	width: calc( 100% - 140px );
}
}
