.QP1{
	height: 20px;
	width: 20px;
    margin: 4px;
	border: 2px solid black;
	font-weight: 900;
	background-color: #cccc33;
	text-align: center;
}

.QP2{
	height: 20px;
	width: 20px;
    margin: 4px;
	border: 2px solid black;
	font-weight: 900;
	background-color: #d5d5d5;
	text-align: center;
}

.QP3{
	height: 20px;
	width: 20px;
    margin: 4px;
	border: 2px solid black;
	font-weight: 900;
	background-color: #e6860d;
	text-align: center;
}

.PKT{
	height: 20px;
	width: 20px;
    margin: 4px;
	border: 2px solid black;
	font-weight: 900;
	background-color: #f1f1f1;
	text-align: center;
}

.DNF{
	height: 20px;
	width: 20px;
    margin: 4px;
	border: 2px solid black;
	font-weight: 900;
	background-color: #2f2f2f;
	text-align: center;
	color: #c4c9d2;
}