.entry-title {
  font-size: 22px;
  line-height: 20px;
  font-weight: bolder;
  text-indent: 11px;
  color: #475a73;
  text-align: center;
}

.page-header {
  border-color: #b8b8bf;
}

a:hover {
  color: red;
}

.navFixed {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  min-width: 100%;
  opacity: 0.94;
  transition: opacity .5s ease-out;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
 background: #7777d1;
 border-top: 1px solid #eee;
 font-weight: bold;
 color: white;
 padding: 8px;
 text-align: center;
  font-size: 13px;
}
 
#bbpress-forums li.bbp-header {
 background: #7777d1;
  font-size: 13px;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
 background-color: #fff;
  font-size: 13px;
}
 
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
 background-color: #f4f3de;
  font-size: 13px;
}