.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #747474;
}
.wrapper{
	width: 780px;
	margin: 0 auto;
}
.row{
	border-bottom: solid 1px #ccc;
	padding: 20px 0px;
}
#course_info ul{
	display: none;
}
#course_info p{
	margin-top: 0px;
}
#course_info h4{
	margin-bottom: 0px;
}
#participants{
	font-size: 14px;
	margin-top: 15px;
}
#participants thead tr{
	background-color: #f7f7f7;

}
#participants thead tr th{
	padding: 10px 0px;
	border-bottom: solid 2px #dddddd;
	border-top: solid 1px #dddddd;
	color: #9e9e9e;
	font-weight: 100;
}
#participants td{
	padding: 10px 0px;
	border-bottom: solid 2px #dddddd;
}
.diet_legend{
	float: right;
	color: #60c4e1;
}
h3{
	color: #60c4e1;
	font-weight: 100;
	margin: 0px;
}
h1{
	margin: 0px;
	font-weight: 100;
}
input[type="text"]{
	padding: 6px;
	font-size: 14px;
	display: block;
	width: 80%;
	border-radius: 6px;
	border: solid 1px #ccc;
}
p.help{
	padding: 0px;
	margin: 0px;
}
.line_on_side{
	text-align: center;
	position: relative;
}
.line_on_side h2{
	color: #60c4e1;
	font-weight: 100;
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
}
.line_on_side hr{
	position: absolute;
	top:30px;
	width: 100%;
	z-index: -1;
	background-color: #eee;
	border:none;
	height: 1px;
}
select{
	background: transparent;
   width: 100%;
   padding: 7px;
   font-size: 16px;
   line-height: 1;
   height: 34px;
   -webkit-appearance: none;
   color: #fff;
   border-radius: 3px;
   overflow: hidden;
   background: url(../img/arrow.png) no-repeat right #55c0df;
   border: solid 1px #45b5d5;
}
#course_info ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 20px;
	font-size: 18px;
}
#course_info ul li{
	padding: 3px 0px;
	border-bottom: solid 2px #dddddd;
}
#course_info ul li:last-child{
	border-bottom: none;
}
#course_info ul li.hightlight{
	color: #60c4e1;
}
#course_info ul li span{
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
#course_info ul li div{
	display: inline-block;
	width: 350px;
}
.btn{
	display: inline-block;
	background-color: #55c0df;
	color: #fff;
	padding: 6px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border:none;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover{
	background-color: #42b4d5;
}
input.btn{
	font-size: 22px;
}
.highlight{
	color: #55c0df;
}
input.error,select.error{
	border:solid 1px red;
}
label.error{
	color: red;
}
.modal{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.85);
	z-index: 222;
	overflow-y: scroll;
}
.modal_container{
	background-color: #fff;
	position: relative;
	width: 650px;
	margin: 50px auto;
}
.modal_header{
	background-color: #eee;
	padding: 6px 20px;
}
.modal_body{
	padding: 10px;
}
.modal_footer{
	text-align: right;
	padding: 10px;
	background-color: #eee;
	border-top: solid 1px #ccc;
}
.modal_body input[type=text]{ 
	width: 400px;
}
.modal_close{
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}
.user_add_footer{
	margin-top: 20px;
	width: 100%;
}
.modal_msg{
	display: none;
	background-color: #22b573;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
}
.fees_table{
	background-color: #fff;
}
.fees_table h2{
	margin: 0px;
	font-weight: 100;
}
.fees_table td{
	padding: 5px 15px;
}
.fees_table tr:last-child td{
	border-top:solid 1px #ccc;
	border-bottom: solid 2px #ccc;
}
h2.discount_type{
	margin-left: 30px;
}
.subtot_val, .discount_val{
	border: solid 1px #ccc;
	padding: 6px 20px;
	border-radius: 12px;
}
.tot_val{
	border: solid 1px #666;
	padding: 6px 20px;
	border-radius: 12px;
	background-color: #ccc;
}
.remove_participant{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.info_msg,.error_msg{
	padding: 20px;
	margin-bottom: 20px;
}
.info_msg{
	background-color: #22b573;
	color: #fff;
	font-size: 20px;
}
.error_msg{
	background-color: #e54242;
	color: #fff;
	font-size: 20px;
}
[for=min_par]{
	font-size: 22px;
}