.pdfCanvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hide{
  display: none;
}

#pdfContainer{
  display: block;
  width: 100%;
}

.pdfBtn{
  padding: 7px 12px;
  font-size: 11px;
  color: #6a6a6a;
  font-weight: bold;
  /*background: url(/css/src/base/../../../images/bg_tab.png) bottom repeat-x;*/
  margin-right: 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}

.pdfControler {
  text-align: center;
  line-height: 24px;
  font-size: 11px;
  background: #f4f5f7;
  z-index: 9999;
  width: 100%;
}