#smartbanner.android {
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  height: 200px;
}
#smartbanner.android .sb-close {
  border: none;
  background: no-repeat;
  text-shadow: none;
  box-shadow: none;
  font-size: 75px;
  top: 90px;
  left: 30px;
}
#smartbanner .sb-icon {
  background-color: transparent;
  border: none;
  box-shadow: none;
  left: 95px;
  top: 30px;
  width: 140px;
  height: 140px;
}
#smartbanner.android .sb-info {
  color: #272727;
  text-shadow: none;
  left: 265px;
  top: 42px;
  font-weight: normal;
  line-height: 40px;
}
#smartbanner.android .sb-info strong {
  color: #090909 !important;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
}
#smartbanner.android .sb-info > span {
  font-size: 24px;
}
#smartbanner.android .sb-button {
  min-width: 1px;
  border: none;
  right: 80px;
  top: 82px;
  font-size: 40px;
}
#smartbanner.android .sb-button span {
  background: transparent;
  color: #006aff;
  font-weight: normal;
  padding: 0;
}
#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
  background: transparent;
}
