#games-content > table > thead > tr > th {
    padding: 10px 0;
}

#main-content > table {
    display: none;
}

#main-content > section {
    display: block;
}

#details {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

#details > #left {
    order: 2;
}

#details > #mid {
    order: 1;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0.5rem;
    border-bottom: 1px solid white;
}

#details > #right {
    order: 3;
}

#left > .card, #right > .card {
    width: 100%
}

#left, #right {
    width: 47.5%;
}

.table {
    display: none;
}

.accordion {
    margin-top: 1rem;
    display: block;
}

.accordion-button > span {
    width: 9rem;
}
