@font-face {
    font-family: RobotoSlab-SemiBold;
    src: local("RobotoSlab-SemiBold"), url(RobotoSlab-SemiBold.ttf);
}

@font-face {
    font-family: RobotoSlab-Regular;
    src: local("RobotoSlab-Regular"), url(RobotoSlab-Regular.ttf);
}

/* Hide the paginate buttons */
.paginate_button{
	visibility: hidden;
}

/* Table styling */
.header th{
	background-color:rgba(0, 0, 0, 0);
	color: white;
	font-size: 3vh;
	font-family: "RobotoSlab-SemiBold";
}

.display th{
	background-color: #A32638;
	color: white;
	border-bottom: 3pt solid white !important;
	font-size: 3vh;
}

#wedstrijd {
	text-align: left;
}

tbody {
	font-family: "RobotoSlab-Regular";
}

tbody tr {
	border-bottom: 3pt solid black !important;
}

tbody tr:nth-child(even){
	background-color: white !important;
	color: black;
}
tbody tr:nth-child(odd){
    background-color: #F3DADF !important;
	color: black;
}

#uitslag th:nth-child(2) {
    text-align: center !important;
}

#uitslag td:nth-child(2) {
    text-align: center !important;
}
