a.action-button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 50px 10px 10px;
  position: relative;
  cursor: pointer;
  color: #fff !important;
}

a.action-button.button-solid {
  background-color: #373f79 !important;
}

a.action-button.button-outline {
  border: 2px solid #373f79 !important;
  color: #373f79 !important;
}

a.action-button:after {
  display: block;
  float: right;
  margin-right: -40px;
  width: 25px;
  font-family: 'FontAwesome';
}

a.action-button.button-icon-external:after {
  content: '\f08e';
}

a.action-button.button-icon-arrow:after {
  content: '\f105';
}

a.action-button.button-icon-download:after {
  content: '\f019';
}


