.fmwp-ac-results {
  display: none;
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  border: 1px solid #588efa;
  background-color: #fff; }
  .fmwp-ac-results li {
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: left; }
  .fmwp-ac-results .fmwp-ac-over, .fmwp-ac-results .fmwp-ac-match {
    background-color: #266cf9;
    color: #fff;
    cursor: pointer; }

.fmwp-ac-match {
  text-decoration: underline; }

#fmwp-reply-popup-wrapper form {
  z-index: 1;
  height: 100%; }
  #fmwp-reply-popup-wrapper form #fmwp-reply-popup-head #fmwp-reply-popup-avatar {
    padding: 0;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-head #fmwp-reply-popup-avatar img {
      width: 50px;
      height: 50px; }
  #fmwp-reply-popup-wrapper form #fmwp-reply-popup-head #fmwp-reply-popup-quote {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    max-width: calc( 100% - 60px);
    font-size: 1em; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-head #fmwp-reply-popup-quote > span {
      padding: 0 0 0 5px; }
  #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    flex-wrap: nowrap;
    position: relative;
    height: calc( 100% - 60px); }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-preview-action {
      display: inline-block;
      position: absolute;
      top: 8px;
      right: 25px;
      cursor: pointer;
      color: #a3a3a3;
      font-size: 0.8em;
      text-transform: uppercase;
      z-index: 10; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor {
      padding: 0 10px 0 0;
      width: 50%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor label {
        width: 100%; }
      #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap {
        height: 100%; }
        #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container {
          height: 100%; }
          #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container textarea {
            height: calc( 100% - 40px) !important;
            resize: none;
            font-family: inherit; }
          #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-btn button:hover, #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-btn button:active {
            color: inherit;
            background: none;
            border: none; }
          #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce {
            height: 100%; }
            #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body {
              height: 100%; }
              #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body iframe {
                height: 145px; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      padding: 0 0 0 10px;
      width: 50%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview #fmwpreplycontent-preview {
        padding: 36px 5px 5px 5px;
        width: 100%;
        border: 1px solid #a3a3a3;
        overflow-y: auto; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors.fmwp-reply-popup-preview-hidden #fmwp-reply-popup-editor {
      padding: 0;
      width: 100%; }
    #fmwp-reply-popup-wrapper form #fmwp-reply-popup-editors.fmwp-reply-popup-preview-hidden #fmwp-reply-popup-editor-preview {
      display: none; }

#fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-head #fmwp-reply-popup-avatar, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-head #fmwp-reply-popup-avatar {
  width: 35px;
  height: 35px; }
  #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-head #fmwp-reply-popup-avatar img, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-head #fmwp-reply-popup-avatar img {
    width: 35px;
    height: 35px; }

#fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-head #fmwp-reply-popup-quote, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-head #fmwp-reply-popup-quote {
  max-width: calc( 100% - 45px);
  font-size: 0.9em; }

#fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: nowrap;
  height: calc( 100% - 90px); }
  #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-preview-action, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-preview-action {
    top: -43px; }
  #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor {
    width: 100%;
    padding: 0;
    height: 70%; }
    #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap {
      width: 100%; }
      #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container textarea, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container textarea {
        height: calc( 100% - 120px); }
      #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce {
        height: 100%; }
        #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body {
          height: 100%; }
          #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body iframe, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor #wp-fmwpreplycontent-wrap #wp-fmwpreplycontent-editor-container .mce-tinymce .mce-container-body iframe {
            height: 145px; }
  #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview {
    width: 100%;
    padding: 10px 0 10px 0;
    height: 30%; }
    #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview #fmwpreplycontent-preview, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors #fmwp-reply-popup-editor-preview #fmwpreplycontent-preview {
      padding: 5px; }
  #fmwp-reply-popup-wrapper.fmwp-ui-xs form #fmwp-reply-popup-editors.fmwp-reply-popup-preview-hidden #fmwp-reply-popup-editor, #fmwp-reply-popup-wrapper.fmwp-ui-s form #fmwp-reply-popup-editors.fmwp-reply-popup-preview-hidden #fmwp-reply-popup-editor {
    height: 100%;
    padding: 0 0 10px 0; }

#fmwp-reply-popup-wrapper.fmwp-ui-m form #fmwp-reply-popup-head #fmwp-reply-popup-quote, #fmwp-reply-popup-wrapper.fmwp-ui-l form #fmwp-reply-popup-head #fmwp-reply-popup-quote {
  min-width: calc( 40% - 45px); }
