table#hatchulator {
	background-color: #f0efef;
	margin: 5% 0px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 10px 0px;
	table-layout:fixed;
	width:100%;
}
table#hatchulator tr div {
	min-height: 150px;
	padding-top:8px;
	color:#7d868c;
	height:100%;
}
table#hatchulator td {
	padding: 0px;
	line-height: 1em;
	font-size: 16px;
	background: #FFFFFF;
	vertical-align: top;
	width: 12.5%;
	border-left: 1px solid #FFFFFF;
	height:100%;
}

table#hatchulator td.end {
	border-right: 1px solid #FFFFFF;
}

table#hatchulator td.stackdivider {
	padding: 0px 0px;
	line-height: 1em;
	font-size: 12px;
}

table#hatchulator td.even {
	background-color: #303E48;
}

table#hatchulator td.odd {
	background-color: #59656D;
}

div#results {
	font-weight: 700;
}
table#hatchulator tr.hatchulator-head td {
	background-color: #303e48;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

table#hatchulator tr.hatchulator-head td.light {
	background-color: #59656D;
}

div.selectable {
	text-align: center;
	background-color: #F2f2f2;
}

div.selectable.active {
	text-align: center;
	background-color: #FFFFFF;
}


table#hatchulator td div.selectable.hubspot {
	text-align: center;
	background-color: #F2f2f2;
}

table#hatchulator td div.selectable.hubspot.active {
	background-color: #FFFFFF;
}
div.selectable img{
	-webkit-filter: grayscale(100%);filter: grayscale(100%);
	opacity: .5;
	margin: auto;
}
div.selectable.active img{
	-webkit-filter: grayscale(0%);filter: grayscale(0%);
	opacity: 1;
}
div.selectable:hover img{
	-webkit-filter: grayscale(0%);filter: grayscale(0%);
	opacity: 1;
}
table#hatchulator tr div.hubspot {
	-webkit-filter: grayscale(0%);filter: grayscale(0%);
	opacity: 1;
	text-align: center;
	background-color: #fff;
	color:#1E252B;
}
table#hatchulator tr div.hubspot img {
	margin:auto;
}
table#hatchulator tr div.active {
	color:#1E252B;
}
span.subtext {
	font-size: 12px;
	color: #aaa;
}