html, body {
    height: 100%;
    overflow: visible;
}

.ui-page {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-header h1 {
    margin: 0 !important;
}

.ui-btn {
    font-weight: normal !important;
    text-shadow: none !important;
    line-height: 1.8em !important;  
}

.logo {
    position: absolute;
    margin: 0;
    top: 0.5em;
    left: 0.5em;
}

.ui-teeny .ui-btn {  
    padding: 0.9em 1.5em;
}

.ui-teeny, .ui-teeny strong {
    font-size: 0.9em;
    text-shadow: none;
}

    .ui-teeny .ui-icon-forward:after, .ui-teeny .ui-icon-back:after {
        background-size: 1em;
    }

    .ui-teeny .ui-btn-icon-notext:after {
        width: 1.1em;
        height: 1.1em;
    }

.pageCaption {
    font-size: 0.9em;
}

.grey {
    color: #777;
}

.ui-content-not-so-tall {
    padding: 0.5em 1em;
}

.toast {
    background: #83a4be;
    color: #e1e1e1;
    padding: 1em 0;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 45%;
    width: 100%;
    border-radius: 2.25em;
    font-size: 0.9em;
}

    .toast .error {
        background: #fff;
        color: #f00;
    }

.h1Zman {
    font-size: 1.6em !important;
    color: #008;
    text-align: center;
}

.navBtn {
    background-color: #1a3951 !important;
    color: #aab !important;
}
