@import "styles.css?v=2";

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

a.anchor {
    top: -100px;
}

.round-list.fifth.single li:first-child {
    margin-top: 510px;
}

.round-name {
    width: unset;
}

.round {
    width: 20%;
}

.game,
.round-list {
    width: 100%;
}

.team .seed {
    color: grey;
    font-size: 0.7em;
}

.note-head {
    margin-top: 10px;
}

.tickets::before {
    font-family: 'FontAwesome';
    content: '\f145';
    margin-right: 5px;
}

@media screen and (max-width: 797px) {
    .round {
        width: 100%;
    }
}