/* debug */

.red {
	background-color: red;
}

.green {
	background-color: green;
}

.blue {
	background-color: blue;
}

.yellow {
	background-color: yellow;
}

.debugH300 {
	min-height: 300px;
}

.debugH400 {
	min-height: 400px;
} 