.navbar-default, .header_view{
background-color: #302d2d;
}

.navbar-default .navbar-brand, .header_view .navbar-brand{
    color: #fff;
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #fff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus{
  color: #fff;
}

.nav.navbar-nav{
  text-transform: uppercase;
}

.pkp_structure_page{
  background-color: #dbdbdb;
  
}

.pkp_structure_content.container{
  background-color: #fff;
}

.nav.navbar-nav{
float:none;
margin: 0 auto;
display: table;
table-layout: fixed;
}

.pkp_block .title{
padding: 5px 0 !important;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #fff !important;
text-align: center !important;
background-color: #047b9d !important;
border-radius: 10px !important;
}

ul{
  list-style-type: disclosure-closed;
}

img{
  max-width: 100%;
height: auto;
}

.button-sub {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 210px;
}

.button-sub:hover {
  background-color: #333;
  text-decoration: none !important;
}

footer[role="contentinfo"] {
  background: #3b373a;
  color: #fff;
}

.footer a{
  color: #fff;
}

p, li{
  text-align: justify;
}

.media-left img, .cover-image {
  border: 1px solid #6f6f6fa1;
}

.media-left img {
  max-width: 180px;
}

.list-group-item.date-published {
  display: none;
}