/*Media Queries*/

/*----- MQ Small Mobile (Default) -----*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #F3F3F3;
}

div#page {
    padding: 1em 5%;
    margin: 0 auto;
    max-width: 900px;
    font-size: 15px;
    font-size: 1.5rem;
}

div#page h1 {
    padding: .25em 0;
    margin-bottom: 0.5em;
    line-height: 1;
    font-family: dinNeuzeit, arial, helvetica, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    color: #555;
    border-bottom: 1px solid #CCC;
}

section {
    line-height: 1.625;
    margin-bottom: 5em;
}

section p {
    margin-bottom: 1.5em;
}

section div {
    display: block;
    margin-bottom: .75em;
}

section div#submitBar {
    margin-top: 1em;
}

label {
    float: left;
    width: 90px;
    line-height: 1.8;
}

input#submit {
    margin-right: .8em;
}

div#page a {
    text-decoration: underline;
}

#jsWarning {
    display: block;
    margin: 0 0 1em;
    padding: 1em 5em;
    border: 1px solid #BBBBBB;
    background: #FFF9DD;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

#jsWarning p {
    padding: 0;
    margin: 0;
}

#jsWarning a {
    display: block;
}

#resetForm #strengthMeterWrapper {
    padding-left: 6em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*----- MQ Small Desktop-----*/

@media screen and (min-width: 680px) {
    body {
    }

    section {
        margin: 0;
    }

    section p {
        margin-bottom: 1.5em;
    }

    section div {
        margin-bottom: .75em;
    }

    div#page {
        margin: 6em auto 5em;
        padding: 2em 3.5em 3.5em;
        background: #ECECEC;
        width: 75%;
        max-width: 680px;
        border-radius: 1em;
        border: 1px solid #BBB;
    }

    div#page h1 {
        font-size: 31px;
        font-size: 3.1rem;
        margin-bottom: 0.75em;
        border-bottom: 1px solid #C3C3C3;
    }

}

/*----- MQ Medium Desktop-----*/

@media screen and (min-width:820px) {

}

/*----- MQ Large Desktop-----*/

@media screen and (min-width:1200px) {

}