#page {
  width:80%;
  display:inline-block;
}

#screenshot {
  text-align: center;
}

#meta {
  margin-bottom:20px;
}



#description {
  float:left;
  width:67%;
}

#authors {
  float:right;
  width:33%;
  border-left:2px solid #0d6a7f;
  margin-left:-2px;
}
.meta_content {
  margin: 0 10px;
}


.prev {
  text-align: left;
}
.next {
  text-align:right;
}
.back {
  text-align: center;
}
.navigation {
  margin:10px auto;
}
.prev, .back, .next {
  display:block;
  width:33.3333%;
  /*background:#022630;*/
  font-size: 1.0em;
  font-weight: bold;
  float:left;
  border:1px solid #022630;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  margin-left:-1px;
  margin-right:-1px;
}

.navigation a:hover {
  background:#0d414e;
}

.navigation a span {
  display:block;
  margin:10px;
  padding:10px;
}


#header h1 {
  float:left;
}

#play {
  display:block;
  background: #000;
  padding: 10px 44px;
  font-weight: bold;
  font-size: 1.5em;
  float:right;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
#play:hover {
  background:#0d414e;
}
#screenshot {
  margin-left:-10px;
  margin-right:-10px;
  background:#000;
}
#screenshot img{
  width:100%;
}
