/*  Place here any CSS code that you would like to affect both the Default and Home themes */
 
blockquote {
  font-size: 14px;
}
 
.wiki-content-table > thead > tr > th,
.wiki-content-table > tbody > tr > th,
.wiki-content-table > tfoot > tr > th,
.wiki-content-table > thead > tr > td,
.wiki-content-table > tbody > tr > td,
.wiki-content-table > tfoot > tr > td {
    border-top: 1px solid #CCC;
}
 
div.ol-alpha > ol {
  list-style: upper-alpha;
}
 
div.table-narrow > table {
    width: fit-content;
}