html {
	height:100%;
}

body { 
	text-align:center; 
	background-color:#fff; 
	color:#08c; 
	font-family:'Arial';
	height: 100%;
	padding: 0;
	margin: 0;
}

#timeInput {
	width:100%;
	text-align:center;
	font-size: 2em;
	position: relative;
	top: 50%;
	transform: translateY(-60%);
}

#timeInput table {
	text-align:center;
	margin: auto;
	padding-bottom: 1em;
}

#timeInput p{
	padding-bottom: 1em;
}

#timeInput h3 {
	text-decoration: underline;
}

.svg-test { 
	margin:auto auto; 
	width:50%;
}

input[type="text"] {
	font-size: 2em;
	width: 2em;
	text-align: center;
	background-color: #08c;
	color: white;
	border: 0.1em solid white;
}

#submit_start {
	font-size: 1em;
	text-align: center;
	padding: 0 0.5em;
	border: 2px solid white;
	cursor: pointer;
	color: #08c;
	background-color: white;
}

button {
    font-size: 1em;
}

p {
    margin: 0px;
}

a {
    color: #989898;
    text-decoration: none;
}

#timer {
	position: relative;
	width: 100vw;
	height: 100vh;
}

#time {
	width: 100vw;
	font-size: 4em;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top: 40%;
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}

#time_background {
	width: 50vw;
	height: 2em;
	background-color: none;
	position: absolute;
	left: 25vw;
	border: 0.1em solid #08c;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	//overflow: hidden;
}

#time_loaded {
	width: 0%;
	height: 104%;
	background-color: #08c;
	position: absolute;
	left: 0;
	top:-2%;
}


#back {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-size: 20px;
	color: #989898;
	cursor: pointer;
}

#fullscreen {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 20px;
	color: #989898;
	cursor: none;
}

#colorchange {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: 20px;
	color: #989898;
	cursor: pointer;
}