
@font-face {
	font-family: 'Myriad Pro Black';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Black'), url('fonts/MyriadPro-Black.woff2') format('woff');
}

.clear {
	clear:both;
	height: 30px;
	width:0;
	margin:0;
	padding:0;
}

body {
	font-family:'Myriad Pro Black', sans-serif; font-weight:bolder; font-size:36px;
	padding:5px;
	color: #575757;
	-webkit-text-stroke: 1px #ddd;
}



.maincontainer {
	height: 500px;
}


.logo {
	font-size:90px;
	-webkit-text-stroke: 2px #ddd;
	color: black;
	float:left;
	width:250px;
	height: 200px;
}
.logo-cake {
}
.logo-or {
	position: relative;
	left: 29px;
	top: -43px;
	height: 20px;	
	font-size: 65px;
}
.logo-pie {
	position: relative;
	left: 42px;
	top: -25px;
}






.result1,.result2 {
	padding: 0;
	margin: 0;
	width: 100%;
}

.choices {
	float: left;
	width: 250px;
	color: black;
	height: 100%;
}
input[type=submit] {
	font-family:'Myriad Pro Black', sans-serif; font-weight:bolder; font-size:36px;
	text-align: right;
	color: black;
	width:250px; 
	height:50px;
}
.votes {
	float: left;
	width: 190px;
	height: 100%;
	text-align:left;
	line-height: 55px;
	text-indent: 20px;
}
.percentage {
	float: left;
	width: 100px;
	height: 100%;
	text-align: center;
	line-height: 55px;
	color: white;
	-webkit-text-stroke: 1.5px #aaa;
}

.result1 input[type=submit]{
	border: 1px solid white;
	background-color: white;
}
.result1 input[type=submit]:hover{
	border: 1px solid #4F80FF;
	color: white;
	-webkit-text-stroke-color: #555;
}
.result2 input[type=submit]{
	border: 1px solid white;
	background-color: #555;
	color: white;
	-webkit-text-stroke: 1px #555;
}
.result2 input[type=submit]:hover{
	border: 1px solid #4F80FF;
	background-color: white;
	color: black;
	-webkit-text-stroke-color: #ccc;
}



.choices .tooltiptextresult1, .choices .tooltiptextresult2 {
	position: absolute;
	top: 15px;
	left: 15px;
	visibility: hidden;
	width: 250px;
	height: 200px;
	background-color: white;
	color: black;
	-webkit-text-stroke: 1.5px #ddd;
	font-size: 32px;
	text-align: center;
	z-index: 1;
	opacity: 0;
}

.choices:hover .tooltiptextresult1, .choices:hover .tooltiptextresult2,
.choices:active .tooltiptextresult1, .choices:active .tooltiptextresult2 {
  visibility: visible;
  opacity: 1;
}

.choices:hover .tooltiptextresult1, .choices:active .tooltiptextresult1 {
	text-align: left;
}

.choices:hover .tooltiptextresult2, .choices:active .tooltiptextresult2 {
	text-align: right;
}

.sites {
	position: absolute;
	top: 100%;
	right: 0%;
	/*
	position: fixed;
	bottom: 0;
	right: 0;
	*/
	font-size: 18px;
	-webkit-text-stroke: 0;
	color: #999;
}
.sites a:link, .sites a:visited {
	color: #999;
}
.sites a:hover, .sites a:active {
	color: #575757;
	text-decoration: none;
}

/*large*/
@media only screen and (min-width:600px){
	body{
	}
}

/*small*/
@media only screen and (max-width:600px){
	body{
	}
	.choices {
		float: left;
		width:100%; 
		height: 100%;
	}
	input[type=submit] {
		font-family:'Myriad Pro Black', sans-serif; font-weight:bolder; font-size:36px;
		text-align: center;
		width:100%; 
	}
	.percentage {
		float: right;
		width: 100px;
		height: 100%;
		text-align: center;
		line-height: 55px;
		color: white;
		-webkit-text-stroke: 1.5px #aaa;
	}

}
