html, body {
  margin: 0;
}
.homepage {
  padding-top: 40px;
  text-align: center;
  font-size: 50px;
}
.homepage a {
  text-decoration: none;
}

.ui-overlay-inherit {
  background: black;
}
@media(min-width: 700px) {
  .form-page {
    max-width: 700px;
    margin: 0 auto;
    left: 50%!important;
    margin-left: -350px;
  }
}

#table {
  margin-top: 10px;
  margin-left: 10px;
}

#more {
  font-family: monospace;
  color: steelblue;
  text-decoration: underline;
  display: inline-block;
  padding: 20px 0 ;
}

.fullbar {
  background: rgba(0,0,0,.1);
  width: 200px;
  display: inline-block;
  margin-right: 10px;
}
.row {
  margin-bottom: 2px;
  font-family: monospace;
}
.bar {
  background: steelblue;
  display: inline-block;
}