#map_canvas
{
	border:1px black dotted;
	color:orange;
	font-weight:bold;
	font-size:16px;
	position:relative;
}
#map
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#map_container
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.player
{
	width:10px;
	height:10px;
	position:absolute;
	border-radius:10px;
	background-color:orange;
}
.driver
{
	background-color:red !important;
}
.playerdetails
{
	font-size:14px;
    z-index: 999;
    border: 1px dotted black;
    min-height: 80px;
	width: 120px;
    border-radius: 5px;
    box-shadow: 4px 4px 8px black;
    font-size: 14px;
    padding: 5px;
    position: absolute;
	color:black;
	background-color: white;
	font-weight:normal;
	font-size:14px;
    z-index: 9999;
}