/* Base Styles */
* {
  font-family: Helvetica, sans-serif;
}

body {
  margin: 40px;
  background-color: #023;
  color: #8a8;
  font-size: 16px;
}

#blobz-icon {
    float: right;
}

.blobz-glyph {
    fill: green;
    stroke: none;
    stroke-width: 0.1;
    fill-rule: evenodd;
}

#content {
    margin: 0 auto;
    max-width: 1000px;
}

#output {
  vertical-align: top;
}

.rowflex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.rowflex img {
  padding-right: 20px;
}

footer {
    text-align: right;
    border-top: 1px solid grey;
    margin-top: 30px;
}

/* Note: using <b> as short-hand for <code> styling */
b {
  font-family: "Courier New", monospace;
  font-weight: bold;
  color: #aba;
}

h1 {
  font-size: 30px;
  color: seagreen;
  margin: 20px auto 10px auto;
}
h1.subhead {
  font-size: 16px;
  color: seagreen;
  padding-left: 20px;
  margin: 0 auto 40px auto;
}

h2 {
  font-size: 20px;
  color: olive;
  margin-top: 60px;
}

h3 {
  font-size: 16px;
  color: #484;
  margin-top: 30px;
}

h6 {
  font-size: 16px;
  color: #442;
  margin-top: 0px;
  font-style: italic;
}

p {
    line-height: 1.5;
}

a {
  color: #aab;
  text-decoration: none;
}

a:hover {
  color: #efe;
  text-decoration: underline;
}

li {
  margin: 10px;
  color: #88a;
}

li.note {
    font-style: italic;
    font-size: 14px;
    color: #476;
    padding-top: 10px;
}

.external img {
  display: inline;
  background-color: #569;
  height: 14px;
  margin-left: 10px;
}

.dan-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.dan-icon img {
  width: 100px;
}

.note {
    margin: 0 60px;
    color: #486;
    font-size: 80%;
}
#since {
    margin: 0 30px 20px 30px;
    color: #355;
}
#since .ts {
    color: #535;
    padding-left: 100px;
}
