.header {
  font-size: .8em;
  margin-bottom: 1em;
  color: #AAA;
}
.header a {
  color: #AAA;
}

.scrollBox {
  width: 350px;
  background-color: #666;
  border: 1px solid #333;
  color: #FFF;
  height: 67px;
  text-align: center;
  padding-top: 5px;
  left: 60%;
  top: 100px;
}
.scrollbox table {
  width: 330px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  vertical-align: center;
  color: #FFF;
}
.scrollBox table td {
  padding: 5px 10px;
  list-style: none;
  cursor: pointer;
}
.scrollBox table td.selected {
  border: 2px dashed blue;
}