
.labels {
	float: left;
	width: 20%;
	font-size: 12px;
	font-weight: 600;
	color: #444;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: left;
	opacity: 0.9;
	text-align: right;
	margin: 12px 2% 0 0;
	position: absolute;
	left: 0;
	top: 40px;
}
.labels:nth-child(2) {
	top: 62px;
}
.labels:nth-child(2) .malloy, .labels:nth-child(2) .opponent {
	opacity: 0.6;
}
.toolItem {
	border-radius: 0 !important;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	margin-left: -1px;
	margin-right: -1px;
}
.toolItem.selected {
	font-weight: bold;
}
.explainer {
	margin-bottom: 40px;
}
.toolbar {
	margin: 0 0 20px 0;
	/*margin-bottom: 104px;*/
}
.bar {
	float: left;
	width: 78%;
	height: 50px;
	margin: 10px 0;
}
@media screen and (max-width: 720px) {
	.bar {
		width: 60%;
	}
	.labels {
		width: 30%;
	}
}
@media screen and (max-width: 500px) {
	.bar {
		width: 55%;
	}
	.labels {
		width: 40%;
		font-size: 11px;
	}
}
.can1 {
	float: left;
	height: 100%;
	background: red;
	position: relative;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	margin-right: -1px;
	margin-left: -1px;
	opacity: 0.8;
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	-ms-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.can1:hover {
	opacity: 1;
}
.canNum {
	position: absolute;
	width: 44px;
	margin-left: -22px;
	left: 50%;
	padding-top: 5px;
	font-size: 26px;
	font-weight: 100;
	margin-top: 2px;
	color: #000;
}
.toolCut, .toolCut2 {
	display: none;
}
.toolItem {
	width: 10%;
}
@media screen and (min-width: 600px) {
	.toolCut {
		display: block;
	}
	
}
.blockmalloyfoley {
	position: relative;
    min-height: 75px;
}
.bar {
	position: absolute;
	right: 0;
	top: 41px;
}
@media screen and (min-width: 400px) {
	.toolCut2 {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.toolItem {
		width: 16.666666667%;
	}
}
@media screen and (max-width: 300px) {
	.toolItem {
		width: 25%;
	}
}

.opponent {
	background: #C94B4B;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
.malloy {
	background: #5E54D1;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 5px;
	border: 1px solid #555;
}
.oppBlock {
	float: left;
	text-align: left;
}
#someoneelse {
	background: #58B860;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
#novote {
	background: #E3E356;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
#dontknow {
	background: #C4BBAB;
	display: inline-block;
	margin: 3px 3px 0 0;
	width: 10px;
	height: 10px;
	border: 1px solid #555;
}
.malloyBlock {
	display: block;
}

@media screen and (max-width: 400px) {
	.labels {
		width: 40%
	}
	.canNum { 
		font-size: 14px;
		padding-top: 15px;
		
	}
}
