@font-face {
  font-family: "logo";
  src: url("/css/Dosis-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "regular";
  src: url("/css/Dosis-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "bold";
  src: url("/css/Dosis-SemiBold.ttf") format("truetype");
}
div#content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

ul.productDownload, ul.productBetaDownload {
  position: relative;
  padding: 0px;
  list-style: none;
  text-align: center;
}

ul.productDownload > li {
  display: inline;
}

div.productDownload, div.productBetaDownload {
  padding: 20px;
  display: inline-block;
  border-radius: 7px;
  transition: background-color 0.2s ease-out;
}
div.productDownload img, div.productBetaDownload img {
  transition: scale 0.2s ease-out;
}
div.productDownload:hover, div.productBetaDownload:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
div.productDownload:hover img, div.productBetaDownload:hover img {
  scale: 1.05;
}

div#content img {
  width: 128px;
  height: 128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.productBetaDownload p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  margin-top: 3rem;
}

/*# sourceMappingURL=local.css.map */
