body {
    margin-bottom: 60px;
}

.header {
    background-image: url(../images/header-background-micb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header .logo {
    margin: 0 auto;
    display: inherit;
    padding: 15px;
    max-width: 250px;
}

.date {
    background-color: #f9f9f9;
    padding: 15px 10px;
}

.date .current-date {
    font-size: 1em;
    margin: 0;
    text-align: center;
    color: #2B6276;
}

.table.times {
    margin: 0;
}

.table.times .begin-col,
.table.times .jammat-col {
    font-size: 1em;
    text-align: left;
    padding: 0.75rem;
}

.table.times .prayer-name {
    font-size: 1em;
    padding: 0.75rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.footer .ptdb-logo {
    max-width: 150px;
}

/* iPhone 5 - 320x444 */
@media screen and (max-height: 444px) {
    body {
        margin-bottom: 40px;
    }

    .date {
        padding: 10px 10px;
    }

    .table.times .begin-col, .table.times .jammat-col {
        padding: 0.4rem;
    }

    .table.times .prayer-name {
        padding: 0.4rem;
    }

    .footer {
        height: 40px;
        line-height: 40px;
    }

    .footer .ptdb-logo {
        max-width: 125px;
    }
}