
#content {
	text-align: left;
	margin: 0 auto;
	width: 600px;
}

#contributor {
	float: right;
}

#custom {
	display: none;
}

#header {
	width: 100%;
	margin: 0 auto;
}

#footer {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #555555;
	text-align: center;
}

#levelEnd {
	text-align: center;
}

#size {
	width: 20px;
}

#subheader {
	width: 100%;
}

#svg {
	border: 1px solid black;
	background-color: white;
}

#widget {
	width: 80px;
}

.color {
  fill: none;
  stroke-width: 1.6;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid black;
}

.triangle-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid black;
}