.dm-GoButton {
  text-align: center; }
  .dm-GoButton .t-Button {
    padding: 24px 48px;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 300;
    color: #FFF;
    box-shadow: none;
    background-color: transparent; }
    .dm-GoButton .t-Button:focus {
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset !important; }
    .dm-GoButton .t-Button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .dm-GoButton .t-Button--icon .t-Icon.fa {
    font-size: 28px;
    line-height: 3.2rem;
    vertical-align: top;
    margin-left: 8px; }
