.change-debrief-tab {
    color: #575757;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    border: none;
    text-transform: uppercase;
}

.change-debrief-tab:hover {
    background-color: rgb(240, 240, 240);
}

.change-debrief-tab:focus {
    outline: none;
}

.change-debrief-tab[aria-selected="true"] {
    color: #0362DD;
    background-color: #C5DCFA;
    box-shadow: 0 2px 0 #1A4278;
}