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

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