@charset "utf-8";

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

/* d */

body {
  margin: 1em;
}

.wrap {
  max-width: 48em;
  margin: 0 auto;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
}

header .site-name a {
  font-weight: bold;
  text-decoration: none;
}

header .site-name a:link,
header .site-name a:visited {
  color: #000000;
}

header .site-meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: small;
}

.good-citizen:link,
.good-citizen:visited {
  color: #666666
}

#content p {
  margin-bottom: 1em;
  line-height: 1.75em;
}

#content h1,
#content h2 {
  font-weight: bolder;
}

#content h1 {
  font-size: 22px;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

#content h2 {
  font-size: 17px;
}

#content .content-list li {
  padding-bottom: 0.5em;
}

#content .content-meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 1em;
}
