  #wootric-modal {
    display: none;
  }
  #wootric-modal * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-user-select: none;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    float: none;
    clear: both;
    min-height: 0px;
    min-width: 0px; 
  }

  #wootric-modal input,
  #wootric-modal textarea,
  #wootric-modal p {
    -webkit-user-select: auto; 
  }

  #wootric-modal input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
  }

  #wootric-modal .wootric-hidden{
    display: none; 
  }

  #wootric-modal .wootric-collapsed {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease; 
  }

  #wootric-modal .wootric-beacon-contents > div {
    transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease; 
  }

  #wootric-modal {
    position: fixed;
    top: -600px;
    left: 0;
    right: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica-Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
    transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    z-index: 1024; 
  }

  #wootric-modal.wootric-bottom {
    top: auto;
    bottom: -600px;
    transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease; 
  }

  #wootric-modal.wootric-bottom.wootric-modal-show {
    top: auto;
    bottom: 0px; 
  }

  #wootric-modal .wootric-beacon-parent {
    position: relative;
    width: 100%;
    border-bottom: 5px solid; 
  }

  #wootric-modal.wootric-bottom .wootric-beacon-parent {
    border-bottom: none;
    border-top: none; 
  }

  #wootric-modal #wootric-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    padding-left: 28px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px; 
    cursor: pointer;
    -moz-border-radius: 17px;
    text-align: left;
    color: #808080;
    overflow: hidden;
  }

  #wootric-modal #wootric-close span#wootric-x {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0px;
    left: 0px;
    color: #808080; 
    width: 28px;
    height: 28px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    padding: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400; 
  }

  #wootric-modal #wootric-feedback {
  	display: none;
  }
  #wootric-modal #wootric-fullscore,
  #wootric-modal #wootric-question,
  #wootric-modal #wootric-feedback,
  #wootric-modal #wootric-share {
    margin: 0 0 12px 0; 
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    #wootric-modal #wootric-fullscore,
    #wootric-modal #wootric-question,
    #wootric-modal #wootric-feedback,
    #wootric-modal #wootric-share {
      margin: 0 0 12px 0 !important; 
    }

    #wootric-modal #wootric-question {
      margin: 24px 0 12px 0 !important; 
    }

    #wootric-modal #wootric-fullscore,
    #wootric-modal #wootric-question,
    #wootric-modal #wootric-feedback,
    #wootric-modal #wootric-share {
      margin: 0 0 12px 0 !important; 
    }

    #wootric-modal #wootric-question {
      margin: 26px 0 12px 0 !important; 
    } 
  }
  #wootric-modal p {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    padding: 0 48px; 
  }

  #wootric-modal p {
    font-size: 14px; 
  }


  #wootric-modal form,
  #wootric-modal .wootric-beacon-contents {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1; 
  }

  #wootric-modal .wootric-beacon-contents {
    padding: 20px 0 8px 0; 
  }

  #wootric-modal .wootric-beacon-contents {
    padding: 12px 0 0 0; 
  }

  #wootric-modal ul {
    display: inline-block;
    font-size: 0;
    line-height: 36px;
    margin: 0 8px;
    padding: 0; 
  }

  #wootric-modal li {
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    display: inline;
    margin-right: 3px;
    cursor: pointer; 
  }

  #wootric-modal li {
    font-size: 14px;
    padding: 8px 12px; 
  }


  #wootric-modal li.selected,
  #wootric-modal li.selected:hover {
    background-color: #238cf6;
    color: white !important;
    text-shadow: 0 0 0 transparent, 0 -1px 1px rgba(0, 0, 0, 0.5) !important; 
  }

  #wootric-modal li:last-child {
    padding: 8px; 
  }

  #wootric-modal label {
    font-size: 12px;
    display: inline-block;
    padding: 16px 0 0 0; 
  }

  #wootric-modal label {
    padding: 0; 
  }

  #wootric-modal .wootric-score label:first-child {
    padding: 0 0 16px 0; 
  }

  #wootric-modal .wootric-feedback {
    max-height: 240; 
  }

  #wootric-modal .wootric-feedback input,
  #wootric-modal .wootric-feedback textarea {
    margin: 0;
    display: inline-block;
    vertical-align: top; 
  }

  #wootric-modal textarea {
    font-family: "Helvetica Neue", Helvetica-Neue, Helvetica Neue, Helvetica, Arial, sans-serif; 
    font-size: 12px;
    line-height: 15px;
    width: 50%;
    border-radius: 4px 0 0 4px;
    border-right: transparent;
    box-shadow: none;
    padding: 8px;
    text-align: left;
    resize: none; 
  }
  @media only screen and (max-width: 767px) {
    #wootric-modal textarea {
      width: 70%; 
    } 
  }
    #wootric-modal #wootric-submit {
      background-color: #238cf6;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: white;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 12px; 
      border-radius: 0 4px 4px 0;
      padding: 17px;
      margin-left: -5px; 
    }

  #wootric-modal .wootric-share p {
    font-size: 12px; 
  }

  #wootric-modal .poweredby {
    display: block;
    padding-bottom: 10px;
    font-size: 12px;
    color: #238cf6; 
  }
  
  #wootric-modal div {
    font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
    text-align: center; 
  }
  #wootric-modal .wootric-thanks {
    color: #7da52d;
    font-weight: 700; 
    padding-bottom: 12px;
  }
  #wootric-modal .wootric-followup {
    color: #333;
    font-size: 14px;
    padding: 14px 0 12px; 
  }
  #wootric-modal .wootric-followup p {
      font-size: 14px !important; 
    }
  #wootric-modal .followup-btns {
    margin-bottom: 16px; 
  }
  #wootric-modal .followup-btns input {
      margin: 0; 
  }

  #wootric-modal .wootric-beacon-parent {
    color: #373737;
    text-shadow: 0 0 0 transparent, 0 1px 1px white;
    border-color: rgba(0, 0, 0, 0.16) !important;
    background-color: white;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.7); 
  }
  #wootric-modal .wootric-beacon-parent #wootric-question p {
      color: #373737; 
  }

  #wootric-modal #wootric-thanks p {
    color: #7da52d;
    font-weight: 600; 
  }

  #wootric-modal #wootric-close {
    border: 1px solid rgba(0, 0, 0, 0.14); 
  }

  #wootric-modal #wootric-close:hover {
    background-color: #ededed;
    color: rgba(0, 0, 0, 0.75); 
  }
  #wootric-modal li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.55); 
  }

  #wootric-modal li:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95); 
  }

  #wootric-modal label {
    color: rgba(0, 0, 0, 0.3); 
  }

  #wootric-modal textarea {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02); 
  }

  #wootric-modal .wootric-share p {
    color: rgba(0, 0, 0, 0.75); 
  }