body {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    background-color: white;
    color: #555;
}
a:link, a:visited {
    color: #4477FF;
    text-decoration: underline;
}
header {
    margin-bottom: 2rem;
}
header > img {
    width: 100%;
    height: auto;
}
header > h1 {
    font-size: 1.2rem;
    color: #777;
    text-align: center;
}
#page {
    margin: 0 auto;
    padding: 0.9rem;
}
footer {
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #bbbbbb;
    text-transform: uppercase;
    border-top: 1px solid #bbbbbb;
    padding-top: 1rem;
}
footer div.sep {
    display: none;
}
a.sv_button:link, a.sv_button:visited {
    background-color: #229;
    border-radius: 0.4rem;
    color: #ffe;
    padding: 0.8rem 2rem;
    text-decoration: none;
}
a.sv_button2:link, a.sv_button2:visited {
    border: 1px solid #47f;
    border-radius: 0.4rem;
    background-color: #F5F5F3;

    padding: 0.2rem 0.4rem;
    text-decoration: none;
}
#sv_question, #sv_result {
    display: none;
}
#sv_result__p_pt {
    font-size: 1.5rem;
    font-weight: bold;
    color: #933;
}
#sv_question__hq {
    border-left: 0.5rem solid #AAAA88;
    padding: 0.5rem 0.9rem;
    min-height: 4rem;
    margin-bottom: 1rem;
    max-width: 55rem;
}
#sv_question__header {
    margin-bottom: 1rem;
}
#sv_question__question {
    
}
#sv_question__qarea {
    max-width: 30rem;
}
#sv_question__next {
    text-align: center;
    margin-top: 2rem;
}
#sv_question__next a:link, #sv_question__next a:visited {
    background-color: #aaa;
    border-radius: 0.4rem;
    color: #eee;
    padding: 0.8rem 2rem;
    text-decoration: none;
    cursor: not-allowed;
}
#sv_question__next a.enabled:link, #sv_question__next a.enabled:visited {
    background-color: #222;
    color: #ffe;
    cursor: pointer;
}

#sv_question__seven {
}
#sv_question__seven a:link, #sv_question__seven a:visited {
    text-align: center;
    padding: 0.7rem;
    border: 1px solid #999988;
    border-radius: 0.2rem;
    text-decoration: none;
    font-weight: bold;
    color: #555544;
    display: block;
    margin: 0.5rem auto;
}
#sv_question__seven div.sv_question--selected a {
    border-color: #333322;
    background-color: #F5FF44;
    color: #551100;
}
#sv_question__seven_1 {
    background-color: #FFCCCC;
}
#sv_question__seven_2 {
    background-color: #FFDDDD;
}
#sv_question__seven_3 {
    background-color: #FFEEEE;
}
#sv_question__seven_4 {
    background-color: #FFFFEE;
}
#sv_question__seven_5 {
    background-color: #EEFFEE;
}
#sv_question__seven_6 {
    background-color: #DDFFDD;
}
#sv_question__seven_7 {
    background-color: #CCFFCC;
}


@media only screen and (min-width: 40rem) {
    footer {
        padding: 0 4rem;
        padding-top: 1rem;
    }
    footer div, footer div.sep {
        display: inline;
    }
}

@media only screen and (min-width: 70rem) {
    body {
        background-color: #dddddd;
    }
    #page {
        width: 65rem;
        background-color: white;
    }
}
