table {
  text-align: left;
  /*line-height: 35px;*/
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #640064;
  width: 100%;
  margin: 5px auto;
  border-radius: .25rem;
}

thead tr:first-child {
  background: #640064;
  color: #fff;
  border: none;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

th {
  font-weight: 500;
}

thead tr:last-child th {
  border-bottom: 3px solid #ddd;
}

tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

td:last-child {
  text-align: left;
  padding-right: 10px;
  line-height: 1.2em;
}
