.table-row{
  padding-bottom: 10px;
  padding-top: 10px;
}

  .table-head::before,
  .table-head::after,
  .table-body::before,
  .table-body::after,
  .table-row::before,
  .table-row::after{
    content: " ";
    display: table;
  }

  .table-head::after,
  .table-body::after,
  .table-row::after{
    content: " ";
    clear: both;
  }

    .table-title{
      display: block;
      font-size: 1.1em;
    }

      .table-head .table-title{
        margin-bottom: 5px;
        margin-top: 5px;
      }

    .table-icon{
      display: block;
    }

  .table--style{
    border-bottom: 1px solid #cccccc;
  }

  .table--style .table-head{
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    font-family: "Allianz Sans Regular", sans-serif !important;
    text-transform: uppercase;
  }
