/***** android smart app banner css *****/

#smartbanner.android {
  background: #f2f2f2 none repeat scroll 0 0 !important;
  border-color: #f2f2f2 #f2f2f2 #f2f2f2 !important;
  border-top: 1px solid #999 !important;
}

#smartbanner.no-icon .sb-icon {
  display: block !important;
}

#smartbanner .sb-icon {
  background: #fff url("../../../modules/mod_smartappbanner/img/appicon.png")  repeat scroll 0 0 !important;
  border: 1px solid #bbb !important;
  box-shadow: none !important;
  border-radius: 15px !important;
}

#smartbanner.android .sb-info {
  color: #656565 !important;
  font-weight: normal !important;
  text-shadow: none !important;
}

#smartbanner.android .sb-info strong {
  color: #656565 !important;
  font-weight: normal !important;
  font-size: 15px !important;
}

#smartbanner.android .sb-button {
  border: 0 solid #dddcdc !important;
  color: #3232ec !important;
  font-weight: normal !important;
  text-shadow: none !important;
  font-size: 17px !important;
}

#smartbanner.android .sb-button span {
  background-color: #f2f2f2 !important;
  background-image: none !important;
  padding: 0 !important;
  text-align: right !important;
}



/***** anpassung an intuitive diagnostik / vermilion *****/

#smartbanner.android {
  border-bottom: 1px solid #999 !important;
}


