/* CSS Document */
body{
font-family: "Roboto", Tahoma, Verdana, sans-serif;
overflow: hidden;
margin:0px;
padding:0px;
background-image:url('/gfx/brickwall.png'); /*pattern from subtlepatterns.com */
}

#main{
position: absolute;
top:10%;
left:10%;
width:80%;
height:80%;
text-align: center;
border: 1px solid #000;
background-color:rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 20px;
z-index: 20
}
#main > p {
	border-bottom: 1px dashed #cecece;
	text-align: left;
	padding: 10px 50px
}

#centerT{
margin: 0 auto;
position: relative;
top: 10%;
width:80%;
height:80%;
border-width:0px;
border-style:solid;
border-color: black;
text-align: left
}

.description{
font-size: 20px
}

.name{
color: #A2C3E4;
position:relative;
font-size: 52px;
font-weight: bold
}

#logo{
position: absolute;
bottom: 50px;
right: 50px
}

.progress-display{
padding: 20px;
text-align: center
}

.distance{
height: 30px;
}