#onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-window label::after {
  content: '';
}

#onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-window #ogf-feedback-cancel:hover {
  cursor: pointer !important;
}

#onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-window {
  height: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 23rem !important;
  max-width: 90% !important;
}

@media (min-width: 480px) {
  #onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-window {
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }
}

#onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-feedback-textbox {
 height: 7.5rem !important;
}

#onegov-quickfeed-container #onegov-feedback-modal #ogf-comment-form #ogf-feedback-submit {
  height: 100% !important;
  padding: 14px 0 !important;
}
