#leaveFade {
    height:100%;
    left:0;
    z-index:999999;
    display:block
  }
  .leavepop_all.notify {
    transform:translateX(0);
    transition:all 1s ease;
    position: fixed;
    display: unset;
    top: 0;
    left: 0;
  }
  .leavepop_all {
    height:auto;
    z-index:1000;
    background:#ffe300;
    border:5px solid #e43b2c;
    border-radius:0;
    padding-bottom:10px;
    transform:translateX(-110%)
  }
  .innerStyling {
    width:700px;
    height:auto;
    margin:0 auto;
    text-align:center
  }
  .leaveX_all {
    width:35px;
    height:35px;
    margin-right:4px;
    margin-top:3px;
    z-index:1005;
    cursor:pointer
  }
  #innerFa1,
  #innerFb1 {
    width:75px;
    height:auto
  }
  #innerE1,
  #innerF1,
  .innerButton_all {
    height:auto;
    margin:0 auto;
    text-align:center
  }
  .innerA_all {
    color:#2f2f2f;
    font-size:34px;
    font-weight:700;
    padding-top:40px
  }
  .innerB_all {
    color:#00e;
    font-size:24px;
    font-weight:700;
    padding-top:10px
  }
  #innerD1 {
    color:#2f2f2f;
    font-size:18px;
    padding-top:0
  }
  #innerE1 {
    width:300px;
    font-family:arial;
    color:#2f2f2f;
    font-size:32px;
    padding-top:20px;
    font-weight:700;
    letter-spacing:2px
  }
  #innerE1 #timeCount {
    color:#2f2f2f;
    font-weight:700
  }
  #innerF1 {
    width:150px;
    font-family:'Open Sans';
    color:#4e4e4e;
    font-size:10px;
    padding-top:5px
  }
  #innerFa1 {
    float:left
  }
  .innerButton_all {
    width:420px;
    padding:12px 0;
    color:#fff;
    font-size:20px;
    font-weight:700;
    background:#0bba18;
    border-radius:4px;
    border:1px solid #099513;
    cursor:pointer
  }
  .innerButton_all:hover {
    background:#03880d;
    border:1px solid #04730c
  }
  @media screen and (max-width:900px) and (min-width:240px) {
    #leaveFade {
      -webkit-overflow-scrolling:touch!important;
      position:fixed;
      top:0;
      left:0;
      padding:0;
      margin:0;
      width:100%;
      height:100%;
      z-index:2147483647;
      overflow-x:hidden
    }
    .leavepop_all.notify {
      transform:translateX(0);
      transition:all 1s ease
    }
    .leavepop_all {
      height:auto;
      -webkit-overflow-scrolling:touch;
      min-height:115px;
      background-clip:padding-box;
      -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
      box-shadow:0 3px 9px rgba(0,0,0,.5);
      font-size:14px;
      line-height:1.42857143;
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
      padding:2px;
      width:97%!important;
      top:440px;
      left:-2px!important
    }
    .innerA_all {
      font-size:20px;
      padding-top:4px
    }
    #innerD1,
    .innerB_all {
      font-size:12px;
      padding:2px
    }
    #innerD1 {
      margin:0 auto
    }
    #innerE1 {
      height:auto;
      font-size:25px;
      padding:2px
    }
    .innerButton_all {
      width:92%;
      font-size:12px;
      margin:10px auto
    }
    .innerStyling {
      width:80%
    }
    .leavepop_all {
      margin-left:6px
    }
    .leaveX_all {
      z-index:1005;
      position:absolute;
      right:-10px;
      top:-10px;
      background-color:#333;
      border-radius:50%;
      width:30px;
      height:30px;
      cursor:pointer;
      font-weight:700;
      line-height:30px;
      padding:0;
      margin:0
    }
  }

  #leaveFade, .leavepop_all {
    width: 100%;
    top: 0;
    position: fixed;
  }

  .leaveX_all {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    margin-top: 3px;
    z-index: 1005;
    cursor: pointer;
    float:right;
  }