h1 {
    margin-block-start: 0;
    margin-block-end: 0;
}
h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}
.firstcharacter {
    color: #903;
    float: left;
    font-size: 50px;
    line-height: 39px;
    padding-top: 7px;
    padding-right: 4px;
    padding-left: 3px;
}
.smallcaps {
    font-family: 'IM Fell DW Pica SC';
}
li + li {
    margin-top: 10px;
}
dt {
    margin-top: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fdf6e3; /* parchment background */  
  margin-bottom: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* subtle parchment shadow */
  border: 3px solid #5e4630; /* thicker outer border */
}

th, td {
  border: 1px solid #5e4630; /* deep brown borders for cells */
  padding: 10px;
  text-align: left;
}

th {
  background-color: #ede0c8;
  color: #3b2f2f;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #5e4630;
}

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

.highlight {
  background-color: #fff3a3 !important;
}
.afterload {
    display:none;
}
a {
  color: #5e2d00;
  text-decoration: none;
  font-weight: bold;
  
  background-image: linear-gradient(20deg,transparent 25%,#eed535 55%,transparent 0);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

a:hover {
  text-decoration: underline;
  color: #8b4513;
}