html {
  background: #9FCCED;
  height: 100%;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-family: sans-serif;
}
body {
  /*overscroll-behavior-y: none;*/
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-touch-callout: none;
  /* prevent webkit from resizing text to fit */
  /*-webkit-text-size-adjust: none;*/
  /* prevent copy paste, to allow, change 'none' to 'text' */
/*-webkit-user-select: none;*/
  /*height:100%;*/
  margin:0px;
  padding:0px;
  width:100%;
  text-align: center;
  font-family: sans-serif;
  -webkit-overflow-scrolling: touch;

  /*Solves the UIWebview Keyboard bug*/
  /*position: fixed;*/
  /*overflow: hidden;*/
}
.wrapper {
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  min-height: 700px;
  position: relative;
}
/*body > div {*/
  /*height: 100%;*/
  /*overflow: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
/*}*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.wrapword {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: normal;
  word-wrap: normal;
  word-break: break-word;
}
h1 {
  font-weight: normal;
  color: #666;
}
h5 {
  margin: 5px;
  padding: 5px;
}
h3 {
  font-size: 13;
  font-weight: normal;
  margin: 10px;
}
.stores, .press, .terms {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-top: 10px;
}
.stores a, .press a {
  text-align: center;
  display: inline-block !important;
  margin-left: 10px;
  width: 150px;
}
.stores a img, .press a img{
  margin: 0px auto;
  vertical-align: middle;
  display: inline-block;
}
.press a {
  border-radius: 5px;
  padding: 5px;
  vertical-align: middle;
}
.adress {
  padding-left: 20px;
  font-size: 11 !important;
  color: #999;
  position: fixed;
  bottom: 5px;
}
.terms {
  padding-left: 20px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 5px;
}
.terms a {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 12px;
}