/**
 * @file
 * Visual styles for event+'s view mobile app views.
 */
.view-mt-mobile-app .views-field-field-mt-ci-qr-code {
  max-width: 300px;
  margin: 0 auto;
}

/* Background images for App store and Google Play links */
.view-mt-mobile-app a.button[title="App Store"],
.view-mt-mobile-app a.button[title="App store"],
.view-mt-mobile-app a.button[title="app store"] {
  background: url(../../images/app-store.png) no-repeat center center;
  width: 201px;
  height: 60px;
  border-radius: 0;
  text-indent: -999999999px;
  border-width: 0;
}
.view-mt-mobile-app a.button[title="Google Play"],
.view-mt-mobile-app a.button[title="Google play"],
.view-mt-mobile-app a.button[title="google play"] {
  background: url(../../images/google-play.png) no-repeat center center;
  width: 201px;
  height: 60px;
  border-radius: 0;
  text-indent: -999999999px;
  border-width: 0;
}
.view-mt-mobile-app a.button[title="App Store"]:hover,
.view-mt-mobile-app a.button[title="App store"]:hover,
.view-mt-mobile-app a.button[title="app store"]:hover,
.view-mt-mobile-app a.button[title="Google Play"]:hover,
.view-mt-mobile-app a.button[title="Google play"]:hover,
.view-mt-mobile-app a.button[title="google play"]:hover {
  opacity: 0.8;
}
