body {
    text-align: center;
}

h2 {
    font-family: sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

strong {
    font-weight: 700;
    background-color: yellow;
}

p {
    font-family: sans-serif;
}

h5 {
    background-color: #fff8f6;
}

.open-events-table {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    border-collapse: collapse;
}
.open-events-table tbody tr:nth-child(odd) {
    background-color: #ee1074;
}
.open-events-table th, td {
    padding: 0.4em;
}

.coming-events-table {
    width: 100%;
    text-align: left;
}
.coming-events-table tbody tr:nth-child(odd) {
    background-color: green;
}
.coming-events-table th, td {
    padding: 0.4em;
}

.errordiv {
    font-weight: bold;
    background-color: white;
    color:  #ff7c70;
    padding-bottom: 5px;
}

.narrow-input-field {
    align: center;
}

.submit-button {
    border-radius: 10px;
    margin-top: 15px;
    padding: 5px;
    background: #abffc3;
}
