body {
        background: url(../img/butler_in_vest_yellow_tie_giftcard_transparent.png) no-repeat #000;
    background: cover;
    top: -20px;
    background-size: contain;
    background-position-x: -145px;
      }
      
      .logo_img {
        background: url('../img/logo.png') no-repeat;
        background-size:cover;
        float:right;
        width:190px;
        height:40px;
        position: relative;
        top:-10px;
      }
      
      .balance {
        font-size:20px;
        margin-bottom:-50px;
      }
      
      .minwidth645 {
        min-width: 645px;
      }
      .mobile-view{
        max-width: 50%;
        margin:0 auto;
        background:#fff
     }
      
      .footermenu {
        position: fixed;
        bottom:0;
        width:50%;
        background:#faae00;
      }
      
      .content {
        padding: 10px;
      }

      .logo {
        margin-bottom:20px;
        text-align: center;
      }

      .membercard {
        border-radius: 15px;
        background: #faae00;
        color: #fff;
        padding: 15px;
        overflow: hidden;
      }

      .div100 {
        width: 100%;
        float: left;
      }

      .bold {
        font-weight:600;
      }

      .dashed {
        border-bottom: 1px #efd9a8 dashed;
      }
      .dashedblack {
        border-bottom: 1px #000 dashed;
      }

      .pointsbalance {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        font-weight: 600;
        overflow: hidden;
        padding:20px;
      }

      .username {
        float:left;
        width:auto;
      }

      .cardnumber {
        float:right;
        width: auto;
      }

      .bookappointment {
        text-align:center;
        padding:10px;
        border-radius:15px;
        background:#faae00;
        font-size:20px;
        color:#fff;
      }

      .bookappointment:hover {
        background:#000;
      }

      .margintop10 {
        margin-top:10px;
      }
      .margintop20 {
        margin-top:20px;
      }
      
      .marginbottom100 {
        margin-bottom:100px;
      }

      .transaction {
        height:;
      }

      .transaction {
        float:left;
        width:100%;
      }

      .redemption {
        color:#faae00;
      }

      .useractivity {
        overflow:hidden;
      }

      .menubutton {
        width:20%;
        float:left;
        text-align:center;
        padding:15px;
        border:1px solid #fff;
      }

      
      @media screen and (max-width: 800px) {
        .mobile-view{
              max-width: 100%!important;
              margin:0 auto;
           }
        .footermenu {
              position: fixed;
              bottom:0;
              width: 100%!important;
              background:#faae00;
            }
        .minwidth645 {
          min-width: 100%;
        }
      }
      
      span.step {
        background: #fff;
        border-radius: 1em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        line-height: 2em;
        margin-right: 5px;
        text-align: center;
        padding-left:10px;
        width: 2em; 
      }
}

text{
        font-family:Helvetica, Arial, sans-serif;
        font-size:11px;
        pointer-events:none;
    }
    #chart{
        position:relative;
        
        height:415px;
        top:0;
        left:20px;
    }
    #question{
        position: relative;
        width:330px;
        height:0px;
        top:0;
    }
    #question h1{
        font-size: 20px;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: relative;
        padding: 0;
        margin: 0;
        top:20px;
        -webkit-transform:translate(0,-50%);
                transform:translate(0,-50%);
    }

.borders{
        margin-top:5px;padding:5px;border-radius: 5px; border: 1px solid #c0c0c0;
      }