.microfiche-controls {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top:30px;
}
.microfiche-bullet {
  display: inline-block;
  cursor: pointer;
  width: 15px; height: 15px;
  border-radius: 15px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 5px;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
}
.microfiche-bullet.selected {
  background: #cb0c0c;
  opacity: 1;
}
.microfiche-button {
  margin: 0 15px;
}

