html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: 'Verdana';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html a, body a {
  color: black;
  text-decoration: none;
}

html a:not(.const-color):hover, body a:not(.const-color):hover {
  color: #8bb340 !important;
}
/*# sourceMappingURL=shared.css.map */