* {
	-webkit-font-smoothing: antialiased;
}
.content-push {
	margin-top: 25px !important;
}
h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 22px;
	text-align: center;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
div[class^="col-"] {
	padding: 5px;
}
.equipment-category {
	text-align: center;
	border: solid 1px white;
}
.equipment-category.active {
	border: solid 1px black;
}
.equipment-category.sub:not(.active) {
	background: #999;
	color: white;
}
.equipment-category:not(.active) {
	background: black;
	color: white;
}
.equipment-category:hover:not(.active) {
	background-color: lightgray !important;
	color: black !important;
}
.columns {
	margin-top: 15px;
	column-count: 3;
	column-width: 300px;
}
.block.single h3 {
	column-span: all;
}
.block, ul, p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.block {
	padding-bottom: 10px;
}
.block h3 {
	margin-top: 0;
	padding: 10px;
	background: #ddd;
	border: solid 1px white;
}
.block p {
	padding-left: 5px;
}
.block p a {
	border-bottom: 1px solid;
}
.block span, .block ul {
	color: gray;
}
.block ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
}
