article .section p,
article .section ul,
article .section ol,
article .section li {
  margin-bottom: 0.5em;
}
article .section p:last-child,
article .section ul:last-child,
article .section ol:last-child,
article .section li:last-child {
  margin-bottom: 0;
}
article .section h1,
article .section h2 {
  color: #363636;
  font-weight: 500;
  line-height: 1.125;
  margin: 1.5rem 0 1rem 0;
}
article .section h1 {
  font-size: 2rem;
}
article .section h2 {
  font-size: 1.25rem;
}
article .section blockquote,
article .section .highlight {
  background-color: #f5f5f5;
  color: #4a4a4a;
  margin: 0.25em 0.25em 0.5em 0.25em !important;
  padding: 0.5em;
}
article .section ul:not(.pagination-list) {
  list-style-type: disc;
}
article .section li {
  margin-left: 2em;
}
article .section ol li {
  padding-left: 0.5em;
}
article .section img {
  padding: 1em;
}
article .section table {
  margin-bottom: 0.5em;
}
article .section table td,
article .section table th {
  border: 1px solid #f5f5f5;
  padding: 0.25em;
}
.link-text {
  margin-left: 5px;
}
.title.is-brand {
  font-weight: bold;
}
footer.footer {
  position: relative;
}
footer.footer .icon.is-small {
  vertical-align: baseline;
}
footer.footer .github-fork-ribbon-wrapper {
  bottom: 0;
  height: 150px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 150px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon {
  background-color: #004B8D;
  padding: 1px 0;
  pointer-events: auto;
  position: absolute;
  right: -65px;
  top: 65px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon a {
  border: 2px dotted #f5f5f5;
  color: #f5f5f5;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none;
  padding-left: 32px;
  width: 250px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover {
  background-color: #f5f5f5;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover a {
  background-color: #f5f5f5;
  border-color: #004B8D;
  color: #004B8D;
}
.entry-thumb {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 0;
}
.entry-thumb a {
  display: block;
}
.entry-thumb img {
  border: 0;
  width: 150px;
  height: 150px;
  display: block;
  /*margin-bottom: 40px;*/
}
a.btn {
  background-color: #004B8D;
  padding: .6em .6em;
  font-size: .8em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.btn:hover {
  background-color: #578CA9;
}
.card.is-fullheight {
  height: 100%;
}
.card-content a h3 {
  color: #004B8D;
}
.card-content a p {
  color: #4a4a4a;
}
.card-content a:hover h3,
.card-content a:hover p {
  color: #363636;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
