 .article-title a, .article-header h1  {
    font-size: 18px !important;
    border-bottom: 0px dotted #0086BF !important;
  	font-weight: bold !important;
}

.article-title {
      margin-top:10px;

}

.module-title {
    font-size: 18px !important;
    font-family: 'Abel', sans-serif !important;
      margin-top:10px;


}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Abel', sans-serif !important;
}

.indicator_subtitle  {

  width: 90%;
  
  display: block;
  
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  
  margin-bottom: 15px;
  margin-top: 30px;

  margin-left: 40px;
  
  color: black;
  text-decoration: none; 
  font-family: 'Abel', sans-serif;
  font-size:17px;
  font-weight: bold;
  
  border-bottom: 2px solid #fff589;
}

.indicator_subtitle:before {
  content: "// ";
}

.indicator_list  li a {

  width: 90%;
  
  display: block;
  
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  margin-bottom: 10px;
  margin-left: 40px;
  
  color: black;
  text-decoration: none; 
  font-family: 'Abel', sans-serif;
  font-size:16px;
  
  border-bottom: 1px solid black;

  
}

.indicator_list {
	margin-left:0px;
    list-style-type: none;

}


.indicator_subfamily_title  {
  
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;

  	margin-bottom: 20px;
  
  display:block;
  background-color: #fff589;
  color: black;
  text-decoration: none; 
  font-weight: bolder;
  font-family: 'Abel', sans-serif;
  font-size:17px;
}


.indicator_menu_header  {
  
    width: 250px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
  
  	margin-bottom: 5px;
  	margin-top: 10px;
  
  display:block;
  background-color: #FEEE00;
  color: black;
  text-decoration: none; 
  font-weight: bolder;
  font-family: 'Abel', sans-serif;
  font-size:17px;
}

.indicator_menu_items a {
  width: 250px;
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  
  display:block;
  background-color: #fdba00;
  margin-top:2px;
  color: black;
  text-decoration: none; 
  font-weight: bold;
  font-family: 'Abel', sans-serif;
  font-size:17px;
}

.indicator_menu_items a:hover {
  background-color: #FEEE00;

}



.indicator_button {
  width: 150px;
  padding:10px;
  margin-left: 20px;
  display:block;
  background-color: #FEEE00;
  color: black;
  text-decoration: none; 
  font-weight: bold;
  float:right;
  font-family: 'Abel', sans-serif;
  font-size:18px;
}

.indicator_button:hover {
  background-color: black;
  color: #FEEE00;
  text-decoration: none;
}

.indicator_button_sup {
    padding: 10px;
    margin-left: 10px;
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    float: right;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
}

.indicator_button_sup:hover {
  text-decoration: none;
}

.t3-sl {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}


.t3-mainnav .navbar .nav > li > a {
    padding: 10px 10px;
} 

.menu-izd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

.menu-izd li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 14px;
}

/* Change the link color on hover */
.menu-izd li a:hover {
    background-color: #cc5d2a;
    color: white;
}


.indicator-button {
    background-color: #edbb99;
    padding: 5px;
    font-size: 14px;
  	color: black;
}

.indicator-button::before { 
    content: ">> ";
}