body {
  background-color: #eee;
  color: #000;
  font-size: 1.1rem;
}

hr {
  border: 3px dotted #444;
  border-style: none none dotted;
}

.about {
  width: 100%;
  max-width: 200px;
  height: 100%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 0;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Crimson Text';
}

tt {
  font-family: 'Ubuntu Mono';
}

.container .buttons {
  margin-top: 15px;
  font-size: 1rem;
}

.container .buttons .button {
  display: inline-block;
}

.container a {
  text-decoration: none;
  color: #0000EE;
}

.container article {
  border: 3px dotted #444;
  border-style: none none dotted;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-right,
.col-left {
  width: 96%;
}

.title {
  float: right;
}

.title h1 {
  margin-bottom: 0;
  margin-left: 0;
}

.right-side {
  background: #ddd;
  padding: 3px 9px 0 9px;
}

.right-side .date {
  font-weight: bold;
  color: black;
}

.discuss {
  background-color: #ccc;
  font-weight: bold;
}

article img {
  display: block;
  height: auto;
  max-width: 100%;
}

article video {
  display: block;
  height: auto;
  max-width: 100%;
}

article .date {
  font-weight: bold;
}

figure {
  background: #fff;
  border: 1px solid #555;
}
figcaption {
  text-align: center;
  font-size: 0.9rem;
}

article > h2 {
}

article .lead {
  font-style: italic;
  border-bottom: 1px dotted #000;
}

.license {
  font-size: 0.9rem;
  font-style: italic;
}

@media only screen and (min-width: 33.75em) {
  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {
  /* 720px */
  .col-right {
    width: 29.33%;
  }
  .col-left {
    width: 62.66%;
  }
}

@media only screen and (min-width: 60em) {
  /* 960px */
  .container {
    width: 75%;
    max-width: 60rem;
  }
}