.inline_block {
  display: inline-block !important;
}
.number_link {
  color: #0070cc;
  text-decoration: none;
}
.number_link:hover {
  text-decoration: underline;
}
.--bg_blue {
  border-color: #00939d;
  background: #ecfdfe;
}
.--clr_blue {
  color: #00939d;
}