h1, h2, h3, h4, h5, .cap_block_text{
  font-weight: bold;
}

.center_content_box li a{
  text-decoration: underline !important;
}

.content-display {
  margin-bottom: 10px;
}

.content-display a{
  text-decoration: underline !important;
}

@media screen and (max-width: 1200px) {
  .font-selector-elements{
    width: auto !important;
  }

  .font-selector-label {
    width: 350px !important;
  }

  .font-selector-element {
    width: 130px !important;
    padding-left: 20px !important;
  }
}

.color-scheme-selector{
  margin-top: 25px;
  margin-left:25px;
  margin-bottom: 25px;
  position: relative;
  top: 30px;
}

.center_block{}

.page_content_block{
  padding: 10px;
}
.page_content_cap{}
.page_content_body{}
.body_block_text{}

.page_content_foot{}

.font-selector {
  position: relative;
  height: 60px;
  top: 20px;
  display: -webkit-inline-box;
  border: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.font-selector-elements{
  width: 160px;
  display: table-cell;
}

.font-selector-element{
  width: 40px;
  height: 40px;
  display: table-cell;
}

.font-selector-label{
  width: 200px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  display: table-cell;
}

a:focus,a:hover{
  color:black;
  background-color: #eee;
  text-decoration:underline
}

.nav>li>a:focus,.nav>li>a:hover{
  text-decoration:none;
  background-color:lightgray;
}

.dropdown .dropdown-toggle{
  line-height: normal;
}

.dropdown-menu li{
  background-color: white;
  border-bottom: 1px solid black;
}

.dropdown-menu li:hover{
  background-color: lightgray;
}

.dropdown-menu>li>a{
  display:block;
  padding:3px 20px;
  clear:both;
  font-weight:400;
  line-height:1.42857143;
  color:black;
  white-space: normal;
  background: lightgray;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  color:white;
  background-color: #454545;
  text-decoration:none;
}

.pagination>li>a{

}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
  background-color:lightgray;
  color:black;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

