/*
-----------------------------------------------
Below 800px wide override styles
----------------------------------------------- */

#subnav {
	width: 100%;
}
#content {
	width: 100%;
}
.column {
	width: 100%;
}
#carousel {
	width: 100%;
	margin-top: 50px;
}
#carousel #description {
	text-align: left;
}




#course #content h1 {
	width: 100%;
}
a.button.topbook {
	float: left;
	width: 100%;
	margin-top: 1em;
}
.infobox {
	width: 100%;
}
img.feature_img, .feature_img img {
	float: left;
	width: 100%;
	margin: 1em 0;
}


form .row.text input {
	width: 100%;
}
form .row select {
	width: 100%;
}
form input#id_postal-code {
	width: 60%;
}

form p.note {
	width: 100%;
}
input#id_postcode {
	width: 90%;
}