/* CSS Document */
body {
  font-size: 100%;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 100%;
  }
}

.fontsize > li a[data-csstitle=medium] {
  width: 22px;
  height: 22px;
  color: #ffffff;
  background-color: #1e6db0;
}
.fontsize > li a[data-csstitle=medium]:link, .fontsize > li a[data-csstitle=medium]:visited, .fontsize > li a[data-csstitle=medium]:hover, .fontsize > li a[data-csstitle=medium]:active {
  color: #ffffff;
  background-color: #1e6db0;
}