#block-feedback-form                              { position: fixed; width: 250px; bottom: 0px; right: 20px; margin: 0; overflow: hidden; z-index: 100000; text-align: left; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#block-feedback-form h2                           { text-align: right; }
#block-feedback-form.open                         { bottom: 0px; z-index: 100; }
#block-feedback-form form                         { display: none; border: 1px solid #ccc; padding: 15px 15px 30px; background-color: #fff; }
#block-feedback-form.open form                    { display: block; }
#block-feedback-form textarea                     { width: 100%; }
#block-feedback-form .feedback-link               { padding: 0.3em 0; text-align: right; font-size: 12px; cursor: pointer; }
#block-feedback-form .feedback-help               { margin: 0 0 0.5em; font-size: 12px; line-height: normal; }
#block-feedback-form .feedback-submitted          { margin-top: 0.2em; font-size: 12px; }
#block-feedback-form .form-textarea               { width: 97%; }
#block-feedback-form .feedback-message            { height: 10ex; }
#block-feedback-form .resizable-textarea .grippie { width: 204px; }
#block-feedback-form #feedback-throbber           { height: 20px; }
#block-feedback-form .throbbing                   { background: url(images/throbber.gif) no-repeat left center; }
#block-feedback-form #feedback-submit             { margin: 0; }
#block-feedback-form h3                           { margin: 0px 0 5px; }
#block-feedback-form hr                           { border: 0; border-bottom: 1px dashed #ccc; margin: 20px 0; }
#block-feedback-form #edit-message-wrapper label  { font-size: 12px; }
#feedback-status-message                          { text-align: right; z-index: 100; }
#feedback-support-email                           { color: #a5186d !important; font-weight: bold; }
#feedback-user-help,
#feedback-video-support                           { color: #a5186d !important; display: block; margin: 10px 0; font-size: 12px; font-weight: bold; }

/* Without sidebar */
@media screen and (max-width: 1110px) {
    body.sticky-buttons-active #block-feedback-form { bottom: 35px; }
}

