.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-dropdown {
  font-size: 16px;
  margin: 0;
  position: absolute;
  height: auto;
  background: #fff;
  z-index: 10;
  display: none;
  border: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; }
  .fmwp-dropdown ul {
    margin: 0;
    padding: 0; }
    .fmwp-dropdown ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .fmwp-dropdown ul li > a,
      .fmwp-dropdown ul li > span {
        display: block;
        padding: 8px 12px;
        font-size: 0.8em;
        line-height: 1;
        color: #000;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        transition: 0.2s;
        box-shadow: none; }
        .fmwp-dropdown ul li > a:hover, .fmwp-dropdown ul li > a:focus, .fmwp-dropdown ul li > a:active,
        .fmwp-dropdown ul li > span:hover,
        .fmwp-dropdown ul li > span:focus,
        .fmwp-dropdown ul li > span:active {
          color: rgba(0, 0, 0, 0.8); }

.fmwp-dropdown-arr {
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  z-index: 15;
  color: #eee; }
  .fmwp-dropdown-arr * {
    display: block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    overflow: hidden;
    line-height: 24px; }

.fmwp-notice-message {
  position: fixed;
  padding: 0;
  color: #fff;
  text-align: center;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999999;
  right: 30px;
  bottom: -200px;
  display: none; }
  .fmwp-notice-message .fmwp-notice-message-text {
    padding: 5px;
    display: block;
    font-size: 14px; }
  .fmwp-notice-message .fmwp-notice-message-progress {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 5px; }
  .fmwp-notice-message.fmwp-notice-message-update .fmwp-notice-message-progress {
    border-bottom-color: rgba(110, 255, 0, 0.7); }
  .fmwp-notice-message.fmwp-notice-message-error .fmwp-notice-message-progress {
    border-bottom-color: rgba(255, 0, 0, 0.7); }
  .fmwp-notice-message.fmwp-notice-message-warning .fmwp-notice-message-progress {
    border-bottom-color: rgba(255, 204, 0, 0.7); }

body .fmwp-profile-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  font-size: 14px; }
  body .fmwp-profile-wrapper .fmwp-profile-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 150px;
    text-align: left; }
    body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-avatar {
      padding-bottom: 10px; }
      body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-avatar img {
        border-radius: 100%;
        width: 100px;
        height: 100px; }
    body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu {
      margin: 0;
      padding: 0; }
      body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li {
        list-style: none;
        border-bottom: 1px solid #eee;
        padding: 3px 0; }
        body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li a {
          color: #000;
          text-decoration: none;
          outline: none;
          cursor: pointer;
          transition: 0.2s;
          box-shadow: none; }
          body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li a:hover, body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li a:focus, body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li a:active {
            color: rgba(0, 0, 0, 0.8); }
        body .fmwp-profile-wrapper .fmwp-profile-nav .fmwp-profile-menu li.fmwp-active-tab a {
          font-weight: bold; }
  body .fmwp-profile-wrapper .fmwp-profile-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: calc( 100% - 130px);
    position: relative;
    padding-left: 30px; }
    body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap; }
      body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-username {
        font-weight: bold;
        font-size: 1.5em;
        margin: 0 10px 5px 0;
        padding: 0;
        text-align: left; }
      body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-user-stats {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap; }
        body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-user-stats span {
          margin: 0; }
      body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-user-top-info {
        font-size: 1em;
        margin: 0 0 5px 0; }
        body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-user-top-info > :not(:last-child) {
          margin: 0 10px 0 0; }
      body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-top-content .fmwp-profile-user-description {
        margin: 0; }
    body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-tab-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      margin: 10px 0 0 0;
      padding: 0;
      position: relative;
      min-height: 240px;
      display: none; }
      body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-profile-tab-content .fmwp-profile-subtab-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        display: none; }
    body .fmwp-profile-wrapper .fmwp-profile-content[data-active_tab="topics"] .fmwp-profile-topics-content {
      display: flex; }
    body .fmwp-profile-wrapper .fmwp-profile-content[data-active_tab="replies"] .fmwp-profile-replies-content {
      display: flex; }
    body .fmwp-profile-wrapper .fmwp-profile-content[data-active_tab="edit"] .fmwp-profile-edit-content {
      display: flex; }
    body .fmwp-profile-wrapper .fmwp-profile-content[data-active_tab="notifications"] .fmwp-profile-notifications-content {
      display: flex; }
    body .fmwp-profile-wrapper .fmwp-profile-content .fmwp-ajax-loading {
      display: none; }
  body .fmwp-profile-wrapper .fmwp-profile-submenu {
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap; }
    body .fmwp-profile-wrapper .fmwp-profile-submenu li {
      list-style: none;
      border-bottom: 1px solid #eee;
      padding: 3px 10px; }
      body .fmwp-profile-wrapper .fmwp-profile-submenu li a {
        color: #000;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        transition: 0.2s;
        box-shadow: none; }
        body .fmwp-profile-wrapper .fmwp-profile-submenu li a:hover, body .fmwp-profile-wrapper .fmwp-profile-submenu li a:focus, body .fmwp-profile-wrapper .fmwp-profile-submenu li a:active {
          color: rgba(0, 0, 0, 0.8); }
      body .fmwp-profile-wrapper .fmwp-profile-submenu li.fmwp-active-tab {
        border: 1px solid #eee;
        border-bottom: none;
        padding: 7px 10px 3px; }
        body .fmwp-profile-wrapper .fmwp-profile-submenu li.fmwp-active-tab a {
          font-weight: bold; }
  body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 0 5px 0;
    padding: 0 10px 5px 0;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: solid 1px #eee; }
    body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: baseline;
      flex-wrap: nowrap; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line .fmwp-topic-col-people {
        width: 67px;
        text-align: center;
        padding-right: 5px;
        box-sizing: border-box; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line .fmwp-topic-col-replies {
        width: 50px;
        text-align: center;
        padding-right: 5px;
        box-sizing: border-box; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line .fmwp-topic-col-views {
        width: 50px;
        text-align: center;
        padding-right: 5px;
        box-sizing: border-box; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line .fmwp-topic-col-updated {
        width: 70px;
        text-align: center;
        padding-right: 5px;
        box-sizing: border-box; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading .fmwp-topic-head-line.fmwp-topic-col-topic {
        width: calc( 100% - 237px); }
    body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading.fmwp-no-actions-heading {
      padding: 0 0 5px 0; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading.fmwp-no-actions-heading .fmwp-topic-head-line .fmwp-topic-col-updated {
        width: 65px;
        padding: 0; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper-heading.fmwp-no-actions-heading .fmwp-topic-head-line.fmwp-topic-col-topic {
        width: calc( 100% - 232px); }
  body .fmwp-profile-wrapper .fmwp-topics-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    font-size: 14px; }
    body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-forum-no-topics {
      text-align: center;
      width: 100%; }
    body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      border-bottom: solid 1px #eee;
      padding: 9px 0; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: calc( 100% - 10px); }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: nowrap; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: nowrap;
            width: calc( 100% - 237px);
            padding: 0 5px 0 0; }
            body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line {
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: baseline;
              flex-wrap: nowrap;
              width: 100%;
              margin: 0;
              font-size: 1em; }
              body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line .fmwp-topic-title-line-trashed {
                display: none; }
              body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: baseline;
                flex-wrap: nowrap;
                width: 100%;
                color: #000;
                text-decoration: none;
                outline: none;
                cursor: pointer;
                transition: 0.2s;
                box-shadow: none; }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a:hover, body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a:focus, body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a:active {
                  color: rgba(0, 0, 0, 0.8); }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a .fmwp-topic-title {
                  font-weight: bold;
                  word-break: break-word; }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a:visited .fmwp-topic-title {
                  color: #999; }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line a .fmwp-topic-status-marker {
                  margin: 0 7px 0 0;
                  font-size: 12px;
                  float: left;
                  display: none; }
            body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper {
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: baseline;
              flex-wrap: wrap;
              margin: 0;
              width: 100%;
              display: none; }
              body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper .fmwp-topic-tag {
                border: 1px solid #eee;
                border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                -webkit-border-radius: 3px 3px 3px 3px;
                font-size: 0.8em;
                padding: 3px 5px;
                margin-right: 3px;
                line-height: 1;
                cursor: default; }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-reported, body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-trashed, body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-spam {
                  border-color: #ff474c;
                  color: #ff474c;
                  display: none; }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-pending {
                  border-color: #ff920a;
                  color: #ff920a;
                  display: none; }
            body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-forum {
              width: 100%;
              font-size: 0.9em; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-statistics-section {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            flex-wrap: nowrap; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: nowrap;
            position: relative;
            width: 62px;
            margin: 0 5px 0 0;
            font-size: 3px; }
            body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies > :first-child img {
              margin: 0 2px 0 0; }
            body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies a {
              width: 30px;
              height: 30px;
              margin: auto; }
              body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies a img {
                border-radius: 100%;
                width: 30px;
                height: 30px;
                box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
                -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); }
                body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies a img:hover {
                  opacity: 0.85; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies-count {
            text-align: center;
            margin-right: 5px;
            width: 45px;
            font-size: 0.9em; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-views {
            text-align: center;
            margin-right: 5px;
            width: 45px;
            font-size: 0.9em; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-last-upgrade {
            text-align: center;
            margin-right: 5px;
            width: 65px;
            font-size: 0.9em; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-actions {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
        width: 10px; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-actions .fmwp-topic-actions-dropdown {
          cursor: pointer;
          color: #a3a3a3; }
          body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-actions .fmwp-topic-actions-dropdown:hover {
            color: #7d7d7d; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-actions .fmwp-dropdown {
          top: 30px !important; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-tagged .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper {
        display: flex; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-spam .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper {
        display: flex; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-spam .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-spam {
          display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-trashed .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line a {
        display: none !important; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-trashed .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line-trashed {
        font-weight: bold;
        display: inline !important; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-trashed .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper {
        display: flex; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-trashed .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-trashed {
          display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-pending .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper {
        display: flex; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-pending .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-pending {
          display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-reported .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper {
        display: flex; }
        body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-reported .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-tags-wrapper .fmwp-topic-tag.fmwp-topic-tag-reported {
          display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-pinned .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line a .fmwp-topic-pinned-marker {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-locked .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line a .fmwp-topic-locked-marker {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-announcement .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line a .fmwp-topic-announcement-marker {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-topics-wrapper .fmwp-topic-row.fmwp-topic-global .fmwp-topic-row-lines .fmwp-topic-row-line .fmwp-topic-title-line a .fmwp-topic-global-marker {
        display: inline; }
    body .fmwp-profile-wrapper .fmwp-topics-wrapper > :first-child {
      padding: 6px 0 9px 0; }
  body .fmwp-profile-wrapper .fmwp-reply-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    -webkit-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in; }
    body .fmwp-profile-wrapper .fmwp-reply-row:not(:first-child) {
      margin-top: 5px; }
    body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        margin-right: 23px;
        width: 60px;
        height: 60px; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar a {
          position: relative;
          display: block;
          width: 60px;
          height: 60px; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar a img {
            width: 60px;
            height: 60px;
            box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            border-radius: 100%; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar a img:hover {
              opacity: 0.85; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-content {
        word-wrap: break-word;
        margin-bottom: 15px; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        width: calc( 100% - 83px); }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          flex-wrap: nowrap;
          margin-top: 0;
          margin-bottom: 5px;
          line-height: 1; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: baseline;
            flex-wrap: nowrap;
            width: calc( 100% - 10px);
            font-size: 1em;
            line-height: 1; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data {
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: baseline;
              flex-wrap: wrap;
              max-width: 80%; }
              body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a {
                margin: 0 10px 0 0;
                font-weight: bold;
                font-size: 1.1em;
                word-break: break-word;
                color: #000;
                text-decoration: none;
                outline: none;
                cursor: pointer;
                transition: 0.2s;
                box-shadow: none; }
                body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a:hover, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a:focus, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a:active {
                  color: rgba(0, 0, 0, 0.8); }
                body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a.fmwp-reply-title {
                  font-size: 14px; }
              body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-author-tags-wrapper {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: baseline;
                flex-wrap: wrap;
                padding: 0 10px 0 0; }
                body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-author-tags-wrapper .fmwp-reply-tag {
                  border: 1px solid #eee;
                  border-radius: 3px 3px 3px 3px;
                  -moz-border-radius: 3px 3px 3px 3px;
                  -webkit-border-radius: 3px 3px 3px 3px;
                  font-size: 0.8em;
                  padding: 3px 5px;
                  margin-right: 3px;
                  line-height: 1;
                  cursor: default; }
              body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: baseline;
                flex-wrap: wrap;
                padding: 0 10px 0 0; }
                body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper .fmwp-reply-tag {
                  border: 1px solid #eee;
                  border-radius: 3px 3px 3px 3px;
                  -moz-border-radius: 3px 3px 3px 3px;
                  -webkit-border-radius: 3px 3px 3px 3px;
                  font-size: 0.8em;
                  padding: 3px 5px;
                  margin-right: 3px;
                  line-height: 1;
                  cursor: default; }
                  body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper .fmwp-reply-tag.fmwp-reply-tag-trashed, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper .fmwp-reply-tag.fmwp-reply-tag-reported, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper .fmwp-reply-tag.fmwp-reply-tag-spam {
                    border-color: #ff474c;
                    color: #ff474c;
                    display: none; }
                  body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data .fmwp-reply-tags-wrapper .fmwp-reply-tag.fmwp-reply-tag-pending {
                    border-color: #ff920a;
                    color: #ff920a;
                    display: none; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-subdata {
              color: #a3a3a3;
              padding: 0 10px;
              font-size: 0.8em;
              font-weight: normal;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box; }
              body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-subdata a {
                color: #a3a3a3;
                text-decoration: none;
                outline: none;
                cursor: pointer;
                transition: 0.2s;
                box-shadow: none; }
                body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-subdata a:hover, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-subdata a:focus, body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-subdata a:active {
                  color: rgba(163, 163, 163, 0.8); }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-top-actions {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            align-items: baseline;
            flex-wrap: nowrap;
            width: 10px; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-top-actions span {
              cursor: pointer;
              color: #a3a3a3;
              position: relative; }
              body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-top-actions span:hover {
                color: #7d7d7d; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-left-panel .fmwp-reply-avatars {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex-wrap: nowrap; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-left-panel .fmwp-reply-avatars img {
            width: 24px;
            height: 24px;
            margin-right: 3px;
            box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            border-radius: 100%;
            cursor: pointer; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-left-panel .fmwp-reply-avatars img:hover {
              opacity: 0.85; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-left-panel .fmwp-reply-avatars .fmwp-reply-more-answers {
            border: 1px solid #eee;
            color: #eee;
            font-size: 0.9em;
            border-radius: 12px;
            width: 24px;
            height: 24px;
            line-height: 16px;
            text-align: center;
            box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-left-panel .fmwp-reply-last-child {
          width: calc( 100% - 150px);
          font-size: 0.8em; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-right-panel {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          flex-wrap: nowrap; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-right-panel > span {
            margin-left: 10px; }
          body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-right-panel span.fmwp-reply-action-link {
            font-size: 16px;
            cursor: pointer;
            color: #a3a3a3; }
            body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-base .fmwp-reply-bottom .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
              color: #7d7d7d; }
    body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children {
      margin: 0;
      padding: 15px 0 0 0; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-spam {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-trashed {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-reported > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-reported {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-pending {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row:not(.fmwp-reply-reported):not(.fmwp-reply-trashed):not(.fmwp-reply-spam):not(.fmwp-reply-pending):not(.fmwp-reply-private) > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper {
        display: none; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-spam {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
        opacity: 0.3;
        cursor: default; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
          color: #a3a3a3; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
          opacity: 0.3; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-trashed {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
        opacity: 0.3;
        cursor: default; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
          color: #a3a3a3; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
          opacity: 0.3; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-reported > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-reported {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-pending {
        display: inline; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
        opacity: 0.3;
        cursor: default; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
          color: #a3a3a3; }
        body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
          opacity: 0.3; }
      body .fmwp-profile-wrapper .fmwp-reply-row .fmwp-reply-children > .fmwp-reply-row > .fmwp-reply-children > .fmwp-reply-row:not(.fmwp-reply-reported):not(.fmwp-reply-trashed):not(.fmwp-reply-spam):not(.fmwp-reply-pending):not(.fmwp-reply-private) > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper {
        display: none; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply {
      background-color: #f6f8fc;
      padding: 15px;
      border-bottom: none;
      margin-top: 0;
      margin-bottom: 15px;
      border-radius: 10px;
      position: relative; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-child-connect {
        position: absolute;
        left: 37px;
        top: 15px;
        bottom: 20px;
        border-left: 5px solid #eee;
        z-index: 0;
        display: none; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children {
        padding: 0; }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children .fmwp-child-reply {
          padding: 0;
          margin: 7px 0 0 0; }
          body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children .fmwp-child-reply.fmwp-reply-trashed {
            border-radius: 25px 10px 10px 10px; }
          body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children .fmwp-child-reply.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel .fmwp-reply-likes-wrapper .fmwp-reply-likes-counter {
            opacity: 0.3; }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children > :first-child {
          margin: 15px 0 0 0; }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-children > :not(:last-child) {
          background-color: transparent; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-avatar {
        margin-right: 20px;
        width: 50px;
        height: 50px; }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-avatar img {
          width: 50px;
          height: 50px; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-data {
        width: calc( 100% - 70px); }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-data .fmwp-reply-subdata {
          font-size: 0.7em; }
        body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head a {
          font-size: 1em; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-spam {
      display: inline; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
      opacity: 0.3;
      cursor: default; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
        color: #a3a3a3; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-spam > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
        opacity: 0.3; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-trashed {
      display: inline; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
      opacity: 0.3;
      cursor: default; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
        color: #a3a3a3; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-trashed > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
        opacity: 0.3; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-reported > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-reported {
      display: inline; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper > .fmwp-reply-tag.fmwp-reply-tag-pending {
      display: inline; }
    body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link {
      opacity: 0.3;
      cursor: default; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link:hover {
        color: #a3a3a3; }
      body .fmwp-profile-wrapper .fmwp-reply-row.fmwp-reply-pending > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-bottom > .fmwp-reply-right-panel span.fmwp-reply-action-link ~ span {
        opacity: 0.3; }
    body .fmwp-profile-wrapper .fmwp-reply-row:not(.fmwp-reply-reported):not(.fmwp-reply-trashed):not(.fmwp-reply-spam):not(.fmwp-reply-pending):not(.fmwp-reply-private) > .fmwp-reply-base > .fmwp-reply-data > .fmwp-reply-top > .fmwp-reply-head > .fmwp-reply-head-data > .fmwp-reply-tags-wrapper {
      display: none; }
  body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper-heading {
    padding: 0 0 5px 0; }
    body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper-heading .fmwp-topic-col-topic {
      width: calc( 100% - 232px); }
    body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper-heading .fmwp-topic-col-updated {
      padding: 0;
      width: 65px; }
  body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines {
    width: 100%; }
    body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-primary-data {
      width: calc( 100% - 232px); }
    body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-statistics-data .fmwp-topic-last-upgrade {
      margin: 0; }
  body .fmwp-profile-wrapper .fmwp-profile-topics-content .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-actions {
    display: none; }
  body .fmwp-profile-wrapper .fmwp-profile-replies-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head {
    width: 100%; }
  body .fmwp-profile-wrapper .fmwp-profile-replies-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-top-actions {
    display: none; }
  body .fmwp-profile-wrapper #fmwp-edit-profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap; }
    body .fmwp-profile-wrapper #fmwp-edit-profile p {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      line-height: 1.5;
      font-size: 1em;
      margin: 0 0 10px 0;
      padding: 0; }
      body .fmwp-profile-wrapper #fmwp-edit-profile p label {
        max-width: 25%;
        cursor: pointer;
        vertical-align: middle; }
      body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) input, body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) select, body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) textarea {
        width: 75%; }
      body .fmwp-profile-wrapper #fmwp-edit-profile p.fmwp-submit-row input {
        width: auto; }
      @media screen and (max-width: 640px) {
        body .fmwp-profile-wrapper #fmwp-edit-profile p {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: stretch;
          flex-wrap: nowrap; }
          body .fmwp-profile-wrapper #fmwp-edit-profile p label {
            max-width: none; }
          body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) input, body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) select, body .fmwp-profile-wrapper #fmwp-edit-profile p:not(.fmwp-submit-row) textarea {
            width: 100%; }
          body .fmwp-profile-wrapper #fmwp-edit-profile p.fmwp-submit-row input {
            width: auto; } }
      body .fmwp-profile-wrapper #fmwp-edit-profile p.fmwp-align-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: nowrap; }
        @media screen and (max-width: 640px) {
          body .fmwp-profile-wrapper #fmwp-edit-profile p.fmwp-align-top {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: nowrap; } }
  body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive {
    width: 100%;
    margin: 0;
    padding: 0; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      padding: 0 0 7px 0;
      border-bottom: 1px solid #eee; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-user-top-info {
        font-size: 1em;
        margin: 0 0 5px 0; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: top;
        flex-wrap: nowrap; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-avatar {
          width: 60px;
          margin: 0 20px 0 0; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-avatar img {
            border-radius: 100%;
            width: 60px;
            height: 60px; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: stretch;
          flex-wrap: nowrap;
          width: calc( 100% - 80px); }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper .fmwp-profile-info-subline {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            flex-wrap: wrap; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper .fmwp-profile-username {
            font-weight: bold;
            font-size: 1.5em;
            margin: 0 10px 0 0;
            padding: 0;
            text-align: left;
            line-height: 1; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper .fmwp-profile-user-stats {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            flex-wrap: nowrap;
            margin: 0; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper .fmwp-profile-user-stats span {
              margin-right: 10px; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line .fmwp-profile-info-wrapper .fmwp-profile-user-description {
            margin: 15px 0 0 0; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-general-info .fmwp-profile-info-line:not(.fmwp-profile-user-top-info) {
          margin: 0 0 2px 0; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav {
      width: 100%;
      margin: 0;
      padding: 0 0 0 30px;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      border-bottom: 1px solid #eee;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav::-webkit-scrollbar {
        width: 0;
        background: transparent;
        display: none; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        white-space: nowrap; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu::-webkit-scrollbar {
          width: 0;
          background: transparent;
          display: none; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li {
          cursor: pointer;
          width: auto;
          display: inline-block;
          list-style: none;
          padding: 10px 15px;
          text-align: center;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li a {
            cursor: pointer;
            color: #000;
            text-decoration: none;
            outline: none;
            cursor: pointer;
            transition: 0.2s;
            box-shadow: none; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li a:hover, body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li a:focus, body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li a:active {
              color: rgba(0, 0, 0, 0.8); }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li.fmwp-active-tab a {
            font-weight: bold; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive nav .fmwp-profile-menu li.fmwp-profile-menu-indicator {
            min-width: 10%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            background-color: #f6b2b5;
            will-change: left, right;
            padding: 0; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content {
      display: inline-block;
      width: 100%;
      overflow: hidden;
      margin: 10px 0 0 0;
      position: relative;
      -webkit-perspective: 500px;
      perspective: 500px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      border-bottom: 1px solid #eee;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content::-webkit-scrollbar {
        width: 0;
        background: transparent;
        display: none; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-profile-tab-content {
        width: 100%;
        height: 100%;
        min-height: 500px;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        vertical-align: top; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-profile-tab-content:not(.fmwp-profile-blank-content) .fmwp-ajax-loading {
          display: none; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-profile-tab-content .fmwp-profile-subtab-content {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: stretch;
          flex-wrap: nowrap;
          display: none; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content[data-active_tab="topics"] .fmwp-profile-topics-content {
        display: flex; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content[data-active_tab="replies"] .fmwp-profile-replies-content {
        display: flex; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content[data-active_tab="edit"] .fmwp-profile-edit-content {
        display: flex; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content[data-active_tab="notifications"] .fmwp-profile-notifications-content {
        display: flex; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar {
        width: 40px;
        margin-right: 10px; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar a {
          width: 40px;
          height: 40px; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-avatar a img {
            width: 40px;
            height: 40px; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data {
        width: calc( 100% - 50px); }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data {
          max-width: 65%; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a {
            font-size: 1em; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row .fmwp-reply-base .fmwp-reply-data .fmwp-reply-top .fmwp-reply-head .fmwp-reply-head-data a.fmwp-reply-title {
              font-size: 14px; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row.fmwp-child-reply .fmwp-reply-child-connect {
        left: 30px; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-avatar {
        width: 35px;
        height: 35px;
        margin-right: 10px; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-avatar img {
          width: 35px;
          height: 35px; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-responsive .fmwp-profile-scroll-content .fmwp-reply-row.fmwp-child-reply .fmwp-reply-base .fmwp-reply-data {
        width: calc( 100% - 45px); }
  body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper-heading {
    display: none; }
  body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: nowrap; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-avatar {
      width: 40px;
      margin-right: 10px; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-avatar a {
        width: 40px;
        height: 40px; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-avatar a img {
          border-radius: 100%;
          width: 40px;
          height: 40px; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      width: calc( 100% - 60px); }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: stretch;
          flex-wrap: nowrap;
          width: 100%;
          margin: 0;
          padding: 0; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-title-line {
            line-height: inherit; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-primary-data .fmwp-topic-last-upgrade {
            text-align: right;
            width: 60px;
            margin: 0 5px 0 0;
            color: #a3a3a3;
            font-size: 0.8em; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: baseline;
          flex-wrap: nowrap; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies {
            display: none; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-replies-count {
            margin-right: 10px;
            width: auto; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-topics-wrapper .fmwp-topic-row .fmwp-topic-row-lines .fmwp-topic-row-line.fmwp-topic-statistics-data .fmwp-topic-views {
            margin: 0 5px 0 0;
            width: auto; }
  body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper-heading {
    display: none; }
  body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; }
    body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap; }
      body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        width: 100%; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-avatar-link {
          margin-right: 10px; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-avatar-link .fmwp-forum-avatar {
            margin: 0;
            width: 45px;
            height: 45px; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-avatar-link .fmwp-forum-avatar img {
              width: 45px;
              height: 45px; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-avatar-link .fmwp-forum-avatar.fmwp-forum-icon {
              justify-content: center;
              border-color: transparent;
              font-size: 1em;
              height: 44px; }
            body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-avatar-link .fmwp-forum-avatar.fmwp-forum-no-image {
              justify-content: center;
              border-color: #eee;
              color: #a3a3a3;
              font-size: 0.5em;
              height: 44px; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-data {
          margin: 0;
          width: calc( 100% - 55px); }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-data.fmwp-forum-fullwidth-data {
            width: 100%; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line .fmwp-forum-data .fmwp-forum-first-line {
            line-height: 1; }
        body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line.fmwp-forum-statistics-data {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: baseline;
          flex-wrap: nowrap;
          margin: 0 0 0 55px;
          width: calc( 100% - 55px); }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line.fmwp-forum-statistics-data.fmwp-forum-fullwidth-data {
            margin: 0; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line.fmwp-forum-statistics-data .fmwp-forum-replies-count {
            margin-right: 10px;
            width: auto; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line.fmwp-forum-statistics-data .fmwp-forum-topics {
            margin-right: 10px;
            width: auto; }
          body .fmwp-profile-wrapper.fmwp-ui-xs .fmwp-profile-mobile .fmwp-forums-wrapper .fmwp-forum-row .fmwp-forum-row-lines .fmwp-forum-row-line.fmwp-forum-statistics-data .fmwp-forum-last-upgrade {
            margin: 0;
            width: auto; }

.fmwp #fmwp-profile-notifications .fmwp-form-row.fmwp-field-checkbox-type {
  flex-direction: row-reverse;
  min-height: 20px;
  justify-content: flex-end;
  column-gap: 5px; }
  .fmwp #fmwp-profile-notifications .fmwp-form-row.fmwp-field-checkbox-type .fmwp-form-row-label {
    width: auto; }
    .fmwp #fmwp-profile-notifications .fmwp-form-row.fmwp-field-checkbox-type .fmwp-form-row-label:after {
      content: ''; }
  .fmwp #fmwp-profile-notifications .fmwp-form-row.fmwp-field-checkbox-type .fmwp-form-field-content {
    width: auto; }
