  #customBtn {
      display: inline-block;
      background: #dd4b39;
      color: white;
      width: 25%;
      border-radius: 5px;
      white-space: nowrap;
      margin-bottom: 2%;
      margin-right: 14%;
    }
    #customBtn:hover {
      background: #e74b37;
      cursor: pointer;
    }
    span.label {
      font-weight: bold;
    }
    span.icon {
      background: url('../images/btn_red_32.png') transparent 5px 50% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 35px;
      border-right: #bb3f30 1px solid;
    }
    span.buttonText {
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      padding-right: 35px;
      font-size: 14px;
      font-weight: bold;
      font-family: 'Roboto',arial,sans-serif;
    }