#features .heading{
  font-size: 24px;
  font-weight: bold;
  color: #0f1010;
  margin: 25px 0px;
}
#features .heading:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #e8e8e8;
    width: 75%;
    margin-left: 2.5rem;
    transform: translateY(-0.5rem);
}
#specifications {
    margin-top: 8px;
}
#specifications .heading{
  font-size: 24px;
  font-weight: bold;
  color: #0f1010;
  margin: 25px 0px;
  width: 100%;
  text-align: center;
  line-height: 0.1;
  border-bottom: 2px solid #e8e8e8;
}
#specifications .heading #specHeading{
  background: #fff;
  padding:0px 15px;
}

#features .heading:after {
  width: 84% !important;
}
.moreSpecs.show-more-height{
  height:5px;
  overflow:hidden;
}
.showMoreLink,
.showLessLink {
    text-align: center;
    color: #337ab7;
    cursor: pointer;
    font-weight:bold;
    font-size: 14px;
}
#specifications .table>thead>tr>th {

   border-bottom: 1px solid #fff;
}
#specifications table>tbody>tr>td:first-child {
    font-size: 14px;
    font-weight: 100;
    color: #000;
    padding-left: 24px;
}
#features table>thead>tr>th:first-child {
    font-size: 14px;
    font-weight: 100;
    color: #000;
}
.sectionHeadTwo
{
  border-top:1px solid #ccc !important
}
.sectionHead,.sectionHeadTwo
{
  font-weight: bold;
  font-size: 19px;
}
