.index_boardstats {
    background: var(--content-background);
    padding: 10px;
    margin-bottom: 20px;
}

.index_boardstats_bit {
    background: var(--body-background);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 20px;
}.boardstats-online {
    width: 35%;
}

.boardstats-playerstat {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
}

.boardstats-today {
    width: 41%;
}

.boardstats-statistic {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 40px;
}

.boardstats-placestat {
    display: flex;
    justify-content: space-around;
    width: 70%;
    text-align: center;
    /* gap: 10px; */
}

.boardstats-newst {
    width: 28%;
    text-align: center;
}

.boardstats-overview {
    width: 35%;
    /* height: 190px; */
    /* overflow: auto; */
    /* padding-right: 5px; */
}

.boardstats-inplaystat {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.boardstats-away {
    width: 41%;
}

.boardstats-headline {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--headline-color);
}

.index_boardstats_content {
    height: 100px;                          
    padding-right: 5px;
}

.boardstats-subline {
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
}

.boardstats-username {
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 27px;
    font-weight: bold;
}

.boardstats-place-count {
    font-size: 22px;
    font-family: var(--mainfont);
    line-height: 110%;
    color: var(--headline-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.boardstats-place-name {
       font-family: var(--subfont);
       font-size: 13px;
       letter-spacing: 1px;
       text-transform: uppercase
}

.boardstats-inplaystat-bit {
    text-align: center;
}

.boardstats-inplaystat-fact {
    font-family: var(--subfont);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.boardstats-inplaystat-count {
    font-size: 22px;
    font-family: var(--mainfont);
    line-height: 110%;
    color: var(--headline-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.boardstats-place {
    width: 100%;
}

.boardstats-place-img svg {
    width: 70px;
}

.boardstats-place-img.london svg {
    height: 70px;
}

.boardstats-place-img.oxford svg {
    height: 70px;
    width: 45px;
}


.index_gossipQuotes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}

.gossipQuotes_content {
    background: var(--content-background);
    padding: 10px;
    width: 100%;
}

.gossipQuotes_content-bit {
    background: var(--body-background);
    padding: 10px;
    height: 150px;
}

.awaymanager_index-user {
    height: 150px;
    overflow: auto;
    padding-right: 5px;
}

.awaymanager_index-team {
    height: 55px;
}

.boardstats_subline {
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
}