#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;
}
#specsHandle.showMoreLink,
.showLessLink {
    text-align: center;
    color: #337ab7;
    cursor: pointer;
    font-weight:bold;
    font-size: 14px;
}
#specifications table>tbody>tr>td:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
#features table>thead>tr>th:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
