.panel-default {
  background: #fffffa;
}

.zoom-control {
}

.zoom-in {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px; 
  height: 16px;
}

.zoom-out {
  position: absolute;
  left: 4px;
  width: 16px;
  top: 90px;
  height: 16px;
}

.zoom-ruler {
  position: absolute;
  left: 4px;
  top: 18px;
  width: 16px;
  height: 70px;
}

.zoom-slider {
  position: absolute;
  left: 4px;
  width: 16px;
  top: 90px;
  height: 16px;
}

.search-suggestion {
  background: #fffffa;
  border: 1px solid gray;
  opacity: 0.9;
  left: 358px;
  top: 126px;
  width: 262px; 
}

.search-input-ok {
  background: white;
}

.search-input-error {
  background: red;
  color: white;
}

.search-list {
  position:relative;
  list-style-type: none;
  list-style-position: inside;
  margin: 2px;
  padding: 2px;
  left: 0px;
  top: 0px;
}

.search-list-default {
  background: white;
  color: black;
}

.search-list-highlight {
  background: steelblue;
  color: white;
}

.ruler {
}

.search-message {
  color: tomato;
}





