.urllink, .wikilink {
  text-decoration: underline;
  color: #b76d00;
}

.urllink:hover, .wikilink:hover {
  color: #a0662c;
}

.sidebar ul li > a:first-child.selflink {
  background-color: #FFA852;
  color: white;
}

.sidebar ul li > a:first-child.selflink:hover {
  background-color: #e59749;
}

.sidebar > p > a.selflink {
  background-color: #FFA852;
  color: white;
  display: block;
}

.sidebar > p > a.wikilink {
  display: block;
}

.searchbox {
  display: none;
}

.sidebar {
  margin-top: 2rem;
}

.code {
  /* Override wsplus's excessive code whitespace */
  white-space: normal !important;
}

code {
  padding: 1px;
  color: #dd5811;
  font-size: 12px;
}