html,body {
	display:flex;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

#container{
	height: 480px;
	min-width: 660px;
	margin: auto;
	overflow: auto;
}

#svgWrapper{
	position: relative;
}

img {
	width: 100px;
	height: 100px;
	margin-bottom: -4px;
	box-sizing: border-box;
}

img:nth-child(n+2){
	margin-left: 40px;
}

div {
	text-align: center;
}

.top {
	margin-bottom: 0;
}

.bottom {
	margin-top: -4px;
}

button {
	width: 170px;
	height: 80px;
	margin: 50px auto 0;
	padding: 10px;
	outline: none;
	font-size: 35px;
	box-shadow: 1px 1px 0 rgba(0,0,0,0);
	background-color: #FFDD6E;
}

.active {
	background-color: #FFDD00;
}