/* global classes */
.bold {
  font-weight: bold;
}

.compact_text {
  font-size: 0.9em;
}

.center_text {
  text-align: center;
}

.center_content {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

/* To be deprecated in favor of .inner_box_content */
.inner_content {
  width: 90%;
  margin: 0 auto;
}
.inner_box_content {
  width: 85%;
  margin-top: 0;
  margin-bottom: 25px;
}

a:hover.image_link {
  background-color: transparent;
}

.readable_list li {
  margin-top: 8px;
  margin-bottom: 8px;
}