
  .spec-table-wrap{
    width:100%;
    margin:14px 0;
    font-family:Arial, Helvetica, sans-serif;
  }

  .spec-table{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
    color:#222;
  }

  .spec-table th,
  .spec-table td{
    border:1px solid #e5e5e5;
    padding:10px 12px;
    text-align:center;
    word-break:break-word;
  }

  .spec-table th{
    background:#f5f5f5;
    font-weight:600;
  }

  .spec-table td:first-child,
  .spec-table th:first-child{
    text-align:left;
  }
