form.check-input-form {
	text-align:center;
	padding: 10px;
}

form.check-input-form input[type="submit"], form.check-input-form input[type="button"]{
    padding: 3px 15px;
    line-height: 2.5em;
    background-color: #000;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 5px;
}

form.check-input-form .ci-giveup {
	text-align:center;
	margin:10px auto 5px;
}

form.check-input-form div.wrong, form.check-input-form div.correct, form.check-input-form div.gaveup {
	color:#fff;
	padding:3px 15px;
	margin:5px auto;
	border-radius:4px;
	width:300px;
}
form.check-input-form .userAnswer {
	width:185px;
	line-height: 2.5em;
}
