@charset "utf-8";
/* CSS Document */

#content{
	margin-left:13px; overflow:hidden;
}
.col-3, .col-4, .col-6, .col-8, .col-12{
	display:inline; float:left; margin:5px; overflow:hidden;
}

.col-3{
	width:177px;
}
.col-4{
	width:243px;
}
.col-8{
	width:496px;
}
.col-6{
	width:369px;
}
.col-12{
	width:749px;
}