/* View in Mobile link for mobile detected browsers */
.view-mobile {
  width: 980px;
  margin: 0 auto;
}

.view-mobile a {
  float: right;
  display: block;
  margin: 10px 0;
  padding: 10px 10px 10px 26px;
  font-size: 0.8em;
  text-decoration: none;
  border-radius: 4px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(icons/white/32-iphone.png);
  background-color: rgba(0,0,0,0.5);
}

.view-mobile a:link,
.view-mobile a:visited,
.view-mobile a:hover,
.view-mobile a:active {
  color: white;
}

/* Retina Display Icon */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .view-mobile a {
    background-image:url(icons/white/32-iphone@2x.png);
  }
}
