/*
Misc styles that don’t fit into specific category,
usually global style */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #dedede;
}


::selection {
  background: gold;
}

.subpages-page-list,
.display-posts-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.display-posts-listing li {
  display: flex;
}
.display-posts-listing img {
  max-width: 150px;
  width: 150px;
}
.display-posts-listing .title {
  padding-left: 0.5em;
  flex: 1;
}

.last-updated-at {
  color: #aaa;
  font-size: .8em;
  margin-top: 2em;
}
