.navbar-nav .dropdown-toggle {
  width: 130px;
  text-align: center;
}

.navbar-nav .dropdown-menu {
  width: 130px;
  background: #fff;
  border-radius: 6px;
  height: auto;
  padding: 0;
}

.navbar-nav .dropdown-menu li {
  float: none;
}

.navbar-nav .dropdown-menu li.active a {
  background-color: #337ab7;
  color: #ffffff;
}

.navbar-nav .dropdown-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}

.opendoc_left {
  width: 29%;
}

.opendoc_right {
  width: 71%;
}

.menu4 .thumbnail .caption h4{
  height: 60px;
}

#tab5 h1{
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

#tab5 h1.center{
  text-align: center;
}

#tab5 h1.not{
  margin-top: 0;
}

#tab5 p{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}