.doc_viewer{
  font-family: arial;
  margin-top: 0px;
  width:590px;
  float: left;
  padding: 10px;
}
.doc_viewer .breadcrumb{
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 18px;
}
.doc_viewer h3{
  magin-bottom: 15px;
  border-bottom: 1px dotted #DCDCDC;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 20px !important;
  padding-top: 15px !important;
  clear: both;
  background-color: #f2f2f2;
}

.doc_viewer #doc_info{
  margin-bottom: 20px;
  width: 590px;
  float: right;
}
.doc_viewer #doc_info h3{
  magin-bottom: 15px;
  border-bottom: 1px dotted #DCDCDC;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 20px !important;
  padding-top: 15px !important;
  clear: both;
  background-color: #f2f2f2;
}
.download_button_right{
  border: 0px;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}