div#page {
    margin: 3rem auto;
    max-width: 40rem;
    font-family: "Tahoma", "Geneva", "Sans-serif";
    font-size: 10pt;
    color: #616D7E;
}

div#logo {
    text-align: center;
}

div#logo img {
    width: 100%;
    max-width: 15rem;
}

div#content {
    padding: 2rem;
    margin-top: 1rem;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    text-align: center;
}

span.maintenance {
    font-style: italic;
}

div#bottom {
    text-align: center;
    color: #aaaaaa;
    font-size: 9pt;
    margin-top: 0.7rem;
}

#ContactCentreBox {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

#ContactCentreBox div {
    min-width: 10rem;
    margin: 0 2rem;
}
