#page_updateApp DIV[id^=ua_store_] {
  display: none;
}
#page_updateApp DIV[id^=ua_store_].show {
  display: block;
}
#page_updateApp DIV[id^=ua_store_] > DIV.explain {
  margin-bottom: 20px;
  text-align: center;
}
#page_updateApp DIV[id^=ua_store_] .button-store {
  display: block;
  width: 300px;
  height: 102px;
  margin: 0px auto;
  overflow: hidden;
  text-decoration: none;
}
#page_updateApp DIV[id^=ua_store_] .button-store > DIV {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: inherit;
  color: #FFF;
  padding: 15px 0px 0px 95px;
  font-size: 20px;
}
#page_updateApp DIV[id^=ua_store_] .button-store > DIV.button-google {
  background-image: url(/assets/skins/common/icons/google-play.svg);
}
#page_updateApp DIV[id^=ua_store_] .button-store > DIV.button-apple {
  background-image: url(/assets/skins/common/icons/apple-store.svg);
}