
label {
    color: #a5ce43;
    display: inline;
}
input{
width:auto;
}
textarea{
    width: 100%;
    border: 2px inset #a5ce43;
}
h2 {
    font-size: 1.1em;
    color: #a5ce43;
    margin-top: 0px;
    margin-bottom: 10px;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
fieldset {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px white groove;
}


#quizSubmit {
    margin-top: 20px;
}

dt label {
    color: white;
    font-weight: normal;
}

dt {
    margin-bottom: 15px;
}

dd {
    margin-bottom: 25px;
}

#fieldset-details input {
    width: 90%;
}