.small {
  font-size: 50%;
  font-weight: normal;
}

code.language-idl > a {
  text-decoration: none;
}

/* rotate text vertically */
span.rotate {
  writing-mode: vertical-lr;
}

span.access-always {
  background-color: green;
  display: block;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-weight: bold;
}

span.access-sometimes {
  background-color: rgb(255, 193, 7);
  display: block;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: black;
  font-weight: bold;
}

span.access-never {
  background-color: #e71324;
  display: block;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.csr-field-info {
  margin-left: 1em;
  padding: 1em;
  border-radius: 25px;
  border: 2px solid;
}

.doc .admonitionblock td.icon i.icon-when {
  background-color: #fffdd0;
  color: #000;
}

.doc .admonitionblock td.icon i.icon-when::after {
  text-transform: none;
}

.edit-this-page {
   display: none !important;
}
