/* Customize container to make a narrower page */
.container {
    max-width: 640px;
}

/* These were supplied by Bootstrap to make the footer work */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 48px; /* The value must be equal or greater than footer height */
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 36px; /* Set the fixed height of the footer here */
    text-align: center;
    padding-top: 6px;
}

/* Strip default inherited formatting from links */
.link {
    all: unset;
    cursor: pointer;
}

/* Gray text */
.gray {
    color: gray;
}

/* Text in the header is centered */
.header {
    text-align: center;
}

/* Full-width buttons */
.btn-wide {
    width: 100%;
}

h6 {
    text-align: center;
}

.time-zone {
    text-align: center;
    text-size-adjust: 80%;
    color: gray;
}