    .spec-table{
      font-size: 1.4rem;
      width: 100%;
    }

    .spec-table th,.spec-table td{
      padding: 0.5em;
      border:1px solid #bbb;
    }

    .spec-table th{
      width: 120px;
      background-color: #888;
      color: #fff;
    }
  .mb2em{
    margin-bottom:2em!important;
}

a{
 transition:0.2s all;
}
a:hover{
 opacity:0.8;
}