@charset "UTF-8";
._apart{
  margin-top: 2em;
}

.m_links._subtoc_box a:not(.anc_button)[href] {
  color: #fff;
  font-weight: bold;
}
.m_links._subtoc_box a:not(.anc_button)::before {
  border-color: #fff;
}

.m_links._subtoc_box ._cable a:not(.anc_button) {
  background-color: #254fa5;
}
.m_links._subtoc_box ._supply a:not(.anc_button) {
  background-color: #ce5277;
}
.m_links._subtoc_box ._wire a:not(.anc_button) {
  background-color: #44a65d;
}

.m_hdg._A h2{
  border-left: none;
}

#cable .m_hdg._A h2 {
  background: #254fa5;
  color: #fff;
}

#supply .m_hdg._A h2 {
  background: #ce5277;
    color: #fff;
}

#wire .m_hdg._A h2 {
  background: #44a65d;
    color: #fff;
}

div.m_text ul.list_marker li{
/*border: 1px solid red!important;*/
  list-style-type: disc;
   list-style-position: inside;
  padding-left: 30px;
}

#cable .m_hdg._C h3 {
/*border: 1px solid red;*/
/*  padding: 0 0 0 20px;*/
text-align:center;
  border-left: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #136ab2;
}

