@font-face {
    font-family: 'iec_symbols_unicoderegular';
    src: url('Unicode_IEC_symbol.eot'),
         url('Unicode_IEC_symbol.eot?#iefix') format('embedded-opentype'),
         url('Unicode_IEC_symbol.woff2') format('woff2'),
         url('Unicode_IEC_symbol.woff') format('woff'),
         url('Unicode_IEC_symbol.ttf') format('truetype'),
         url('Unicode_IEC_symbol.svg#iec_symbols_unicoderegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iec_power{
  font-family: 'iec_symbols_unicoderegular';
  font-style: normal;
}

b {
  font-weight: 600;
  font-family: junction-bold;
  color: #004569; 
}

body {
  background-color: #efefef;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  font-family: junction-regular;
}

h1 {
  margin-top: 0px;
  font-family: junction-regular;
  font-size: 30pt;
  color: #EFEFEF;
}

h2 {
  font-size: 24pt;  
}

h2 small {
  color: #2688BA;

}

h2, h3, h4, h5 {
  color: #025D8C; 
}

h2, h3, h4, h5 {
  font-family: junction-bold; 
}

h4 small {
  font-size: 12px;
}

h5 small {
  font-size: 12px;
}

a {
  color: #096FA3; 
  font-weight: bold;
}

a:focus, a:hover {
  /* color: #2688BA; */ 
  color: #4BA9D9;  
}

.content {
  width: 65%;
}

.navbar .navbar-nav {
  display: inline-block;
  text-align: center;
}

.navbar .navbar-collapse {
  text-align: center;
}

.main {
  padding: 10px;
}

.btn-default {
  color: #892929; 
  font-size: 12px;
  font-family: junction-bold; 
}

.btn-default:hover {
  color: #892929; 
  background-color: #F4EABF;
}

a.list-group-item:hover {
  background-color: #F4EABF;

}



