abbr,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
input,
legend,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
/* body { */
/*   background: #fff; */
/*   display: flex; */
/*   padding: 10px; */
/*   font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
/*   line-height: 1.3; */
/*   max-width: 1200px; */
/*   margin: 0 auto; */
/* } */

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table,
th,
td {
  border: 1px solid black;
}
th,
td {
  padding: 2px;
  text-align: left;
}

img {
  max-width: 100%;
}
article {
  background: #fff;
  width: 100%;
  padding: 0;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  margin-top: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
.mod-date {
  font-size: 14px;
  margin: 25px 0;
}
#content {
  border: 0;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px;
  color: #333;
  line-height: 1.45;
}
#content p {
  margin: 1em 0 0;
}
/* #content div p { */
/*   word-wrap: break-word; */
/* } */
#content ul {
  list-style: disc outside;
  margin: 1em 0 0 1.25em;
}
#content ol {
  list-style: decimal outside;
  margin: 1em 0 0 1.25em;
}
#content li > ol,
#content li > ul,
#content ul:not(:last-child) {
  margin-bottom: 1em;
}
#content img {
  max-width: 100%;
  height: auto;
  display: inline;
}
#content br + img {
  display: block;
  margin: 15px 0 30px;
}
#content table {
  border-collapse: collapse;
  max-width: 100%;
  margin-top: 1em;
}
#content td,
#content th {
  padding: 8px;
  line-height: 1.5;
  border: 1px solid #ddd;
  vertical-align: top;
}
#content th {
  font-weight: 600;
  background: #f5f5f5;
}
#content td.center,
#content th.center {
  text-align: center;
}
#content td.date {
  white-space: nowrap;
}
#content strong {
  color: #333;
  font-weight: 600;
}
#content em {
  font-style: italic;
  font-size: 1em;
}
hr {
  background-color: #dedede;
  height: 1px;
  border: 0;
  max-width: 100%;
}
/* address, */
/* caption, */
/* code, */
/* figcaption, */
/* pre, */
/* th { */
/*   font-size: 1em; */
/*   font-weight: 400; */
/*   font-style: normal; */
/* } */
/* fieldset, */
/* iframe, */
/* img { */
/*   border: 0; */
/* } */
/* caption, */
/* th { */
/*   text-align: left; */
/* } */
/* table { */
/*   border-collapse: collapse; */
/*   border-spacing: 0; */
/* } */
/* article, */
/* aside, */
/* details, */
/* figcaption, */
/* figure, */
/* footer, */
/* header, */
/* hgroup, */
/* main, */
/* nav, */
/* section, */
/* summary { */
/*   display: block; */
/* } */
/* audio, */
/* canvas, */
/* progress, */
/* video { */
/*   display: inline-block; */
/*   vertical-align: baseline; */
/* } */
/* button { */
/*   background: none; */
/*   border: 0; */
/*   box-sizing: content-box; */
/*   color: inherit; */
/*   cursor: pointer; */
/*   font: inherit; */
/*   line-height: inherit; */
/*   overflow: visible; */
/*   vertical-align: inherit; */
/* } */
/* button:disabled { */
/*   cursor: default; */
/* } */
/* :focus { */
/*   outline: 3px solid #c1e0fe; */
/*   outline: 3px solid rgba(131, 192, 253, 0.5); */
/*   outline-offset: 1px; */
/* } */
/* :focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), */
/* :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) { */
/*   outline: none; */
/* } */
/* ::-moz-focus-inner { */
/*   border: 0; */
/*   padding: 0; */
/* } */
/* html { */
/*   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, */
/*     sans-serif; */
/*   font-size: 106.25%; */
/*   quotes: "\201C""\201D"; */
/* } */
ol + *,
p + *,
ul + * {
  margin-top: 0.7em;
}
ol,
ul {
  margin-left: 1.17647em;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* nav ol, */
/* nav ul { */
/*   margin: 0; */
/*   list-style: none; */
/* } */
/* li li { */
/*   font-size: 1em; */
/* } */
/* a:active, */
/* a:link, */
/* a:visited { */
/*   text-decoration: none; */
/* } */
/* p + a { */
/*   display: inline-block; */
/* } */
/* b, */
/* cite, */
/* dfn, */
/* em, */
/* i { */
/*   font-style: italic; */
/* } */
/* sup { */
/*   font-size: 0.6em; */
/*   opacity: 0.8; */
/*   vertical-align: top; */
/*   position: relative; */
/*   bottom: -0.2em; */
/* } */
/* h1 sup, */
/* h2 sup, */
/* h3 sup { */
/*   font-size: 0.4em; */
/* } */
/* sup a { */
/*   color: #333; */
/* } */
/* sup a:hover { */
/*   color: #0070c9; */
/*   text-decoration: none; */
/* } */
/* sub { */
/*   line-height: 1; */
/* } */
/* abbr { */
/*   border: 0; */
/* } */
/* body { */
/*   font-family: SF Pro Text, Helvetica Neue, Helvetica, Arial, sans-serif; */
/* } */
/* body { */
/*   font-size: 17px; */
/*   line-height: 1.52947; */
/*   font-weight: 400; */
/* } */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: #fff;
  max-width: 60em;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.125em;
}
h3 {
  font-size: 1.0125em;
}

.read-more {
  display: block;
  margin-top: 5px;
}

a {
  color: blue;
}

a:visited {
  color: midnightblue;
}

p {
  margin-bottom: 1rem;
}

time {
  margin-bottom: 5px;
  color: dimgrey;
  display: inline-block;
}

/* Small */
@media only screen and (max-width: 45em),
  only screen and (max-device-width: 45em),
  only screen and (orientation: portrait) and (max-device-width: 50em) {
}

/* Really small screens */
@media screen and (max-width: 25em) {
}

/* on the iPad Mini in portrait mode, enlarge text size. */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
}
/* with a <meta> viewport, need to *shrink* the font size slightly on an
   iPad Mini in landscape? */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .maintext,
  .sidebar {
    font-size: 90%;
  }
}

a {
  color: blue;
}

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: inherit;
}

.author {
  display: none;
}

img {
  max-width: 100%;
}

@media (max-width: 767px) {
}

#content .posttitle {
  margin-top: 0;
}
