.stof-boxgroup {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stof-box {
	margin: 0;
	padding: 1em;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
}

.stof-box-l {
	text-align: left;
}
.stof-box-c {
	text-align: center;
}
.stof-box-r {
	text-align: right;
}



.stof-box h1:first-child,
.stof-box h2:first-child,
.stof-box h3:first-child,
.stof-box h4:first-child,
.stof-box h5:first-child,
.stof-box h6:first-child {
	margin-top: 0;
}
/*
.stof-box a:last-child {
	display: block;
	white-space: nowrap;
}
*/



@media only screen and (max-width: 800px) {
	.stof-boxgroup {
		-webkit-flex-direction: column;
		-mox-flex-direction: column;
		flex-direction: column;
	}
}
