@charset "UTF-8";
.toolbox {
	padding: 15px 15px 25px;
	margin: 0 auto;
	text-align: center;
}
.toolbox h3,
.toolbox h4 {
	font-weight: bold;
}
.toolbox .toolbox-title {
	margin-bottom: 25px;
}
.toolbox.tan {
	background-color: #eae3d1;
	color: #000;
}
.toolbox.off-white {
	background-color: #f9f9ee;
	color: #000;
}
.toolbox.red {
	background-color: #900;
	color: #fff;
	font-weight: bold;
}
.toolbox.red h3,
.toolbox.red h4,
.toolbox.red h5,
.toolbox.red h6,
.toolbox.red a {
	color: #d8c894; /* contrast? */
}
.toolbox.black {
	background-color: #303030;
	color: #fff;
}
.toolbox.black h3,
.toolbox.black h4,
.toolbox.black h5,
.toolbox.black h6,
.toolbox.black a {
	color: #fff;
}