/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
*/
table {
  text-align: left;
  line-height: 25px;
  border-collapse: separate;
  border-spacing: 0;
  /*border: 2px solid #ed1c40;*/
  width: 650px;
  margin: 5px auto;
  border-radius: .25rem;
  font-size: 13px;
}

thead tr:first-child {
  background: #8F7533;/*#05576d;  /*#ed1c40;*/
  color: #fff;
  border: none;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
    vertical-align: top;
    font-weight: 600;
}

th {
  font-weight: 600;
  text-align: center;
}

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;
  text-align: justify;
}

td:last-child {
  text-align: right;
  padding-right: 10px;

}

.button {
  color: #aaa;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -4px;
}

.edit:hover {
  color: #0a79df;
}

.delete:hover {
  color: #dc2a2a;
}