#toolbar{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #353535;
  z-index: 10000;
}

.middle{
  width: 210px;
  margin: 0 auto;
}

#prev, #next, #zoomIn, #zoomOut{
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#pageNumDisplay{
  display: inline-block;
  width: 80px;
  height: 20PX;
  font-size: 12px;
  line-height: 20px;
  background-color: #EBEBEB;
  text-align: center;
  padding: 0;
}

#PDFpictures{
  display: block;
  height: 80%;
  margin-top: 40px !important;
}