.entry h1,
.entry h2,
.entry h3 {
  font-weight: bold;
}
.entry h1 {
  padding-bottom: 0.3em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
.entry h2 {
  padding-bottom: 0.3em;
  font-size: 2em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}
.entry h3 {
  font-size: 1.5em;
  line-height: 1.225;
}
.entry h1 code,
.entry h2 code,
.entry h3 code,
.entry h4 code,
.entry h5 code,
.entry h6 code {
  font-size: inherit;
  line-height: auto;
}
.entry figure {
  text-align: center;
  margin: 30px;
}
.entry table {
  border-collapse: collapse;
}
.entry table thead > tr > th,
.entry table thead > tr > td,
.entry table tbody > tr > th,
.entry table tbody > tr > td {
  padding: 5px 10px;
}
.entry table thead > tr > th {
  border-bottom: 1px solid;
}
.entry table tbody > tr + tr > td {
  border-top: 1px solid;
}
.entry blockquote {
  padding: 1px;
  padding-left: 20px;
  border-color: rgba(0, 122, 204, 0.5);
  border-left: 5px solid;
  background: rgba(127, 127, 127, 0.1);
}
.entry blockquote > p {
  font-style: normal;
}
.entry hr {
  border: 0;
  height: 2px;
  border-bottom: 2px solid;
}
.entry a {
  color: #4080D0;
  text-decoration: none;
}
.entry a:hover {
  color: #4080D0;
  text-decoration: underline;
}
.entry code {
  color: #870000;
  font-size: 15px;
}

/* .entry a:focus, */
.entry input:focus,
.entry select:focus,
.entry textarea:focus {
  outline: 1px solid -webkit-focus-ring-color;
  outline-offset: -1px;
}

.entry blockquote::before {
  content: " ";
}

.entry a {
  box-shadow: none;
}
.entry a:hover {
  box-shadow: 0 1px 0 #000;
}

/*# sourceMappingURL=markdown.css.map */
