* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'GentiumBookBasicRegular';
	src: url('/fonts/GenBkBasR-webfont.eot');
	src: url('/fonts/GenBkBasR-webfont.eot?#iefix') format('embedded-opentype'), 
			 url('/fonts/GenBkBasR-webfont.woff') format('woff'),  
			 url('/fonts/GenBkBasR-webfont.ttf') format('truetype'),  
			 url('/fonts/GenBkBasR-webfont.svg#GentiumBookBasicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GentiumBookBasicBold';
	src: url('/fonts/GenBkBasB-webfont.eot');
	src: url('/fonts/GenBkBasB-webfont.eot?#iefix') format('embedded-opentype'),  
			 url('/fonts/GenBkBasB-webfont.woff') format('woff'),  
			 url('/fonts/GenBkBasB-webfont.ttf') format('truetype'),  
			 url('/fonts/GenBkBasB-webfont.svg#GentiumBookBasicBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #660000;
}

.info{
	padding: 10px 20px;
}

.wrk_title {
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
}

.title_legend {
	font-family: 'GentiumBookBasicBold';
	width:100%;
	line-height:34px;
	background-image: url(/images/button_bg.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	color: #660000;
	} 
.d-common-info {
	background-color:#E5DFC9;
	padding: 10px 20px;
	}

.questions {
	padding-left: 20px;
}
/*
.coach_questions input, textarea {
	
	width: 100%;
}
*/
.row {
	padding-bottom:5px;
	padding-right: 20px;
	/*display: table;*/
	clear: both;
}
input, textarea, select{
		padding: 5px;
	}

.title-bg{
	width: 80%;margin: auto;
	box-sizing: border-box;
    	border-radius: 10px;
	background-color: #660000;
	border: 1px solid #ffb84d;
	text-align: center;
	font: 16px 'GentiumBookBasicRegular', Times New Roman, Times, serif;
	font-weight: bold;
	color: white;
	padding:10px 5px 10px 5px;
}
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #660000;	
	font: 10px 'GentiumBookBasicRegular', Times New Roman, Times, serif;
	text-align: center;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
}
.percent {
	width:40px;
	text-align:center;
}
.button {
	padding:5px;
	width:30%;
	margin: auto;
	text-align:center;
	font-size:1rem;
	font-weight:bold;
	color: white;
	background-color: #660000;
}
.Error {
	color: red;
	font-weight: bold;
}

.aq_tblwidth{
	width: 90%;
	margin: auto;
}
.form_container {
	display:flex;
	flex-direction:column;

}
.form_container input, textarea {
	width:100%;
}
.red {
	color: red;
	font-weight: bold;
}
.workshop_fee div {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
#workshop-enrolment .common-info {
	padding:0 0 13px 0;
	background-color:#E5DFC9;
	margin:0;
	border:1px solid #E5DFC9;
	}
#workshop-enrolment legend {
	font: 16px 'GentiumBookBasicBold', Times New Roman, Times, serif;
	width:100%;
	height:32px; 
	line-height:34px;
	background-image: url(../images/button_bg.png);
	background-position:-15px 0;
	background-repeat: repeat-x;	
	color: #660000;
	margin-bottom: 15px;
	} 
#workshop-enrolment legend span{padding-left:10px;line-height:30px;}	
#workshop-enrolment label{width:130px; display:inline-block;text-align:right;margin-right:10px;}
div.align-top label{vertical-align:top;}
#workshop-enrolment fieldset div {margin-bottom:7px;}
#workshop-enrolment fieldset input {height:16px;}
#workshop-enrolment .textarea {width:500px;height:60px;}
*/
@media (min-width: 600px){

#wrapper {
	
	margin: 10px auto;
	background-color: white;
	max-width: 1024px;
	font-size: 1.2rem;	
	overflow: hidden;
}

.wrk_title {
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.title-bg{
	width: 80%;margin: auto;
	box-sizing: border-box;
    	border-radius: 10px;
	background-color: #660000;
	border: 1px solid #ffb84d;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	padding:10px 5px 10px 5px;
}
.aq_tblwidth{
	width: 80%;
	margin: auto;
}

input, textarea, select{
		padding: 5px;
		font-size:1rem;
	}

}
.row1 {
	display:flex;
	flex-direction:row;
	margin-bottom:5px;
}
.row1 input, select, textarea {
	width: 300px;
}
.col-15{
	width: 15%;
}

.col-25 {
	float: left;
	width: 25%;
}
.col-75 {
	float: right;
	width: 75%;
}
.row-button{
	width:90%;
	margin:auto;
	text-align:center;
	margin-top:10px;
}
.workshop_fee table {width:50%;}

@media screen and (max-width: 600px) {

#wrapper {
	margin: auto;
	background-color: white;
	max-width: 600px;
	font-size: .9rem;
	overflow: hidden;
}

.form_container {

	width:90%;
	margin:auto;

	/*flex-wrap:wrap;*/
}
.row {
	display:flex;
	flex-direction:column;
	margin-bottom:5px;

}
.col-25 label {
	width:200px;
	display:block;
}
.col-75 {width:100%;}
.check-row{
	width:90%;
	margin:auto;
	margin-bottom:10px;
}
.row-button{
	width:90%;
	margin:auto;
	text-align:center;
}
.questions {padding:0px 10px 0px 10px;}
.workshop_fee table {width:100%;}
}
