/* CSS Document */


.table {
    font-size: 18px;
    line-height: 1;
}

.table th,
.table td {
    padding: 10px 12px;
    font-weight: normal;
    font-family: ZooGroteskRegular, Arial, Helvetica, sans-serif; 
     /*      font-family: SFProDisplay-Regular, Arial, Helvetica, sans-serif;*/

}
.content .table a {    color: #8c8d8e;}
.table-description td, .table.table-description td>a {
  color: #8c8d8e;
}
.table.table-description th {
  color: #8c8d8e;
  border-top: 1px solid #aeb2a2;
  border-bottom: 1px solid #aeb2a2;
}
.table.table-description td {
  color: #8c8d8e;
  border-top: 1px solid #f7f7f7;
  background: #e9e9e9;
  padding-left: 10px;
     border-bottom: 1px solid #f7f7f7;

}

/*
.table.table-description tr:last-child th {
  border-bottom: 1px solid #aeb2a2;
}
.table.table-description tr:last-child td {
   border-bottom: 1px solid #f7f7f7;
} 
*/

.table.table-content th,
.table.table-content td {
  background: #e9e9e9;
  border-top: 1px solid #f4f4f2;
  
}
.table.table-content th,
.table.table-content td, 
.table.table-content td>a {
  color: #8c8d8e;
}

.table-headers .table>tbody>tr:first-child td{
  background: #c3c3c3;
  color: #fff;
  vertical-align: middle;
}


/* fake ol-list table */
.table.table-ol th,
.table.table-ol td {
  background: #f8f8f8;
  border-top: 1px solid #fff;
  
}
.table.table-ol th,
.table.table-ol td, 
.table.table-ol td>a {
  color: #8c8d8e;
}

.table-headers .table.table-ol>tbody>tr:first-child td{
  background: #c3c3c3;
  color: #fff;
  vertical-align: middle;
}

/* fake ul-list table */

.table.table-ul th,
.table.table-ul td {
  
    font-weight: normal;
     font-family: CircularXXWeb-Regular, Arial, Helvetica, sans-serif;
  background: #fff;
  border-top: 1px solid #fff;
  padding: 4px 0 4px 0px ;
  
}
.table.table-ul th,
.table.table-ul td, 
.table.table-ul td>a {
  color: #8c8d8e;
  line-height: 1.4em;
}

.table.table-ul td:first-child::before { 
  content: "–";
  position: absolute;
  left: 15px;
  }
.table.table-ul td:first-child { 
  padding-left: 15px;
  }
.table-headers .table.table-ul>tbody>tr:first-child td{
  background: #fff;
  color: #8c8d8e;
  vertical-align: middle;
}


/* table-bordered style overrides for summernote */

.table.table-bordered {
  border: none;
}
.table.table-bordered th,
.table.table-bordered td {
  background: #f8f8f8;
  border: none;
  border-top: 1px solid #fff;
  
}
.table.table-bordered>tbody>tr:last-child th,
.table.table-bordered>tbody>tr:last-child td {
  border-bottom: 1px solid #fff;
}


.table.table-bordered th,
.table.table-bordered td, 
.table.table-bordered td>a {
  color: #8c8d8e;
}
.table.table-bordered th > p,
.table.table-bordered td > p {
  margin: 0;
}

.table.table-bordered thead th,
.table.table-bordered thead td{
  background: #c3c3c3;
  color: #fff;
  vertical-align: middle;
}

