.show.table ul li {
    display: table-cell;
    width: 25%;
    line-height: 25px;
    padding: 8px;
    border: 1px #ccc solid;
    border-top: 0;
    border-right: 0;
}
.show.table ul {
    display: table-row;
}

.show.table {
    display: table;
}

.show.table ul:last-child li {
    border-bottom: 0px;
}

.show.table ul li:first-child {
    border-left: 0px;
}

.show.table > strong {
    margin-top: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

  .heading-menu .menuhead {
    display: none;
  }
  .container {
    max-width: 1200px;
  }
  .container #lhsTree {
    max-width: none;
    padding: 5px 0px 0px 0px;
  }
  #lhsTree>li>span, #lhsTree>li>a {
    font-size: 15px;
    line-height: 1.6em;
  }
  ul.clearfix.custspan {
    justify-content: center;
}