@charset "UTF-8";

@media only screen and (min-width:737px){
body header {
  background-size: 100% auto;
  background-position: 0 0;
  padding-top: 2em;
  padding-bottom: 2em;
}
body header #app-overview {
  background-color: rgba(57,181,74,0.80);
  width: 27em;
  margin-left: 0em;
  float: left;
}
#app-overview h1 {
  font-size: 1.7em;
  line-height: 140%;
}
#app-overview h2 {
  font-size: 1.0em;
  line-height: 110%;
}
body header #download-app {
  padding-bottom: 0em;
  padding-top: 17em;
  text-align: right;
  padding-right: 2em;
}
#app-new-in-version ul {
    column-count: 2;
}
#features ul {
    column-count: 2;
}
}
