#conf-picker {
    color: var(--dark-color);
    font-family: "Farro", sans-serif;

    border: 2px solid var(--dark-color);
    border-radius: 5px;

    margin-bottom: 10px;
}

.standings-header {
    margin: 0;
}

.standings-table {
    width: 80%;

    margin-bottom: 25px;
    
    background-color: white;

    border-spacing: 0;
    border: 2px solid var(--dark-color);
    border-radius: 20px;

    font-size: 1.2em;
    text-align: center;
}

.standings-logo {
    width: 5%;
}

.standings-logo div {
    display: flex;
    justify-content: center;
}

.standings-logo img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}

.standings-team {
    text-align: left;
    width: 25%;
}

.standings-team a {
    cursor: pointer;
}

.standings-small {
    width: 6%;
}

.standings-wide {
    width: 8%;
}

.column-border {
    border-right: solid 2px var(--dark-color);
}

.row-border {
    border-bottom: solid 2px var(--dark-color);
}