                html,body {
			background-color: #333;
			color: #fff;
			font-family: helvetica, arial, sans-serif;
			margin: 0;
			padding: 0;
			font-size: 12pt;
		}
		
		#canvas {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 640px;
			height: 960px;
			z-index: -2;
		}
		
		div.popup {
			background-color: #FFF;
			border-radius: 10px 10px 10px 10px;
			box-shadow: 0 0 25px 5px #999;
			color: #111;
			display: none;
			min-width: 450px;
			min-height: 250px;
			padding: 25px;
			
		}
	
		div.popup p {
			text-align: center;
		}
		
		button.popup
		{
			min-width : 150px;
			height: 50x;
			font-size: 22px;
			background-color: #2B91AF;
			border-radius: 10px;
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			color: #FFF;
			cursor: pointer;
			display: inline-block;
			padding: 10px 20px;
			text-align: center;
			text-decoration: none;
			margin-top: 25px;
		}
				
		button.popup.right
		{
			margin-left: 25px;
		}
		
		button.popup.left
		{
			margin-right: 25px;
		}
		
		.popupHeader
		{
			color: #2B91AF;
			font-size: 24px;
			font-weight: bold;
		}
		
		ul.scrollable_list
		{
			margin: 0;
			padding: 0;
			max-width: 550px;
			max-height: 350px;
			list-style: none;
			overflow: auto;
		}
		ul.scrollable_list li
		{
			height: 80px;
			margin : 0; 
			padding: 0;
			list-style: none;
			position: relative;
		}
		ul.scrollable_list li .profile { width: 48px; height: 48px; top: 5px; left: 5px; border: 1px solid #000000; }
		ul.scrollable_list li.template { display: none; }
		ul.scrollable_list li.loading { display: none; }
		ul.scrollable_list.loading li.loading { display: block; text-align: center;}
		/*
		ul.scrollable_list li.selected { color: #e34c32; font-weight: bold; }
		ul.scrollable_list li.selected .profile { border: 1px solid #e34c32; }
		
		.panel.right ul.scrollable_list { margin: 10px 0; height: 400px; }
		.panel.right .buttons { height: 60px; }
		.panel.right .buttons button { height: 60px; width: 200px; display: block; margin: 0 auto; }
		*/
		div#leaderboard
		{
			background-color: #FFF;
			border-radius: 10px 10px 10px 10px;
			box-shadow: 0 0 25px 5px #999;
			color: #111;
			display: none;
			min-width: 450px;
			min-height: 250px;
			padding: 25px;
		}
		
		#leaderboard li.item
		{
			position: relative;
			text-align: left;
			border-bottom: 1px solid #000000;
		}
		#leaderboard li.item .name
		{
			font-size: 16px;
			font-weight: bold;
			position: relative;
			left: 25px;
			bottom: 12px;
		}
		#leaderboard li.item .profile
		{
			display: inline;
			width: 58px;
			height: 58px;
			position: relative;
			left: 10px;
			top: 11px;
		}
		#leaderboard li.item .scorecontainer
		{
			font-size: 16px;
			font-weight: bold;
			position: absolute;
			right: 10px;
			left: auto;
			bottom: 28px;
		}
		#leaderboard li.item .rankcontainer
		{
			font-weight:
			bold; font-size: 32px;
			position: relative;
			bottom: 10px;
			left: 5px;
		}
		#leaderboard li.item hr
		{
			display: block;
			height: 2px;
			border: 0;
			border-top: 2px solid #000;
			position: absolute;
			bottom: 50%;
		}
		
		#leaderboard h1
		{
			color: #2B91AF;
			font-size: 32px;
			font-weight: bold;
			text-align: center;
			position: relative;
		}
		
		#leaderboard div.center
		{
			text-align: center;
		}
		
		#leaderboard button
		{
			min-width : 150px;
			height: 50px;
			font-size: 22px;
			background-color: #2B91AF;
			border-radius: 10px;
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			color: #FFF;
			cursor: pointer;
			display: inline-block;
			padding: 10px 20px;
			text-align: center;
			text-decoration: none;
			margin-top: 25px;
		}
		
		#sharePopup textarea
		{
			width: 350px;
			height: 150px;
		}
		/*
		#leaderboard li.item:nth-child(odd)  { text-align: right; padding: 0 70px 0 0; }
		#leaderboard li.item:nth-child(odd) .profile { left: auto; right: 0; }
		*/