.event-switch {
display: flex;
flex-flow: row wrap;
background-color: #162b39;
border: 1px solid rgba(42, 61, 76, 0.5);
margin: 0 auto 15px auto;
}
.event-switch-button {
padding: 10px;
font-weight: bold;
}
.event-switch-button:first-child {
border-right: 1px solid rgba(42, 61, 76, 0.5);
}
.event-switch-button:hover {
cursor: pointer;
background-color: #1d3647;
}
.invisible {
display: none;
}
.event-active {
background-color: #0f252f;
color: #c3a847;
}
.event-active:hover {
background-color: #122a36;
}