body {
  padding: 10px;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#ft {
    position: fixed;
    bottom: 8px;
    text-align: center;
    width: 100%;
}

a.link, a, a.active {
  color: #369;
}

h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.progress_highlight {
  font-weight: bold;
}
#progressbar_bar {
  border:1px solid #eee;
  height:20px;
  width:400px;
}
#progressbar_fill {
  background-color: #666;
  height:20px;
  float:left;
}
#progressbar_fill p {
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
}

#status {
  width: 200px;
  height: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#info {
  display: none;
  width: 400px;
  min-height: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#link {
  margin-top: 8px;
  margin-bottom: 16px;
}

#settings {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  background-color: #ddd;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#settings li {
    margin-top: 12px;
    margin-bottom: 12px;
}

#userSettings {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  background-color: #ddd;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.invalidInput {
  background-color: #f00;
}

