.title {
    padding: 4px;
    color: #000000;
    background-color: #FFFF9F;
    white-space: nowrap;
    cursor: pointer;
}

.target {
    background-color: #E3E3E3;
    border-style: solid;
    border-width: thin;
    margin: 0 30% 0 30%;
    font-weight: bold;
    margin-top: 20px;
}

.target.right {
    background-color: transparent;
    color: blue;
    border-color: transparent;
}

.target.wrong {
    background-color: transparent;
    color: red;
    border-color: transparent;
}

.target.full {
    background-color: #EEE388;
}

.button {
    width: 80px;
    height: 30px;
    background: rgb(226, 226, 226);
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
}

.result {
    height: 20px;
}