#week-beginning{
    padding: 12px 20px;
}

.input-groups.input-sel{
    display: inline-block;
    padding: 0 5px;
}
.time{
    background-color: #181818;
    border-radius: 5px;
    color: white;
    height: fit-content;
}
.date{
    background-color: #181818;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}
.fixure-list{
    gap:5px; 
    margin-bottom:5px;
    padding: 0 5px;
}

.fixture-link{
    color: unset;
    text-decoration: none
}

.emblems-small{
    height: 2em;
    width: 2em;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.name-abbrevated{
    display: none;
}

@media only screen and (max-width: 900px) {
    .emblems-small{
        height: 1.5em;
        width: 1.5em;
    }
    .name-abbrevated{
        display: inline-block;
    }
    .fullname{
        display: none;
    }
}