/*.resultstable {
font-family: Arial, sans-serif;
background-color: #e8e8e8;
width: 100%;
height: 100%;
border-collapse: collapse;
border: 1px solid black;
font-size: 1vw;

}

.resultstable td,
.resultstable th{
border: 1px solid black;

text-align: center;

}

.resultstable td.pos{
width: 30%;
}

.resultstable td.name{
width: 50%;
}

.resultstable td.score{
width: 40%;
}
*/


