

html,body{
    margin:0;
    padding:0;
	  width:100%;
	  height: 100%;
    overflow: hidden;
  font-size: 13pt;
font-family: 'Karla', sans-serif;
  }
#canvas
{
  width:100%;
  height: 100%;
  position: absolute;
}

#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color: white;
}

#footer
{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 50px;
	line-height: 50px;
  color: white;
	background-color: black;
	display: none;
}

#sharing
{
  position:absolute;
  padding-top: 3px;
  left:20px;
}
#credits
{
  position:absolute;
  right:20px;
}
#creditscontent
{
	display: none;
}

#fullscreen
{
	position: absolute;
	right: 0;
	top: 0;
}
#playables
{
	margin-left: 20px;
}
.twitter-follow-button
{
	margin-right: 20px;
}
#mobileinfo
{
	padding:20px;
}
#mobileinfo img
{
	width:100%;
	box-sizing: content-box;
}
