.table {
font-family:arial,sans-serif;
font-size:12px;
margin-top:14px;
width:500px;
}

.tabel-title {
font-weight:bold;
margin-bottom:5px;
text-transform:uppercase;
height: 15px;
}

.tabel-wedstrijd {
padding-bottom:20px;
}

.highlight {
 font-weight: bold; 
}

.nr {
float:left;
margin-right:12px;
text-align:center;
width:22px;
}

.team {
float: left;
width: 160px;
}
.g {
float: left;
width: 30px;
text-align: center;
margin: 0 3px;
}

.w {
float: left;
width: 30px;
text-align: center;
margin: 0 3px;
}

.gl { 
float: left;
width: 30px;
text-align: center;
margin: 0 3px;
}
.v { 
float: left;
width: 30px;
text-align: center;
margin: 0 3px;
}

.p {
float: left;
width: 30px;
text-align: center;
margin: 0 3px;
}

.dvp {
float: left;
width: 30px;
text-align: center;
margin: 0 6px;
}

.dpt {
float: left;
width: 30px;
text-align: center;
margin: 0 6px;
}

.pm {
float: left;
width: 30px;
text-align: center;
margin: 0 6px;
}

#stand_container .row {
    display: flex;
    padding-bottom: 5px;
}

#stand_container .row.header {
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
}

#stand_container .row .value.position  {
    width: 22px;
    margin-right: 12px;
    text-align: left;
}

#stand_container .row .value.logo  {
   display: none;
}

#stand_container .row .value.team  {
    width: 160px;
    text-align: left;
}

#stand_container .row .value  {
    width: 30px;
    margin: 0 3px;
    text-align: center;
}



.StandTabel {
    line-height: 18px;
    margin-top: 10px;
}

.StandTabel th:nth-child(1) {
    width: 22px;
    text-align: left;
}
.StandTabel th:nth-child(2) {
    width: 160px;
    text-align: left;
}
.StandTabel th {
    width: 35px;
    text-align: center;
}

.StandTabel td:nth-child(1) {
    text-align: left;
}
.StandTabel td:nth-child(2) {
    text-align: left;
}
.StandTabel td {
    text-align: center;
}

