footer {
    bottom: 0;
    left: 0;
    padding: 5px 0 5px 0 !important;
    position: fixed;
    width: 100%;
    text-align: center;
    color: black !important;
}

body {
    /* background: url('/img/cloudbg.jpg') no-repeat center; */
    background-color: #333;
    /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    font-family: 'Open Sans';
    margin: 0 auto;
}

.centered {
    left: 50%;
    position: fixed;
    top: 30%;
    transform: translate(-50%, -50%);
}

#main-section {
    background: white;
    border-radius: 5px;
    margin: 30px 0 40px;
    padding: 30px;
    width: 60%;
    visibility: hidden;
}

/*
#signin-section {
    /* background: white;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 30px;
    
}
*/
.signout {
    font-size: 0.8em;
}

.status-note {
    font-size: 0.9em;
}