html{
	font-family: Monaco,'Roboto Mono', monospace;
}
body{
	font-size: 30px;
	color: white;
	background: #2F4F4F;
	text-align: center;
	vertical-align: middle;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	width:  100%;
	margin: 0px;
	word-wrap:break-word;
}
html {
	width:  100%;	
	height: 100%;
	margin: 0px;
}
.subtitle{
	font-size: 15px;
}
.footer{
	font-size: 12px;
	color: white;
	background: #2F4F4F;
	text-align: center;
	vertical-align: middle;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

}
a{
	font-size: 12px;
	color: white;	
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.runner {
	width:  100%;
	margin: 0px;
}