@media screen {
  .scf {
    font-family: inherit;
  }
  .scf .scf-comment-author-name {
    color: #ababab;
    font-size: 13px;
  }
  .scf .scf-comment-author-name .scf-link {
    color: #ababab;
  }
  .scf .scf-link {
    color: #707172;
    display: inline-block;
    text-decoration: none;
  }
  .scf .scf-link:hover,
  .scf .scf-link:focus,
  .scf .scf-link:active {
    background: none;
    color: #f08200;
    text-decoration: none;
  }
  .scf .scf-comment-time {
    color: #ababab;
    display: inline-block;
  }
  .scf .scf-quiet {
    color: #ababab;
  }
  .scf-commentsystem header {
    display: none;
  }
  .scf-comments-list {
    background: #fcfcfc;
    border-top: 1px solid #e6e6e6;
    list-style: none;
    margin: 0 -20px -20px;
    padding: 0 20px;
  }
  .scf-comment {
    padding: 20px 0;
  }
  .scf-is-new {
    background: none;
    padding: 20px 0;
  }
  .scf-comment-data {
    margin: 0;
  }
  .scf-comment-body {
    margin: 0;
  }
  .scf-comment-msg {
    font-size: 14px;
    margin: 0;
    white-space: pre-line;
  }
  .scf-comment-toolbar {
    margin-top: 10px;
    text-align: right;
  }
  .scf-composer {
    margin: 0;
  }
  .scf-composer-block {
    margin: 10px 0 20px;
    padding: 0;
  }
  .scf-composer-msg {
    background: #f0f0f0;
    border: 1px solid #f08200;
    color: inherit;
    display: block;
    line-height: 1;
    padding: 11px 9px;
    width: 100%;
  }
  .scf-composer-msg:focus {
    background-color: #ffffff;
  }
  .scf-is-collapsed .scf-composer-msg {
    border: 0 none;
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 12px 10px;
  }
  .scf-comment-action__icon {
    display: inline-block;
    height: 30px;
    position: relative;
    top: 0;
    width: 25px;
  }
  .scf-comment-action__icon svg {
    fill: currentColor;
    height: 25px !important;
    position: relative;
    top: 0;
    width: 25px !important;
  }
  .scf-comment-action__icon.icon-pencil svg {
    height: 16px !important;
    top: 3px !important;
  }
  .scf-comment-action__icon.icon-delete svg {
    height: 16px !important;
    top: 3px !important;
  }
  .scf-comment-action__button {
    background: none;
    color: inherit;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .scf-comment-action__button:hover,
  .scf-comment-action__button:focus,
  .scf-comment-action__button:active {
    color: #f08200;
  }
  .scf-comment-action__button:hover svg,
  .scf-comment-action__button:focus svg,
  .scf-comment-action__button:active svg {
    fill: #f08200;
  }
  .scf-comment-action__value {
    display: inline-block;
    position: relative;
  }
  .scf-modal-screen {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  .scf-modal-dialog {
    background: #ffffff;
    color: inherit;
    padding: 30px;
  }
  .scf-modal-dialog h2 {
    color: inherit;
  }
  .scf-modal-close {
    display: none;
  }
  .scf-modal__actions {
    margin-top: 20px;
  }
  .scf-pages {
    margin: 1em 0 0 0;
    padding: 2em 0 0 0;
  }
  .scf-pages .scf-pages-list {
    border: 0;
  }
  .scf-pages .scf-pages-list-item {
    margin: 0 0.625em 0.5em 0;
  }
  .scf-pages .scf-pages-list-item:last-child {
    margin-right: 0;
  }
  .scf-pages .scf-page {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    color: #707172;
    font-size: 1em;
    font-style: normal;
    outline: 0;
    padding: 0.5em 0.75em;
    text-decoration: none;
  }
  .scf-pages .scf-page:not(.scf-currentPage):hover,
  .scf-pages .scf-page:not(.scf-currentPage):focus {
    background-color: #f08200;
    border-color: transparent;
    color: #ffffff;
  }
  .scf-pages .scf-page.scf-currentPage {
    border-color: transparent;
  }
}
