#overview_docs a{
  color:#555 !important;
  color:var(--opposite-ground) !important;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.info{
  margin: 0;
  padding: 30px 5px;
}
.available, .alternative{
  padding: 5px;
  color: #aaa
}
.available {
  border-bottom: 2px #aaa solid;
}
.changes{
  border:1px #aaa solid;
  padding: 3px;
  background: #f0f0f0;
  background: var(--general-group-background-4);
}
.changes p{
  font-size: 120%;
  font-weight: 400;
  margin: 5px 0;
}
.changes dl{
  margin-top: 0;
}
dl.code_defintion dt{
  font-family: "Roboto Mono",monospace;
  font-size: 16px;
  background: #fde7cd;
  background: var(--data-table-background);
  padding: 4px;
}
dl.code_defintion dd{
  background: #ffdaaf;
  background: var(--data-table-background-odd);
  margin-left: 0;
  padding: 4px;
  padding-left: 20px;
}
table#constants code.var{
  color:#b14700
}
dd .added{
  color:#36A;
  font-weight:500;
}
