.right {
  text-align: right;
}

.center {
  text-align: center;
}

.full-width {
  width: 100%;
}

.grey {
  color: grey;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.sans {
  font-family: "Open Sans", sans-serif;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

.index-title a {
  color: white;
}

.index-title a:hover {
  color: #08f;
}

.index-summary {
  margin-top: 0;
  text-align: left;
}

.index-container {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
  margin-top: 2em;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background-size: cover;
}

.index-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  box-sizing: border-box;
}

blockquote > p {
  color: #777;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 90%;
  text-align: center;
  font-style: italic;
}

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

body {
  font-size: 16px;
  background: #fffafe;
}

html {
  color: #333;
  margin-bottom: 128px;
  font-family: "Lora", serif;
  font-size: 100%;
  line-height: 1.6;
}

@media (max-width: 60em) {
  html {
    font-size: 100%;
  }

  .right {
    text-align: center;
  }
}

code {
  font-size: 90%;
  color: #844;
}

.highlight {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
}

iframe {
  width: 100%;
  height: 512px;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

h1 {
  margin-top: 1em;
}

h4 {
  margin-top: 1em;
}

a {
  color: #08f;
  text-decoration: none;
}

p {
  margin: 0;
  margin-bottom: 1em;
  text-align: justify;
}

table {
  text-align: left;
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
}

td {
  padding: 4px;
  vertical-align: top;
}

th {
  border-bottom: 2px solid #eee;
}

tr:nth-child(even) {
  background-color: #eee;
}
