/* taken from style.css */
.button-wrap.wysiwyg a {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: inherit;
  cursor: pointer;
  padding: 0.7rem 1.4rem;
  border: 1px solid;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 0;
  text-decoration: none;
  margin: 0 -1px 1.4rem 0;
}
@media only screen and (min-width: 700px) {
  .button-wrap.wysiwyg a {
    font-size: 1.4rem;
  }
}
.button-wrap.wysiwyg a + a {
  margin-left: 25px;
}
.button-wrap.wysiwyg a, 
.button-wrap.wysiwyg a:first-of-type:hover { 
  color: #352F2E;
  background-color: transparent; 
  border-color: #352F2E; 
}
.button-wrap.wysiwyg a:first-of-type, 
.button-wrap.wysiwyg a:hover { 
  color: #F7F2ED; 
  background-color: #352F2E; 
}