* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Tahoma', arial, helvetica, sans-serif;
	color: #41b883;
	background: #fff;
}

[v-cloak] {
  display: none;
}

input[type="text"] {
	width: 100%;
	font-size: 24px;
	font-family: 'Tahoma', arial, sans-serif;
	border: 1px solid #41b883;
	color: #41b883;
	background: #fff;
	padding: 6px 10px;
	text-align: center;
	display: block;
}

input[type="submit"] {
	color: #fff;
	background: #41b883;
	cursor: pointer;
	border: 0;
	width: 100%;
	height: 43px;
	font-size: 15px;
	text-transform: uppercase; 
	display: block;
}


.form-wrapper {
	padding: 100px 0;
	margin: 0 auto;
	max-width: 280px;
}

.guess-list li {
	list-style: none;
	text-align: center;
	padding: 5px 0;
}

.guess-errors {
	text-align: center;
	color: #af0000;
	font-size: 12px; 
	line-height: 14px; 
	min-height: 14px;
	margin-bottom: 15px;
}

.guess-remaining {
	text-align: center;
	padding: 15px 0;
}

.guess-list span,
.guess-remaining span {
	color: #35495e;
	font-weight: bold; 
}