@charset "utf-8";
/* CSS Document */

.complete {
    display:none;
}

.reset {
    display:none;
}

.question {
    padding: 2em;
    background: #AED1E6;
    color: #2A73C1;
    border-radius: 5px;
    margin-top: 3em;
    margin-bottom: 3em;
}

#question {
    font-size: larger;
    font-weight: bold;
}

img.choice-item {
    width: 25%;
    margin: 0px 40px;
	border-radius: 5px;
}

.choice-item{
    display:inline;
}

div#both {
    background-color: #4d9fe2;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    display:inline;
    width:25%;
}