body {
    font-family: monospace;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 90%;
    max-width: 800px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

header {
    position: relative;
    width: 100%;
    max-width: 800px;
    z-index: 1000;
}

header img {
    width: 100%;
    height: auto;
    display: block;
}

.event {
    text-align: left;
}

.submit-event-link {
    font-size: 0.8em;
    text-align: center;
    margin: 30px 0;
}

a {
    color: #000;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

th:first-child,
td:first-child {
    width: 13ch;
}

details {
    font-size: 0.8em;
    margin-top: 5px;
}

details summary {
    cursor: pointer;
}

details div {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ddd;
}

footer {
    background: #FFF;
    color: black;
    text-align: left;
    padding: 10px 0px;
    width: 100vw;
    max-width: 100vw;
    border-top: 1px solid #ddd;
    bottom: 0;
}

footer p {
    color: black !important;
    text-align: center;
}

footer a {
    color: black;
}

footer img {
    height: 50px;
    margin-left: 10px;
}
