.font-resize-sm {
  font-size: 16px !important;
}
.font-resize-md {
  font-size: 28px !important;
}
.font-resize-lg {
  font-size: 32px !important;
}
.font-resize-xl {
  font-size: 36px !important;
}

/* buttons */
.acessibility_buttons {
  margin: 0 15px 0 20px;
}
.acessibility_buttons ul {
  display: flex;
  justfy-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.acessibility_buttons li {
  list-style: none;
  padding: 0 2px;
}
.acessibility_buttons li a {
  color: #243e90;
}
#text_resize_decrease {
  font-size: 16px;
  padding-top: 3px;
  padding-right: 1px;
}
#text_resize_reset {
  font-size: 18px;
}
#text_resize_increase {
  font-size: 21px;
  padding-right: 5px;
}
#bt_high_contrast {
  border-left: 2px solid #7f99cc;
  padding-left: 5px;
}
#bt_high_contrast img {
  width: 20px;
  float: left;
}
