table th {
  font-weight: bold;
}

table td,
table th {
  padding: 9px 10px;
  text-align: left;
}


/* Mobile */

@media only screen and (max-width: 2000px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
/*    background: #fff;*/
    width: 11em;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    pointer-events: none;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 12.8em;
  }
  div.table-wrapper div.scrollable {
    border-bottom: 1px solid #ccc;
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}


/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */

table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
/*  border: 1px solid #ddd;*/
  font-family: Arial, 'sans-serif'; 
}

table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  text-align: right;
}

table tbody tr td:first-child,
table tbody tr:first-child td:nth-child(2),
table tbody tr:first-child td:nth-child(3),
table tbody tr:first-child td:nth-child(4),
table tbody tr:first-child td:nth-child(5) {
    text-align: left;
}

table tbody tr:first-child {
  background: #442465;
}

table tbody tr:first-child td {
  color: #fff;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

table tbody tr:nth-child(2) {
  background: #fdb813;
}

/* Overwrite the default to keep the scrollbar always visible */
div.scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
}

div.scrollable::-webkit-scrollbar:vertical {
  width: 11px;
}

div.scrollable::-webkit-scrollbar:horizontal {
  height: 11px;
}

div.scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, .5);
}
