@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400);

.highwire-lens-button {
  background: url('../i/hw-lens-monocle-sm.png') 20px 12px no-repeat #cc1400;
  background-size: 60px auto;
  border-bottom: 2px solid #971501;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: table;
  height: 76px;    /* table height will expand to fit content so this is effectively min-height */
  width: 100%;
}
.highwire-lens-button .inner {
  display: table-row;
}
.highwire-lens-button a, .highwire-lens-button a:link, .highwire-lens-button a:visited {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  line-height: 1.15;
  padding: 15px 20px 15px 90px;
  text-decoration: none;
  vertical-align: middle;
}
.highwire-lens-button a span {
  vertical-align: middle;
}
