#ttc-game, #ttc-infos {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	border: 2px solid black;
}

#ttc-game {
	margin-top: 0.6em;
	overflow: hidden;
	position: relative;
}

#ttc-game div {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: 0px;
	left: 650px;
	z-index: 1;
}

#ttc-game, #ttc-game div, #ttc-infos div {
	font-size: 80px;
	text-align: center;
	line-height: 100px;
	font-family: "Fredoka One";
	/*font-weight: bold;*/	
}

#ttc-game span#colors-icon {
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	margin-right: 0.8em;
	border-radius: 0.1em;
	background: linear-gradient(left top, red 0%, green 50%, blue 100%);
	background: -webkit-linear-gradient(left top, darkred 0%, red 20%, lime 50%, blue 80%, purple 100%);
	background: -moz-linear-gradient(left top, red 0%, green 50%, blue 100%);
	background: -o-linear-gradient(left top, red 0%, green 50%, blue 100%);
	background: -ms-linear-gradient(left top, red 0%, green 50%, blue 100%);
}

#ttc-game input {
	height: 1em;
	font-size: 0.9em;
	font-family: "Fredoka One";
}

#ttc-game.ready::before {
	content: "";
	width: 2px;
	height: 100px;
	display: block;
	background-color: black;
	position: relative;
	left: 698px;
	z-index: 2;
}

#ttc-infos {
	border-top-width: 0;
	margin-bottom: 300px;
}

#ttc-infos div {
	height: 100px;
	float: left;
}

#ttc-infos #ttc-score {
	width: 698px;
	border-right: 2px solid black;
}

#ttc-infos div#ttc-new-key {
	width: 100px;
	background-color: lime;
}
