.user-thread {
  margin-bottom: 20px; }

.user-thread + .adv-mid {
  padding: 0 0 20px 0; }

.uopin {
  padding: 6px 11px;
  font-size: 14px;
  line-height: 20px; }

.uopin a {
  color: var(--review-link);
  text-decoration: underline;
  position: relative;
  z-index: 100; }

.uopin a:hover {
  text-decoration: none; }

.uopin .uinreply {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 5px;
  color: var(--review-subheading); }

.uinfo2 li b {
  font-weight: bold; }

.uinfo {
  padding: 4px 11px 13px 11px;
  font-size: 11px;
  overflow: hidden;
  line-height: 240%; }

.uinfo .button-ui a {
  padding: 5px 7px;
  line-height: normal;
  height: unset; }

.uinfo2 {
  height: 37px;
  line-height: 34px;
  padding: 0 0px 0 11px;
  list-style: none; }

.uinfo li {
  list-style: none; }

.uinfo2 li {
  padding: 3px 0 0 0px;
  font-size: 13px;
  overflow: hidden; }

.upost {
  float: left;
  color: var(--review-subheading);
  width: 145px;
  position: relative; }

.upost::before {
  content: "\e93b";
  font-size: 15px;
  color: var(--comment-replyto-button);
  position: relative;
  left: 0;
  top: 3px;
  font-family: 'arenaev';
  margin-right: 3px; }

.ulocation {
  color: var(--review-subheading);
  float: left;
  width: 90px;
  position: relative; }

.ulocation::before {
  content: "\e91e";
  font-size: 15px;
  color: var(--comment-replyto-button);
  position: relative;
  left: 0px;
  top: 2px;
  font-family: 'arenaev'; }

.utype {
  color: var(--review-subheading);
  float: left; }

.upost2 {
  color: var(--review-subheading);
  float: left; }

.uname,
.uname3 {
  color: var(--review-subheading);
  float: left;
  position: relative;
  overflow: initial !important; }

.uname::before,
.uname3::before {
  content: "\e92d";
  font-size: 19px;
  color: var(--comment-replyto-button);
  position: absolute;
  right: -20px;
  left: auto;
  top: 1px;
  font-family: 'arenaev'; }

.uname3::before {
  content: "\e93c";
  font-size: 21px;
  right: -23px; }

.uname2 {
  color: var(--review-subheading); }

.ureport {
  float: right;
  width: auto; }

.ureply {
  float: right;
  width: auto; }

.x {
  top: 0; }

.sub-header {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 6px 6px;
  height: 1%;
  overflow: hidden; }

.sub-header p {
  font-size: 12px; }

.sub-header div {
  font-size: 13px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.secondary-menu .active a {
  background: var(--button-background);
  color: var(--button-text); }

.ureply a,
.button-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-color: var(--button-outline-border);
  border: 2px solid;
  padding: 5px 7px;
  color: var(--button-outline-text); }
  .ureply a:hover,
  .button-links a:hover {
    text-decoration: none; }
  .ureply a.disabled, .ureply a:disabled,
  .button-links a.disabled,
  .button-links a:disabled {
    border: none;
    background: var(--button-disabled-background);
    color: var(--button-disabled-text);
    cursor: not-allowed; }
  .ureply a:hover,
  .button-links a:hover {
    border-color: var(--button-outline-background-hover);
    background: var(--button-outline-text-hover); }

#user-submit form {
  padding: 4px 9px; }

#user-submit label {
  display: block;
  padding-bottom: 2px;
  font-size: 13px; }

#user-submit u {
  text-decoration: underline; }

#ureply-f {
  padding-bottom: 4px;
  margin-bottom: 9px;
  border-bottom: solid 1px var(--separator); }

#udata-f {
  padding-top: 9px;
  padding-bottom: 4px;
  border-bottom: solid 1px var(--separator);
  position: relative; }

#udata-f select {
  margin-bottom: 9px;
  width: 64%;
  border: solid 1px var(--button-light-border); }

#ucomment-f {
  padding-top: 9px;
  border-top: solid 1px var(--separator); }

#ucomment-f textarea {
  border: 1px solid var(--button-outline-border);
  width: 100%;
  max-width: 100%;
  max-width: calc(100% - 12px);
  border-radius: 5px;
  padding: 4px;
  font-family: Arial, sans-serif; }

#ucsubmit-f {
  height: 1%;
  padding: 9px 0 6px 0; }

#ucsubmit-f span.submit {
  float: right; }

#ucsubmit-f a {
  display: block;
  float: left;
  padding-top: 4px;
  font: 12px Arial, sans-serif; }

span.opi-search {
  border: solid 1px #A4A2A2; }

span.opi-search input {
  padding: 0 2px;
  font: normal 11px Arial, sans-serif;
  background: #E7E3D5;
  border-top: solid 1px #fff;
  border-right: solid 1px #BAB6A8;
  border-bottom: solid 1px #A09C8E;
  border-left: solid 1px #fff; }

.input-on-green {
  background: var(--text-input-background);
  border: 1px solid var(--text-input-border);
  float: left;
  font: 13px Arial, sans-serif;
  height: 18px;
  margin-right: 5px;
  padding: 0 2px; }

.button-on-green {
  background: #E7E7E7;
  border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
  border-style: solid;
  border-width: 1px;
  font: 12px Arial, sans-serif;
  height: 18px;
  padding: 0 2px 1px; }

.centered {
  text-align: center; }

.uinreply-msg {
  display: block;
  padding: 10px;
  /*background: rgb(247,247,247); /* Old browsers */
  background: var(--comment-reply-background);
  font-size: 11px !important;
  font-size: 78.5% !important;
  -webkit-text-size-adjust: none;
  margin-bottom: 15px;
  color: var(--comment-reply-text);
  width: 100%;
  position: relative; }

.uinreply-msg:after {
  content: "";
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 43%, var(--comment-reply-background) 67%, var(--comment-reply-background) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.uinrelpy-clicked {
  background: var(--comment-reply-background);
  color: var(--comment-reply-text); }

.uinrelpy-clicked::after,
.uinreply-msg-single::after {
  background: transparent !important; }

form#frmOpin .fb-name-logreg .fb-name {
  float: left;
  font-size: 13px;
  border-radius: 4px; }

form#frmOpin .fb-name-logreg .fb-name:last-of-type {
  background-color: var(--color-section-link-text); }

form#frmOpin .fb-name-logreg .fb-name:last-of-type::after {
  content: "\e905";
  bottom: -3px; }

form#frmOpin .fb-name-logreg .fb-name img {
  position: relative;
  float: left;
  margin-right: 3px; }

form#frmOpin .fb-name-logreg .fb-name a {
  float: left; }

form#frmOpin img.nick-status-icon {
  left: 5px;
  position: relative;
  top: 0px;
  width: 15px; }

form#frmOpin fieldset, form#frmOpin label {
  clear: both; }

.change-nick {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  float: right; }

.fb-name-logreg {
  clear: both;
  padding-bottom: 9px;
  padding-top: 3px;
  border-bottom: 1px solid #d4d4d4;
  float: left;
  width: 100%; }

.change-nickname a {
  padding: 7px 12px;
  font-size: 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 7px 9px;
  background: var(--button-background);
  color: var(--button-text); }
  .change-nickname a:hover {
    text-decoration: none; }
  .change-nickname a.disabled, .change-nickname a:disabled {
    border: none;
    background: var(--button-disabled-background);
    color: var(--button-disabled-text);
    cursor: not-allowed; }
  .change-nickname a:hover {
    background: var(--button-background-hover);
    color: var(--button-text-hover); }

.comment-controls {
  display: flex;
  align-items: center; }

.st-border {
  float: left;
  margin-right: 5px; }

.sub-header form.search-opinions-form {
  float: left;
  width: auto;
  position: relative;
  margin: 0;
  padding: 0; }

.sort-comments form {
  float: left; }

#sort-comments option {
  padding: 0px 5px; }

.sort-comments {
  position: absolute;
  width: 150px;
  padding: 0px;
  right: 0; }

#user-nav {
  width: auto; }

* + html .thumbsup {
  width: 41px !important; }

.rating-icon-comments {
  position: relative;
  float: left;
  padding: 0px;
  width: 12px;
  top: 1px; }

.thumbs-score {
  color: var(--review-subheading);
  font-weight: bold;
  display: block;
  float: left;
  min-width: 20px !important;
  padding: 0 2px 0 0px;
  margin: 0;
  position: relative; }

.thumbsup a {
  float: right;
  height: 12px;
  width: 13px;
  position: relative;
  top: 1px; }

#user-pages {
  width: auto;
  padding: 0px; }

.rating-text {
  float: left;
  color: var(--specs-table-big-title) !important; }

/* USER COMMENTS */
#user-submit #nick-icon {
  position: absolute;
  right: 0.5em;
  top: 3.5em;
  color: var(--success-text); }

#user-submit #nick-icon.icon-blocked {
  color: var(--error-text); }

#user-submit #nick-icon.icon-blocked::before {
  content: "\274C\FE0E"; }

#user-submit #nick-icon.icon-checkmark::before {
  content: "\2714\FE0E"; }

#user-submit #nick-icon.icon-spinner::before {
  content: "\21BA\FE0E"; }

#user-submit #nick-reason {
  color: var(--error-text);
  font-size: 11px;
  position: relative;
  top: -0.6em;
  margin: 0; }

form#frmOpin .fb-name-logreg .fb-name {
  float: left;
  font-size: 13px; }

form#frmOpin .fb-name-logreg .fb-name img {
  float: left;
  margin-right: 3px;
  position: relative; }

form#frmOpin .fb-name-logreg .fb-name a {
  float: left; }

form#frmOpin div.fb-logreg {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--review-subheading); }

form#frmOpin img.nick-status-icon {
  left: 5px;
  position: relative;
  top: 0;
  width: 15px; }

form#frmOpin fieldset, form#frmOpin label {
  clear: both; }

#frmOpin input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 33px;
  font-size: 13px; }
  #frmOpin input[type=submit]:hover {
    text-decoration: none; }
  #frmOpin input[type=submit].disabled, #frmOpin input[type=submit]:disabled {
    border: none;
    background: var(--button-disabled-background);
    color: var(--button-disabled-text);
    cursor: not-allowed; }

form#frmOpin input#uname {
  padding-left: 4px; }

.change-nick {
  float: right;
  font-size: 11px;
  font-weight: bold;
  position: relative; }

.fb-name-logreg {
  border-bottom: 1px solid var(--color-header-nav-background);
  clear: both;
  float: left;
  padding: 9px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#user-submit + .note {
  margin: 1.5em 10px;
  font-size: 14px; }

.article-blurb {
  width: calc(100% + 20px);
  padding: 15px 25px 15px 15px !important;
  box-sizing: border-box; }

.article-blurb a {
  font-size: 12px; }

.article-blurb a b {
  font-size: 15px; }

.article-blurb li {
  background: none;
  padding: 7px 0;
  border-top: 1px solid var(--separator); }

.article-blurb li:only-child {
  border-top: none; }

.section.nobor + ul {
  padding: 0px 10px; }

.section.nobor + ul li {
  display: inline;
  padding-right: 20px;
  font-size: 15px; }

.section.nobor + ul li a {
  font-weight: bold;
  font-size: 15px; }

.section.nobor + ul li a[href="nickname.php3"] {
  border-right: 1px solid var(--separator);
  padding-right: 10px; }

.section.nobor + ul li a[href="nickname.php3"]::before {
  content: "\e971";
  font-family: "arenaev";
  font-size: 20px;
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 5px;
  color: var(--specs-spotlight-icons); }

.user-stats-container {
  background-color: var(--card-background);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  line-height: 1.8; }

.user-stats:last-of-type {
  border-right: none; }

.user-stats::before,
.user-stats:last-of-type::before {
  content: "\e92e";
  font-family: "arenaev";
  font-size: 21px;
  color: var(--specs-spotlight-icons);
  display: inline;
  position: relative;
  top: 3px;
  left: -2px;
  margin-right: 5px; }

.user-stats:last-of-type::before {
  content: "\e94c";
  top: 6px;
  font-size: 21px;
  margin-right: 5px; }

.user-stats:first-of-type::before {
  margin-right: 5px; }

.article-blurb a {
  display: block; }

.article-blurb a:active {
  background: var(--review-link-hover); }

.post-count, .upvote-count {
  float: left;
  position: relative;
  display: inline-block;
  padding-left: 19px;
  line-height: 38px; }

.post-count {
  padding-left: 25px;
  margin-left: 45px;
  margin-right: 14px; }

.post-count::after {
  font-family: "arenaev";
  content: "\e94c";
  font-size: 21px;
  color: var(--comment-replyto-button);
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 100%; }

.upvote-count::before {
  content: "\e92e";
  font-family: "arenaev" !important;
  display: block;
  position: absolute;
  top: 9px;
  left: -1px;
  line-height: 17px;
  text-align: right;
  font-size: 19px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: var(--specs-spotlight-icons);
  padding: 0;
  border-radius: 100% 100%;
  z-index: 2; }

.fb-name:first-of-type {
  background: var(--facebook-blue);
  margin-right: 10px; }

.fb-name:first-of-type::after {
  content: "\e904";
  font-size: 25px;
  color: var(--button-accent-background);
  position: absolute;
  left: 3px;
  bottom: -2px;
  font-family: 'arenaev'; }

.fb-name::after {
  content: "\e904";
  font-size: 24px;
  color: var(--button-accent-background);
  position: absolute;
  left: 6px;
  bottom: -5px;
  font-family: 'arenaev'; }

.fb-name {
  position: relative;
  float: left;
  font-size: 12px;
  margin-top: -5px;
  min-width: 140px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.fb-name a {
  width: 100%;
  float: left;
  display: block;
  padding: 6px 12px 4px 30px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 23px;
  color: var(--button-accent-text);
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

.fb-name:first-of-type a {
  padding: 6px 12px 4px 30px; }

.icon-reply::before {
  font-family: 'arenaev'; }

/*** COMMENTS ***/
#content {
  background-color: var(--body-background); }

.section, .sub-h1, #small-news-block {
  background-color: var(--card-background); }

.sub-header div {
  line-height: 26px; }

#all-opinions {
  background-color: var(--body-background); }

#user-comments {
  background-color: var(--body-background); }

#small-news-block {
  border-bottom: 1px solid var(--separator);
  border-radius: 2px;
  box-shadow: 0px 2px 4px var(--card-shadow);
  padding-bottom: 15px; }

/*** POST COMMENT ***/
#user-submit {
  background-color: var(--card-background);
  border-bottom: 1px solid var(--separator);
  box-shadow: 0px 2px 4px var(--card-shadow); }

#user-submit form {
  padding: 10px 10px;
  background: none; }

.fb-name-logreg {
  border-bottom: none; }

#frmOpin #ucomment {
  background: var(--body-background); }

#udata-f input {
  background-color: var(--text-input-background);
  border: 1px solid var(--text-input-border);
  width: 100%;
  max-width: 100%;
  max-width: calc(100% - 6px);
  height: 30px;
  border-radius: 5px; }

#udata-f input, #udata-f select {
  margin-bottom: 9px; }

.normal-text {
  /*** CHANGE RULES TO MATERIAL-CARD INSTEAD ***/
  background-color: var(--card-background);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  padding: 10px; }

.normal-text ul {
  margin-left: 20px;
  margin-bottom: 10px; }

.normal-text li {
  padding: 0 0 3px 0; }

.res-success.normal-text {
  background-color: var(--success-background);
  color: var(--success-text);
  margin-top: 0;
  padding-bottom: 10px; }

.res-error.normal-text {
  background-color: var(--error-background);
  color: var(--error-text);
  margin-top: 0;
  padding-bottom: 10px; }

.user-info {
  margin-top: -20px;
  margin-bottom: 20px; }
  .user-info .article-blurb {
    background: var(--card-background);
    margin-left: -3px; }
    .user-info .article-blurb li {
      list-style: none; }
  .user-info .article-blurb-title {
    font-size: 16px;
    margin: 0 0 0 10px; }
  .user-info h3.section {
    padding-top: 14px;
    border-bottom: none; }
  .user-info .normal-text {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0; }

#nick-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 7px 9px;
  background: var(--button-accent-background);
  color: var(--button-accent-text); }
  #nick-submit:hover {
    text-decoration: none; }
  #nick-submit.disabled, #nick-submit:disabled {
    border: none;
    background: var(--button-disabled-background);
    color: var(--button-disabled-text);
    cursor: not-allowed; }
  #nick-submit:hover {
    background: var(--button-accent-background);
    color: var(--button-accent-text); }

#nick-reason {
  color: var(--section-link-text); }
