@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,900);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

body {
    background: url(../navy_blue.png) 0 0 ;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	overflow: scroll!important;
}
p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
#algorithm_panel {
	display: none;
}

#draw_area {
	background: url(../gfloor.jpg);
	/*margin-top: 76px;*/
	width: 2020px!important;
	height: 1856px!important;	

}
svg {
	/*margin-top: 100px;*/
	width: 2020px!important;
	height: 1856px!important;
	overflow: scroll!important;

}
#play_panel {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 75px!important;

}
#myQuote {
	background: blue;
	width: 400px;
	height: 100px;
}
#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	font-family: Georgia;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	background: #FFB301;
	color: #333;
	font-size:16px;
	line-height:120%;
	font-weight: 700;
	font-style: italic;
	}
#tips li{
	padding:20px;
	display:none; /* hide the items at first only */
	}