body {
	background-color: Black;
	text-align:center;
	transform: scale(0.055);
    transform-origin: 0 0;
   // add prefixed versions too.
}

freeSpots {
    color: green;
}
@font-face {
    font-family: "My Custom Font";
    src: url(http://glostrup.parkalot.dk/css/Square.ttf) format("truetype");
}
.spotTypeHandicap {
    height: 40vh;
	width: 33vw;
    text-align: center;
}

.spotType{
	height: 40vh;
	width: 33vw;
	text-align: center;
	font-size: 22vh;
	color: white;
	font-weight: normal;
	font-family: "My Custom Font", sans-serif;
	letter-spacing: 20px;

}

.numberBox{
	height: 40vh;
	width: 33vw;
	text-align: center;
	font-size: 38vh;
	color: green;
	font-weight: bold;
	font-family: "My Custom Font";
	letter-spacing: 30px;
}

.spacing{
	height: 2vh;
	width: 33vw;
}

table.center {
	position: fixed;
	margin-left: 0; 
	margin-top: 0vh;
	top:-20vh;
    left: -6vw;
}

img{
    height: auto; 
    width: auto; 
    max-width: 75%; 
    max-height: 75%;
}

iframe {
    border:none;
}

table {
    border-collapse: collapse;
}
table, th, td {
   border: 0px solid blue;
   color: red;
}