#league-table{
    max-width: 900px;
    margin: 16px auto;
    vertical-align: middle;
    text-align: center;
}


td, th{
    text-align: center;
    font-weight: unset;
    /* white-space: nowrap;
    overflow: hidden;    */
}

/* th:nth-child(2),  */
td:nth-child(2) {
    text-align: left;
    width: 30%;
}


th:last-child, td:last-child{
    text-align: center;
}

tbody>tr:first-child, tbody>tr:first-child>td, tbody>tr:nth-last-child(5), tbody>tr:nth-last-child(5)>td, tbody>tr:nth-child(3), tbody>tr:nth-child(3)>td, tbody>tr:nth-child(7), tbody>tr:nth-child(7)>td{
    border-style: dashed;
    border-color: black;
}
.team-form--won{
    background-color: #44c424;
}

.team-form--drew {
    background-color: #5a5a5a;
}

.team-form--lost {
    background-color: #d00;
}

.team-form {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    line-height: 15px !important;
    margin-right: 2px;
    font-size: 13px;
    color: #fff;
}
.name-abbrevated{
    display: none;
}
.emblems-small{
    height: 2em;
    width: 2em;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@media screen and (min-width: 900px) {
       
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 900px) {
    th:last-child, td:last-child, td:nth-child(8), th:nth-child(8),td:nth-child(7), th:nth-child(7) {
        display: none;
    }
    td:nth-child(2){
        width: 50%;
    }
    #league-table{
        padding: 0 16px;
    }
	
	#headerinfo {
        display: none;
    }

    .emblems-small{
        height: 1.5em;
        width: 1.5em;
    }
}

@media only screen and (max-width: 600px) {
    /* td:nth-child(4), th:nth-child(4),td:nth-child(5), th:nth-child(5),td:nth-child(6), th:nth-child(6){
        display: none;
    } */
    .emblems-small{
        display: none;
    }
    .name-abbrevated{
        display: inline-block;
    }
    .fullname{
        display: none;
    }
}

