/*
--------------------------------------------------------------------------------
    Affects both Desktop and Mobile Styling
--------------------------------------------------------------------------------
*/

.sectionContent {
    padding: 10px;
}

.sectionContent > * {
    width: 100%;
    float: left;
}

#displayText_NotRegistered_Top, #displayText_ForgotEmail {
    display: none;
}

.introWording {
    margin-bottom: 10px;
}

#NavContainer #Logout, #HideButtonMobile, #ShowButtonMobile {
    display: none;
}

/*
--------------------------------------------------------------------------------
    Affects only Desktop Styling
--------------------------------------------------------------------------------
*/

@media screen and (min-width: 701px) {
    .section {
        width: 620px;
    }
}

/*
--------------------------------------------------------------------------------
    Affects only Mobile and Tablet Styling
--------------------------------------------------------------------------------
*/

@media screen and (max-width: 700px) {

}