
.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;
}
.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;
}
.bar {
	float: left;
	width: 75%;
	height: 20px;
	margin: 10px 0;
}
@media screen and (max-width: 720px) {
	.bar {
		width: 65%;
	}
	.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: 20px;
	margin-left: -10px;
	left: 50%;
	font-size: 13px;
	margin-top: 2px;
	color: #000;
}
.toolCut, .toolCut2 {
	display: none;
}
.toolItem {
	width: 10%;
}
@media screen and (min-width: 600px) {
	.toolCut {
		display: block;
	}
	
}
@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: rgba(244,153,153,0.5);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
.malloy {
	background: rgba(171,173,222,0.5);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 5px;
	border: 1px solid #555;
}
.oppBlock {
	float: left;
	text-align: left;
}
#someoneelse {
	background: #80D678;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
#novote {
	background: #8B9699;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 3px 0 0;
	border: 1px solid #555;
}
#dontknow {
	background: #D6D678;
	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) {
	.malloyBlock {
		display: none;
	}
	.labels {
		width: 30%
	}
}
