#go-to-download {
  font-size: 15px;
  background: #425cc7;
  border-radius: 6px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 2px 0;
  padding: 10px 30px 14px;
}

#go-to-download:hover {
  background:#09d;
}

#promo-banner {
  z-index: 1060;
  height: 400px;
  overflow-y: auto;
  width: 100%;
  display: none;
  background-color: white;
  position: fixed;
  text-align: center;
  left:0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 5px -5px #333;
          box-shadow: 0 -5px 5px -5px #333;
  padding-bottom: 30px;
}

#promo-banner #promo-title {
  padding: 20px 40px 20px 40px;
  font-size: 30px;
  font-weight: bold;
}

#promo-banner #promo-title-long {
  padding: 20px 40px 20px 40px;
  font-size: 30px;
  font-weight: bold;
}

#truncatedMessage {
  margin: 10px;
  font-size: 15px;
}

#promo-banner #promo-info {
  padding: 30px 80px 30px 80px;
  font-size: 20px;
}

#stay-on-mobile-web {
  margin-top: 20px;
  color: #A7A7A7;
}

#mobile-site {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (orientation:landscape) and (max-height: 421px) {
  #promo-banner {
    height: 85%;
  }
  #promo-banner #promo-title {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: bold;
  }
  #promo-banner #promo-title-long {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: bold;
  }
  #promo-banner #promo-info {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 20px;
  }
}


