/* debug css - to add background colours and highlighting to certain layout elements */
#header,
#header * {
	background-color: rgba(0, 0, 255, 0.3);
}

#footer,
#footer * {
	background-color: rgba(255, 0, 0, 0.3);
}

.col {
	background-color: rgba(255, 255, 0, 0.3);
}

.panel {
	background-color: rgba(255, 0, 0, 0.3);
}

form {
	background-color: red !important;
}