html {
  background-color: #212121;
}
a,
ul.pagination li.page-item a.page-link {
  color: #82aaff;
}
a:hover,
ul.pagination li.page-item a.page-link:hover {
  color: #89ddff;
}
code,
kbd,
pre,
samp,
.code,
.kbd,
.pre,
.samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code,
pre,
.code,
.pre {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffcb6b;
  background-color: #272822;
  border-radius: 0.25rem;
}
.form-control,
.form-control:focus {
  background-color: #303030;
  border-color: #212121;
  color: #fff;
}
.list-group-item {
  background-color: #4a4a4a;
}
[class^="openwebicons-"]::before,
[class*=" openwebicons-"]::before {
  text-decoration: none;
  line-height: 1;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
  border-top-color: #4a4a4a;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
  border-bottom-color: #4a4a4a;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
  border-left-color: #4a4a4a;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
  border-right-color: #4a4a4a;
}
.tippy-tooltip.dark-theme {
  background-color: #4a4a4a;
  color: #b2ccd6;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: transparent;
  color: #fff;
}
body > header > .navbar {
  background-color: #303030;
}
body > header > .navbar #navbar {
  justify-content: space-between;
}
body > header > .breadcrumbs {
  background-color: #353535;
}
body > header > .breadcrumbs > .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  flex-wrap: nowrap;
}
body > header > .breadcrumbs > .breadcrumb .breadcrumb-item {
  white-space: nowrap;
}
body > header > .breadcrumbs > .breadcrumb .breadcrumb-item.active {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
body > main {
  padding: 2rem 1rem;
  width: 100%;
  flex: 1;
  display: flex;
}
body > footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem;
  margin-top: 0;
  text-align: center;
  flex-wrap: wrap;
}
body > footer > p,
body > footer nav {
  margin: 0 0.5rem;
}
body > footer > p:last-child,
body > footer nav:last-child {
  margin: 0;
}
body > footer > nav {
  order: -1;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  body > footer {
    flex-wrap: nowrap;
  }
  body > footer > nav {
    order: 0;
    margin-bottom: 0;
    width: unset;
  }
}
ul.pagination {
  margin: 0;
  justify-content: center;
}
ul.pagination li.page-item .page-link {
  background-color: #353535;
  border: 1px solid rgba(0,0,0,0.125);
}
.card {
  background-color: #353535;
}
.card .card-footer {
  background-color: #303030;
}
.card .card-footer:nth-of-type(odd) {
  background-color: #353535;
}
.card.h-card {
  max-width: 25rem;
  position: sticky;
  top: 1rem;
}
.card.h-card .p-note {
  color: #b2ccd6;
}
.card.h-card .profiles {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.card.h-card .profiles > li {
  display: inline-block;
  margin-right: 7px;
}
.card.h-card .profiles > li > svg {
  margin: auto 5px;
}


ol.entries,
div.entry {
  max-width: 100%;
  display: flex;
  margin-bottom: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
ol.entries > li,
div.entry > li {
  margin-bottom: 1rem;
}
ol.entries > li:last-child,
div.entry > li:last-child {
  margin-bottom: 0;
}
.h-entry.media > aside.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8rem;
  margin-right: 0.4rem;
  flex-basis: 7rem;
  max-width: 10%;
}
.h-entry.media > aside.info a.p-author {
  align-self: center;
  text-align: center;
}
.h-entry.media > aside.info a.p-author img.u-photo {
  border-radius: 0.25rem;
  max-height: 3em;
}
.h-entry.media > aside.info > * {
  margin-bottom: 0.25rem;
}
.h-entry.media > aside.info .media {
  align-items: baseline;
  max-width: 10rem;
}
.h-entry.media > aside.info .media > :first-child {
  margin-right: 2px;
  display: none;
}
@media (min-width: 576px) {
  .h-entry.media > aside.info .media > :first-child {
    display: inline-block;
  }
}
.h-entry.media > .card {
  flex: 1;
}
.h-entry.media .e-content ul {
  list-style-type: disc;
}
.h-entry.media .e-content ul,
.h-entry.media .e-content ol {
  margin-bottom: 1rem;
  padding-left: 1.1rem;
}
.h-entry.media .e-content ul ul,
.h-entry.media .e-content ol ul {
  list-style-type: circle;
}
.h-entry.media .e-content ul ul,
.h-entry.media .e-content ol ul,
.h-entry.media .e-content ul ol,
.h-entry.media .e-content ol ol {
  margin-bottom: 0;
}
.h-entry.media .e-content ul ul ul,
.h-entry.media .e-content ol ul ul,
.h-entry.media .e-content ul ol ul,
.h-entry.media .e-content ol ol ul {
  list-style-type: square;
}
.h-entry.media .e-content img {
  max-width: 100%;
}
.h-entry.media .e-content > :last-child {
  margin-bottom: 0;
}
.h-entry.media .card-link {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 0;
  margin-right: 1.25rem;
}

