.button-bar
  background $carbon
  font-size 12px
  height 72px
  position relative
  text-align center

  .right
    position absolute
    right 15px
    top 0

  .left
    left 15px
    position absolute
    top 0

  a, span
    color #f8f8f8
    cursor pointer
    display inline-block
    height 32px
    letter-spacing 0.8px
    line-height 30px
    margin 20px 5px
    padding 0 12px
      

  a
    border 1px solid #666
    @media (hover)
      &:hover
        background white
        border 1px solid #666
        color $carbon

@media (max-width: 800px)
  .button-bar
    padding 10px 0
    .left, .right
      left 0
      position relative
      right 0
    a, span
      margin 10px 5px
      min-width 100px
