.external-comic-link-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:stretch;
  box-sizing:border-box;
  width:100%;
  min-height:44px;
  margin:0;
  padding:0 22px;
  border:0;
  border-radius:0;
  background:#eeee22;
  color:#000000;
  font-size:16px;
  font-weight:500;
  line-height:1;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transform:translateZ(0);
  touch-action:manipulation;
  transition:transform .18s ease;
}

.external-comic-link-button:hover,
.external-comic-link-button:focus,
.external-comic-link-button:visited,
.external-comic-link-button:active{
  color:#000000;
  text-decoration:none;
}

.external-comic-link-button:active{
  transform:translateZ(0) scale(.95);
}
