table {
  font-size: 12px;
  margin-left: 0; 
  margin-bottom: 15px;
  /* border: rgb(47, 42, 61) solid 1px; */
  margin: 0 auto;
  border-collapse: separate;
  /* border-radius: 4px; */
  /* border-spacing: 1px 0; */
  border-spacing: 0;
  max-width: 60rem;
  word-break: break-all;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

table th {
  height: 20px;
  /* Match Sidebar */
  background-color: rgb(47, 42, 61);
  color: rgb(225, 225, 225);
}

th:first-of-type {
  border-top-left-radius: 4px;
}
th:last-of-type {
  border-top-right-radius: 4px;
}
tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 4px;
}
tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 4px;
}

tr td:first-of-type {
  border-left: rgb(47, 42, 61) solid 1px;
}
tr td:last-of-type {
  border-right: rgb(47, 42, 61) solid 1px;
}
tr:last-of-type td {
  border-bottom: rgb(47, 42, 61) solid 1px;
}

table th,
table td {
/*  padding: 3px 5px; */
 padding: 4px 5px; 
}

table tr:nth-child(even) {
  background-color: #f4f4f4;
}

