body {

}

.loginLogo{
    text-align: center;
    display: block;
    margin-bottom: 40px;
    width: 200px;
}

.loginLogoPanel{
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

.loginPanel{
    width: 100%;
    text-align: center !important;
    margin-top: 100px;
}

.pressedButton{
    background-color: rgb(0, 112, 210) !important;
    color: white !important;
    border-bottom: 1px solid grey !important;
    border-right: 1px solid grey !important;
}

.spreadsheetDiv{
    display:inline-block;
    width:10%;
}

.spreadsheetsContainer.li{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    padding: 5px;
    width: 120px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.spreadsheetDiv img{
    display: block;
    margin: auto;
    width:50%;
    border: 0;
}

.hide{
    display:none;
}

.selected{
    background-color:#99e6ff;
}

.fullWidth{
    width:100%;
}

.footer-helper {
    display: flex;
    flex: 1;
    align-items: center;
}

@-moz-document url-prefix() {

    select {
        padding-top: .35em;
    }
}