body {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    margin-left: 8em;
    margin-right: 8em;
    background-color: #fffdfa;
    color: #323;
}

p,.content li { font-size: 1em; /* 14px */ line-height: 1.2857em; /* 18px */ margin: 0 0 1.2857em 0; }
/* 36px - The quick brown fox jumps over the lazy dog */
h1 { font-size: 2.5714em; /* 36px */ line-height: 1.0000em; /* 36px */ margin-top: 0.5000em; margin-bottom: 0.0000em; }

table {
    border-top: 1px solid #323;
    border-bottom: 1px solid #323;
}

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

ul {
    list-style-type: None;
}

.summary>ul>li{
  /*font-size: 1.4286em; /* 20px */
  font-size: 1.2857em; /* 18px */
  line-height: 1.8000em; /* 36px */
  margin-top: 0.4500em;
  margin-bottom: 0.0000em; 
}
.summary {
    margin-bottom: 2.257em;
}

.summary>ul {
    margin-top: 1.2857em;
}

.summary strong {
    font-style: italic;
    margin-right: 0.5em;
}

.del { text-decoration: line-through; }
