/* ------------------------------------------------------------ *\
  Smart Web Banner Styles - jh
\* ------------------------------------------------------------ */


#smartWebBanner.ios7 {
  border-color: #000;
  background: #222;
}

#smartWebBanner.ios7 #swb-close {
  font-weight: 600;
}

#smartWebBanner.ios7 #swb-info {
  color: #f6f6f6;
}

#smartWebBanner.ios7 #swb-info strong {
  font-weight: 600;
  color: #ec2c3c;
  font-size: 1.25em;
}

#smartWebBanner.ios7 #swb-save {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 96px;
  border-left: 2px solid #444;
  text-shadow: none;
  padding: 1.8em 0;
  letter-spacing: .04em;
  font-weight: 600;
  color: white;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#595959+1,1c1c1c+100 */
  background: #393939; /* Old browsers */
  background: -moz-linear-gradient(top,  #393939 1%, #1c1c1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #393939 1%,#1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #393939 1%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */

}