:root {
  --accent: #ffbf00 !important;
}

.content .anchor span {
  /* color: #000 !important; */
}

.notices {
  padding: 10px 1px 10px 30px;
  margin: 15px 0;
  font-weight: bold;
}

.sidebar li  {
  cursor: pointer;
}
.sidebar li > p {
  pointer-events: none;
}

.notices.yellow {
  border-left: 10px solid #f0ad4e;
  background: #fcf8f2;
  color: #df8a13 !important;
}

.notices.error,
.notices.red {
  border-left: 10px solid #d9534f;
  background: #fdf7f7;
  color: #b52b27 !important;
}

.notices.blue {
  border-left: 10px solid #5bc0de;
  background: #f4f8fa;
  color: #28a1c5 !important;
}

.notices.green {
  border-left: 10px solid #5cb85c;
  background: #f1f9f1;
  color: #3d8b3d !important;
}

a.btn {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #2973b7;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .3s ease;
}

a.btn:hover {
  background-color: #3d8fd1;
}

a.btn::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 1ch;
  border-top: 0.45em solid transparent;
  border-bottom: 0.45em solid transparent;
  border-left: 0.8em solid #fff;
  vertical-align: middle;
  transform: translateY(-2px);
}