#perf-meter-bar-inner {
  width: 100%;
  background: #ccc;
  text-align: center;
  height: 2em;
  margin-bottom: 0.5em;
}
#perf-meter-bar-inner p {
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0;
}
.autotune-rect {
    margin: 1em 0 0.5em 0;
    text-align: center;
}
#autotune-btn {
    background: #ccc;
    border: 1px #333 outset;
    padding: 3px 5px;
    color: #333 !important;
}