.android_banner {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  /* height: 100px; */
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.android_banner > .row0 {
  text-align: center;
  font-weight: bold;
  background-color: white;
  padding: 20px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.android_banner > .row1 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  background-color: white;
  padding-bottom: 10px;
}

.android_banner > .row1 > .app_logo {
  height: 60px;
  border: 1px solid rgba(218, 218, 218, 0.5);
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
}

.android_banner > .row1 > .android_open_app > .android_banner_open_app_button {
  height: 40px;
  width: 80px;
  border-radius: 60px;
  border: none;
  background-color: rgb(133, 133, 255);
  color: white;
  font-size: 15px !important;
}

.android_banner > .row2 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  background-color: white;
  padding-bottom: 10px;
}

.android_banner > .row2 > .chrome_logo {
  height: 60px;
  border: 1px solid rgba(218, 218, 218, 0.5);
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
}

.android_banner > .row2 > .continue_chrome > .continue_chrome_button {
  height: 40px;
  width: 80px;
  border-radius: 60px;
  border: none;
  background-color: rgb(209, 209, 209);
  color: black;
  font-size: 15px !important;
}
