.green,
.numbers {
  color: #263e86;
}

.cloze,
.concept {
  color: #0055FF;
  font-weight: bold;
}

.equiv {
  margin-left: 1em;
  font-style: italic;
}

#usage_header {
  width: 85%;
  margin: auto;
  padding: 1em;
  border-left: 4px solid #000;
  margin-bottom: 0;
}

#usage {
  margin-top: 0;
  margin-bottom: 1em;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page {
  font-size: 65%;
}

#notes {
  margin-top: 1em;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
}

.bold {
  font-weight: bold;
}

table td {
  padding: 8px;
  font-size: 11pt;
}

table {
  border-collapse: collapse;
}

tr.head {
  border-bottom: 1px solid #bbbbbb !important;
  background-color: #f3f3f3;
}
