ol.even {
	position: relative;
	left: 3.6rem;
}

ol.odd {
	position: relative;
	margin-bottom: -9.5%;
}

.hex {
	position: relative;
	margin: 1em auto;
	width: 4rem;
	height: 6.8rem;
	background: #1e2530;
	transform: rotate(-90deg);
	display: inline-block;
	list-style-type: none;
	margin-right: 2.9rem;
	transition: all 150ms ease-in-out;
	z-index: 2;
}

.hex:before, .hex:after {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
	z-index: -1;
}

.hex:before {
	transform: rotate(60deg);
}

.hex:after {
	transform: rotate(-60deg);
}

.hex:hover {
	background: #f8bb23;
	cursor: pointer;
}

.hex .hex-content {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	color: white;
	font-size: 0.75em;
}

.hex:hover .hex-content, .hex.active .hex-content {
	color: #0c0c0e;
}

.hex.active {
	background-color: #f8bb23!important;
}
