table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  color: #fff;
  background: #23537c;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

.table100-head th{
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

div.dataTables_scrollHead table.table-bordered {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-width: 0;
}

tbody tr:nth-child(even) {
  background-color: #fbfbfb;
}

tbody tr {
  font-size: 15px;
  line-height: 1.2;
  font-weight: unset;
}
