body {
  font: "Century Gothic";
}

table {
  border-collapse: collapse;
  width: 100%;
  padding: 4px;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
