#footer a{
	color: white;
}
.clear:after{clear:both;display:block;font:1px/0 serif;content:".";height:0;visibility:hidden}
.allwrapper{
	border-top: 1px solid #333;
	padding-bottom: 20px;
	padding-top: 20px;
}
	.allwrapper:first-child{
		border-top: 0px;
	}
	.allwrapper:nth-child(2n){
		padding-top: 30px;
		padding-bottom: 20px;
		background-color: #eee;
	}
	
div{
	position: relative;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background-image: url(tweede_kamer_0.jpg);
	font-family: 'Open Sans', 'Arial', sans-serif;
	position: relative;
}

select{
	border: 1px solid #333;
	padding: 5px 20px;
	margin-top: 5px;
	margin-left: 5px;
}
.title{

}
#headerwrapper{
	width: 100%;
	background-color: #000;
	height: 30px;
}
	#header{
		margin: 0px auto;
		width: 900px;
		height: inherit;
		line-height: 30px;
		color: white;
	}
	.title{
		height: 35px;
		left: 0px;
		top: -51px;
		padding: 8px 40px;
		position: absolute;
		background-color: #000;
		color: white;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 35px;
		font-size: 18px;
		letter-spacing: 2px;
	}
#contentwrapper{
	width: 1021px;
	margin: 0px auto;
	padding-top: 75px;
	padding-bottom: 75px;
}
	#parties{
		width: 190px;
		float: left;
		background-color: #01B4DC;
		padding: 20px 0px 20px 0px;
		z-index: 0;
	}
	
		#parties .party{
			margin-bottom: 5px;
			margin-left: 10px;
		}
		.party{
			width: 50px;
			height: 50px;
			background-color: #fff;
			float: left;
			border-radius: 50%;
			z-index: 1;
			/* hover transform animation */
			transition: transform .2s ease;
			position: relative;
		}
			.ui-draggable-dragging{
				/*transform: scale(2);*/
			}
			.party:hover{
				/*transform: scale(2);*/
				box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
				/*z-index: 2;*/
			}
			.party img{
				width: 90%;
				height: 90%;
				margin-left: 5%;
				margin-top: 5%;
				border-radius: 50%;
				position: relative;
			}
			.tt{
				/*padding: 5px 10px;
				background-color: black;
				color: white;
				font-size: 12px;
				position: absolute;
				top: 0px;
				left: 50px;
				max-width: 200px;
				z-index: 5;*/
			}
	#content{
		width: 801px;
		float: left;
		margin-left: 30px;
	}
		#compare{
			height: 70px;
			background-color: #01B4DC;
			box-sizing: border-box;
		}
			#compare .party{
				margin-left: 10px;
				margin-top: 10px;
			}
		
		#resultwrapper{
			background-color: #ffffff;
			width: 100%;
			padding-bottom: 30px;
		}
			#results{

			}
				#results h2{
					margin: 20px 20px;
					font-weight: 300;
					min-height:33px;
					max-height:99px;
				}
				.result{
					float: left;
					width: 267px;
					box-sizing: border-box;
					padding: 5px;
				}
					.result .party{
						margin-left: 20px;
						margin-right: 20px;
					}
					.resultheader{
						line-height: 50px;
						font-weight: 600;
						color: white;
						padding: 5px 0px;
						font-size: 24px;
						text-transform: uppercase;
						margin-bottom: 5px;
					}
						.resultcolor1{
							background-color: #63ad5a;
						}
						.resultcolor-1{
							background-color: #9b1200;
						}
						.resultcolor0{
							background-color: #5c5f63;
						}

					.statement{
						padding: 10px;
					}

#footer{
	z-index: 100;
	position: fixed;
	bottom: 0px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	height: 40px;
	background-color: #000;
	color: white;
	line-height: 40px;
	font-weight: 300;
}
#tutorial{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 60px;
	color: white;
	animation: pulse 1s infinite;
	border: 4px solid white;
	box-sizing: border-box;
}
@keyframes pulse {
  0% {
    border-color: white;
  }
  100% {
    border-color: #01B4DC;
  }
}