@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Bai+Jamjuree&family=Orbitron:wght@500;700&display=swap";
@import "https://use.typekit.net/kpc1ovx.css";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.6 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
html {
  font-size: 100%;
}

html body {
  background-color: #F6F6F6;
  color: #2D2D2D;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
  overflow-y: scroll;
  padding: 16px 0 0;
}

html body, html body > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-height: calc(100vh - 65px);
}

html body > div.body, html body > form > div.body {
  font-size: .875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html body > div.body a, html body > form > div.body a {
  color: #004b8d;
  text-decoration: none;
}

html body > div.body a:hover, html body > form > div.body a:hover {
  /*text-decoration: underline;*/
}

html body > div.body a.anchor, html body > form > div.body a.anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}

html body > div.body form.simple > .row, html body > form > div.body form.simple > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html body > div.body form.simple > .row input[type='email'], html body > form > div.body form.simple > .row input[type='email'] {
  border: 1px solid #004B8d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
  margin-right: 1em;
  padding-left: 10px;
  max-width: 300px;
}

html body > div.body form.simple .response, html body > form > div.body form.simple .response {
  margin-top: 1rem;
}

html body > div.body form.simple .response.success h2, html body > form > div.body form.simple .response.success h2 {
  color: green;
}

html body > div.body form.simple .response.error h2, html body > form > div.body form.simple .response.error h2 {
  color: red;
}

html body > footer, html body > form > footer {
  background-color: #666;
  color: #FDFDFD;
  font-size: .750rem;
}

html body > footer a, html body > form > footer a {
  color: #FDFDFD;
  text-decoration: none;
}

html body > footer a:hover, html body > form > footer a:hover {
  text-decoration: underline;
}

html body > footer div.container, html body > form > footer div.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1420px;
  padding: 1em;
}

@media (min-width: 1060px) {
  html body > footer div.container, html body > form > footer div.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

html body > footer div.container.columns, html body > form > footer div.container.columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1060px) {
  html body > footer div.container.columns, html body > form > footer div.container.columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

html body > footer div.container.columns > div, html body > form > footer div.container.columns > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1059px) {
  html body > footer div.container.columns > div:nth-child(odd), html body > form > footer div.container.columns > div:nth-child(odd) {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5 1 40%;
            flex: 1.5 1 40%;
  }
  html body > footer div.container.columns > div:nth-child(even), html body > form > footer div.container.columns > div:nth-child(even) {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5 1 60%;
            flex: 1.5 1 60%;
  }
}

@media (max-width: 1059px) {
  html body > footer div.container.columns > div:not(:last-child), html body > form > footer div.container.columns > div:not(:last-child) {
    padding-bottom: 2rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1060px) {
  html body > footer div.container.columns > div:not(:last-child), html body > form > footer div.container.columns > div:not(:last-child) {
    padding-right: 2rem;
  }
}

html body > footer div.container.columns > div h3, html body > form > footer div.container.columns > div h3 {
  font-weight: normal;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}

html body > footer div.container.columns > div a, html body > form > footer div.container.columns > div a {
  line-height: 2;
  white-space: nowrap;
}

html body > footer div.container.second, html body > form > footer div.container.second {
  position: relative;
}

html body > footer div.container.second::before, html body > form > footer div.container.second::before {
  background: #FDFDFD;
  content: '';
  height: 1px;
  left: 1em;
  margin-bottom: 1rem;
  position: absolute;
  right: 1em;
  top: 0;
}

@media (max-width: 1059px) {
  html body > footer div.container.second > div:not(:last-child), html body > form > footer div.container.second > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}

html body > footer div.container.second div.social, html body > form > footer div.container.second div.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1059px) {
  html body > footer div.container.second div.social, html body > form > footer div.container.second div.social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

html body > footer div.container.second div.social > a:not(:last-child), html body > form > footer div.container.second div.social > a:not(:last-child) {
  margin-right: .5rem;
}

html body > footer div.container.second div.social > a > img, html body > form > footer div.container.second div.social > a > img {
  height: 30px;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

html body > footer div.container.second div.social > a:hover > img, html body > form > footer div.container.second div.social > a:hover > img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

html body > footer div.container.second div.subscribe, html body > form > footer div.container.second div.subscribe {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1060px) {
  html body > footer div.container.second div.subscribe, html body > form > footer div.container.second div.subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

html body > footer div.container.second div.subscribe h3, html body > form > footer div.container.second div.subscribe h3 {
  font-weight: normal;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}

@media (min-width: 1060px) {
  html body > footer div.container.second div.subscribe h3, html body > form > footer div.container.second div.subscribe h3 {
    margin: 0 .5em 0 0;
    text-align: right;
  }
  html body > footer div.container.second div.subscribe h3::after, html body > form > footer div.container.second div.subscribe h3::after {
    content: ':';
  }
}

html body > footer div.container.second div.subscribe > form,
html body > footer div.container.second div.subscribe > div.frmEmailList, html body > form > footer div.container.second div.subscribe > form,
html body > form > footer div.container.second div.subscribe > div.frmEmailList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html body > footer div.container.second div.subscribe > form > input[type='email'],
html body > footer div.container.second div.subscribe > div.frmEmailList > input[type='email'], html body > form > footer div.container.second div.subscribe > form > input[type='email'],
html body > form > footer div.container.second div.subscribe > div.frmEmailList > input[type='email'] {
  border: 1px solid #666;
  margin-right: .5em;
  padding-left: 1em;
  padding-right: 1em;
}

html body > footer div.container.second div.subscribe > form > button,
html body > footer div.container.second div.subscribe > div.frmEmailList > button, html body > form > footer div.container.second div.subscribe > form > button,
html body > form > footer div.container.second div.subscribe > div.frmEmailList > button {
  background: #444;
  border: 0;
  color: #FDFDFD;
  padding: 3px 5px;
  text-transform: uppercase;
}

html body > footer > div.accent, html body > form > footer > div.accent {
  background-color: #444;
  padding: 1rem 0;
}

html body > footer > div.accent > div.container, html body > form > footer > div.accent > div.container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1059px) {
  html body > footer > div.accent > div.container > div:not(:last-child), html body > form > footer > div.accent > div.container > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}

html body > footer > div.accent div.copyright, html body > form > footer > div.accent div.copyright {
  margin-right: 1em;
}

html body > footer > div.accent div.links, html body > form > footer > div.accent div.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html body > footer > div.accent div.links > a:not(:last-child), html body > form > footer > div.accent div.links > a:not(:last-child) {
  border-right: 1px solid #FDFDFD;
  margin-right: 1em;
  padding-right: 1em;
}

html body .bvlbutton {
  color: #FDFDFD !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  min-width: 76px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

html body .bvlbutton .small {
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0;
  min-width: 34px;
  padding: 0px 7px;
  vertical-align: top;
}

html body .bvlbutton.small {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  margin: 0;
  min-width: 34px;
  padding: 0px 7px;
  vertical-align: top;
}

html body .bvlbutton.large {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  min-width: 148px;
}

html body .bvlbutton.blue {
  background-color: #0d4d8b;
  background: -webkit-gradient(linear, left top, left bottom, from(#0161c1), to(#0d4d8b));
  background: linear-gradient(#0161c1, #0d4d8b);
  -webkit-box-shadow: inset 0 0 4px #488ed3;
          box-shadow: inset 0 0 4px #488ed3;
  border: 1px solid #0d4e8d;
}

html body .bvlbutton.blue:hover {
  background-color: #1061b2;
  background: -webkit-gradient(linear, left top, left bottom, from(#007efb), to(#1061b2));
  background: linear-gradient(#007efb, #1061b2);
  -webkit-box-shadow: inset 0 0 4px #4798e9;
          box-shadow: inset 0 0 4px #4798e9;
  border: 1px solid #0d4e8d;
  color: #FDFDFD;
  text-decoration: none;
}

html body .bvlbutton.green {
  background-color: #0d4d8b;
  background: -webkit-gradient(linear, left top, left bottom, from(#50bf41), to(#39892f));
  background: linear-gradient(#50bf41, #39892f);
  -webkit-box-shadow: inset 0 0 4px #afdba9;
          box-shadow: inset 0 0 4px #afdba9;
  border: 1px solid #39892f;
}

html body .bvlbutton.green:hover {
  background-color: #49b03c;
  background: -webkit-gradient(linear, left top, left bottom, from(#60e54e), to(#49b03c));
  background: linear-gradient(#60e54e, #49b03c);
  -webkit-box-shadow: inset 0 0 4px #b7efb0;
          box-shadow: inset 0 0 4px #b7efb0;
  border: 1px solid #39892f;
  color: #FDFDFD;
  text-decoration: none;
}

html body .bvlbutton.gray {
  background-color: #9a9a9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#777777));
  background: linear-gradient(#bcbcbc, #777777);
  -webkit-box-shadow: inset 0 0 4px #cacaca;
          box-shadow: inset 0 0 4px #cacaca;
  border: 1px solid #919191;
}

html body .bvlbutton.gray:hover {
  background-color: #c2c2c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#acacac));
  background: linear-gradient(#d6d6d6, #acacac);
  -webkit-box-shadow: inset 0 0 4px #eeeeee;
          box-shadow: inset 0 0 4px #eeeeee;
  border: 1px solid #919191;
  color: #FDFDFD;
  text-decoration: none;
}

html body .bvlbutton.ltblue {
  background: -webkit-gradient(linear, left top, left bottom, from(#86bcef), to(#3491f7));
  background: linear-gradient(to bottom, #86bcef, #3491f7);
  -webkit-box-shadow: inset 0 0 4px #d6ebfe;
          box-shadow: inset 0 0 4px #d6ebfe;
  border: 1px solid #4aa4fe;
}

html body .bvlbutton.ltblue:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#97c2ec), to(#4e9df4));
  background: linear-gradient(to bottom, #97c2ec, #4e9df4);
}

html .hidden {
  display: none !important;
}

html .offscreen {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html .featherlight.noscroll .featherlight-content {
  overflow: hidden;
}

html .strike {
  color: #F00;
  text-decoration: line-through;
}

.nowrapper .featherlight-content {
  background-color: #000;
  border: 0;
  margin: 0;
  padding: 0;
}

.nowrapper .featherlight-content .featherlight-previous {
  left: 0;
  top: 0;
}

.nowrapper .featherlight-content .featherlight-next {
  right: 0;
  top: 0;
}

.formresponse .featherlight-content {
  max-width: 400px;
}

.notice {
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  line-height: 1.25em;
  margin: 1em 0;
  min-height: calc(48px + 2em);
  padding: 1rem 1rem 1rem 68px;
}

.notice.error {
  background-color: #FCC;
  background-image: url("/images/error.svg");
  background-position: 10px center;
  background-size: 48px 48px;
  border-color: #F00;
  color: #F00;
}

.notice.warning {
  background-color: #FEEFB3;
  background-image: url("/images/warning.svg");
  background-position: 10px center;
  background-size: 48px 48px;
  border-color: #9F6000;
  color: #9F6000;
}

.notice.warning.small {
  background-size: 21px 21px;
  font-size: .9em;
  padding-left: 41px;
}

.notice.success {
  background-color: #DFF2BF;
  border-color: #4F8A10;
  color: #4F8A10;
  padding-left: 1em;
}

.notice.info {
  background-color: #BDE5F8;
  border-color: #00529B;
  color: #00529B;
}

.notice p {
  margin-bottom: 1em;
}

.notice ul {
  margin-left: 25px;
}

.notice ul li:first-child {
  margin-top: 0;
}

aside.goldenkey {
  background: #ffd475;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1em;
  margin: 1rem;
  max-width: 938px;
  padding: 20px 40px 20px 20px;
  position: relative;
}

aside.goldenkey.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

aside.goldenkey > span {
  margin-right: 3em;
}

aside.goldenkey > span > strong {
  display: block;
}

aside.goldenkey a {
  color: #000 !important;
  font-weight: bold;
  text-decoration: underline !important;
}

aside.goldenkey > a.close {
  position: absolute;
  right: 20px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 20px;
}

aside.goldenkey > a.close:hover {
  color: #000 !important;
  text-decoration: none;
}

@media (min-width: 1060px) {
  aside.goldenkey {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1062px) {
  aside.goldenkey {
    margin-left: auto;
    margin-right: auto;
  }
}

/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
/*$menu-color-stop1: rgba(32, 62, 91, 1);
$menu-color-stop2: rgba(6, 39, 71, 1);
$menu-border-color: #062747;
$menu-active-color: rgba(30, 85, 138, .9);
$menu-hover-color: rgba(0, 78, 153, .5);
$menu-font-shadow-color: #707070;
$menu-search-button-color: #155298;
$menu-search-button-hover-color: #0367cc;
$menu-height: 33px;*/
/*$menu-color-stop1: #0d4c8b;
$menu-color-stop2: #1061ad;
$menu-border-color: #006fda;
$menu-active-color: rgba(0, 111, 218, 0.9);
$menu-hover-color: rgba(0, 111, 218, 0.5);
$menu-font-shadow-color: #707070;
$menu-search-button-color: #333;
$menu-search-button-hover-color: #444;
$menu-height: 49px;*/
/*div.body a.button.login, .body .forum .button.login {
	background: none;
	background-color: #0d4d8b;
	color: white;
	width: 86px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;

	span {
		display: block;
	}
}*/


html body {
  padding: 80px 0 0 0;
}

@media (min-width: 1062px) {
  html body {
    padding: 65px 0 0 0;
  }
}

html body .body .forum .button {
  display: inline-block !important;
}

html body .body .forum .button.login {
  background: none;
  background-color: #2e2e2e;
  color: white;
  width: 86px;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}

html body .body .forum .button span {
  display: block;
}

@media (max-width: 399px) {
  html body .body .forum > div.forumhead > div.top > a {
    margin: 0;
  }
}

html body .body .forum > div.forumhead > div.top > a:first-of-type {
  margin: 0 0 0 10px;
  display: block;
}

@media (max-width: 399px) {
  html body .body .forum > div.forumhead > div.top > a:first-of-type {
    margin: 0;
  }
}

@media (min-width: 1060px) {
  html body .body .forum > div.forumhead > div.top > a:first-of-type {
    display: none;
  }
}

html body .body .forum > div.forumhead > div.top > a:last-of-type {
  margin: 0 10px 0 auto;
}

@media (max-width: 399px) {
  html body .body .forum > div.forumhead > div.top > a:last-of-type {
    margin: 0 5px 0 auto;
  }
}

html body .body .forum > div.forumhead > div.top > span.separator {
  margin: 0 10px;
}

@media (max-width: 399px) {
  html body .body .forum > div.forumhead > div.top > span.separator {
    margin: 0 5px;
  }
}

@media (min-width: 1060px) {
  html body .body .forum > div.forumhead > div.top > span.separator {
    display: none;
  }
}

html body .loginform {
  padding: 30px 0 0 0;
}

html body .loginform .loginlinks {
  padding: 8px 0 0 0;
}

html body > .header-container, html body > form > .header-container {
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media (min-width: 1060px) {
  html body > .header-container, html body > form > .header-container {
    padding: 0px 0 30px 0;
    position: relative;
  }
}

@media (max-width: 1059px) {
  html body > .header-container #nav-trigger, html body > form > .header-container #nav-trigger {
    clip: unset;
    width: 33px;
    height: 33px;
    opacity: 0;
    left: 1px;
    top: -2px;
    position: absolute;
    z-index: 1005;
    /*&:checked ~ .stardock-nav {
							left: 0;
							transition: all 0.30s ease-in;
						}*/
  }
  html body > .header-container #nav-trigger:checked ~ .site-nav > nav, html body > form > .header-container #nav-trigger:checked ~ .site-nav > nav {
    left: 0;
    -webkit-transition: all 0.30s ease-in;
    transition: all 0.30s ease-in;
  }
  html body > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger, html body > form > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger {
    max-height: 500px;
    -webkit-transition: max-height 0.45s ease-in;
    transition: max-height 0.45s ease-in;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }
  html body > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:before, html body > form > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  html body > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:after, html body > form > .header-container #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:after {
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1060px) {
  html body > .header-container #nav-trigger, html body > form > .header-container #nav-trigger {
    display: none;
  }
}

html body > .header-container .menu-icon, html body > form > .header-container .menu-icon {
  position: absolute;
  left: 8px;
  width: calc( 33px - 3px);
  height: calc( 33px - 3px);
  cursor: pointer;
}

@media (max-width: 1059px) {
  html body > .header-container .menu-icon label[for='nav-trigger'], html body > form > .header-container .menu-icon label[for='nav-trigger'] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 6px;
    z-index: 1004;
  }
}

@media (max-width: 1059px) and (min-width: 1060px) {
  html body > .header-container .menu-icon label[for='nav-trigger'], html body > form > .header-container .menu-icon label[for='nav-trigger'] {
    padding: 0 10px;
  }
}

@media (max-width: 1059px) {
  html body > .header-container .menu-icon label[for='nav-trigger'] > img, html body > form > .header-container .menu-icon label[for='nav-trigger'] > img {
    height: calc( 33px - 3px);
    max-width: none;
    width: calc( 33px - 3px);
  }
}

@media (min-width: 1060px) {
  html body > .header-container .menu-icon, html body > form > .header-container .menu-icon {
    display: none;
    padding-left: 10px;
  }
  html body > .header-container .menu-icon .nav-trigger,
  html body > .header-container .menu-icon label[for='nav-trigger'],
  html body > .header-container .menu-icon .search-trigger,
  html body > .header-container .menu-icon label[for='search-trigger'], html body > form > .header-container .menu-icon .nav-trigger,
  html body > form > .header-container .menu-icon label[for='nav-trigger'],
  html body > form > .header-container .menu-icon .search-trigger,
  html body > form > .header-container .menu-icon label[for='search-trigger'] {
    display: none;
  }
}

html body > .header-container .menu-icon label[for='nav-trigger'], html body > form > .header-container .menu-icon label[for='nav-trigger'] {
  clip: unset;
  opacity: 100;
}

html body > .header-container .menu-icon .hamburger, html body > form > .header-container .menu-icon .hamburger {
  top: calc( 33px / 2);
  width: 25px;
  height: 2px;
  background: #FCFCFC;
  position: absolute;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

html body > .header-container .menu-icon .hamburger:before, html body > form > .header-container .menu-icon .hamburger:before {
  top: -8px;
}

html body > .header-container .menu-icon .hamburger:after, html body > form > .header-container .menu-icon .hamburger:after {
  top: 8px;
}

html body > .header-container .menu-icon .hamburger-one:before,
html body > .header-container .menu-icon .hamburger-one:after, html body > form > .header-container .menu-icon .hamburger-one:before,
html body > form > .header-container .menu-icon .hamburger-one:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #FCFCFC;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}

html body > .header-container .menu-icon.active-one .hamburger-one, html body > form > .header-container .menu-icon.active-one .hamburger-one {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

html body > .header-container .menu-icon.active-one .hamburger-one:before, html body > form > .header-container .menu-icon.active-one .hamburger-one:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

html body > .header-container .menu-icon.active-one .hamburger-one:after, html body > form > .header-container .menu-icon.active-one .hamburger-one:after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

html body > .header-container > .wrapper, html body > form > .header-container > .wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#161616));
  background: linear-gradient(to bottom, #272727 0%, #161616 100%);
  border-bottom: 1px solid #4082bb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper, html body > form > .header-container > .wrapper {
    position: fixed;
    width: 100%;
  }
}

@media (min-width: 1062px) {
  html body > .header-container > .wrapper, html body > form > .header-container > .wrapper {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}

html body > .header-container > .wrapper > .stardock-nav, html body > form > .header-container > .wrapper > .stardock-nav {
  min-width: 360px;
  left: -410px;
  padding: 0;
  top: 33px;
  position: absolute;
  width: 360px;
  z-index: 1002;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav, html body > form > .header-container > .wrapper > .stardock-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 33px;
    left: auto;
    max-width: 1390px;
    padding: 0;
    margin: 0;
    position: static;
    top: 0;
    width: 100%;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .header-content, html body > form > .header-container > .wrapper > .stardock-nav > .header-content {
  background: #111;
  display: block;
  left: -300px;
  padding: 10px 10px 0 10px;
  position: absolute;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > .header-content, html body > form > .header-container > .wrapper > .stardock-nav > .header-content {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 0 15px;
    position: static;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .header-content > a.logo, html body > form > .header-container > .wrapper > .stardock-nav > .header-content > a.logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

html body > .header-container > .wrapper > .stardock-nav > .header-content > a.logo > img, html body > form > .header-container > .wrapper > .stardock-nav > .header-content > a.logo > img {
  height: calc( 33px - 8px);
}

html body > .header-container > .wrapper > .stardock-nav > nav, html body > form > .header-container > .wrapper > .stardock-nav > nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .9rem;
}

@media (max-width: 1059px) {
  html body > .header-container > .wrapper > .stardock-nav > nav, html body > form > .header-container > .wrapper > .stardock-nav > nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #111;
    display: inline-table;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 300px;
    position: relative;
    left: 0;
    /*transition: all .25s ease-out;*/
    /*z-index: 1001;*/
  }
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > nav, html body > form > .header-container > .wrapper > .stardock-nav > nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 10px;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width: 1062px) {
  html body > .header-container > .wrapper > .stardock-nav > nav, html body > form > .header-container > .wrapper > .stardock-nav > nav {
    margin-left: 1rem;
  }
}

html body > .header-container > .wrapper > .stardock-nav > nav > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > a {
  font-family: 'Segoe UI', Arial, Verdana, Helvetica, Sans-Serif;
}

@media (max-width: 1059px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span {
    height: 3rem;
    padding: 0 1rem;
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span.active, html body > form > .header-container > .wrapper > .stardock-nav > nav > span.active {
    background-color: rgba(121, 121, 121, 0.9);
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span:hover:not(.active), html body > form > .header-container > .wrapper > .stardock-nav > nav > span:hover:not(.active) {
    background-color: rgba(121, 121, 121, 0.5);
  }
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span {
    padding: 0 4px 2px 4px;
    margin: 0 4px;
    position: relative;
    /*transition: all .1s ease-out;*/
    z-index: 1;
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span::after, html body > form > .header-container > .wrapper > .stardock-nav > nav > span::after {
    bottom: 0;
    content: '';
    height: 100%;
    left: -10px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    z-index: -1;
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span:hover:not(.active)::after, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:hover:not(.active)::after {
    background-color: rgba(121, 121, 121, 0.5);
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span.active::after, html body > form > .header-container > .wrapper > .stardock-nav > nav > span.active::after {
    background-color: rgba(121, 121, 121, 0.9);
  }
}

@media only screen and (min-width: 768px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span {
    padding: 0 4px;
    margin: 0 6px;
    /*&:nth-child(4) {
                                        display: none;
                                    }*/
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span:hover > span.submenu, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:hover > span.submenu {
    opacity: 1;
    visibility: visible;
  }
  html body > .header-container > .wrapper > .stardock-nav > nav > span:hover > span.submenu2, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:hover > span.submenu2 {
    opacity: 1;
    visibility: visible;
  }
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu {
  background-color: #FDFDFD;
  border: 1px solid #2d2d2d;
  border-top-width: 0;
  -webkit-box-shadow: #666 0px 2px 3px;
          box-shadow: #666 0px 2px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .9em;
  left: -20px;
  opacity: 0;
  position: absolute;
  top: calc( 33px + 2px);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu {
    min-width: 600px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1062px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu {
    width: 800px;
  }
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1em;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > a {
  background-repeat: no-repeat;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  padding-right: 2em;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span {
  color: #777;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .875em;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a {
  text-decoration: none;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a.prodname, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a.prodname {
  display: block;
  border-bottom: 1px solid #CCC;
  font-size: 1.125em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a.prodname strong, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod > span a.prodname strong {
  color: #2d2d2d;
  font-weight: 500;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:hover {
  background-color: #EEE;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:nth-last-child(2), html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:nth-last-child(2), html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child {
  background-color: #DDD;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 1em;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:nth-last-child(2):hover, html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child:hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:nth-last-child(2):hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child:hover {
  background-color: #EEE;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > span.submenuprod:last-child {
  border-left: 1px solid #CCC;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a {
  background-repeat: no-repeat;
  background-position: 1em center;
  background-size: 48px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em 1em calc(2em + 48px);
  text-decoration: none;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a > strong, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a > strong {
  border-bottom: 1px solid #CCC;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a > span, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a > span {
  color: #777;
  display: block;
  font-size: .9em;
  font-weight: normal;
  margin: 0;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:hover {
  background-color: #EEE;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2), html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2), html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child {
  background-color: #DDD;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 1em;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2):hover, html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child:hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2):hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child:hover {
  background-color: #EEE;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu > a:last-child {
  border-left: 1px solid #CCC;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 {
  background-color: #FFF;
  border: 1px solid #2d2d2d;
  border-top-width: 0;
  -webkit-box-shadow: #666 0px 2px 3px;
          box-shadow: #666 0px 2px 3px;
  display: block;
  font-size: .9em;
  font-weight: normal;
  left: -10px;
  opacity: 0;
  position: absolute;
  top: calc( 33px + 2px);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  visibility: hidden;
  width: 118px;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2d2d2d;
  display: block;
  padding: 1em;
  text-decoration: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  /*&:nth-last-child(2) {
                                            background-color: #f1f1f1;

                                            &:hover {
                                                background-color: #d7d7d7;
                                            }
                                        }*/
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a > strong, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a > strong {
  font-weight: 500;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a:hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > span.submenu2 > a:hover {
  background-color: #d7d7d7;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4), html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3), html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4), html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3) {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 1em;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4):hover, html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3):hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4):hover, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3):hover {
  background-color: #EEE;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3), html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3) {
  border-left: 1px solid #CCC;
}

html body > .header-container > .wrapper > .stardock-nav > nav > span > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-shadow: 1px 1px #707070;
  width: 100%;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span > a, html body > form > .header-container > .wrapper > .stardock-nav > nav > span > a {
    text-shadow: none;
  }
}

html body > .header-container > .wrapper > .stardock-nav > nav > span.active, html body > form > .header-container > .wrapper > .stardock-nav > nav > span.active {
  font-weight: 500;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu, html body > form > .header-container > .wrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu {
    min-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown > .show {
    display: block;
    visibility: initial;
    left: 0px;
    width: -webkit-fill-available;
    width: -moz-available;
    opacity: 1;
    min-height: auto;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(2) > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(2) > .show {
    top: 58px;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(3) > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(3) > .show {
    top: 116px;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(4) > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(4) > .show {
    top: 174px;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(5) > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(5) > .show {
    top: 230px;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(6) > .show, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown:nth-child(6) > .show {
    top: 288px;
  }
}

@media only screen and (max-width: 767px) {
  html body > .header-container > .wrapper > .stardock-nav > nav .dropdown::after, html body > form > .header-container > .wrapper > .stardock-nav > nav .dropdown::after {
    color: #ffffff;
    content: '\25BC';
    line-height: 52px;
    margin-left: 5px;
    font-size: 12px;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 33px;
  margin-left: auto;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1005;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav {
    padding: 0 15px;
    position: relative;
  }
}

@media (min-width: 1062px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav {
    padding: 0 15px;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 8px;
  position: relative;
  /*&:not(:first-child) {
										margin-left: 6px;

										@include tablet {
											margin-left: 10px;
										}

										@include desktop {
											margin-left: 1rem;
										}
									}*/
}

@media (max-width: 399px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a {
    margin: 0 4px;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > img, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > img, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > img, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > img {
  height: 20px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a.loggedin, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a.loggedin, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin {
  border: 1px solid #FDFDFD;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a.loggedin > img, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin > img, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a.loggedin > img, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin > img {
  height: calc( 33px - 3px);
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#50bf41), to(#39892f));
  background: linear-gradient(#50bf41, #39892f);
  border-radius: 50%;
  color: #FDFDFD;
  display: none;
  font-weight: bold;
  line-height: .75em;
  padding: 4px;
  position: absolute;
  right: 2px;
  top: -10px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span.show, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.show {
  display: block;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span.new, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.new, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons > a > span.new, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.new {
  -webkit-animation: swing 1s ease;
          animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu {
  margin-right: 8px;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu > a > img, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.login-menu > a > img {
  height: calc( 33px - 2px);
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu {
  background-color: #161616;
  border-bottom: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  -webkit-box-shadow: black 0px 2px 3px;
          box-shadow: black 0px 2px 3px;
  padding: 5px;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 33px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu.show, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1060px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu.show, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show {
    min-width: 115px;
  }
}

@media (min-width: 1426px) {
  html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu, html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notify-menu {
    margin-left: 3px;
    right: 3px;
  }
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notifications, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div.notifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 12px;
  position: absolute;
  top: 33px;
  /*right: 0;*/
  padding: 10px 5px 10px 24px;
  /*visibility: visible;
									opacity: 100;*/
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 290px;
  max-width: 350px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > input, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > input {
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 188px;
  max-width: 250px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button {
  background-color: #155298;
  border-radius: 5px;
  border-width: 0;
  color: #FDFDFD;
  cursor: pointer;
  padding: 0 10px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button:hover, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button:hover {
  background-color: #0367cc;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button[disabled], html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#search-form > button[disabled] {
  color: #666;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#cart-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.icons div#cart-menu {
  right: -1px;
  top: 40px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu {
  background: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .9rem;
  padding: 0;
  position: absolute;
  right: 0;
  width: 180px;
  top: 33px;
  z-index: 1006;
  /*                                > hr {
                                    border-top: none;
                                    border-color: #fdfdfd;
                                    margin: 2px 0 0 0;
                                    width: 100%;
                                }
*/
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > a, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > a {
  color: #FDFDFD;
  padding: 5px 10px;
  text-decoration: none;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > a:hover, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > a:hover {
  background-color: rgba(13, 77, 139, 0.9);
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > label, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > label {
  background-color: #0d4b89;
  border-top: 1px solid #217bd5;
  border-bottom: 1px solid #217bd5;
  color: #fdfdfd;
  line-height: 1.50rem;
  padding: 0 0 2px 9px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > hr, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > hr {
  width: 100%;
  margin: 3px 0 0 0;
  border-color: #6894b5;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > span.header, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > span.header {
  background-color: #1576d3;
  padding: 3px 0px 3px 4px;
  color: white;
  border-color: #6894b5;
  border-style: solid;
  border-width: 1px 0;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > span.header:nth-of-type(2n), html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav#account-menu > span.header:nth-of-type(2n) {
  margin-top: 5px;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav div.welcome, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav div.welcome {
  padding: 10px 5px;
  /*border-bottom: 1px solid white;*/
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav.user, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav.user {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
}

html body > .header-container > .wrapper > .stardock-nav > .account-nav nav.user.show, html body > form > .header-container > .wrapper > .stardock-nav > .account-nav nav.user.show {
  opacity: 1;
  visibility: visible;
}

html body > .header-container > .site-nav, html body > form > .header-container > .site-nav {
  height: 33px;
  left: 43px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100vw - 143px);
  z-index: 1001;
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav, html body > form > .header-container > .site-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 999;
  }
}

html body > .header-container > .site-nav > .header-content, html body > form > .header-container > .site-nav > .header-content {
  position: absolute;
  height: 33px;
  padding: 0 0 0 0;
  z-index: 999;
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav > .header-content, html body > form > .header-container > .site-nav > .header-content {
    padding: 10px 0;
    position: static;
    z-index: 999;
  }
}

html body > .header-container > .site-nav > .header-content > a.logo, html body > form > .header-container > .site-nav > .header-content > a.logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav > .header-content > a.logo > img, html body > form > .header-container > .site-nav > .header-content > a.logo > img {
    display: block;
    max-width: 100%;
    position: relative;
  }
}

@media (max-width: 1059px) {
  html body > .header-container > .site-nav > nav, html body > form > .header-container > .site-nav > nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #111;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    display: inline-table;
    position: absolute;
    left: -325px;
    top: 33px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 280px;
    z-index: 1001;
  }
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav > nav, html body > form > .header-container > .site-nav > nav {
    z-index: 999;
  }
}

@media (max-width: 1059px) {
  html body > .header-container > .site-nav > nav > ul, html body > form > .header-container > .site-nav > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    max-width: 100%;
  }
  html body > .header-container > .site-nav > nav > ul > li, html body > form > .header-container > .site-nav > nav > ul > li {
    line-height: 2.5rem;
    height: 2.5rem;
    padding: 0 1rem;
    margin: 0;
  }
  html body > .header-container > .site-nav > nav > ul > li.active, html body > form > .header-container > .site-nav > nav > ul > li.active {
    background-color: rgba(0, 111, 218, 0.9);
  }
  html body > .header-container > .site-nav > nav > ul > li:hover:not(.active), html body > form > .header-container > .site-nav > nav > ul > li:hover:not(.active) {
    background-color: rgba(0, 111, 218, 0.5);
  }
  html body > .header-container > .site-nav > nav > ul > li:nth-last-of-type(2), html body > form > .header-container > .site-nav > nav > ul > li:nth-last-of-type(2) {
    margin: 0 0 0.5rem 0;
  }
  html body > .header-container > .site-nav > nav > ul > li > a, html body > form > .header-container > .site-nav > nav > ul > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FDFDFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-shadow: 1px 1px #707070;
    width: 100%;
  }
}

@media (max-width: 1059px) and (min-width: 1060px) {
  html body > .header-container > .site-nav > nav > ul > li > a, html body > form > .header-container > .site-nav > nav > ul > li > a {
    text-shadow: none;
  }
}

@media (max-width: 1059px) {
  html body > .header-container > .site-nav > nav > ul > li.sdshome, html body > form > .header-container > .site-nav > nav > ul > li.sdshome {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #4b4b4b;
  }
  html body > .header-container > .site-nav > nav > ul > li.sdshome > a.logo, html body > form > .header-container > .site-nav > nav > ul > li.sdshome > a.logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  html body > .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img, html body > form > .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img {
    height: calc(33px - 8px);
  }
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav > nav > ul, html body > form > .header-container > .site-nav > nav > ul {
    list-style: none outside none;
  }
}

@media (min-width: 1060px) and (min-width: 1062px) {
  html body > .header-container > .site-nav > nav > ul, html body > form > .header-container > .site-nav > nav > ul {
    max-width: 100%;
  }
}

@media (min-width: 1060px) {
  html body > .header-container > .site-nav > nav > ul > li, html body > form > .header-container > .site-nav > nav > ul > li {
    display: list-item;
    z-index: 10;
  }
  html body > .header-container > .site-nav > nav > ul > li > a, html body > form > .header-container > .site-nav > nav > ul > li > a {
    text-decoration: none;
  }
  html body > .header-container > .site-nav > nav > ul > li:hover > a, html body > .header-container > .site-nav > nav > ul > li.active > a, html body > form > .header-container > .site-nav > nav > ul > li:hover > a, html body > form > .header-container > .site-nav > nav > ul > li.active > a {
    text-decoration: none;
  }
  html body > .header-container > .site-nav > nav > ul > li.sdshome, html body > form > .header-container > .site-nav > nav > ul > li.sdshome {
    display: none;
  }
}

html .offscreen {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.body .forum .button.createpost {
  display: none !important;
}

html body {
  background: #000;
  color: #FFF;
  overflow-x: hidden;
}

@media (max-width: 1059px) {
  html body {
    padding: 33px 0 0 0;
  }
}

@media (min-width: 1061px) {
  html body {
    padding: 33px 0 0 0;
  }
}

@media (max-width: 1059px) {
  html body .site-banner {
    background: url("https://www.stardock.com/galciv4/supernova/gc4supernova_subpage_releaseheader_mobile.jpg");
    background-size: cover;
    background-position: center center;
    display: block;
    height: 38vw;
  }
}

html body .header-container, html body > form .header-container {
  height: 420px;
}

@media (min-width: 1061px) {
  html body .header-container, html body > form .header-container {
    padding: 0px 0 50px 0;
  }
}

html body .header-container > .site-nav, html body > form .header-container > .site-nav {
  font-family: Bai Jamjuree,sans-serif;
  height: 33px;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: calc(100vw - 100px);
}

@media (min-width: 1060px) {
  html body .header-container > .site-nav, html body > form .header-container > .site-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent no-repeat scroll top;
    background-image: url("https://www.stardock.com/galciv4/supernova/gc4supernova_subpage_releaseheader.jpg");
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.938em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 460px;
    left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}

html body .header-container > .site-nav > .header-content, html body > form .header-container > .site-nav > .header-content {
  position: absolute;
  height: 33px;
  margin-left: 35px;
  padding: 0 0 0 0;
}

@media (min-width: 1061px) {
  html body .header-container > .site-nav > .header-content, html body > form .header-container > .site-nav > .header-content {
    margin-top: 0;
    padding: 10px 0;
    position: static;
  }
}

html body .header-container > .site-nav > .header-content > a.logo, html body > form .header-container > .site-nav > .header-content > a.logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

@media (min-width: 1061px) {
  html body .header-container > .site-nav > .header-content > a.logo, html body > form .header-container > .site-nav > .header-content > a.logo {
    display: none;
  }
}

html body .header-container > .site-nav > .header-content > a.logo > img, html body > form .header-container > .site-nav > .header-content > a.logo > img {
  width: 226px;
}

@media (min-width: 1061px) {
  html body .header-container > .site-nav > .header-content > a.logo > img, html body > form .header-container > .site-nav > .header-content > a.logo > img {
    display: block;
    max-width: 100%;
    position: relative;
  }
}

html body .header-container > .site-nav > a.suplink, html body > form .header-container > .site-nav > a.suplink {
  display: block;
  width: 100%;
  height: 460px;
  z-index: 1;
  position: absolute;
}

@media (max-width: 1059px) {
  html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #111;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    display: inline-table;
    position: absolute;
    left: -432px;
    top: 33px;
    width: 280px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1001;
  }
}

@media (max-width: 1059px) {
  html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #111;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    display: inline-table;
    position: absolute;
    left: -325px;
    top: 33px;
    width: 280px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1001;
  }
}

@media (min-width: 1060px) {
  html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
    margin-top: -4em;
  }
}

@media (min-width: 1061px) {
  html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #980000), color-stop(95%, #980000), to(transparent)) no-repeat scroll left top, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #980000), color-stop(95%, #980000), to(transparent)) no-repeat scroll left bottom, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, rgba(0, 0, 0, 0.9)), color-stop(95%, rgba(0, 0, 0, 0.9)), to(transparent)) no-repeat scroll left center;
    background: linear-gradient(to right, transparent, #980000 5%, #980000 95%, transparent) no-repeat scroll left top, linear-gradient(to right, transparent, #980000 5%, #980000 95%, transparent) no-repeat scroll left bottom, linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 95%, transparent) no-repeat scroll left center;
    background-size: 100% 1px, 100% 1px, 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -1108px;
    max-width: 1760px;
    width: 100%;
    z-index: 999;
  }
}

html body .header-container > .site-nav > nav > a.icon, html body > form .header-container > .site-nav > nav > a.icon {
  display: none;
}

@media (max-width: 1059px) {
  html body .header-container > .site-nav > nav > ul, html body > form .header-container > .site-nav > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    max-width: 100%;
  }
  html body .header-container > .site-nav > nav > ul > li, html body > form .header-container > .site-nav > nav > ul > li {
    line-height: 2.5rem;
    height: 2.5rem;
    padding: 0 1rem;
    margin: 0;
    /*&.store {
                                        display: none;
                                    }*/
  }
  html body .header-container > .site-nav > nav > ul > li.active, html body > form .header-container > .site-nav > nav > ul > li.active {
    background-color: rgba(159, 3, 4, 0.9);
  }
  html body .header-container > .site-nav > nav > ul > li:hover:not(.active), html body > form .header-container > .site-nav > nav > ul > li:hover:not(.active) {
    background-color: rgba(159, 3, 4, 0.5);
  }
  html body .header-container > .site-nav > nav > ul > li:nth-last-of-type(2), html body > form .header-container > .site-nav > nav > ul > li:nth-last-of-type(2) {
    margin: 0 0 0.5rem 0;
  }
  html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FDFDFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-shadow: 1px 1px #707070;
    width: 100%;
  }
}

@media (max-width: 1059px) and (min-width: 1061px) {
  html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
    text-shadow: none;
  }
}

@media (max-width: 1059px) {
  html body .header-container > .site-nav > nav > ul > li.sdshome, html body > form .header-container > .site-nav > nav > ul > li.sdshome {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #363636;
  }
  html body .header-container > .site-nav > nav > ul > li.sdshome > a.logo, html body > form .header-container > .site-nav > nav > ul > li.sdshome > a.logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  html body .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img, html body > form .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img {
    height: calc(33px - 8px);
  }
}

@media (min-width: 1061px) {
  html body .header-container > .site-nav > nav > ul, html body > form .header-container > .site-nav > nav > ul {
    list-style: none outside none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
    max-width: 900px;
    padding: 0;
    width: 100%;
  }
  html body .header-container > .site-nav > nav > ul > li, html body > form .header-container > .site-nav > nav > ul > li {
    /*display: list-item;
                                    z-index: 10;*/
    display: list-item;
    z-index: 10;
    padding: 0;
    text-align: center;
  }
  html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: block;
    position: relative;
    -webkit-transition: text-shadow .25s ease-in-out;
    transition: text-shadow .25s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    z-index: 5;
  }
  html body .header-container > .site-nav > nav > ul > li:not(.store) > a::after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  html body .header-container > .site-nav > nav > ul > li:not(.store) > a:hover, html body .header-container > .site-nav > nav > ul > li:not(.store) a.active, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a:hover, html body > form .header-container > .site-nav > nav > ul > li:not(.store) a.active {
    color: #ffffff;
    text-shadow: 0 3px 10px #ff0000;
  }
  html body .header-container > .site-nav > nav > ul > li:not(.store) > a:hover::after, html body .header-container > .site-nav > nav > ul > li:not(.store) a.active::after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a:hover::after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) a.active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #ba0000;
    /* Change the color to your desired underline color */
    -webkit-box-shadow: 0 0 5px #ba0000;
            box-shadow: 0 0 5px #ba0000;
    /* Change the color to your desired glow color */
  }
  html body .header-container > .site-nav > nav > ul > li.sdshome, html body > form .header-container > .site-nav > nav > ul > li.sdshome {
    display: none;
  }
}

@media (min-width: 1061px) and (min-width: 1061px) {
  html body .header-container > .site-nav > nav > ul > li.store > a, html body > form .header-container > .site-nav > nav > ul > li.store > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#339334), to(#1a681b));
    background: linear-gradient(180deg, #339334, #1a681b);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: 140px;
    position: relative;
    -webkit-transition: text-shadow .25s ease-in-out;
    transition: text-shadow .25s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    z-index: 5;
  }
  html body .header-container > .site-nav > nav > ul > li.store > a::after, html body > form .header-container > .site-nav > nav > ul > li.store > a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  html body .header-container > .site-nav > nav > ul > li.store > a:hover, html body .header-container > .site-nav > nav > ul > li.store a.active, html body > form .header-container > .site-nav > nav > ul > li.store > a:hover, html body > form .header-container > .site-nav > nav > ul > li.store a.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#38a139), to(#1e791f));
    background: linear-gradient(180deg, #38a139, #1e791f);
    color: #ffffff;
  }
  html body .header-container > .site-nav > nav > ul > li.store > a:hover::after, html body .header-container > .site-nav > nav > ul > li.store a.active::after, html body > form .header-container > .site-nav > nav > ul > li.store > a:hover::after, html body > form .header-container > .site-nav > nav > ul > li.store a.active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #ffffff;
    /* Change the color to your desired underline color */
    -webkit-box-shadow: 0 0 5px #ffffff;
            box-shadow: 0 0 5px #ffffff;
    /* Change the color to your desired glow color */
  }
}

@media (min-width: 1061px) {
  html body .header-container.fixed > .wrapper, html body > form .header-container.fixed > .wrapper {
    -webkit-transition: display ease-in-out 1s;
    transition: display ease-in-out 1s;
    display: none;
  }
  html body .header-container.fixed > .site-nav, html body > form .header-container.fixed > .site-nav {
    background-color: black;
  }
  html body .header-container.fixed > .site-nav > nav, html body > form .header-container.fixed > .site-nav > nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
    position: fixed;
    top: -60px;
  }
}

@media (min-width: 1061px) and (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav, html body > form .header-container.fixed > .site-nav > nav {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #980000), color-stop(100%, #980000), to(transparent)) no-repeat scroll left top, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #980000), color-stop(100%, #980000), to(transparent)) no-repeat scroll left bottom, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)), to(transparent)) no-repeat scroll left center;
    background: linear-gradient(to right, transparent, #980000 0%, #980000 100%, transparent) no-repeat scroll left top, linear-gradient(to right, transparent, #980000 0%, #980000 100%, transparent) no-repeat scroll left bottom, linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%, transparent) no-repeat scroll left center;
    background-size: 100% 1px, 100% 1px, 100% 100%;
  }
}

@media (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav > a.icon, html body > form .header-container.fixed > .site-nav > nav > a.icon {
    background-color: #980000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    width: 46px;
    margin: 0 2px 0 16px;
  }
}

@media (min-width: 1061px) and (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav > a.icon, html body > form .header-container.fixed > .site-nav > nav > a.icon {
    margin: 0 2px 0 1px;
  }
}

@media (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav > a.icon > img, html body > form .header-container.fixed > .site-nav > nav > a.icon > img {
    height: 30px;
    margin: auto;
    width: 30px;
  }
  html body .header-container.fixed > .site-nav > nav > a.icon:hover, html body > form .header-container.fixed > .site-nav > nav > a.icon:hover {
    background-color: #ba0000;
  }
  html body .header-container.fixed > .site-nav > nav > ul, html body > form .header-container.fixed > .site-nav > nav > ul {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    max-width: 900px;
    padding: revert;
    position: relative;
    -webkit-padding-start: 0;
       -moz-padding-start: 0;
            padding-inline-start: 0;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li, html body > form .header-container.fixed > .site-nav > nav > ul > li {
    width: auto;
    padding: 0 20px;
    text-align: left;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li.purchase, html body .header-container.fixed > .site-nav > nav > ul > li.home, html body > form .header-container.fixed > .site-nav > nav > ul > li.purchase, html body > form .header-container.fixed > .site-nav > nav > ul > li.home {
    display: none;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li.store, html body > form .header-container.fixed > .site-nav > nav > ul > li.store {
    display: list-item;
    position: absolute;
    right: 16px;
  }
}

@media (min-width: 1061px) and (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav > ul > li.store, html body > form .header-container.fixed > .site-nav > nav > ul > li.store {
    right: 3px;
  }
}

@media (min-width: 1061px) {
  html body .header-container.fixed > .site-nav > nav > ul > li.store > a, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#339334), to(#1a681b));
    background: linear-gradient(180deg, #339334, #1a681b);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: 140px;
    position: relative;
    -webkit-transition: text-shadow .25s ease-in-out;
    transition: text-shadow .25s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    z-index: 5;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li.store > a::after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li.store > a:hover, html body .header-container.fixed > .site-nav > nav > ul > li.store a.active, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a:hover, html body > form .header-container.fixed > .site-nav > nav > ul > li.store a.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#38a139), to(#1e791f));
    background: linear-gradient(180deg, #38a139, #1e791f);
    color: #ffffff;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li.store > a:hover::after, html body .header-container.fixed > .site-nav > nav > ul > li.store a.active::after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a:hover::after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store a.active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px #ffffff;
            box-shadow: 0 0 5px #ffffff;
  }
  html body .header-container.fixed > .site-nav > nav > ul > li > a, html body > form .header-container.fixed > .site-nav > nav > ul > li > a {
    text-align: center;
  }
  html body .header-container.open > .site-nav > nav, html body > form .header-container.open > .site-nav > nav {
    margin-top: auto;
    top: 0;
    -webkit-transition: top ease-in-out .5s;
    transition: top ease-in-out .5s;
  }
}

html body > div.body, html body > form > div.body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1rem 1rem;
  width: 1420px;
  /*> div.forum {
                    > div.forumhead {
                        > div.top {
                            background: url(https://www.stardock.com/games/starcontrol/Images/h1_bg_pattern.png) no-repeat 50%,linear-gradient(90deg,transparent,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 80%,transparent);
                        }
                    }
                }*/
  /*.gradbox {
                    background: linear-gradient(to right, rgba(45,16, 57, .9), rgba(45,16, 57, .5) 5%, rgba(45,16, 57, .5) 95%, rgba(45,16, 57, .9));

                    @include tablet {
                        border: 2px solid rgba(255, 167, 7, 1);
                        border-radius: 5px;
                    }

                    &.pcgamer {
                        padding: 14px 22px;
                        margin-bottom: 15px;
                    }
                }*/
}

@media (min-width: 1200px) {
  html body > div.body, html body > form > div.body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

html body > div.body > main.content, html body > form > div.body > main.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FDFDFD;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 1061px) {
  html body > div.body > main.content, html body > form > div.body > main.content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
  }
}

html body > div.body > main.content > h1, html body > div.body > main.content > section > h1, html body > form > div.body > main.content > h1, html body > form > div.body > main.content > section > h1 {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 80%, transparent);
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1060px) {
  html body > div.body > main.content > h1, html body > div.body > main.content > section > h1, html body > form > div.body > main.content > h1, html body > form > div.body > main.content > section > h1 {
    border-bottom: 2px solid #ffa707;
    border-radius: 5px;
    border: 2px solid #ffa707;
  }
}

html body > div.body > main.content > h2, html body > form > div.body > main.content > h2 {
  text-align: center;
}

html body > div.body > main.content.poll, html body > form > div.body > main.content.poll {
  margin-bottom: 15px;
}

html body > div.body > main.content article.blog, html body > form > div.body > main.content article.blog {
  background: -webkit-gradient(linear, left top, right top, from(rgba(45, 16, 57, 0.9)), color-stop(5%, rgba(45, 16, 57, 0.5)), color-stop(95%, rgba(45, 16, 57, 0.5)), to(rgba(45, 16, 57, 0.9)));
  background: linear-gradient(to right, rgba(45, 16, 57, 0.9), rgba(45, 16, 57, 0.5) 5%, rgba(45, 16, 57, 0.5) 95%, rgba(45, 16, 57, 0.9));
  font-size: 1.0rem;
  padding: 1rem;
}

@media (min-width: 1060px) {
  html body > div.body > main.content article.blog, html body > form > div.body > main.content article.blog {
    border: 2px solid #ffa707;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

html body > div.body > main.content article.blog:not(:last-child), html body > form > div.body > main.content article.blog:not(:last-child) {
  margin-bottom: 1rem;
}

html body > div.body > main.content article.blog header, html body > form > div.body > main.content article.blog header {
  margin-bottom: 1em;
}

html body > div.body > main.content article.blog header h1, html body > form > div.body > main.content article.blog header h1 {
  color: #9c9c9c;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 .27em 0;
}

html body > div.body > main.content article.blog header h1 a, html body > form > div.body > main.content article.blog header h1 a {
  color: #FFB400;
  text-decoration: none;
}

html body > div.body > main.content article.blog header h1 a:hover, html body > form > div.body > main.content article.blog header h1 a:hover {
  text-decoration: underline;
}

html body > div.body > main.content article.blog header p, html body > form > div.body > main.content article.blog header p {
  color: #949494;
  font-family: "Segoe UI", Arial;
  font-size: 0.75rem;
  margin: 0;
}

html body > div.body > main.content article.blog div.articleContent, html body > form > div.body > main.content article.blog div.articleContent {
  overflow-x: hidden;
  word-break: break-word;
}

html body > div.body > main.content article.blog div.articleContent a, html body > form > div.body > main.content article.blog div.articleContent a {
  color: #44A4E4;
  text-decoration: underline;
}

html body > div.body > main.content article.blog div.articleContent a:hover, html body > form > div.body > main.content article.blog div.articleContent a:hover {
  color: #79BEEC;
  text-decoration: none;
}

html body > div.body > main.content article.blog div.articleContent pre, html body > form > div.body > main.content article.blog div.articleContent pre {
  white-space: pre-wrap;
}

html body > div.body > main.content article.blog div.articleContent h1, html body > form > div.body > main.content article.blog div.articleContent h1 {
  color: #FFB400;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: .250em;
}

html body > div.body > main.content article.blog div.articleContent h2, html body > form > div.body > main.content article.blog div.articleContent h2 {
  color: #FFB400;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: .250em;
}

html body > div.body > main.content article.blog div.articleContent h3, html body > form > div.body > main.content article.blog div.articleContent h3 {
  color: #2D2D2D;
  display: inline;
  font-size: 0.75em;
  font-weight: bold;
}

html body > div.body > main.content article.blog div.articleContent h4, html body > form > div.body > main.content article.blog div.articleContent h4 {
  color: #2D2D2D;
  display: inline;
  font-size: 0.75em;
  font-weight: normal;
}

html body > div.body > main.content article.blog div.articleContent hr, html body > form > div.body > main.content article.blog div.articleContent hr {
  border-bottom: 0.0625em solid #FFB400;
  border-top: none;
}

html body > div.body > main.content article.blog div.articleContent p.continue a, html body > form > div.body > main.content article.blog div.articleContent p.continue a {
  color: #FFB400;
  font-style: italic;
}

html body > div.body > main.content article.blog div.articleContent p.continue a:hover, html body > form > div.body > main.content article.blog div.articleContent p.continue a:hover {
  text-decoration: none;
}

html body > div.body > main.content article.blog div.articleContent img, html body > form > div.body > main.content article.blog div.articleContent img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

html body > div.body > main.content article.blog div.articleContent table, html body > form > div.body > main.content article.blog div.articleContent table {
  width: 100%;
}

html body > div.body > main.content article.blog div.articleContent iframe, html body > form > div.body > main.content article.blog div.articleContent iframe {
  max-width: 100%;
}

html body > div.body > main.content article.blog footer, html body > form > div.body > main.content article.blog footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0 0 0;
}

html body > div.body > main.content article.blog footer .stats a, html body > form > div.body > main.content article.blog footer .stats a {
  color: #9c9c9c;
  font-size: 0.625rem;
  text-decoration: none;
}

html body > div.body > main.content article.blog footer .stats a:hover, html body > form > div.body > main.content article.blog footer .stats a:hover {
  text-decoration: underline;
}

html body > div.body > main.content article.blog footer .stats a:not(:last-child), html body > form > div.body > main.content article.blog footer .stats a:not(:last-child) {
  margin-right: 2rem;
}

html body > div.body > main.content article.blog footer .social, html body > form > div.body > main.content article.blog footer .social {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

html body > div.body > main.content article.blog footer .social .fb-share-button iframe, html body > form > div.body > main.content article.blog footer .social .fb-share-button iframe {
  /* Facebook Like Button fix to line up properly with other social buttons*/
  top: -4px;
  left: -17px;
}

html body > div.body > main.content article.blog footer .social .twitter-share-button, html body > form > div.body > main.content article.blog footer .social .twitter-share-button {
  width: 5.625em !important;
}

html body > div.body > main.content article.blog footer .social .tumblrpadding, html body > form > div.body > main.content article.blog footer .social .tumblrpadding {
  padding: 0.0em 0.75em 0 0;
}

html body > div.body > main.content > div.pagecontainer, html body > form > div.body > main.content > div.pagecontainer {
  padding: 8px 22px;
}

html body > div.body > main.content > div.pagecontainer > h1, html body > form > div.body > main.content > div.pagecontainer > h1 {
  border-bottom: 1px solid #0d4d8b;
  color: #FFB400;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 1rem 0;
  padding-bottom: 0.285em;
  text-align: center;
}

html body > div.body > main.content .pager, html body > form > div.body > main.content .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.750rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
}

html body > div.body > main.content .pager span, html body > div.body > main.content .pager a, html body > form > div.body > main.content .pager span, html body > form > div.body > main.content .pager a {
  color: #9c9c9c;
  padding: 0 .5em;
}

html body > div.body > main.content .pager a, html body > form > div.body > main.content .pager a {
  text-decoration: none;
}

html body > div.body > main.content .pager a:hover, html body > form > div.body > main.content .pager a:hover {
  text-decoration: underline;
}

html body > div.body > main.content .pager .selected, html body > form > div.body > main.content .pager .selected {
  background-color: #9c9c9c;
  color: #fafafa;
}

html body > div.body > div.sidebar, html body > form > div.body > div.sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .9rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  html body > div.body > div.sidebar, html body > form > div.body > div.sidebar {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 1rem;
  }
}

html body > div.body > div.sidebar > aside, html body > form > div.body > div.sidebar > aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FDFDFD;
  padding: .5em;
  width: 100%;
}

@media (min-width: 680px) {
  html body > div.body > div.sidebar > aside, html body > form > div.body > div.sidebar > aside {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  html body > div.body > div.sidebar > aside, html body > form > div.body > div.sidebar > aside {
    width: 100%;
  }
}

html body > div.body > div.sidebar > aside:not(:last-child), html body > form > div.body > div.sidebar > aside:not(:last-child) {
  margin: 0 0 15px 0;
}

html body > div.body > div.sidebar > aside > h2, html body > form > div.body > div.sidebar > aside > h2 {
  border-bottom: 1px solid #CCC;
  color: #FFB400;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0em 0em 0.5em 0em;
  padding-bottom: 0.285em;
  text-align: center;
}

html body > div.body > div.sidebar > aside > div.content, html body > form > div.body > div.sidebar > aside > div.content {
  display: block;
  padding: .438rem 0;
  text-align: center;
}

html body > div.body > div.sidebar > aside a, html body > form > div.body > div.sidebar > aside a {
  color: #f2f2f2;
  text-decoration: none;
}

html body > div.body > div.sidebar > aside a:hover, html body > form > div.body > div.sidebar > aside a:hover {
  text-decoration: underline;
}

html body > div.body > div.sidebar > aside ol.textLinks, html body > form > div.body > div.sidebar > aside ol.textLinks {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
}

html body > div.body > div.sidebar > aside ol.textLinks > li, html body > form > div.body > div.sidebar > aside ol.textLinks > li {
  font-size: 0.875rem;
  position: relative;
  top: -8px;
}

html body > div.body > div.sidebar > aside ol.textLinks > li > a, html body > form > div.body > div.sidebar > aside ol.textLinks > li > a {
  display: inline-block;
  text-decoration: none;
  margin-left: 0.5em;
}

html body > div.body > div.sidebar > aside ol.textLinks > li > a span, html body > form > div.body > div.sidebar > aside ol.textLinks > li > a span {
  display: block;
}

html body > div.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2), html body > form > div.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2) {
  color: #9c9c9c;
  font-size: 0.750rem;
}

html body > div.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2):hover, html body > form > div.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2):hover {
  text-decoration: none;
}

html body > div.body > div.sidebar > aside ol.textLinks > li > a:hover span:nth-child(1), html body > form > div.body > div.sidebar > aside ol.textLinks > li > a:hover span:nth-child(1) {
  text-decoration: underline;
}

html body > div.body > div.sidebar > aside ol.textLinks > li:before, html body > form > div.body > div.sidebar > aside ol.textLinks > li:before {
  border-color: transparent #ffb400;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  left: -0.5em;
  top: 1.1250em;
  position: relative;
}

html body > div.body > div.sidebar > aside#sidebar-newsletters, html body > form > div.body > div.sidebar > aside#sidebar-newsletters {
  text-align: center;
}

html body > div.body > div.sidebar > aside#sidebar-newsletters > div.content > p:first-child, html body > form > div.body > div.sidebar > aside#sidebar-newsletters > div.content > p:first-child {
  margin-top: 0;
}

html body > div.body > div.sidebar > aside#sidebar-featured-events, html body > form > div.body > div.sidebar > aside#sidebar-featured-events {
  text-align: center;
}

html body > div.body > div.sidebar > aside#sidebar-featured-events a img, html body > form > div.body > div.sidebar > aside#sidebar-featured-events a img {
  display: block;
  margin: 0 auto 5px;
}

html body > div.body > div.sidebar > aside#sidebar-discord, html body > div.body > div.sidebar > aside#sidebar-twitch, html body > div.body > div.sidebar > aside#sidebar-twitter, html body > form > div.body > div.sidebar > aside#sidebar-discord, html body > form > div.body > div.sidebar > aside#sidebar-twitch, html body > form > div.body > div.sidebar > aside#sidebar-twitter {
  text-align: center;
}

html body > div.body > div.sidebar > aside#sidebar-social-links > div.content, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  html body > div.body > div.sidebar > aside#sidebar-social-links > div.content, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content {
    max-width: 250px;
  }
}

@media (max-width: 1199px) {
  html body > div.body > div.sidebar > aside#sidebar-social-links > div.content, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

html body > div.body > div.sidebar > aside#sidebar-social-links > div.content > a, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content > a {
  padding: 2px;
}

@media (max-width: 1199px) {
  html body > div.body > div.sidebar > aside#sidebar-social-links > div.content > a, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content > a {
    padding: 0.25em;
  }
}

html body > div.body > div.sidebar > aside#sidebar-social-links > div.content > a > img, html body > form > div.body > div.sidebar > aside#sidebar-social-links > div.content > a > img {
  display: block;
  height: 32px;
  width: 32px;
}

html body > div.body > div.sidebar > aside#sidebar-poll > div.content, html body > form > div.body > div.sidebar > aside#sidebar-poll > div.content {
  text-align: left;
}

html body > div.body > div.sidebar > aside#sidebar-poll > div.content > p:first-child, html body > form > div.body > div.sidebar > aside#sidebar-poll > div.content > p:first-child {
  margin-top: 0;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol {
  font-size: 0.875em;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 15px;
  margin-right: 5px;
  width: 75%;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full .progress-completed, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full .progress-completed {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB400), to(#c36221));
  background: linear-gradient(to bottom, #FFB400 0%, #c36221 100%);
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li:not(:last-child), html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollresults .thankyou, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollresults .thankyou {
  color: green;
  margin: 30px 0 30px 0;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollquestion > ul, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollquestion > ul {
  list-style-type: none;
}

html body > div.body > div.sidebar > aside#sidebar-poll div.pollquestion > div.buttons, html body > form > div.body > div.sidebar > aside#sidebar-poll div.pollquestion > div.buttons {
  margin-top: 1em;
  text-align: center;
}

html body > div.body pagemap, html body > form > div.body pagemap {
  display: none;
}

html body > div.body input.button, html body > form > div.body input.button {
  border: 0;
}

html body > div.body input.button,
html body > div.body a.button, html body > form > div.body input.button,
html body > form > div.body a.button {
  border-radius: 5px;
  background-color: #0d4d8b;
  color: #FDFDFD;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 4px 14px 4px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

html body > div.body input.button:hover,
html body > div.body a.button:hover, html body > form > div.body input.button:hover,
html body > form > div.body a.button:hover {
  background-color: #006fda;
  text-decoration: none !important;
}

html body > div.body input.button.disabled, html body > div.body input.button.disabled:hover,
html body > div.body a.button.disabled,
html body > div.body a.button.disabled:hover, html body > form > div.body input.button.disabled, html body > form > div.body input.button.disabled:hover,
html body > form > div.body a.button.disabled,
html body > form > div.body a.button.disabled:hover {
  background-color: grey;
}

html body > div.body input.button.attention,
html body > div.body a.button.attention, html body > form > div.body input.button.attention,
html body > form > div.body a.button.attention {
  background-color: #46a839;
}

html body > div.body input.button.attention:hover,
html body > div.body a.button.attention:hover, html body > form > div.body input.button.attention:hover,
html body > form > div.body a.button.attention:hover {
  background-color: #5ad749;
}

html body > div.body input.button.action,
html body > div.body a.button.action, html body > form > div.body input.button.action,
html body > form > div.body a.button.action {
  background-color: #FF9F00;
}

html body > div.body input.button.action:hover,
html body > div.body a.button.action:hover, html body > form > div.body input.button.action:hover,
html body > form > div.body a.button.action:hover {
  background-color: #5ad749;
}

html body > div.body input.button.action.disabled, html body > div.body input.button.action.disabled:hover,
html body > div.body a.button.action.disabled,
html body > div.body a.button.action.disabled:hover, html body > form > div.body input.button.action.disabled, html body > form > div.body input.button.action.disabled:hover,
html body > form > div.body a.button.action.disabled,
html body > form > div.body a.button.action.disabled:hover {
  background-color: grey;
}

html body > footer, html body > form > footer {
  background-color: rgba(12, 73, 134, 0.25);
}

html body > footer > div.accent, html body > form > footer > div.accent {
  background-color: rgba(15, 96, 174, 0.25);
}


/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.923em;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 3px 0 3px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.hide, .Hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.bold {
  font-weight: 500;
}

hr.line {
  color: #666666;
  height: 1px;
  background: #666666;
  border: 0;
}

hr.menu {
  border-top: none;
  border-color: #cacacc;
  margin: 4px;
  width: 96%;
}

.ajaxwait {
  width: 24px;
  height: 24px;
  background: url("/images/Base/ajaxwait.gif") no-repeat;
  margin: auto;
}

.itemmask {
  opacity: 0.7;
  background: #FDFDFD;
}

.itemmask .wait {
  width: 24px;
  height: 24px;
  background: url("/images/Base/ajaxwait.gif") no-repeat;
  margin: auto;
}

.waitmask {
  text-align: center;
  color: #666666;
  font-size: 1em;
}

.waitmask img {
  margin: auto 0;
}

.ui-widget.ui-widget-content {
  border-color: #666666;
}

.ui-tooltip {
  background-color: #181818;
}

.ui-tooltip .ui-tooltip-content, .ui-tooltip .tooltip {
  color: #FDFDFD;
}

.ui-tooltip .ui-tooltip-content .description, .ui-tooltip .tooltip .description {
  font-size: 0.875rem;
  overflow: hidden;
}

.ui-tooltip .ui-tooltip-content .description::first-letter, .ui-tooltip .tooltip .description::first-letter {
  text-transform: capitalize;
}

.ui-tooltip .ui-tooltip-content .footer, .ui-tooltip .tooltip .footer {
  color: #8D8D8D;
  font-size: 0.75rem;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.ui-tooltip .ui-tooltip-content .footer .poster,
.ui-tooltip .ui-tooltip-content .footer .views,
.ui-tooltip .ui-tooltip-content .footer .lastposter, .ui-tooltip .tooltip .footer .poster,
.ui-tooltip .tooltip .footer .views,
.ui-tooltip .tooltip .footer .lastposter {
  color: #FFB400;
}

/* #region Dialogs used by Sd.UI.Dialog, trying to slowly replace with jQuery UI */
.dialog {
  font: 16px "Segoe UI", Arial, Sans-Serif;
  position: absolute;
  width: 330px;
  z-index: 100;
}

.dialog .top {
  background: url(/images/Base/dialog.top.png) no-repeat;
  background-size: 330px 25px;
  width: 330px;
  height: 25px;
}

.dialog .top .caption {
  padding: 12px 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #014B8A;
}

.dialog .mid {
  width: 330px;
  background: url(/images/Base/dialog.mid.png) repeat-y;
  background-size: 330px;
  overflow: auto;
  overflow-x: hidden;
}

.dialog .mid .content {
  margin: 0 14px 0 14px;
}

.dialog .mid .content div {
  color: #333;
}

.dialog .mid .content .msg {
  padding: 16px 0 18px 0;
  font-size: 0.769em;
}

.dialog .mid .content .row {
  padding-bottom: 8px;
}

.dialog .mid .content .row label {
  display: block;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.dialog .mid .content .row select {
  margin-left: 6px;
}

.dialog .mid .content .row textarea {
  width: 284px;
  height: 60px;
  margin-left: 6px;
}

.dialog .mid .content .result {
  color: #666;
  overflow: auto;
  padding: 4px 10px 4px 10px;
  line-height: 16px;
}

.dialog .mid .content .result .score {
  color: #298E24;
  font-weight: bold;
  padding: 1px 10px 2px 24px;
}

.dialog .mid .content .result .score img {
  background: url(/images/base/glyphs.png) no-repeat -96px 0px;
  width: 14px;
  height: 14px;
}

.dialog .mid .content .result .fail {
  color: #F71212;
  font-weight: bold;
  background: url(/images/base/cancel.png) no-repeat;
  padding: 1px 10px 2px 24px;
}

.dialog .mid .content .result .fail img {
  background: url(/images/base/glyphs.png) no-repeat -82px 0px;
  width: 14px;
  height: 14px;
}

.dialog .bot {
  background: url(/images/Base/dialog.bot.png) no-repeat left bottom;
  background-size: 330px;
  width: 330px;
  min-height: 25px;
  overflow: auto;
  padding: 10px 0 12px 0;
}

.dialog .bot .buttons {
  overflow: auto;
  text-align: center;
}

.dialog .bot .buttons input {
  margin: 0 2px 0 2px;
  cursor: pointer;
  height: 23px;
}

.dialog .bot .buttons .close {
  background: url(/images/Base/buttons.png) no-repeat 0px 0px;
  width: 52px;
}

.dialog .bot .buttons .close:hover {
  background-position: 0px -23px;
}

.dialog .bot .buttons .forgetit {
  background: url(/images/Base/buttons.png) no-repeat -149px 0px;
  width: 81px;
}

.dialog .bot .buttons .forgetit:hover {
  background-position: -149px -23px;
}

.dialog .bot .buttons .sendreport {
  background: url(/images/Base/buttons.png) no-repeat -326px 0px;
  width: 99px;
}

.dialog .bot .buttons .sendreport:hover {
  background-position: -326px -23px;
}

.dialog .bot .buttons .givekarma {
  background: url(/images/Base/buttons.png) no-repeat -230px 0px;
  width: 96px;
}

.dialog .bot .buttons .givekarma:hover {
  background-position: -230px -23px;
}

.dialog .bot .buttons .savenote {
  background: url(/images/Base/buttons.png) no-repeat -217px -46px;
  width: 94px;
}

.dialog .bot .buttons .savenote:hover {
  background-position: -217px -69px;
}

@media (min-width: 768px) {
  .dialog {
    width: 430px;
  }
  .dialog .top {
    width: 430px;
    background-size: auto;
  }
  .dialog .mid {
    width: 430px;
    background-size: auto;
  }
  .dialog .bot {
    width: 430px;
    background-size: auto;
  }
}

.dialoglg {
  font: 16px "Segoe UI", Arial, Sans-Serif;
  position: absolute;
  width: 480px;
  z-index: 100;
}

.dialoglg .top .caption {
  padding: 12px 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #014B8A;
}

.dialoglg .mid .announce .by {
  color: #666;
}

.dialoglg .mid .announce .ends {
  color: #666;
}

.dialoglg .mid .announce .text {
  color: #333;
  padding-top: 10px;
}

.dialoglg .bot .buttons {
  overflow: auto;
  text-align: center;
  padding: 10px 0 12px 0;
}

.dialoglg .bot .buttons .close {
  margin: 0 auto;
  cursor: pointer;
  background: url(/images/Base/buttons.png) no-repeat 0px 0px;
  width: 52px;
  height: 23px;
}

.dialoglg .bot .buttons .close:hover {
  background-position: 0px -23px;
}

/* #endregion */
input.disabled {
  opacity: 0.5;
  cursor: default;
}

.body .forum {
  background: #000000;
  border: none;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FDFDFD;
  display: block;
  font: 16px "Segoe UI", Arial, Sans-Serif;
  overflow: hidden;
  /* #region Legacy Css Classes we can't avoid */
  /* #endregion */
}

.body .forum img {
  display: block;
}

.body .forum img.hiddenemail {
  display: none;
}

.body .forum a {
  border-bottom: 1px dotted transparent;
  color: #FFB400;
  position: relative;
  text-decoration: none;
}

.body .forum a.sdreply {
  display: inline-block;
}

.body .forum a img {
  border: 0;
}

.body .forum a:hover {
  border-bottom-color: #FFB400;
  text-decoration: none;
}

.body .forum a.noeffect:hover {
  border-bottom-color: transparent;
}

.body .forum a.sdreply {
  display: inline-block;
  margin: 0 10px;
  border-bottom: none;
}

.body .forum a.sdreply:hover {
  text-decoration: none;
  border-bottom: none;
}

.body .forum .page {
  min-height: 490px;
}

.body .forum .forumhead {
  letter-spacing: 0;
  margin: 0;
  word-spacing: 1px;
}

.body .forum .forumhead .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#8c8d91), color-stop(42%, #3d3e44), to(#242529));
  background: linear-gradient(to bottom, #8c8d91 0%, #3d3e44 42%, #242529 100%);
  color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .body .forum .forumhead .top {
    padding: 5px 20px 5px 38px;
  }
}

.body .forum .forumhead .top .adminmenu {
  margin-right: 8px;
}

.body .forum .forumhead .top .login .welcome {
  line-height: 23px;
}

.body .forum .forumhead .top .login .welcome span {
  font-size: 1em;
}

.body .forum .forumhead .top .login .welcome a {
  font-style: italic;
}

.body .forum .forumhead .top .login .controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.body .forum .forumhead .top .login .waiter {
  display: inline-block;
  height: 16px;
  margin: 5px;
  vertical-align: middle;
  width: 16px;
}

.body .forum .forumhead .top .search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}

.body .forum .forumhead .top input {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8125em;
  height: 23px;
  line-height: 23px;
  margin-right: 10px;
  padding: 0 20px;
  width: 155px;
}

.body .forum .forumhead .bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), color-stop(1%, #dedede), color-stop(2%, #e6e6e6), color-stop(55%, #e6e6e6), color-stop(56%, #d2d2d2), to(#cbcbcb));
  background: linear-gradient(to bottom, #c3c3c3 0%, #dedede 1%, #e6e6e6 2%, #e6e6e6 55%, #d2d2d2 56%, #cbcbcb 100%);
  color: #000000;
  line-height: 2em;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .body .forum .forumhead .bottom {
    padding: 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.body .forum .forumhead .bottom .links {
  display: inline-block;
}

.body .forum .forumhead .bottom .links .options {
  width: 110px;
}

.body .forum .forumhead .bottom .links .l {
  margin: 0;
}

.body .forum .forumhead .bottom .links a {
  color: #000000;
  margin: 0 3px;
  font-size: 0.8125em;
  text-decoration: none;
}

.body .forum .forumhead .bottom .links a:hover {
  border-bottom-color: #000000;
}

.body .forum .forumhead .bottom .links a:first-child {
  margin-left: 0;
}

.body .forum .forumhead .bottom .buttons {
  display: inline-block;
}

.body .forum .annhead {
  padding: 0;
}

.body .forum .headerad {
  overflow: hidden;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}

.body .forum .headerad a {
  border: 0;
  text-decoration: none;
}

.body .forum .headerad a img.stardockad {
  border: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 728px;
}

.body .forum .forumfoot {
  font-size: .8125em;
  margin: 1em 0;
}

.body .forum .forumfoot .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 38px;
}

.body .forum .forumfoot .top .r span::after {
  content: '\2022';
  margin: 0 1em;
}

.body .forum .forumfoot .top .r span:last-child::after {
  display: none;
}

.body .forum .forumfoot .loadstats {
  display: none;
  padding: 4px 0 4px 10px;
}

.body .forum table.standard {
  border-collapse: collapse;
  border-spacing: 0;
  color: #FDFDFD;
  margin-bottom: 1em;
  width: 100%;
}

.body .forum table.standard > thead > tr > th,
.body .forum table.standard > thead > tr > td,
.body .forum table.standard > tbody > tr > th,
.body .forum table.standard > tbody > tr > td {
  padding: 10px 10px 10px 5px;
  vertical-align: top;
}

.body .forum table.standard > thead > tr > th:first-child,
.body .forum table.standard > thead > tr > td:first-child,
.body .forum table.standard > tbody > tr > th:first-child,
.body .forum table.standard > tbody > tr > td:first-child {
  padding-left: 38px;
}

.body .forum table.standard > thead > tr > th:last-child,
.body .forum table.standard > thead > tr > td:last-child,
.body .forum table.standard > tbody > tr > th:last-child,
.body .forum table.standard > tbody > tr > td:last-child {
  padding-right: 20px;
}

.body .forum table.standard > thead > tr > th.icon,
.body .forum table.standard > thead > tr > td.icon,
.body .forum table.standard > tbody > tr > th.icon,
.body .forum table.standard > tbody > tr > td.icon {
  padding: 16px 0 0 5px;
}

.body .forum table.standard > thead > tr.grouplabel > th {
  background: #014B8A;
  color: #FDFDFD;
  font-weight: normal;
  padding-bottom: 1em;
  line-height: 1em;
  padding-top: 1em;
  text-align: left;
  vertical-align: middle;
}

.body .forum table.standard > thead > tr.grouplabel > th.title {
  font-size: 1.538em;
}

.body .forum table.standard > thead > tr.grouplabel > th.title > a {
  color: #FDFDFD;
}

.body .forum table.standard > thead > tr.grouplabel > th:last-child {
  text-align: right;
}

.body .forum table.standard > thead > tr.grouplabel > th:last-child > a {
  display: inline-block !important;
  margin-right: 4px;
}

.body .forum table.standard > thead > tr.grouplabel > th:last-child > a:last-child {
  margin-right: 0;
}

.body .forum table.standard > thead > tr.columnlabels > th {
  background-color: #000000;
  border-bottom: 1px solid #666666;
  font-size: 0.769em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.body .forum table.standard > tbody > tr td {
  font-size: 0.8125em;
  line-height: 1.5em;
}

.body .forum table.standard > tbody > tr:nth-child(even) {
  background: #181818;
}

.body .forum table.indexlist td.category, .body .forum table.indexlist th.category {
  text-align: left;
}

.body .forum table.indexlist td.posts, .body .forum table.indexlist th.posts {
  text-align: center;
  width: 90px;
}

.body .forum table.indexlist td.replies, .body .forum table.indexlist th.replies {
  text-align: center;
  width: 90px;
}

.body .forum table.indexlist td.lastpost, .body .forum table.indexlist th.lastpost {
  text-align: left;
  width: 255px;
}

.body .forum table.indexlist > tbody tr > td.name {
  font-size: 1.1em;
  line-height: 2.5em;
  vertical-align: middle;
}

.body .forum table.indexlist > tbody tr > td.name a.rss {
  display: none;
}

.body .forum table.indexlist > tbody tr > td.lastpost .top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 235px;
}

.body .forum table.indexlist > tbody tr > td.lastpost .bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.body .forum table.indexlist > tbody tr > td.lastpost .bottom .author {
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}

.body .forum table.indexlist > tbody tr > td.lastpost .bottom .date {
  margin-right: 4px;
  white-space: nowrap;
}

.body .forum table.postlist th.icon, .body .forum table.postlist td.icon {
  width: 39px;
}

.body .forum table.postlist th.title, .body .forum table.postlist td.title {
  text-align: left;
  vertical-align: middle;
}

.body .forum table.postlist th.author, .body .forum table.postlist td.author {
  text-align: left;
  vertical-align: middle;
  width: 110px;
}

.body .forum table.postlist th.replies, .body .forum table.postlist td.replies {
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.body .forum table.postlist th.repliesandviews, .body .forum table.postlist td.repliesandviews {
  text-align: right;
  vertical-align: middle;
  width: 105px;
}

.body .forum table.postlist th.createdate, .body .forum table.postlist th.category, .body .forum table.postlist th.mylast, .body .forum table.postlist td.createdate, .body .forum table.postlist td.category, .body .forum table.postlist td.mylast {
  text-align: center;
  vertical-align: middle;
  width: 150px;
}

.body .forum table.postlist th.lastreply, .body .forum table.postlist td.lastreply {
  text-align: right;
  vertical-align: middle;
  width: 113px;
}

.body .forum table.postlist > tbody > tr {
  height: 58px;
}

.body .forum table.postlist > tbody > tr #tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
}

.body .forum table.postlist > tbody > tr #tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

.body .forum table.postlist > tbody > tr #tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

.body .forum table.postlist > tbody > tr #tooltip.left:after {
  left: 10px;
  margin: 0;
}

.body .forum table.postlist > tbody > tr #tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.body .forum table.postlist > tbody > tr:hover {
  background: rgba(147, 149, 169, 0.5);
}

.body .forum table.postlist > tbody > tr > td.icon {
  text-align: center;
}

.body .forum table.postlist > tbody > tr > td.icon img {
  display: inline !important;
}

.body .forum table.postlist > tbody > tr > td.icon a {
  vertical-align: middle;
}

.body .forum table.postlist > tbody > tr > td.icon a img {
  vertical-align: middle;
}

.body .forum table.postlist > tbody > tr > td.title > a {
  font-size: 1rem;
}

.body .forum table.postlist > tbody > tr > td.title > a::first-letter {
  text-transform: capitalize;
}

.body .forum table.postlist > tbody > tr > td.title .tray {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.body .forum table.postlist > tbody > tr > td.title .tray .author::before {
  content: 'by\00a0';
}

.body .forum table.postlist > tbody > tr > td.title .tray .createdate {
  /*&::before {
                                        content: ',\00a0';
                                    }*/
}

.body .forum table.postlist > tbody > tr > td.title .tray .listpager {
  margin-left: 1em;
}

.body .forum table.postlist > tbody > tr > td.title .tray .listpager:first-child {
  margin-left: 0;
}

.body .forum table.postlist > tbody > tr > td.author {
  text-align: left;
  vertical-align: middle;
}

.body .forum table.postlist > tbody > tr > td.author.top {
  vertical-align: top;
}

.body .forum table.postlist > tbody > tr > td.category {
  vertical-align: middle;
}

.body .forum table.postlist > tbody > tr > td.category.top {
  vertical-align: top;
}

.body .forum table.postlist > tbody > tr > td.noposts {
  padding-left: 10px;
}

.body .forum table.postlist > tbody > tr > td.replies strong, .body .forum table.postlist > tbody > tr > td.replies_and_views strong {
  font-weight: normal;
}

.body .forum table.postlist > tbody > tr > td.replies.top, .body .forum table.postlist > tbody > tr > td.replies_and_views.top {
  vertical-align: top;
}

.body .forum table.postlist > tbody > tr > td.lastreply .top .author {
  display: block;
  margin-left: auto;
  max-width: 150px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body .forum table.postlist > tbody > tr > td.lastreply .bottom .date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}

.body .forum table.postlist > tbody > tr > td.lastreply .bottom .date a {
  margin-left: 4px;
}

.body .forum .section .head {
  background: #014B8A;
  color: #FDFDFD;
  letter-spacing: 1px;
  line-height: 2.5em;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .body .forum .section .head {
    padding-left: 38px;
  }
}

.body .forum .section .head a {
  color: #FDFDFD;
}

.body .forum .section .content {
  padding: 8px;
}

.body .forum .section .content hr.line {
  width: 190px;
}

.body .forum .section .foot {
  overflow-y: auto;
}

.body .forum .section .foot .l {
  float: left;
}

.body .forum .section .foot .r {
  float: right;
}

.body .forum .recentposts {
  margin-top: 1em;
}

.body .forum .recentposts .head a {
  color: #FDFDFD;
  text-decoration: none;
}

.body .forum .recentposts .foot {
  height: 24px;
  padding: 10px 20px 0 38px;
}

.body .forum .iconlegend {
  margin-top: 1em;
}

.body .forum .iconlegend .head {
  cursor: pointer;
}

.body .forum .iconlegend .content {
  border-bottom: 1px solid #666666;
  padding: .5em 20px .5em 38px;
}

.body .forum .iconlegend .content table {
  border-collapse: collapse;
}

.body .forum .iconlegend .content table td {
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.body .forum .iconlegend .content table td img {
  display: inline-block !important;
  vertical-align: middle;
}

.body .forum .breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #014B8A;
  color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 41px;
  position: relative;
  padding: 9px 20px 9px 16px;
}

@media (min-width: 768px) {
  .body .forum .breadcrumbs {
    padding: 9px 20px 9px 38px;
  }
}

.body .forum .breadcrumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  list-style-position: outside;
  margin: 3px auto 3px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .body .forum .breadcrumbs > ul {
    margin: 0 auto 0 0;
  }
}

.body .forum .breadcrumbs > ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1em;
}

.body .forum .breadcrumbs > ul > li a {
  margin: 3px auto 0 6px;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .body .forum .breadcrumbs > ul > li a {
    margin-right: 6px;
  }
}

.body .forum .breadcrumbs > ul > li span {
  margin-right: 6px;
}

.body .forum .breadcrumbs > ul > li:last-child {
  margin-right: 0;
}

.body .forum .breadcrumbs > a {
  margin-left: 1em;
}

.body .forum .breadcrumbs > a:nth-child(2) {
  margin-left: 0;
}

.body .forum .breadcrumbs div.rss {
  float: right;
  margin-right: 20px;
}

.body .forum .breadcrumbs span.searchterm {
  font-weight: normal;
}

.body .forum .breadcrumbs.bottomcrumbs {
  border-top: 1px solid #666666;
}

.body .forum .quickreply {
  margin: 10px 0 0 0;
}

.body .forum .quickreply .content {
  padding: 10px 20px 10px 38px;
}

.body .forum .quickreply .content .message {
  color: #620000;
  background: #FFF4F4;
  border: 1px solid #FF0000;
  padding: 1em;
  margin-bottom: 1em;
}

.body .forum .quickreply .content .buttons input {
  height: 50px;
}

.body .forum .quickreply .content .row .label {
  width: 195px;
  float: left;
}

.body .forum .quickreply .content .options {
  margin-bottom: 10px;
}

.body .forum > .post > .headertoolbar {
  padding: .5em 20px .5em 38px;
}

.body .forum > .post > .headertoolbar .social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 20px;
}

.body .forum > .post > .headertoolbar .social > div,
.body .forum > .post > .headertoolbar .social > a,
.body .forum > .post > .headertoolbar .social > iframe {
  margin-right: 1em;
}

.body .forum > .post > .headertoolbar .social > div:last-child,
.body .forum > .post > .headertoolbar .social > a:last-child,
.body .forum > .post > .headertoolbar .social > iframe:last-child {
  margin-right: 0;
}

.body .forum > .post .edits {
  padding: 10px;
  padding-bottom: 20px;
  border: 6px solid #014B8A;
}

.body .forum > .post .edits .title {
  font-weight: bold;
  font-size: 1.231em;
  margin-bottom: 5px;
  padding-left: 4px;
}

.body .forum > .post .edits .legend {
  padding-left: 4px;
  width: 140px;
}

.body .forum > .post .edits .legend .deltext {
  color: #FF0000;
  width: 140px;
}

.body .forum > .post .edits .legend .newtext {
  color: #009900;
  width: 140px;
}

.body .forum > .post .edits .l {
  clear: both;
  float: left;
}

.body .forum > .post .edits .date {
  margin-left: 152px;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  margin-top: 10px;
}

.body .forum > .post .edits .content {
  margin-left: 152px;
  vertical-align: top;
}

.body .forum > .post .edits .content .red {
  color: #FF0000;
}

.body .forum > .post .edits .content .green {
  color: #009900;
}

.body .forum > .post .edits .name {
  font-weight: normal;
}

.body .forum > .post .edits .private {
  font-style: italic;
}

.body .forum > .post .resized {
  background: #014B8A;
  padding: 0 6px;
  border: 1px solid #666666;
}

.body .forum > .post .resized .message {
  text-align: center;
  height: 22px;
}

.body .forum > .post .resized .message span {
  background: url("/images/Base/image.resize.icon.png") no-repeat;
  color: #FDFDFD;
  cursor: pointer;
  font-size: 0.769em;
  height: 22px;
  line-height: 22px;
  padding: 1px 0 4px 20px;
}

.body .forum > .post .resized .meats {
  text-align: center;
}

.body .forum > .post .resized .meats img {
  display: block;
  border: 1px solid #666666;
  cursor: pointer;
}

.body .forum > .post .resized .orig {
  text-align: center;
  padding: 3px 0;
  font-size: 0.769em;
  color: #FDFDFD;
}

.body .forum > .post .postcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}

.body .forum > .post .postcontainer .postinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.body .forum > .post .postcontainer .postinfo .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #014B8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.body .forum > .post .postcontainer .postinfo .menu .header {
  font-size: .9em;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.body .forum > .post .postcontainer .postinfo .menu .header a {
  color: #FDFDFD;
  border: 0;
}

.body .forum > .post .postcontainer .postinfo .menu .header a:hover {
  border-bottom: 1px dotted #FDFDFD;
}

.body .forum > .post .postcontainer .postinfo .menu img.avatar {
  height: 100px;
  margin-top: 5px;
  width: 50px;
  height: 50px;
}

.body .forum > .post .postcontainer .postinfo .menu img.avatar.none {
  background: url("/images/base/avatar.none.gif") no-repeat;
  background: url("/images/base/avatar.none.dark.png") no-repeat;
}

@media (min-width: 768px) {
  .body .forum > .post .postcontainer .postinfo .menu img.avatar {
    width: 100px;
    height: 100px;
  }
}

.body .forum > .post .postcontainer .postinfo .menu .user {
  font-weight: bold;
  font-size: 1.1em;
  margin: 4px 0 4px 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.body .forum > .post .postcontainer .postinfo .menu .user a {
  color: #FDFDFD;
  cursor: pointer;
}

.body .forum > .post .postcontainer .postinfo .menu .user a:hover::after {
  display: none;
}

.body .forum > .post .postcontainer .postinfo .menu .rank {
  display: block;
  margin: 5px auto;
}

.body .forum > .post .postcontainer .postinfo .menu .rank1,
.body .forum > .post .postcontainer .postinfo .menu .rank2,
.body .forum > .post .postcontainer .postinfo .menu .rank3,
.body .forum > .post .postcontainer .postinfo .menu .rank4,
.body .forum > .post .postcontainer .postinfo .menu .rank5 {
  background-image: url("/images/base/level_silver.png");
  height: 9px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank1 {
  width: 9px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank2 {
  width: 23px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank3 {
  width: 37px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank4 {
  width: 51px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank5 {
  width: 65px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank6,
.body .forum > .post .postcontainer .postinfo .menu .rank7,
.body .forum > .post .postcontainer .postinfo .menu .rank8,
.body .forum > .post .postcontainer .postinfo .menu .rank9,
.body .forum > .post .postcontainer .postinfo .menu .rank10 {
  background-image: url("/images/base/level_gold.png");
  height: 11px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank6 {
  width: 11px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank7 {
  width: 25px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank8 {
  width: 39px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank9 {
  width: 53px;
}

.body .forum > .post .postcontainer .postinfo .menu .rank10 {
  width: 67px;
}

.body .forum > .post .postcontainer .postinfo .menu .joindate {
  font-size: 0.8461em;
  margin: 2px auto 2px auto;
  text-align: center;
}

.body .forum > .post .postcontainer .postinfo .menu .banned {
  font-size: 0.8461em;
  color: red;
  margin: 2px auto 2px auto;
  text-align: center;
}

.body .forum > .post .postcontainer .postinfo .menu .honorific {
  margin: 2px auto 2px auto;
  text-align: center;
}

.body .forum > .post .postcontainer .postinfo .menu .karma_badge {
  background-image: url("/images/base/karma_badge.png");
  background-repeat: no-repeat;
  color: #FDFDFD;
  display: block;
  font-weight: bold;
  font-size: .8em;
  height: 26px;
  line-height: 20px;
  margin: 8px auto 2px auto;
  text-align: center;
  width: 50px;
  border-bottom: none;
}

.body .forum > .post .postcontainer .postinfo .menu .usergroup {
  margin: 9px auto;
}

.body .forum > .post .postcontainer .postinfo .menu .sub .useronline {
  margin: 12px 0 2px 10px;
  background: url(/images/base/user.online.png) no-repeat;
  height: 22px;
  padding: 0 0 0 16px;
}

.body .forum > .post .postcontainer .postinfo .menu .awards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 15px;
  width: 125px;
}

.body .forum > .post .postcontainer .postinfo .menu .awards img {
  height: 16px;
  margin: 0 5px 5px 0;
  width: 16px;
}

.body .forum > .post .postcontainer .postinfo .menu .awards.founders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.body .forum > .post .postcontainer .postinfo .menu .awards.founders img {
  height: auto;
  width: 32px;
}

.body .forum > .post .postcontainer .postinfo .menu .awards .award_142 {
  height: 73px;
  width: 70px;
  border: none;
}

.body .forum > .post .postcontainer .postinfo .menu .awards .award_143,
.body .forum > .post .postcontainer .postinfo .menu .awards .award_144,
.body .forum > .post .postcontainer .postinfo .menu .awards .award_145,
.body .forum > .post .postcontainer .postinfo .menu .awards .award_146,
.body .forum > .post .postcontainer .postinfo .menu .awards .award_147,
.body .forum > .post .postcontainer .postinfo .menu .awards .award_172 {
  height: 70px;
  width: 70px;
  border: none;
}

.body .forum > .post .postcontainer .postinfo .menu .awards a.moreawards {
  display: block;
  float: none;
  margin: 0 5px 5px 0;
}

.body .forum > .post .postcontainer .postinfo .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  overflow-x: hidden;
}

.body .forum > .post .postcontainer .postinfo .content .header {
  background: linear-gradient(to right, #014B8A 160px, transparent);
  color: #FDFDFD;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 25px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.body .forum > .post .postcontainer .postinfo .content .header .l {
  font-size: 0.9230em;
}

.body .forum > .post .postcontainer .postinfo .content .header .l .site {
  display: inline;
}

.body .forum > .post .postcontainer .postinfo .content .header .l .site .siteurl img {
  display: inline;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.body .forum > .post .postcontainer .postinfo .content .header .l .linknumber {
  margin-right: 1rem;
}

.body .forum > .post .postcontainer .postinfo .content .header .l a.sdreply {
  border: none;
  margin: -3px 10px;
}

.body .forum > .post .postcontainer .postinfo .content .header .l a.sdreply:hover {
  border: none;
}

.body .forum > .post .postcontainer .postinfo .content .header .l a img {
  margin-left: 3px;
  display: inline-block;
  margin-right: 5px;
}

.body .forum > .post .postcontainer .postinfo .content .header .r a.top {
  border-bottom: 0;
  margin: 8px 20px 3px 3px;
}

.body .forum > .post .postcontainer .postinfo .content .header a {
  color: #FDFDFD;
}

.body .forum > .post .postcontainer .postinfo .content .header a:hover {
  border-bottom: 1px dotted #FDFDFD;
}

.body .forum > .post .postcontainer .postinfo .content .header2 {
  position: relative;
  padding: 0 20px;
}

.body .forum > .post .postcontainer .postinfo .content .header2 h1 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  padding-right: 50px;
}

.body .forum > .post .postcontainer .postinfo .content .header2 h1 a {
  color: #FDFDFD !important;
}

.body .forum > .post .postcontainer .postinfo .content .header2 h1 a:hover {
  color: #FFB400 !important;
}

.body .forum > .post .postcontainer .postinfo .content .header2 h2 {
  margin: 0;
  color: #FDFDFD !important;
  font-weight: normal;
  font-size: 1.25em;
  font-style: italic;
}

.body .forum > .post .postcontainer .postinfo .content .text {
  line-height: 150%;
  overflow-wrap: break-word;
  padding: 1em 20px;
}

.body .forum > .post .postcontainer .postinfo .content .text h1, .body .forum > .post .postcontainer .postinfo .content .text h2, .body .forum > .post .postcontainer .postinfo .content .text h3 {
  line-height: 1.25em;
}

.body .forum > .post .postcontainer .postinfo .content .text > p:first-child {
  margin-top: 0;
}

.body .forum > .post .postcontainer .postinfo .content .text > p:last-child {
  margin-bottom: 0;
}

.body .forum > .post .postcontainer .postinfo .content .text img {
  display: inline-block;
  vertical-align: middle;
}

.body .forum > .post .postcontainer .postinfo .content .text .spoiler {
  background: #000;
  color: #000;
}

.body .forum > .post .postcontainer .postinfo .content .text .spoiler:hover {
  color: #FDFDFD;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote {
  margin: 10px 0;
  border: 1px solid #91A5D5;
  background: #DEE8F3;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .info {
  background: #C2CEE7;
  border-bottom: 1px solid #91A5D5;
  color: #3E5C9B;
  line-height: 2em;
  padding: 0 10px 0 10px;
  overflow: auto;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .info .who {
  float: left;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .info .num {
  float: left;
  padding: 0 0 0 5px;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .info .num a {
  border-color: #3E5C9B;
  color: #3E5C9B;
  padding-right: 20px;
  border: 0;
  background: url("/images/Base/icon.lastpost.gif") no-repeat center right;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .meats {
  background: url("/images/Base/quote.png") no-repeat top right;
  color: #2D2D2D;
  padding: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
  .body .forum > .post .postcontainer .postinfo .content .text .quote .meats {
    padding: 10px 105px 10px 10px;
  }
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .meats > p:first-child {
  margin-top: 0;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .meats > p:last-child {
  margin-bottom: 0;
}

.body .forum > .post .postcontainer .postinfo .content .text .quote .meats br:last-child,
.body .forum > .post .postcontainer .postinfo .content .text .quote .meats br:first-child {
  display: none;
}

.body .forum > .post .postcontainer .postinfo .content .text .ad {
  text-align: left;
  border: 0;
  padding: 0;
  overflow: auto;
}

.body .forum > .post .postcontainer .postinfo .content .text .ad .iframe {
  float: left;
  width: 200px;
}

.body .forum > .post .postcontainer .postinfo .content .text .ad iframe {
  width: 180px;
}

.body .forum > .post .postcontainer .postinfo .content .text .ad .m {
  float: left;
  width: 300px;
}

.body .forum > .post .postcontainer .postinfo .content .misc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  padding: 1em;
}

.body .forum > .post .postcontainer .postinfo.secondary {
  cursor: pointer;
}

@media (min-width: 1025px) {
  .body .forum > .post .postcontainer .postinfo.secondary {
    margin-left: 140px;
  }
}

.body .forum > .post .postcontainer .postinfo.secondary .headline {
  text-decoration: underline;
}

.body .forum > .post .postcontainer .postinfo.secondary .headline a {
  color: #FDFDFD !important;
}

.body .forum > .post .postcontainer .postinfo.secondary .headline a:hover {
  color: #FFB400;
}

.body .forum > .post .postcontainer:hover .tray {
  /*.buttons {
							visibility: visible;
						}*/
}

.body .forum > .post .postcontainer.op .tray .buttons {
  visibility: visible;
}

.body .forum > .post .postcontainer .tags {
  margin: 12px 23px 12px auto;
}

.body .forum > .post .postcontainer .tags a.tag {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background-color: #f8f8f8;
  font-size: 12px;
  padding: 1px 4px 2px 4px;
  color: black;
  -webkit-box-shadow: #e0e0e0 1px 1px;
          box-shadow: #e0e0e0 1px 1px;
}

.body .forum > .post .postcontainer .tags a.tag:hover {
  background-color: #b6b5b5;
}

.body .forum > .post .postcontainer > .tray {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(to right, #014B8A 160px, transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 20px 0 38px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .body .forum > .post .postcontainer > .tray {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.body .forum > .post .postcontainer > .tray .links {
  margin-left: 132px;
}

@media (max-width: 767px) {
  .body .forum > .post .postcontainer > .tray .links {
    display: none;
  }
}

.body .forum > .post .postcontainer > .tray .links a.karmaearned {
  background: url("/images/Base/post.karma.png") no-repeat center top;
  color: #FDFDFD;
  display: inline-block;
  font-size: 0.769em;
  font-weight: bold;
  height: 23px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}

.body .forum > .post .postcontainer > .tray .status {
  color: #FFB400;
  font-size: 0.8125em;
  margin-left: 38px;
  white-space: nowrap;
}

.body .forum > .post .postcontainer > .tray .status span {
  margin-right: 10px;
}

.body .forum > .post .postcontainer > .tray .status span:before {
  content: '|';
  margin-right: 10px;
}

.body .forum > .post .postcontainer > .tray .status span:first-child:before {
  content: '';
  margin-right: 0;
}

.body .forum > .post .postcontainer > .tray .statuslight {
  color: #FFB400;
  font-size: 0.8125em;
  margin-left: -17px;
  white-space: nowrap;
}

.body .forum > .post .postcontainer > .tray .statuslight > a {
  border-bottom: 1px dotted #FFB400 !important;
}

.body .forum > .post .postcontainer > .tray .statuslight > a:hover {
  border-bottom: 1px dotted transparent !important;
}

.body .forum > .post .postcontainer > .tray .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: hidden;
  /*@include tablet {
							visibility: hidden;
						}*/
}

@media (pointer: none) {
  .body .forum > .post .postcontainer > .tray .buttons {
    visibility: visible;
  }
}

@media (pointer: coarse) {
  .body .forum > .post .postcontainer > .tray .buttons {
    visibility: visible;
  }
}

.body .forum > .post .postcontainer > .tray .buttons a {
  margin: 0 2px;
}

.body .forum > .post .postcontainer > .tray .buttons a:last-child {
  margin-right: 0;
}

.body .forum > .post .postcontainer > .tray .buttons span.separator {
  background: url("/images/base/buttons.post.separator.png") no-repeat;
  display: inline-block;
  height: 23px;
  width: 2px;
}

.body .forum > .post .postcontainer.op .postinfo .content .header {
  background: transparent;
}

.body .forum > .post .postcontainer.op .postinfo .menu {
  background: transparent;
}

.body .forum > .post .postcontainer.op .postinfo .menu::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(10%, #014B8A), color-stop(90%, #014B8A), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #014B8A 10%, #014B8A 90%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.body .forum > .post .postcontainer.op > .tray {
  background: transparent;
}

.body .forum > .post .replies .postcontainer:hover > .tray > .buttons {
  visibility: visible;
}

.body .forum > .post .ad {
  text-align: center;
  margin-bottom: 2em;
}

.body .forum > .post .stardockad {
  background: #000000;
  margin-bottom: 2em;
  overflow: hidden;
  text-align: center;
}

.body .forum > .post .stardockad a {
  border: 0;
  text-decoration: none;
}

.body .forum > .post .stardockad a img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .body .forum > .post .stardockad a img {
    width: 100%;
  }
}

.body .forum .post .replies .reply .menu .awards {
  margin: 0;
}

.body .forum .moreawards,
.body .forum .post .replies .reply .menu .awards a.moreawards,
.body .forum .profile .awardinfo .content a.moreawards {
  background-image: url("/images/base/awards_more.png");
  display: block;
  float: left;
  height: 8px;
  margin: 8px 4px 10px 4px;
  width: 16px;
}

.body .forum .myaccount {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 10px;
}

.body .forum .myaccount .tabs {
  overflow: auto;
}

.body .forum .myaccount .tabs ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  list-style-position: outside;
  margin: 0 0 0 28px;
  padding: 0px;
}

.body .forum .myaccount .tabs ul li {
  background: #014B8A;
  border: 1px solid #666666;
  border-bottom: 0;
  line-height: 1.5em;
  margin-right: 10px;
  padding: 0 10px;
}

.body .forum .myaccount .tabs ul li.selected {
  background: #014B8A;
  border-color: #666666;
  color: #FDFDFD;
  font-weight: bold;
  line-height: 2em;
}

.body .forum .myaccount .tabs ul li:last-child {
  margin-right: 0;
}

.body .forum .myaccount .section {
  margin-bottom: 10px;
}

.body .forum .myaccount .section .head {
  background: #014B8A;
  border: 1px solid #666666;
  color: #FDFDFD;
  height: auto;
  line-height: 2em;
  padding-left: 27px;
}

.body .forum .myaccount .section .content {
  border: 1px solid #666666;
  border-top: 0;
  padding: 2px;
}

.body .forum .myaccount h4 {
  margin: 0;
  padding: 1em 10px 1em 26px;
  font-size: 1em;
  font-weight: normal;
}

.body .forum .myaccount .form {
  border: 0;
  padding: 6px 6px 6px 26px;
}

.body .forum .myaccount .form .row {
  overflow-y: auto;
  min-height: 30px;
}

.body .forum .myaccount .form .row label {
  float: left;
  clear: left;
  width: 140px;
}

.body .forum .myaccount .form .row input {
  float: left;
  clear: right;
  margin-left: 0;
  padding-top: 2px;
  padding-left: 2px;
}

.body .forum .myaccount .form .row select option.disabled {
  color: #ccc;
  padding-left: 6px;
}

.body .forum .myaccount .form .row .info {
  width: auto;
  font-size: 1em;
  clear: left;
  padding-left: 26px;
  min-height: 16px;
  background: url("/Themes/Baseimages/icon.important.png") no-repeat;
  margin-top: 2px;
  margin-bottom: 10px;
}

.body .forum .myaccount .form .row input.address2 {
  margin-top: 2px;
}

.body .forum .myaccount .form .row .dash {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
}

.body .forum .myaccount .form .row .success {
  float: left;
  color: #009900;
  padding: 0 0 0 20px;
}

.body .forum .myaccount .form .row .failure {
  float: left;
  color: #FF0000;
  padding: 0 0 0 20px;
}

.body .forum .myaccount .images .content {
  padding-bottom: 0;
}

.body .forum .myaccount .images .content .form {
  margin: 0 0 2px 0;
}

.body .forum .myaccount .images .file .l .name {
  padding-left: 0;
}

.body .forum .myaccount .images .file .l .note {
  padding-left: 0;
}

.body .forum .myaccount .images .file .preview {
  margin-left: 0;
}

.body .forum .myaccount .options .form .row label {
  float: left;
  clear: none;
  display: block;
  width: 400px;
  margin: 2px 0 0 10px;
}

.body .forum .myaccount .options .form .row input {
  float: left;
  clear: none;
}

.body .forum .userreplies .full .header {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #014B8A;
  border-bottom: solid 1px #666666;
  border-top: solid 1px #666666;
  color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2em;
  padding: 0 20px 0 38px;
}

.body .forum .userreplies .full .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181818;
  border-bottom: solid 1px #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 20px 5px 38px;
}

.body .forum .userreplies .full .content .l {
  width: 30px;
  padding-right: 4px;
}

.body .forum .userreplies .full .content .m .title a.goto {
  display: inline-block !important;
  margin: 0 0 0 4px;
}

.body .forum .userreplies .full .content .r {
  margin-left: auto;
}

.body .forum .userreplies .full .footer {
  padding: 10px 20px 20px 38px;
}

.body .forum .userreplies table.postlist div.site {
  display: inline-block;
}

.body .forum .userreplies table.postlist div.site::before {
  content: '\00a0on\00a0';
}

.body .forum .userreplies a.sitewithicon {
  background-repeat: no-repeat;
  padding-left: 20px;
}

.body .forum .mysubscriptions .unsubscribe {
  margin: 0 10px 0 38px;
}

.body .forum .mysubscriptions .unsubscribe .checkboxes .subscriptionoptions {
  float: left;
  margin-right: 5px;
}

.body .forum .mysubscriptions .unsubscribe .checkboxes .actions {
  margin-top: 4px;
}

.body .forum .mysubscriptions .unsubscribe .success {
  color: #009900;
}

.body .forum .mysubscriptions .noresults {
  margin: 0 10px 0 38px;
}

.body .forum .mysubscriptions .notloggedin {
  margin: 20px 10px 0 38px;
}

.body .forum .mysubscriptions table.postlist th.hasemail, .body .forum .mysubscriptions table.postlist td.hasemail {
  width: 16px;
}

.body .forum .mysubscriptions table.postlist th.options, .body .forum .mysubscriptions table.postlist td.options {
  width: 55px;
}

.body .forum .pm .info {
  margin: 1em 0;
  padding-left: 38px;
  width: 420px;
}

.body .forum .pm .info .folder {
  margin-bottom: 1em;
}

.body .forum .pm .info .counts {
  line-height: 1.5em;
}

.body .forum .pm .info .progress {
  height: 1em;
  border: 1px solid #FDFDFD;
  margin-bottom: 1em;
  overflow: hidden;
}

.body .forum .pm .info .progress .fill {
  background: -webkit-gradient(linear, left top, left bottom, from(#96add6), to(#d0dbed));
  background: linear-gradient(to bottom, #96add6, #d0dbed);
  height: 1em;
}

.body .forum .pm .info .nav select {
  font-size: 1em;
}

.body .forum .pm table.folder {
  margin: 1em 0;
}

.body .forum .pm table.folder th,
.body .forum .pm table.folder td {
  vertical-align: middle;
}

.body .forum .pm table.folder th.check,
.body .forum .pm table.folder td.check {
  text-align: center;
  width: 15px;
}

@media (max-width: 767px) {
  .body .forum .pm table.folder th.check,
  .body .forum .pm table.folder td.check {
    padding: 0 5px;
  }
}

.body .forum .pm table.folder th.icon,
.body .forum .pm table.folder td.icon {
  padding-left: 0;
  text-align: center;
  width: 15px;
}

.body .forum .pm table.folder th.message,
.body .forum .pm table.folder td.message {
  text-align: left;
}

.body .forum .pm table.folder th.fromsite,
.body .forum .pm table.folder td.fromsite {
  text-align: center;
  width: 200px;
}

@media (max-width: 767px) {
  .body .forum .pm table.folder th.fromsite, .body .forum .pm table.folder th.site,
  .body .forum .pm table.folder td.fromsite,
  .body .forum .pm table.folder td.site {
    display: none;
  }
}

.body .forum .pm table.folder th.date,
.body .forum .pm table.folder td.date {
  text-align: right;
  width: 95px;
}

@media (min-width: 768px) {
  .body .forum .pm table.folder th.date,
  .body .forum .pm table.folder td.date {
    width: 200px;
  }
}

.body .forum .pm table.folder thead th.message {
  padding-left: 0;
}

.body .forum .pm table.folder tbody tr td.message .subject {
  font-weight: bold;
}

.body .forum .pm table.folder tbody tr td.message .subject .msgread {
  font-weight: normal;
}

.body .forum .pm table.folder tbody tr td.message .author {
  font-size: 0.8125em;
}

.body .forum .pm table.folder tbody tr td.fromsite img {
  margin-right: 2px;
  vertical-align: top;
}

.body .forum .pm .actions {
  margin: 0 20px 15px 38px;
}

.body .forum .pm .actions select {
  font-size: 1em;
  margin-right: 4px;
}

.body .forum .pm .actions input {
  font-size: 1em;
}

.body .forum .pm .legend {
  overflow: auto;
  margin: 0 20px 18px 38px;
}

.body .forum .pm .legend .header {
  clear: both;
  font-weight: bold;
  margin-bottom: .5em;
}

.body .forum .pm .legend .icon {
  float: left;
  margin-right: 4px;
}

.body .forum .pm .legend .label {
  float: left;
  margin-right: 10px;
}

.body .forum .pm .read .header {
  background: #014B8A;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 0 38px;
}

.body .forum .pm .read .header font.subject {
  font-weight: normal;
}

.body .forum .pm .read .message .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 6px;
  padding: 10px 38px 4px 20px;
}

.body .forum .pm .read .message .top .avatar {
  margin-right: 4px;
}

.body .forum .pm .read .message .top .user {
  font-weight: bold;
}

.body .forum .pm .read .message .top .date {
  margin-left: auto;
}

.body .forum .pm .read .message .text {
  border: 1px solid #666666;
  margin: 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .body .forum .pm .read .message .text {
    margin: 0 20px 0 38px;
  }
}

.body .forum .pm .read .buttons {
  margin: 1em 0;
  padding-left: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .body .forum .pm .read .buttons {
    padding-left: 38px;
  }
}

.body .forum .pm .read .buttons input {
  margin-right: 4px;
}

.body .forum .pm .read .buttons input:last-child {
  margin-right: 0;
}

.body .forum .pm .compose {
  overflow: auto;
  margin: 1em 0;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .body .forum .pm .compose {
    padding: 0 38px;
  }
}

.body .forum .pm .compose .header {
  margin-bottom: 1em;
}

.body .forum .pm .compose .header > div {
  line-height: 2em;
}

.body .forum .pm .compose .header .recip {
  font-weight: bold;
}

.body .forum .pm .compose .header label {
  font-weight: normal;
  margin-right: 1em;
}

.body .forum .pm .compose .header input {
  width: 100%;
}

@media (min-width: 768px) {
  .body .forum .pm .compose .header input {
    max-width: 600px;
  }
}

.body .forum .pm .compose .check {
  margin: 1em 0;
}

.body .forum .pm .compose .captcha {
  float: left;
}

.body .forum .pm .compose .buttons {
  float: left;
  margin-left: 10px;
}

.body .forum .pm .compose .buttons input {
  height: 54px;
}

.body .forum .pm .alert .message {
  color: #996600;
  background: #FFF8DF;
  border: 1px solid #FFCA11;
  padding: 10px;
  margin: 10px;
}

.body .forum .pm .alert .win {
  color: #009900;
  border: 1px solid #009900;
}

.body .forum .pm .alert .fail {
  color: #620000;
  background: #FFF4F4;
  border: 1px solid #FF0000;
}

.body .forum .pmnotice {
  margin: 1em;
  border: 1px solid #FF0000;
}

.body .forum .pmnotice .header {
  line-height: 2em;
  padding: 0 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fecdcd), to(#fe9797));
  background: linear-gradient(to bottom, #fecdcd, #fe9797);
  color: #620000;
  font-weight: bold;
}

.body .forum .pmnotice .content {
  line-height: 1.5em;
  padding: 1em;
}

.body .forum .pmnotice .content label {
  font-weight: bold;
  margin-right: 10px;
}

.body .forum .pmnotice .footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2em;
  padding: 0 1em;
}

.body .forum .referrals table.referrallist th.number,
.body .forum .referrals table.referrallist td.number {
  text-align: right;
  width: 80px;
  white-space: nowrap;
}

.body .forum .referrals table.referrallist th.count,
.body .forum .referrals table.referrallist td.count {
  text-align: right;
  width: 80px;
}

.body .forum .referrals table.referrallist th.addr,
.body .forum .referrals table.referrallist td.addr {
  text-align: left;
}

.body .forum .referrals div.header {
  font-size: 1.5em;
  margin: 1em 0;
  padding: 0 20px 0 38px;
  text-align: center;
}

.body .forum .referrals table.detaillist th.number,
.body .forum .referrals table.detaillist td.number {
  text-align: right;
  width: 80px;
  white-space: nowrap;
}

.body .forum .referrals table.detaillist th.pagetitle,
.body .forum .referrals table.detaillist td.pagetitle {
  text-align: left;
}

.body .forum .referrals table.detaillist th.url,
.body .forum .referrals table.detaillist td.url {
  text-align: left;
}

.body .forum .referrals table.detaillist th.views,
.body .forum .referrals table.detaillist td.views {
  text-align: center;
  width: 80px;
}

.body .forum > .search .searchform {
  border-bottom: 1px solid #666666;
  margin: 1em 0;
  padding: 1rem;
}

@media (min-width: 768px) {
  .body .forum > .search .searchform {
    padding: 1rem 20px 1rem 38px;
  }
}

@media (min-width: 768px) {
  .body .forum > .search .searchform {
    padding: 1rem 20px 1rem 38px;
  }
}

.body .forum > .search .searchform .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.body .forum > .search .searchform .container > .left {
  margin-right: 1em;
  width: 45%;
}

.body .forum > .search .searchform .container > .right label {
  width: 70px;
}

.body .forum > .search .searchform .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1em;
}

.body .forum > .search .searchform .row label {
  width: 100px;
  white-space: nowrap;
  margin: 0 20px 0 0;
}

.body .forum > .search .searchform .row label::after {
  content: ': ';
}

@media (min-width: 768px) {
  .body .forum > .search .searchform .row label {
    margin: 0 20px 0 0;
  }
}

.body .forum > .search .searchform .row > input,
.body .forum > .search .searchform .row > select {
  font-size: 1em;
  max-width: 240px;
}

@media (min-width: 768px) {
  .body .forum > .search .searchform .row > input,
  .body .forum > .search .searchform .row > select {
    max-width: 309px;
  }
}

.body .forum > .search .searchform .row > input {
  width: 20em;
}

.body .forum > .search .searchform .row > select {
  margin-right: 1em;
}

.body .forum > .search .searchform .row > select:last-child {
  margin-right: 0;
}

.body .forum > .search .searchform .deletebutton {
  margin-left: 5px;
}

.body .forum > .search .searchform .error {
  color: #FF0000;
  font-size: 0.8125em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist .info {
    display: none;
  }
}

.body .forum > .search table.resultlist th.icon,
.body .forum > .search table.resultlist td.icon {
  vertical-align: top;
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist th.icon,
  .body .forum > .search table.resultlist td.icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist th.title,
  .body .forum > .search table.resultlist td.title {
    padding-left: 12px;
  }
}

.body .forum > .search table.resultlist th.author,
.body .forum > .search table.resultlist td.author {
  text-align: left;
  width: 190px;
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist th:first-child,
  .body .forum > .search table.resultlist td:first-child {
    padding: 10px 0 0 0;
  }
}

.body .forum > .search table.resultlist tbody td.title {
  word-break: break-word;
}

.body .forum > .search table.resultlist tbody td.title .link {
  margin-bottom: 1em;
  text-transform: capitalize;
}

.body .forum > .search table.resultlist tbody td.title .preview b {
  color: #1BA5C7;
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist tbody td.repliesandviews {
    display: none;
  }
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist tbody td.author {
    padding-right: 5px;
    width: 90px;
  }
}

.body .forum > .search table.resultlist tbody td.author .avatar {
  float: left;
  height: 40px;
  overflow: hidden;
  margin-right: 20px;
  width: 40px;
}

@media (max-width: 767px) {
  .body .forum > .search table.resultlist tbody td.author .avatar {
    margin-right: 5px;
    float: none;
  }
}

.body .forum > .search table.resultlist tbody td.author .avatar > img {
  height: 40px;
  margin: 0 auto;
}

.body .forum > .search .message {
  margin: 10px;
  padding: 10px;
  border: 1px solid #666666;
  background: #181818;
}

.body .forum > .email {
  border-top: 1px solid #666666;
}

.body .forum > .email .compose {
  overflow: auto;
  border: 1px solid #666666;
  margin: 20px;
  padding: 10px 16px 10px 16px;
}

.body .forum > .email .compose .header {
  margin-bottom: 6px;
}

.body .forum > .email .compose .header .editorlabel {
  margin-top: 20px;
  height: 20px;
  font-weight: bold;
}

.body .forum > .email .compose .header label {
  font-weight: normal;
  padding-right: 10px;
}

.body .forum > .email .compose .header input {
  width: 600px;
}

.body .forum > .email .compose .header .subject {
  height: 20px;
}

.body .forum > .email .compose .check {
  height: 30px;
}

.body .forum > .email .compose .captcha {
  float: left;
}

.body .forum > .email .compose .buttons {
  float: left;
  margin-left: 10px;
}

.body .forum > .email .compose .buttons input {
  height: 54px;
}

.body .forum > .email .message {
  color: #996600;
  background: #FFF8DF;
  border: 1px solid #FFCA11;
  padding: 10px;
  margin: 10px;
}

.body .forum > .email .win {
  color: #009900;
  border: 1px solid #009900;
}

.body .forum > .email .fail {
  color: #620000;
  background: #FFF4F4;
  border: 1px solid #FF0000;
}

.body .forum .clear {
  clear: both;
}

.body .forum .userinfo > h1 {
  text-align: center;
}

.body .forum .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
}

@media (max-width: 767px) {
  .body .forum .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body .forum .profile > div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .body .forum .profile > div:nth-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 27%;
            flex: 1 0 27%;
  }
  .body .forum .profile > div:nth-of-type(2) {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 48%;
            flex: 2 1 48%;
    margin: 0 1em;
  }
  .body .forum .profile > div:nth-of-type(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29%;
            flex: 1 0 29%;
  }
}

.body .forum .profile .section {
  border: 1px solid #666666;
  line-height: 1.5em;
  margin-top: 1em;
}

.body .forum .profile .section .head {
  font-size: 0.8125em;
  padding: 0 0 0 8px;
  text-align: left;
}

.body .forum .profile .section:first-child {
  margin-top: 0;
}

.body .forum .profile .userinfo .image {
  margin: 10px 10px 10px 8px;
}

.body .forum .profile .userinfo .image img {
  border: 1px solid #666666;
}

.body .forum .profile .userinfo .links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
}

.body .forum .profile .userinfo .parentsite {
  margin: 10px 0 0 10px;
}

.body .forum .profile .awardinfo .content img {
  display: block;
  float: left;
  margin: 0 4px 10px 4px;
}

.body .forum .profile .awardinfo .content2 {
  padding-left: 30px;
}

.body .forum .profile .awardinfo .content2 img {
  display: inline;
  margin: 0 4px 10px 4px;
}

.body .forum .profile .userkarma table th.who, .body .forum .profile .userkarma table td.who {
  padding-left: 10px;
  text-align: left;
  width: 90px;
}

.body .forum .profile .userkarma table th.reason, .body .forum .profile .userkarma table td.reason {
  text-align: left;
}

.body .forum .profile .userkarma table > tbody > tr > td.who > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
}

.body .forum .profile .userkarma table > tbody > tr > td.link > a {
  background: url("/images/Base/icon.link.png");
  display: block;
  height: 12px;
  margin-top: 4px;
  width: 12px;
}

.body .forum .profile .userkarma a.karma {
  background: url("/images/Base/buttons.png") no-repeat -230px 0px;
  display: block;
  margin-top: 1em;
  width: 96px;
  height: 23px;
}

.body .forum .profile .userkarma a.karma:hover {
  background-position-y: -23px;
}

.body .forum .profile .usernotes .nonotes {
  margin: 10px 0px;
  padding: 3px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.body .forum .profile .usernotes .success {
  color: #009900;
}

.body .forum .profile .usernotes .error {
  color: #FF0000;
}

.body .forum .profile .usernotes table {
  width: 380px;
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
  font-weight: normal;
  font-size: 0.692em;
  vertical-align: top;
}

.body .forum .profile .usernotes table tr.toprow {
  border-top: 1px solid #666666;
}

.body .forum .profile .usernotes table tr.bottomrow {
  border-bottom: 1px solid #666666;
}

.body .forum .profile .usernotes table tbody td {
  text-align: left;
  padding: 2px 4px;
  font-size: 0.692em;
  vertical-align: top;
}

.body .forum .profile .usernotes table tbody td.text {
  border-top: 1px solid #666666;
  font-size: 1em;
  padding-left: 20px;
}

.body .forum .profile .usernotes table tbody td.info {
  font-size: 0.846em;
}

.body .forum .profile .usernotes table tbody td.options {
  font-size: 0.846em;
  text-align: right;
}

.body .forum .profile .usernotes table tbody td.seperator {
  border-top: 1px solid #666666;
}

.body .forum .profile .recentpostslist .data {
  padding: 5px 8px;
}

.body .forum .profile .userownedgameslist .data {
  padding: 5px;
  border-bottom: 1px solid #666666;
}

.body .forum .profile .friendslist .data {
  padding: 5px 5px 5px 8px;
}

.body .forum .profile .friendslist .data .online {
  color: #009900;
}

.body .forum .profile .friendslist .leftalign {
  width: 150px;
  float: left;
  text-align: left;
  overflow: hidden;
}

.body .forum .profile .friendslist .rightalign {
  float: left;
  text-align: right;
}

.body .forum .profile .friendslist .clear {
  clear: both;
}

.body .forum .profile .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.body .forum .profile .row .label {
  margin-right: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .body .forum .profile .row .label {
    width: 150px;
  }
}

.body .forum .profile .row .data {
  word-break: break-all;
}

@media (max-width: 767px) {
  .body .forum .profile .row .data {
    min-width: 150px;
  }
}

.body .forum .profile .row .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 200px;
  overflow: auto;
}

.body .forum .admin {
  border-top: 1px solid #666666;
}

.body .forum .admin textarea {
  width: 100%;
  height: 200px;
  display: block;
  min-width: 320px;
  width: 330px;
}

@media (min-width: 768px) {
  .body .forum .admin textarea {
    width: 500px;
  }
}

.body .forum .admin .message {
  border: 1px solid #009900;
  padding: .5em;
  margin: 1em 0;
  color: #009900;
}

.body .forum .admin .failboat {
  border: 1px solid #FF0000;
  padding: 4px;
  margin: 8px 0 8px 0;
  color: #FF0000;
}

.body .forum .admin .useraccess select {
  font-size: 1em;
}

.body .forum .admin .useraccess .content .access {
  margin: 1rem 0 2rem 0;
}

.body .forum .admin .useraccess .content .access > input {
  display: block;
}

@media (min-width: 768px) {
  .body .forum .admin .useraccess .content .access > input {
    display: inline-block;
  }
}

.body .forum .admin .useraccess .account {
  float: left;
  /*width: 430px;*/
  /*.exile {
						textarea {
							min-width: 320px;
							width: 100%;
						}
					}*/
}

.body .forum .admin .useraccess .posts {
  float: left;
  /*
						width: 466px;
						padding: 10px;
					*/
}

.body .forum .admin .useraccess .posts > .block > .action > input {
  display: block;
  margin: 1rem 0 0 0;
}

@media (min-width: 768px) {
  .body .forum .admin .useraccess .posts > .block > .action > input {
    display: inline-block;
    margin: 0;
  }
}

.body .forum .admin .bookmarks {
  padding: 10px 20px 10px 38px;
}

.body .forum .admin .bookmarks .home {
  margin-bottom: 1em;
}

.body .forum .admin .bookmarks .home a {
  margin-right: 10px;
}

.body .forum .admin .bookmarks .header {
  font-weight: bold;
  margin-bottom: 1em;
}

.body .forum .admin .bookmarks .list {
  margin: 1em 0;
}

.body .forum .admin .bookmarks .list table td {
  padding: .5em;
}

.body .forum .admin .perms {
  overflow: auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  .body .forum .admin .perms {
    padding: 10px 20px 10px 38px;
  }
}

.body .forum .admin .perms .header {
  font-weight: bold;
  margin: 10px 10px 10px 0;
}

.body .forum .admin .perms .note {
  margin: 10px 10px 10px 0;
}

.body .forum .admin .perms .list {
  margin: 10px 10px 10px 0;
  float: left;
}

.body .forum .admin .perms .list select {
  width: 300px;
}

.body .forum .admin .perms .list select.selectcategory {
  height: 500px;
}

.body .forum .admin .perms .flags {
  margin: 10px;
  float: left;
}

.body .forum .admin .perms .flags .flag {
  margin-bottom: 6px;
}

.body .forum .admin .announce {
  overflow: auto;
}

.body .forum .admin .announce .nav {
  margin: 1rem 20px 1rem 1rem;
}

@media (min-width: 768px) {
  .body .forum .admin .announce .nav {
    margin: 1em 20px 1em 38px;
  }
}

.body .forum .admin .announce h4 {
  margin: 1em 20px 1em 38px;
}

.body .forum .admin .announce .newform {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .body .forum .admin .announce .newform {
    padding: 0 20px 0 38px;
  }
}

.body .forum .admin .announce .newform .row {
  margin: 5px 0 5px 0;
}

.body .forum .admin .announce .newform .row input {
  padding: 0;
  margin: 0 0.5rem 0 0;
}

.body .forum .admin .announce .newform .row input.title {
  width: 100%;
}

.body .forum .admin .announce .newform .row label {
  padding: 0;
  margin: 0.5rem 0 0;
  font-weight: bold;
  display: inline-block;
}

.body .forum .admin .announce .newform .row .l {
  float: left;
}

.body .forum .admin .announce .newform .row .l label {
  /*float: left;*/
  display: block;
  margin-top: 4px;
}

.body .forum .admin .announce .newform .buttons input {
  padding: 10px;
}

.body .forum .admin .announce .newform .editor {
  clear: both;
  margin: 4em 0 1em 0;
}

.body .forum .admin .announce .newform .editor textarea {
  width: 90%;
}

.body .forum .admin .announce .newform .result {
  padding: 0;
}

.body .forum .admin .cattree {
  padding: 10px;
}

.body .forum .admin .feedburner {
  overflow: auto;
}

.body .forum .admin .feedburner .header {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1em 20px 1em 38px;
}

.body .forum .admin .feedburner table thead th {
  text-align: left;
}

.body .forum .admin .cats {
  padding: 0.225rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .body .forum .admin .cats {
    padding: 1rem 1.5rem;
  }
}

.body .forum .admin .cats .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 300px;
  margin: 0.5rem;
}

.body .forum .admin .cats .list .label {
  font-weight: bold;
  margin: 0 0 8px 0;
}

.body .forum .admin .cats .list select {
  height: 350px;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .body .forum .admin .cats .list select {
    height: 466px;
  }
}

.body .forum .admin .cats .list .viewtree {
  height: 20px;
  margin: 1rem 0;
  text-align: left;
}

.body .forum .admin .cats .section {
  border: 1px solid #666666;
  padding: 8px;
  margin-bottom: 10px;
}

.body .forum .admin .cats .edit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0.5rem;
  min-width: 300px;
}

.body .forum .admin .cats .edit input {
  margin: 0 3px 0 0;
}

.body .forum .admin .cats .edit .label {
  font-weight: bold;
  margin: 0 0 8px 0;
}

.body .forum .admin .cats .edit .desc {
  margin: 1em 0;
  font-size: 0.8125em;
}

.body .forum .admin .cats .edit .row {
  /*@include phone {
							max-width: 272x;
						}*/
  margin: 0 0 8px 4px;
}

.body .forum .admin .cats .edit .row .cell {
  float: left;
  text-align: center;
  padding: 0 4px 0 4px;
}

.body .forum .admin .cats .edit .row .cell label {
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .body .forum .admin .cats .edit .row .cell label {
    font-weight: normal;
    padding-bottom: 0;
    white-space: nowrap;
    font-size: 12px;
  }
}

.body .forum .admin .cats .edit select {
  max-width: 278px;
}

.body .forum .admin .cats .edit .access {
  overflow: auto;
  margin: 6px 0 10px 0;
}

.body .forum .admin .cats .edit .access .row {
  overflow: hidden;
  margin: 0;
}

.body .forum .admin .cats .edit .access .row .cell {
  float: left;
  width: 28%;
  text-align: center;
  padding: 0 6px 0 6px;
}

.body .forum .admin .cats .edit .access .row .cell label {
  font-weight: bold;
  padding-bottom: 3px;
  white-space: nowrap;
}

.body .forum .admin .cats .edit .button {
  margin: 0 0 10px 0;
}

.body .forum .admin .cats .edit .button input {
  margin: 0;
}

.body .forum .admin .cats .import {
  clear: both;
  margin: 0.5rem;
}

.body .forum .admin .cats .import .label {
  font-weight: bold;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #666666;
}

.body .forum .admin .cats .import .desc {
  padding: 0 10px 0 10px;
}

.body .forum .admin .cats .import .controls {
  padding: 12px 0 4px 10px;
}

.body .forum .admin .cats .new {
  clear: both;
  margin: 0.5rem;
}

.body .forum .admin .cats .new .label {
  font-weight: bold;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #666666;
}

.body .forum .admin .cats .new .desc {
  padding: 0 10px 0 10px;
}

.body .forum .admin .cats .new .controls {
  padding: 12px 0 4px 10px;
}

.body .forum .admin .usersearch {
  padding: 0;
}

@media (min-width: 768px) {
  .body .forum .admin .usersearch {
    padding: 10px 20px 10px 38px;
  }
}

.body .forum .admin .usersearch .searchform {
  margin: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.body .forum .admin .usersearch .searchform div {
  margin-right: 8px;
}

.body .forum .admin .usersearch .message {
  margin: 1rem;
}

.body .forum .admin .usersearch table.userlist th, .body .forum .admin .usersearch table.userlist td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}

.body .forum .admin .usersearch table.userlist th.name, .body .forum .admin .usersearch table.userlist td.name {
  text-align: left;
  width: 150px;
}

.body .forum .admin .usersearch table.userlist th.email, .body .forum .admin .usersearch table.userlist td.email {
  text-align: left;
}

.body .forum .admin .usersearch table.userlist th.joined, .body .forum .admin .usersearch table.userlist td.joined {
  text-align: center;
  width: 150px;
}

.body .forum .admin .usersearch table.userlist th.actions, .body .forum .admin .usersearch table.userlist td.actions {
  text-align: center;
  width: 150px;
}

.body .forum .writereply {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 10px;
}

.body .forum .writereply .message {
  color: #620000;
  background: #FFF4F4;
  border: 1px solid #FF0000;
  padding: 10px;
  margin: 10px;
}

.body .forum .writereply .private {
  font-weight: bold;
  margin-bottom: 10px;
}

.body .forum .writereply .buttons input {
  height: 50px;
}

.body .forum .writereply .section {
  margin-top: 10px;
}

.body .forum .writereply .section .content {
  padding: 0;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

.body .forum .writereply .section .content .reply {
  padding: 10px;
}

.body .forum .writereply .section .content .reply .content {
  border-right: 0;
  border-bottom: 0;
}

.body .forum .writepost {
  border-top: 1px solid #666666;
  padding: 10px 20px 10px 38px;
}

.body .forum .writepost .content .checkbox {
  margin-bottom: 10px;
}

.body .forum .writepost .content .buttons input {
  padding: 0 6px 0 6px;
  height: 40px;
  width: 160px;
}

.body .forum .writepost .content .row {
  overflow: auto;
  height: 30px;
}

.body .forum .writepost .content .row select {
  width: 99%;
}

.body .forum .writepost .content .row input {
  width: 98%;
}

.body .forum .writepost .content .row .ignorewidth input {
  width: auto;
}

.body .forum .writepost .content .row .checkbox {
  width: 1em;
  height: 1em;
}

.body .forum .writepost .content .row .label {
  float: left;
  margin-top: 3px;
  width: 110px;
}

.body .forum .writepost .content .row .control {
  margin-left: 120px;
}

.body .forum .writepost .content .row .footer {
  color: grey;
  font-size: 0.750em;
}

.body .forum .writepost .content .row .labelcheckbox {
  float: left;
  font-weight: normal;
  margin-top: 3px;
  width: 190px;
}

.body .forum .writepost .content .row .controlcheckbox {
  margin-left: 195px;
  width: 30px;
}

.body .forum .writepost .content .panel_container {
  border: 1px solid #666666;
  border-radius: 5px;
  margin: 1em 0;
}

.body .forum .writepost .content .panel_container h1 {
  background: #014B8A;
  color: #FDFDFD;
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #666666;
  margin-top: 0;
  padding: 5px;
}

.body .forum .writepost .content .panel_container .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em 0;
  padding: 0 5px;
}

.body .forum .writepost .content .panel_container .panel label {
  margin-right: 1em;
}

.body .forum .writepost .content .panel_container .panel input,
.body .forum .writepost .content .panel_container .panel textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.body .forum .writepost .content .panel_container .panel span {
  margin-left: 1em;
}

.body .forum .writepost .content .editor {
  margin: 1em 0;
}

.body .forum .writepost .content div.reason {
  margin: 6px 0 10px 0;
  height: auto;
}

.body .forum .writepost .content div.reason .label {
  float: none;
  margin: 0;
  width: auto;
}

.body .forum .writepost .content div.reason .control {
  float: none;
  margin: 0;
}

.body .forum .writepost .content div.reason .control textarea {
  width: 99%;
}

.body .forum .writepost .content .message {
  color: #620000;
  background: #FFF4F4;
  border: 1px solid #FF0000;
  padding: 10px;
  margin: 10px;
}

.body .forum .watchlist {
  border-top: 1px solid #666666;
  padding: 10px;
}

.body .forum .misc {
  padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
  .body .forum .misc {
    padding: 1em 20px 1em 38px;
  }
}

.body .forum .misc h1 {
  border-bottom: 1px solid #666666;
  color: #FFB400;
  /*color: $accentColor;*/
  font-size: 1.231em;
  margin: 0 0 1em 0;
}

.body .forum .misc .resetform {
  background: #181818;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding: .5em 1em;
}

.body .forum .misc .resetform .controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.body .forum .misc .resetform .controls label {
  margin: 0.5rem 0;
}

.body .forum .misc .resetform .controls input.text {
  margin: 0.5rem 1rem 0.5rem 0;
}

@media (min-width: 768px) {
  .body .forum .misc .resetform .controls label {
    margin: 0 0 0px 0;
  }
  .body .forum .misc .resetform .controls input.text {
    margin: 0 10px 0px 10px;
    width: 220px;
  }
}

.body .forum .misc .resetform .message {
  padding-left: 24px;
  margin: 1em 0 0 1em;
}

.body .forum .misc .resetform .message.success {
  background: url(/images/Base/glyph.success.gif) no-repeat;
}

.body .forum .misc .resetform .message.fail {
  background: url(/images/Base/icon.important.png) no-repeat;
}

.body .forum .misc .resetform .message.wait {
  background: url(/images/Base/ajax.loading.sm.gif) no-repeat center left;
}

.body .forum .moderators {
  margin-bottom: 1em;
  overflow: auto;
  padding: 4px 0 4px 0;
}

.body .forum .moderators .content {
  padding: 10px 10px 10px 38px;
}

.body .forum .moderators .content .mod {
  float: left;
  margin: 0 6px 0 0;
  white-space: nowrap;
}

.body .forum .userkarma {
  overflow: auto;
  overflow-x: hidden;
}

.body .forum .userkarma .info {
  background: #014B8A;
  color: #FDFDFD;
  padding: 9px 20px 9px 38px;
}

.body .forum .userkarma .info .total {
  color: #009900;
  font-weight: bold;
}

.body .forum .userkarma .info .count {
  font-weight: bold;
}

.body .forum .userkarma .detail {
  padding-top: 10px;
}

.body .forum .userkarma .detail .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  padding: 0 20px 0 38px;
}

.body .forum .userkarma .detail .head .l {
  font-weight: bold;
}

.body .forum .userkarma .detail table.karmalist th.when,
.body .forum .userkarma .detail table.karmalist td.when {
  padding-left: 10px;
  text-align: left;
  white-space: nowrap;
  width: 85px;
}

.body .forum .userkarma .detail table.karmalist th.site,
.body .forum .userkarma .detail table.karmalist td.site {
  text-align: center;
  width: 50px;
}

.body .forum .userkarma .detail table.karmalist th.post,
.body .forum .userkarma .detail table.karmalist td.post {
  text-align: left;
}

.body .forum .userkarma .detail table.karmalist th.post a,
.body .forum .userkarma .detail table.karmalist td.post a {
  max-width: 300px;
}

.body .forum .userkarma .detail table.karmalist th.who,
.body .forum .userkarma .detail table.karmalist td.who {
  text-align: left;
  width: 150px;
}

.body .forum .userkarma .detail table.karmalist th.who a,
.body .forum .userkarma .detail table.karmalist td.who a {
  max-width: 150px;
}

.body .forum .userkarma .detail table.karmalist th.reply,
.body .forum .userkarma .detail table.karmalist td.reply {
  text-align: center;
  width: 50px;
}

.body .forum .userkarma .detail table.karmalist th.delete,
.body .forum .userkarma .detail table.karmalist td.delete {
  text-align: center;
  width: 50px;
}

.body .forum .userkarma .detail table.karmalist tbody tr td.site a {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.body .forum .userkarma .detail table.karmalist tbody tr td.reply a,
.body .forum .userkarma .detail table.karmalist tbody tr td.delete a {
  display: inline-block !important;
}

.body .forum .awards .awardprofile {
  margin: 15px 0px 40px 0px;
}

.body .forum .awards .awardprofile .row {
  margin: 5px 5px 10px 5px;
}

.body .forum .awards .awardprofile .row .label {
  margin: 5px 5px 5px 5px;
}

.body .forum .awards .awardprofile .row .data img {
  display: inline-block;
}

.body .forum .button {
  background: url("/images/base/buttons.png") no-repeat;
  border-bottom: 0;
  display: block !important;
  padding: 0;
  background: url("/images/base/buttons.dark.png") no-repeat;
}

.body .forum .button:hover {
  background-color: transparent;
}

.body .forum .button:hover::after {
  display: none;
}

.body .forum .button.subscribe {
  background-position: -616px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.subscribe:hover {
  background-position-y: -161px;
}

.body .forum .button.subscribe.subscribeselected {
  background-position-x: -651px;
}

.body .forum .button.subscribe.subscribeselected:hover {
  background-position-y: -161px;
}

.body .forum .button.search {
  background-position: -35px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.search:hover {
  background-position-y: -161px;
}

.body .forum .button.karma {
  background-position: -70px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.karma:hover {
  background-position-y: -161px;
}

.body .forum .button.karma.given {
  background-position-x: -686px;
}

.body .forum .button.karma.given:hover {
  background-position-y: -161px;
}

.body .forum .button.report {
  background-position: 0px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.report:hover {
  background-position-y: -161px;
}

.body .forum .button.viewedits {
  background-position: -581px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.viewedits:hover {
  background-position-y: -161px;
}

.body .forum .button.edit {
  background-position: -546px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.edit:hover {
  background-position-y: -161px;
}

.body .forum .button.quote {
  background-position: -140px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.quote:hover {
  background-position-y: -161px;
}

.body .forum .button.links {
  background-position: -721px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.links:hover {
  background-position-y: -161px;
}

.body .forum .button.tools {
  background-position: -105px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.tools:hover {
  background-position-y: -161px;
}

.body .forum .button.reply {
  background-position: -175px -138px;
  height: 23px;
  width: 52px;
}

.body .forum .button.reply:hover {
  background-position-y: -161px;
}

.body .forum .button.delete {
  background-position: -279px -138px;
  height: 23px;
  width: 35px;
}

.body .forum .button.delete:hover {
  background-position-y: -161px;
}

.body .forum .button.createpost {
  background-position: -52px 0px;
  height: 23px;
  width: 97px;
}

.body .forum .button.createpost:hover {
  background-position-y: -23px;
}

.body .forum .button.apply {
  background-position: -477px -0px;
  height: 23px;
  width: 52px;
}

.body .forum .button.apply:hover {
  background-position-y: -23px;
}

.body .forum .button.savechanges {
  background-position: -217px -46px;
  height: 23px;
  width: 94px;
}

.body .forum .button.savechanges:hover {
  background-position-y: -69px;
}

.body .forum .button.activate {
  background-position: -102px -46px;
  height: 23px;
  width: 114px;
}

.body .forum .button.activate:hover {
  background-position-y: -69px;
}

.body .forum .button.changeusername {
  background-position: -311px -46px;
  height: 23px;
  width: 118px;
}

.body .forum .button.changeusername:hover {
  background-position-y: -69px;
}

.body .forum .button.changepassword {
  background-position: -429px -46px;
  height: 23px;
  width: 116px;
}

.body .forum .button.changepassword:hover {
  background-position-y: -69px;
}

.body .forum .button.searchtext {
  background-position: -494px -138px;
  height: 23px;
  width: 52px;
}

.body .forum .button.searchtext:hover {
  background-position-y: -161px;
}

.body .forum .button.newpost {
  background-position: -494px -138px;
  height: 23px;
  width: 52px;
}

.body .forum .button.newpost:hover {
  background-position-y: -161px;
}

.body .forum .button.createaccount {
  background-position: -655px -46px;
  height: 23px;
  width: 127px;
}

.body .forum .button.createaccount:hover {
  background-position-y: -69px;
}

.body .forum .button.login {
  background-position: -425px 0;
  height: 23px;
  width: 52px;
}

.body .forum .button.login:hover {
  background-position-y: -23px;
}

.body .forum .button.sendreport {
  background-position: -326px 0;
  height: 23px;
  width: 99px;
}

.body .forum .button.sendreport:hover {
  background-position-y: -23px;
}

.body .forum .button.forgetit {
  background-position: -149px 0;
  height: 23px;
  width: 81px;
}

.body .forum .button.forgetit:hover {
  background-position-y: -23px;
}

.body .forum .button span {
  display: none;
}

.body .forum .glyph {
  background: url("/images/Base/glyphs.png") no-repeat;
  border-bottom: 0;
  display: block !important;
  /*&.postnew {
                background-position: -97px -23px;
                height: 21px;
                width: 21px;
            }*/
  /*&.posthot {
                background-position: -141px -23px;
                height: 22px;
                width: 18px;
            }

            &.posthotnew {
                background-position: -177px -23px;
                height: 22px;
                width: 22px;
            }

            &.posthotread {
                background-position: -159px -23px;
                height: 22px;
                width: 18px;
            }*/
  /*&.postnew {
                    background-position-y: -46px;
                }*/
  /*&.posthot {
                    background-position-y: -46px;
                }

                &.posthotnew {
                    background-position-y: -46px;
                }

                &.posthotread {
                    background-position-y: -46px;
                }*/
}

.body .forum .glyph:hover::after {
  display: none;
}

.body .forum .glyph.stardock {
  background: url("/images/message_logo.svg") no-repeat;
  width: 24px;
  height: 17px;
}

.body .forum .glyph.postread {
  background: url("/images/message.svg") no-repeat;
  width: 24px;
}

.body .forum .glyph.postnewreply {
  background: url("/images/message_new.svg") no-repeat;
  width: 24px;
}

.body .forum .glyph.postnewreplysubscribed {
  background: url("/images/message_new_sub.svg") no-repeat;
  width: 24px;
}

.body .forum .glyph.postdeleted {
  background: url("/images/message_deleted.svg") no-repeat;
  width: 24px;
}

.body .forum .glyph.posthidden {
  background: url("/images/message_hidden.svg") no-repeat;
  width: 24px;
  width: 18px;
}

.body .forum .glyph.postlocked {
  background: url("/images/message_lock.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.body .forum .glyph.poststicky {
  background: url("/images/message_pin.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.body .forum .glyph.stardock {
  background: url("/images/message_logo_dark.svg") no-repeat;
}

.body .forum .glyph.postread {
  background-position-y: -46px;
  background: url("/images/message_dark.svg") no-repeat;
}

.body .forum .glyph.postnewreply {
  background: url("/images/message_new_dark.svg") no-repeat;
}

.body .forum .glyph.postnewreplysubscribed {
  background: url("/images/message_new_sub_dark.svg") no-repeat;
}

.body .forum .glyph.postdeleted {
  background: url("/images/message_deleted_dark.svg") no-repeat;
}

.body .forum .glyph.posthidden {
  background: url("/images/message_hidden_dark.svg") no-repeat;
}

.body .forum .glyph.postlocked {
  background: url("/images/message_lock_dark.svg") no-repeat;
}

.body .forum .glyph.poststicky {
  background: url("/images/message_pin_dark.svg") no-repeat;
}

.body .forum .glyph.rss {
  background-position: -196px 0px;
  height: 12px;
  width: 18px;
}

.body .forum .glyph.min {
  background-position: -26px 0px;
  height: 13px;
  width: 13px;
}

.body .forum .glyph.max {
  background-position: -13px 0px;
  height: 13px;
  width: 13px;
}

.body .forum .glyph.rightarrow {
  background-position: -39px 0px;
  height: 13px;
  width: 13px;
}

.body .forum .glyph.downarrow {
  background-position: 0 0px;
  height: 13px;
  width: 13px;
}

.body .forum .glyph.goto {
  background-position: -144px 0px;
  height: 11px;
  width: 13px;
}

.body .forum .glyph.warning {
  background-position: -110px 0px;
  height: 18px;
  width: 18px;
}

.body .forum .glyph.iconnew {
  background-position: -215px 0px;
  height: 17px;
  width: 15px;
}

.body .forum .glyph.iconread {
  background-position: -230px 0px;
  height: 17px;
  width: 15px;
}

.body .forum .glyph.iconreplied {
  background-position: -245px 0px;
  height: 17px;
  width: 15px;
}

.body .forum .glyph.deletebutton {
  background-position: -82px 0px;
  height: 14px;
  width: 14px;
}

.body .forum .glyph.openlink {
  background-position: -248px -21px;
  height: 13px;
  width: 12px;
}

.body .forum .glyph.smalldownarrow {
  background-position: -253px -37px;
  height: 4px;
  width: 7px;
}

.body .forum .glyph.up {
  background-position: -128px 0px;
  height: 13px;
  width: 13px;
}

.body .forum .usergroup {
  background: url("/images/base/groups.png") no-repeat;
}

.body .forum .usergroup.wcwizop {
  background-position: -412px 0px;
  height: 32px;
  width: 103px;
}

.body .forum .usergroup.moderator {
  background-position: -1px -38px;
  height: 31px;
  width: 108px;
}

.body .forum .usergroup.sdemperor {
  background-position: -206px 0px;
  height: 32px;
  width: 103px;
}

.body .forum .usergroup.sdemployee {
  background-position: -206px 0px;
  height: 32px;
  width: 103px;
}

.body .forum .usergroup.sdsupport {
  background-position: -309px 0px;
  height: 36px;
  width: 103px;
}

.body .forum .usergroup.sddev {
  background-position: -206px 0px;
  height: 32px;
  width: 103px;
}

.body .forum .usergroup.galcivdev {
  background-position: -103px 0px;
  height: 38px;
  width: 103px;
}

.body .forum .usergroup.ironclad {
  background-position: 0px 0px;
  height: 31px;
  width: 103px;
}

.body .forum .usergroup.advert {
  background-position: -109px -46px;
  height: 23px;
  width: 103px;
}

.body .forum .usergroup.gpg {
  background-position: -212px -36px;
  height: 33px;
  width: 103px;
}

.body .forum .usergroup.mothership {
  background-position: -1px -77px;
  height: 28px;
  width: 107px;
}

.body .forum .usergroup.oxide {
  background-position: -109px -74px;
  height: 31px;
  width: 107px;
}

.body .forum .usergroup.mohawk {
  background-position: -217px -74px;
  height: 31px;
  width: 107px;
}

.body .forum .usergroup.bonusxp {
  background-position: -325px -74px;
  height: 31px;
  width: 107px;
}

.body .forum .usergroup.mvp {
  background-position: -413px -41px;
  height: 31px;
  width: 102px;
}

.body .forum .listpager {
  font-size: 0.8125em;
  min-height: 11px;
  padding-left: 11px;
  position: relative;
}

.body .forum .listpager:before {
  background: url(/images/Base/list.pages.gif);
  content: ' ';
  display: block;
  height: 11px;
  margin-top: -5.5px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
}

.body .forum .listpager a {
  margin-left: 4px;
}

.body .forum .pagertop,
.body .forum .pagerbottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5em 20px .5em 15px;
}

.body .forum .pagertop .nav,
.body .forum .pagerbottom .nav {
  line-height: 20px;
}

@media (min-width: 768px) {
  .body .forum .pagertop,
  .body .forum .pagerbottom {
    padding: .5em 20px .5em 38px;
  }
}

.body .forum .pagertop > select,
.body .forum .pagerbottom > select {
  margin: 5px 5px 0 0;
}

@media (min-width: 768px) {
  .body .forum .pagertop > select,
  .body .forum .pagerbottom > select {
    margin: 0px 5px 0 0;
  }
}

.body .forum .pager {
  margin: 0 0 0 auto;
}

.body .forum .pager > span {
  margin-right: 7px;
}

.body .forum .pager a.jump {
  margin-right: .5em;
  padding-right: 14px;
  position: relative;
}

.body .forum .pager a.jump::after {
  background: url("/images/Base/pager.arrow.gif");
  bottom: 3px;
  content: '';
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 0;
  width: 11px;
}

.body .forum .pager a.current {
  /*line-height: 20px;*/
  height: 20px;
  font-size: 1em;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.body .forum .pager .first,
.body .forum .pager .prev {
  margin-right: .5em;
}

.body .forum .pager .next,
.body .forum .pager .last {
  margin-left: .5em;
}

.body .forum .announcement {
  border: 0;
  margin: 5px 4px;
  padding: 0;
}

.body .forum .announcement .content {
  background: #DEE8F3 url("/images/Base/announce.png") no-repeat 8px center;
  color: #000;
  padding: 14px 10px;
  overflow: auto;
  text-align: center;
}

.body .forum .announcement .content .title {
  display: inline;
  font-size: 1.154em;
}

.body .forum .announcement .content .readmore {
  display: inline;
  color: #666;
  font-size: 0.769em;
  padding-left: 10px;
}

.body .forum .announcement .content .readmore a {
  color: #666;
}

.body .forum .announcement .forum_popup {
  display: none;
}

.body .forum .nopost,
.body .forum .postremoved {
  padding: 10px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.body .forum .codeblock {
  color: #000;
  margin: 10px;
  border: 1px solid #91A5D5;
  overflow: auto;
}

.body .forum .codeblock .lang {
  font-weight: bold;
  color: #3E5C9B;
  padding: 2px 2px 4px 10px;
  background: #C2CEE7;
  border-top: 1px solid #FDFDFD;
  border-left: 1px solid #FDFDFD;
  border-bottom: 1px solid #91A5D5;
}

.body .forum .codeblock ol {
  display: block;
  background: #FDFDFD;
  margin-top: 0;
  margin-bottom: 0;
  list-style-position: outside;
}

.body .forum .codeblock li {
  list-style-position: outside !important;
  display: list-item;
  line-height: 18px;
  font-size: 1em;
  font-family: 'Courier New', monospace;
  border-left: 1px solid #ccc;
  background: #FDFDFD;
  padding-left: 6px;
}

.body .forum .codeblock li.alt {
  background: #F8F8F8 none repeat scroll 0 0;
}

.body .forum .codeblock pre {
  margin: 0;
  padding: 0;
}

.body .forum .codeblock .numbers {
  border-right: 1px solid #ccc;
  text-align: right;
  padding: 0 2px 0 8px;
}

.body .forum .codeblock .code {
  background: #FDFDFD;
  padding: 0 0 0 6px;
}

.body .forum .Stardock_Captcha {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  width: 340px;
}

.body .forum .Stardock_Captcha .Stardock_CaptchaImage {
  width: 184px;
  padding: 1px;
  border: 1px solid #666666;
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
}

.body .forum .Stardock_Captcha .Stardock_CaptchaForm {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 10px;
}

.body .forum .Stardock_Captcha .Stardock_CaptchaForm .Stardock_CaptchaFormText {
  width: 140px;
  font-size: 1em;
}

.body .forum .Article_Quote {
  background: #DEE8F3 url(/images/Base/quote.png) no-repeat top right;
  border: 1px solid #91A5D5;
  color: #2D2D2D;
  margin: 10px;
  padding: 10px 105px 10px 10px;
}

.body .forum .mb-Body-Quote-Table {
  background: #DEE8F3;
  border: 1px solid #91A5D5;
  margin: 10px;
  color: #000000;
}

.body .forum .mb-Body-Quote-Table .mb-Body-Quote-Text {
  background: #DEE8F3 url("/images/Base/quote.png") no-repeat top right;
}

.body .forum .editor {
  margin: 0 auto;
  margin-bottom: 10px;
}

.body .forum .editor textarea {
  width: 100%;
  height: 300px;
}

.body .forum .editor iframe {
  width: 99%;
  height: 300px;
}

.body .forum .signup {
  border-top: 1px solid #666666;
  margin-top: 2em;
  min-height: 125px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .body .forum .signup {
    background: url("/images/Base/sd.logo.png") no-repeat 20px center;
    padding: 2em 20px 0 190px;
  }
}

.body .forum .signup strong {
  color: #014B8A;
  display: block;
  font-size: 1.154em;
  font-weight: normal;
}

.body .forum .signup a.action {
  font-size: 1.231em;
}

.body .forum p.error {
  text-align: center;
}

.body .forum .listing {
  font-size: 16px;
}

.body .forum .listing > .header {
  background-color: #014B8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  line-height: 2rem;
  padding: 0 2.375rem 0 1rem;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .body .forum .listing > .header {
    padding: 0 2.375rem 0 2.375rem;
  }
}

.body .forum .listing > .header > h1 {
  color: #FDFDFD;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.25em;
}

.body .forum .listing > .header > a {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.body .forum .listing > .header > a > h1 {
  color: #FDFDFD;
  font-size: 1.5rem;
  font-weight: normal;
}

.body .forum .listing > .header > a.glyph.min, .body .forum .listing > .header > a.glyph.max {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  margin-right: 0;
}

.body .forum .listing > .subhead {
  border-bottom: 1px solid #666666;
  padding: 1rem 1rem 1rem 1rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
}

.body .forum .listing > .subhead > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: none;
  color: #FDFDFD;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .body .forum .listing > .subhead {
    padding: 0.625rem 2.375rem 0.625rem 2.375rem;
  }
}

.body .forum .listing ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.body .forum .listing ol > li {
  display: -ms-grid;
  display: grid;
  list-style-type: none;
  grid-gap: 7px;
  padding: 1rem 1rem 1rem 1rem;
}

.body .forum .listing ol > li:nth-child(odd) {
  background: #181818;
}

.body .forum .listing ol > li:nth-last-child(-n+1) {
  border-bottom: 1px solid #CACACA;
}

.body .forum .listing ol > li:hover {
  background: rgba(147, 149, 169, 0.5);
}

@media (min-width: 768px) {
  .body .forum .listing ol > li {
    padding: 1rem 2.375rem 1rem 2.375rem;
  }
}

.body .forum .listing.announcements > .subhead {
  -ms-grid-columns: auto 65px;
      grid-template-columns: auto 65px;
  grid-template-areas: 'title site';
}

.body .forum .listing.announcements > .subhead > div {
  display: block;
}

.body .forum .listing.announcements > .subhead > div.begin {
  display: none;
  grid-area: begin;
}

.body .forum .listing.announcements > .subhead > div.command {
  display: none;
  grid-area: command;
}

.body .forum .listing.announcements > .subhead > div.end {
  display: none;
  grid-area: end;
}

.body .forum .listing.announcements > .subhead > div.site {
  grid-area: site;
  text-align: center;
}

.body .forum .listing.announcements > .subhead > div.title {
  grid-area: title;
}

@media (min-width: 768px) {
  .body .forum .listing.announcements > .subhead {
    -ms-grid-columns: auto 144px 144px 118px 65px;
        grid-template-columns: auto 144px 144px 118px 65px;
    grid-template-areas: 'title begin end site command';
  }
  .body .forum .listing.announcements > .subhead > div.begin, .body .forum .listing.announcements > .subhead > div.command, .body .forum .listing.announcements > .subhead > div.end, .body .forum .listing.announcements > .subhead > div.site, .body .forum .listing.announcements > .subhead > div.title {
    display: block;
  }
}

.body .forum .listing.announcements > ol > li {
  -ms-grid-columns: auto 65px;
      grid-template-columns: auto 65px;
  grid-template-areas: 'title title' 'begin site' 'end command';
}

.body .forum .listing.announcements > ol > li > div {
  display: block;
  font-size: 0.8125em;
}

.body .forum .listing.announcements > ol > li > div.begin {
  grid-area: begin;
}

.body .forum .listing.announcements > ol > li > div.begin:before {
  content: 'Begins: ';
}

.body .forum .listing.announcements > ol > li > div.command {
  grid-area: command;
  text-align: right;
}

.body .forum .listing.announcements > ol > li > div.end {
  grid-area: end;
}

.body .forum .listing.announcements > ol > li > div.end:before {
  content: 'Ends: ';
}

.body .forum .listing.announcements > ol > li > div.site {
  grid-area: site;
  text-align: center;
}

.body .forum .listing.announcements > ol > li > div.title {
  grid-area: title;
  font-size: 1em;
}

@media (min-width: 768px) {
  .body .forum .listing.announcements > ol > li {
    -ms-grid-columns: auto 144px 144px 118px 65px;
        grid-template-columns: auto 144px 144px 118px 65px;
    grid-template-areas: 'title begin end site command';
  }
  .body .forum .listing.announcements > ol > li > div.begin:before, .body .forum .listing.announcements > ol > li > div.end:before {
    content: '';
  }
}

.body .forum .listing.feedburner > .subhead {
  -ms-grid-columns: auto 200px;
      grid-template-columns: auto 200px;
  grid-template-areas: 'url label';
}

.body .forum .listing.feedburner > .subhead > div {
  display: block;
}

.body .forum .listing.feedburner > .subhead > div.url {
  grid-area: url;
}

.body .forum .listing.feedburner > .subhead > div.ident {
  grid-area: ident;
  display: none;
}

.body .forum .listing.feedburner > .subhead > div.label {
  grid-area: label;
  text-align: center;
}

@media (min-width: 768px) {
  .body .forum .listing.feedburner > .subhead {
    -ms-grid-columns: auto 175px 225px;
        grid-template-columns: auto 175px 225px;
    grid-template-areas: 'url ident label';
  }
  .body .forum .listing.feedburner > .subhead > div.url, .body .forum .listing.feedburner > .subhead > div.ident, .body .forum .listing.feedburner > .subhead > div.label {
    display: block;
  }
}

.body .forum .listing.feedburner > ol > li {
  -ms-grid-columns: auto 200px;
      grid-template-columns: auto 200px;
  grid-template-areas: 'url label';
}

.body .forum .listing.feedburner > ol > li > div {
  display: none;
  font-size: 0.8125em;
}

.body .forum .listing.feedburner > ol > li > div.url {
  display: block;
  grid-area: url;
}

.body .forum .listing.feedburner > ol > li > div.ident {
  grid-area: ident;
  display: none;
}

.body .forum .listing.feedburner > ol > li > div.label {
  display: block;
  grid-area: label;
  text-align: center;
}

@media (min-width: 768px) {
  .body .forum .listing.feedburner > ol > li {
    -ms-grid-columns: auto 175px 225px;
        grid-template-columns: auto 175px 225px;
    grid-template-areas: 'url ident label';
  }
  .body .forum .listing.feedburner > ol > li > div {
    display: none;
  }
  .body .forum .listing.feedburner > ol > li > div.url, .body .forum .listing.feedburner > ol > li > div.ident, .body .forum .listing.feedburner > ol > li > div.label {
    display: block;
  }
}

.body .forum .listing.karmalist > .subhead {
  -ms-grid-columns: 20px auto 135px;
      grid-template-columns: 20px auto 135px;
  grid-template-areas: 'post post who';
  /*&.admin {
						> div {
							&.delete {
								display: block;
							}
						}

					}*/
}

.body .forum .listing.karmalist > .subhead > div {
  display: none;
}

.body .forum .listing.karmalist > .subhead > div.delete {
  grid-area: delete;
}

.body .forum .listing.karmalist > .subhead > div.post {
  grid-area: post;
}

.body .forum .listing.karmalist > .subhead > div.site {
  text-align: center;
  grid-area: site;
}

.body .forum .listing.karmalist > .subhead > div.reply {
  text-align: center;
  grid-area: reply;
}

.body .forum .listing.karmalist > .subhead > div.when {
  grid-area: when;
}

.body .forum .listing.karmalist > .subhead > div.who {
  grid-area: who;
}

.body .forum .listing.karmalist > .subhead > div.post, .body .forum .listing.karmalist > .subhead > div.who {
  display: block;
}

@media (min-width: 768px) {
  .body .forum .listing.karmalist > .subhead {
    -ms-grid-columns: 105px 65px auto 165px 36px;
        grid-template-columns: 105px 65px auto 165px 36px;
    grid-template-areas: 'when site post who reply';
  }
  .body .forum .listing.karmalist > .subhead > div.post, .body .forum .listing.karmalist > .subhead > div.reply, .body .forum .listing.karmalist > .subhead > div.site, .body .forum .listing.karmalist > .subhead > div.when, .body .forum .listing.karmalist > .subhead > div.who {
    display: block;
  }
}

.body .forum .listing.karmalist > ol {
  /*&.admin {
						> li {
							grid-template-columns: auto 65px;
							grid-template-areas: 'post post post who' 'when site reply delete';

							> div {
								&.delete {
									display: block;
								}
							}

							@include tablet {
								grid-template-columns: 105px 65px auto 144px 165px 75px 50px;
								grid-template-areas: 'when site post who reply delete';
							}
						}
					}*/
}

.body .forum .listing.karmalist > ol > li {
  -ms-grid-columns: 20px auto 135px;
      grid-template-columns: 20px auto 135px;
  grid-template-areas: 'site post who' 'reply when when';
}

.body .forum .listing.karmalist > ol > li > div {
  display: block;
}

.body .forum .listing.karmalist > ol > li > div.delete {
  display: none;
  grid-area: delete;
  text-align: center;
}

.body .forum .listing.karmalist > ol > li > div.post {
  grid-area: post;
}

.body .forum .listing.karmalist > ol > li > div.reply {
  grid-area: reply;
  text-align: center;
}

.body .forum .listing.karmalist > ol > li > div.reply > a {
  display: inline-block !important;
}

.body .forum .listing.karmalist > ol > li > div.site {
  grid-area: site;
  text-align: center;
}

.body .forum .listing.karmalist > ol > li > div.site > a {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.body .forum .listing.karmalist > ol > li > div.when {
  grid-area: when;
}

.body .forum .listing.karmalist > ol > li > div.who {
  grid-area: who;
}

@media (min-width: 768px) {
  .body .forum .listing.karmalist > ol > li {
    -ms-grid-columns: 105px 65px auto 165px 36px;
        grid-template-columns: 105px 65px auto 165px 36px;
    grid-template-areas: 'when site post who reply';
  }
}

.body .forum .listing.userlist > .subhead {
  -ms-grid-columns: 165px auto;
      grid-template-columns: 165px auto;
  grid-template-areas: 'name email';
}

.body .forum .listing.userlist > .subhead > div.actions {
  display: none;
  grid-area: actions;
}

.body .forum .listing.userlist > .subhead > div.email {
  grid-area: email;
}

.body .forum .listing.userlist > .subhead > div.joined {
  display: none;
  grid-area: joined;
}

.body .forum .listing.userlist > .subhead > div.name {
  grid-area: name;
}

@media (min-width: 768px) {
  .body .forum .listing.userlist > .subhead {
    -ms-grid-columns: 165px auto 150px 100px;
        grid-template-columns: 165px auto 150px 100px;
    grid-template-areas: 'name email joined actions';
  }
  .body .forum .listing.userlist > .subhead > div.actions, .body .forum .listing.userlist > .subhead > div.email, .body .forum .listing.userlist > .subhead > div.joined, .body .forum .listing.userlist > .subhead > div.name {
    display: block;
  }
}

.body .forum .listing.userlist > ol > li {
  -ms-grid-columns: 165px auto;
      grid-template-columns: 165px auto;
  grid-template-areas: 'name email' 'joined joined' 'actions actions';
}

.body .forum .listing.userlist > ol > li > div.actions {
  grid-area: actions;
}

.body .forum .listing.userlist > ol > li > div.actions > a {
  font-size: 12px;
}

.body .forum .listing.userlist > ol > li > div.actions > a:not(:first-child):before {
  content: ' • ';
}

.body .forum .listing.userlist > ol > li > div.email {
  grid-area: email;
}

.body .forum .listing.userlist > ol > li > div.joined {
  grid-area: joined;
  font-size: 12px;
}

.body .forum .listing.userlist > ol > li > div.name {
  grid-area: name;
}

@media (min-width: 768px) {
  .body .forum .listing.userlist > ol > li {
    -ms-grid-columns: 165px auto 150px 100px;
        grid-template-columns: 165px auto 150px 100px;
    grid-template-areas: 'name email joined actions';
  }
  .body .forum .listing.userlist > ol > li > div.actions, .body .forum .listing.userlist > ol > li > div.joined {
    font-size: 1rem;
  }
  .body .forum .listing.userlist > ol > li > div.actions > a {
    display: block;
  }
  .body .forum .listing.userlist > ol > li > div.actions > a:not(:first-child):before {
    content: '';
  }
}

.forum_popup {
  /* Used with jQuery UI, so outside of .body .forum */
}

.forum_popup .header {
  margin-bottom: 1em;
}

/* #region Popout menus */
.slidingmenu {
  background: #FDFDFD;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  display: none;
  font: 0.8125em "Segoe UI", Arial, Sans-Serif;
  position: absolute;
  width: auto;
  z-index: 1000;
}

.slidingmenu .header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E5E6E7));
  background: linear-gradient(to bottom, #FEFEFE 0%, #E5E6E7 100%);
  color: #222;
  line-height: 1.5em;
  padding: .5em;
}

.slidingmenu > .content {
  padding: 10px;
}

.slidingmenu > .content > .onelineform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slidingmenu > .content > .onelineform > a {
  margin-left: 1em;
}

.slidingmenu.reportpost {
  width: 400px;
}

.slidingmenu.reportpost .content p {
  margin-top: 0;
}

.slidingmenu.reportpost .content textarea {
  height: 60px;
  width: 370px;
}

.slidingmenu.reportpost .reasonsuccess {
  color: #009900;
  display: none;
  margin-top: .5em;
}

.slidingmenu#categorysearchbox > .content > .advancedsearch, .slidingmenu#postsearchbox > .content > .advancedsearch {
  display: inline-block;
  margin-top: .5em;
}

.slidingmenu#postsubscribebox hr, .slidingmenu#subscriptionssubscribebox hr {
  background: #666666;
  color: #666666;
  margin: 4px;
}

.slidingmenu#postsubscribebox label, .slidingmenu#subscriptionssubscribebox label {
  display: block;
  line-height: 1.5em;
}

.slidingmenu#postsubscribebox label.disabled, .slidingmenu#subscriptionssubscribebox label.disabled {
  color: #777;
}

.slidingmenu#postkarmareasonbox .reasonsuccess, .slidingmenu.karmareasonbox .reasonsuccess {
  color: #009900;
  display: none;
  margin-top: .5em;
}

.StardockMenu {
  background: #FDFDFD;
  border: 1px solid #666666;
  color: #111;
  font: 13px "Segoe UI", Arial, Sans-Serif;
  margin-top: 2px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: 9999;
}

.StardockMenu .content .items {
  line-height: 1.5em;
}

.StardockMenu .content .items .header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FDFDFD));
  background: linear-gradient(to bottom, #FDFDFD 0%, #FDFDFD 100%);
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-top: 1em;
  padding: 0 .5em;
  color: #222;
}

.StardockMenu .content .items .header:first-child {
  border-top: 0;
  margin-top: 0;
}

.StardockMenu .content .items a {
  color: #333;
  display: block;
  padding: 0 .5em;
  text-decoration: none;
}

.StardockMenu .content .items a:hover {
  background: #666;
  color: #FDFDFD;
}

/* #endregion */
/* #region Popups */
#popupparent {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
}

#popup {
  margin: 0 auto;
  display: none;
  top: 30%;
  width: 500px;
  z-index: 100;
}

#popup .popupborder {
  border: 1px solid #ABADB3;
  padding: 0 20px;
  background: #FDFDFD;
  -webkit-box-shadow: 0 0 5px 5px #888;
          box-shadow: 0 0 5px 5px #888;
}

#popup .popupcontent {
  cursor: pointer;
  padding: 7px;
  position: absolute;
  text-align: left;
  top: 30%;
  width: 500px;
  z-index: 10;
}

#popup .popupcontent p {
  color: #292929;
}

#popup .popupcontent a {
  color: #292929;
}

#popup .popupcontent #popuptitle {
  font-size: 1.538em;
  margin: 20px 20px 0 0;
}

#popup .popupcontent #popupextra {
  font-size: 0.769em;
  margin: 10px 0 20px 0;
}

#popup .popupcontent #popupclose {
  margin-right: -12px;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 0;
}

/* #endregion */
/* #region Award Sprites */
/* 48x48 */
.awardlegend {
  border: none;
  background: transparent url("/images/AwardLegend_48.png") no-repeat scroll 0 0;
  /* as the image size changes change the background size.  Keeping a 48x48 icon ration 100% for each row and column. */
  display: initial;
  width: 48px;
  height: 48px;
  margin: 5px;
  padding: 0px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

/* GC3 Founders */
.award_142 {
  height: 73px;
  width: 70px;
}

/* Generic Founders */
.award_143,
.award_144,
.award_145,
.award_146,
.award_147,
.award_172 {
  height: 70px;
  width: 70px;
}

/* 16x16 */
.award {
  border: none;
  background: transparent url("/images/AwardIcons_16.png") no-repeat scroll 0 0;
  /* as the image size changes change the background size.  Keeping a 48x48 icon ration 100% for each row and column. */
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 0px;
}

.small {
  width: 16px;
  height: 16px;
}

/* Misc awards */
.a_1 {
  background-position: -144px -192px;
}

.a_10 {
  background-position: -16px  0px;
}

.a_145 {
  background-position: -32px  0px;
}

.a_44 {
  background-position: -48px  0px;
}

.a_45 {
  background-position: -64px  0px;
}

.a_64 {
  background-position: -80px  0px;
}

.a_65 {
  background-position: -96px  0px;
}

.a_66 {
  background-position: -112px  0px;
}

.a_69 {
  background-position: -128px 0px;
}

.a_70 {
  background-position: -144px 0px;
}

.a_84 {
  background-position: -112px  -112px;
}

.a_86 {
  background-position: -128px  -112px;
}

/* # Post Created Awards */
.a_12 {
  background-position: 0px    -16px;
}

.a_13 {
  background-position: -32px  -16px;
}

/*.a_14   { background-position: -32px  -16px;  }*/
.a_15 {
  background-position: -48px  -16px;
}

.a_16 {
  background-position: -64px  -16px;
}

.a_17 {
  background-position: -80px  -16px;
}

.a_18 {
  background-position: -96px  -16px;
}

.a_19 {
  background-position: -112px -16px;
}

.a_20 {
  background-position: -128px -16px;
}

.a_21 {
  background-position: -144px -16px;
}

/* Received Referral From X Sites for a Single Post Awards */
.a_22 {
  background-position: 0px    -32px;
}

.a_23 {
  background-position: -16px  -32px;
}

.a_24 {
  background-position: -32px  -32px;
}

.a_25 {
  background-position: -48px  -32px;
}

.a_26 {
  background-position: -64px  -32px;
}

.a_27 {
  background-position: -80px  -32px;
}

.a_28 {
  background-position: -96px  -32px;
}

.a_29 {
  background-position: -112px -32px;
}

.a_30 {
  background-position: -128px -32px;
}

.a_33 {
  background-position: -144px -32px;
}

/* Karma Received Awards */
.a_34 {
  background-position: 0px    -48px;
}

.a_35 {
  background-position: -16px  -48px;
}

.a_36 {
  background-position: -32px  -48px;
}

.a_37 {
  background-position: -48px  -48px;
}

.a_38 {
  background-position: -64px  -48px;
}

.a_39 {
  background-position: -80px  -48px;
}

.a_40 {
  background-position: -96px  -48px;
}

.a_41 {
  background-position: -112px -48px;
}

.a_42 {
  background-position: -128px -48px;
}

.a_43 {
  background-position: -144px -48px;
}

/* # Skins Submitted Awards */
.a_54 {
  background-position: 0px    -64px;
}

.a_55 {
  background-position: -16px  -64px;
}

.a_56 {
  background-position: -32px  -64px;
}

.a_57 {
  background-position: -48px  -64px;
}

.a_58 {
  background-position: -64px  -64px;
}

.a_59 {
  background-position: -80px  -64px;
}

.a_60 {
  background-position: -96px  -64px;
}

.a_61 {
  background-position: -112px -64px;
}

.a_62 {
  background-position: -128px -64px;
}

.a_63 {
  background-position: -144px -64px;
}

/* Karma Given Awards */
.a_87 {
  background-position: 0px    -80px;
}

.a_88 {
  background-position: -16px  -80px;
}

.a_89 {
  background-position: -32px  -80px;
}

.a_90 {
  background-position: -48px  -80px;
}

.a_91 {
  background-position: -64px  -80px;
}

.a_92 {
  background-position: -80px  -80px;
}

.a_93 {
  background-position: -96px  -80px;
}

.a_94 {
  background-position: -112px -80px;
}

.a_95 {
  background-position: -128px -80px;
}

.a_96 {
  background-position: -144px -80px;
}

/* Karma Recived on a Post Awards */
.a_97 {
  background-position: 0px    -96px;
}

.a_98 {
  background-position: -16px  -96px;
}

.a_99 {
  background-position: -32px  -96px;
}

.a_100 {
  background-position: -48px  -96px;
}

.a_101 {
  background-position: -64px  -96px;
}

.a_102 {
  background-position: -80px  -96px;
}

.a_103 {
  background-position: -96px  -96px;
}

/* Karma Recived on a Reply Awards */
.a_104 {
  background-position: 0px    -112px;
}

.a_105 {
  background-position: -16px  -112px;
}

.a_106 {
  background-position: -32px  -112px;
}

.a_107 {
  background-position: -48px  -112px;
}

.a_108 {
  background-position: -64px  -112px;
}

.a_109 {
  background-position: -80px  -112px;
}

.a_110 {
  background-position: -96px  -112px;
}

/* # of Forum Reply Awards */
.a_111 {
  background-position: 0px    -128px;
}

.a_112 {
  background-position: -16px  -128px;
}

.a_113 {
  background-position: -32px  -128px;
}

.a_114 {
  background-position: -48px  -128px;
}

.a_115 {
  background-position: -64px  -128px;
}

.a_116 {
  background-position: -80px  -128px;
}

.a_117 {
  background-position: -96px  -128px;
}

.a_118 {
  background-position: -112px -128px;
}

.a_119 {
  background-position: -128px -128px;
}

.a_120 {
  background-position: -144px -128px;
}

.a_121 {
  background-position: -144px -112px;
}

/* # Replies received on a single post Awards */
.a_122 {
  background-position: 0px    -144px;
}

.a_123 {
  background-position: -16px  -144px;
}

.a_124 {
  background-position: -32px  -144px;
}

.a_125 {
  background-position: -48px  -144px;
}

.a_127 {
  background-position: -64px  -144px;
}

.a_128 {
  background-position: -80px  -144px;
}

.a_129 {
  background-position: -96px  -144px;
}

/* Unique Clicks From Referrals for a Single Post Awards */
.a_130 {
  background-position: 0px    -160px;
}

.a_131 {
  background-position: -16px  -160px;
}

.a_132 {
  background-position: -32px  -160px;
}

.a_133 {
  background-position: -48px  -160px;
}

.a_134 {
  background-position: -64px  -160px;
}

.a_135 {
  background-position: -80px  -160px;
}

.a_136 {
  background-position: -96px  -160px;
}

.a_137 {
  background-position: -112px -160px;
}

.a_138 {
  background-position: -128px -160px;
}

.a_139 {
  background-position: -144px -160px;
}

.a_140 {
  background-position: -128px -144px;
}

.a_141 {
  background-position: -144px -144px;
}

/* Clicks From Referrals for a All Post Awards */
.a_160 {
  background-position: 0px    -176px;
}

.a_161 {
  background-position: -16px  -176px;
}

.a_162 {
  background-position: -32px  -176px;
}

.a_163 {
  background-position: -48px  -176px;
}

.a_164 {
  background-position: -64px  -176px;
}

.a_165 {
  background-position: -80px  -176px;
}

.a_166 {
  background-position: -96px  -176px;
}

.a_167 {
  background-position: -112px -176px;
}

.a_168 {
  background-position: -128px -176px;
}

.a_169 {
  background-position: -144px -176px;
}

.a_170 {
  background-position: 0px    -192px;
}

.a_171 {
  background-position: -16px  -192px;
}

/* Misc awards */
.al_1 {
  background-position: 0px -48px;
}

.al_10 {
  background-position: 0px -96px;
}

.al_44 {
  background-position: 0px -1584px;
}

.al_45 {
  background-position: 0px -1632px;
}

.al_64 {
  background-position: 0px -2160px;
}

.al_65 {
  background-position: 0px -2208px;
}

.al_66 {
  background-position: 0px -2256px;
}

.al_69 {
  background-position: 0px -2304px;
}

.al_70 {
  background-position: 0px -2352px;
}

.al_84 {
  background-position: 0px -2400px;
}

.al_86 {
  background-position: 0px -2448px;
}

/* # Post Created Awards */
.al_12 {
  background-position: 0px -144px;
}

.al_13 {
  background-position: 0px -240px;
}

/*.al_14   { background-position: 0px -240px;  }*/
.al_15 {
  background-position: 0px -288px;
}

.al_16 {
  background-position: 0px -336px;
}

.al_17 {
  background-position: 0px -384px;
}

.al_18 {
  background-position: 0px -432px;
}

.al_19 {
  background-position: 0px -480px;
}

.al_20 {
  background-position: 0px -528px;
}

.al_21 {
  background-position: 0px -576px;
}

/* Received Referral From X Sites for a Single Post Awards */
.al_22 {
  background-position: 0px -624px;
}

.al_23 {
  background-position: 0px -672px;
}

.al_24 {
  background-position: 0px -720px;
}

.al_25 {
  background-position: 0px -768px;
}

.al_26 {
  background-position: 0px -816px;
}

.al_27 {
  background-position: 0px -864px;
}

.al_28 {
  background-position: 0px -912px;
}

.al_29 {
  background-position: 0px -960px;
}

.al_30 {
  background-position: 0px -1008px;
}

.al_33 {
  background-position: 0px -1056px;
}

/* Karma Received Awards */
.al_34 {
  background-position: 0px -1104px;
}

.al_35 {
  background-position: 0px -1152px;
}

.al_36 {
  background-position: 0px -1200px;
}

.al_37 {
  background-position: 0px -1248px;
}

.al_38 {
  background-position: 0px -1296px;
}

.al_39 {
  background-position: 0px -1344px;
}

.al_40 {
  background-position: 0px -1392px;
}

.al_41 {
  background-position: 0px -1440px;
}

.al_42 {
  background-position: 0px -1488px;
}

.al_43 {
  background-position: 0px -1536px;
}

/* # Skins Submitted Awards */
.al_54 {
  background-position: 0px -1680px;
}

.al_55 {
  background-position: 0px -1728px;
}

.al_56 {
  background-position: 0px -1776px;
}

.al_57 {
  background-position: 0px -1824px;
}

.al_58 {
  background-position: 0px -1872px;
}

.al_59 {
  background-position: 0px -1920px;
}

.al_60 {
  background-position: 0px -1968px;
}

.al_61 {
  background-position: 0px -2016px;
}

.al_62 {
  background-position: 0px -2064px;
}

.al_63 {
  background-position: 0px -2112px;
}

/* Karma Given Awards */
.al_87 {
  background-position: 0px -2496px;
}

.al_88 {
  background-position: 0px -2544px;
}

.al_89 {
  background-position: 0px -2592px;
}

.al_90 {
  background-position: 0px -2640px;
}

.al_91 {
  background-position: 0px -2688px;
}

.al_92 {
  background-position: 0px -2736px;
}

.al_93 {
  background-position: 0px -2784px;
}

.al_94 {
  background-position: 0px -2832px;
}

.al_95 {
  background-position: 0px -2880px;
}

.al_96 {
  background-position: 0px -2928px;
}

/* Karma Recived on a Post Awards */
.al_97 {
  background-position: 0px -2976px;
}

.al_98 {
  background-position: 0px -3024px;
}

.al_99 {
  background-position: 0px -3072px;
}

.al_100 {
  background-position: 0px -3120px;
}

.al_101 {
  background-position: 0px -3168px;
}

.al_102 {
  background-position: 0px -3216px;
}

.al_103 {
  background-position: 0px -3264px;
}

/* Karma Recived on a Reply Awards */
.al_104 {
  background-position: 0px -3312px;
}

.al_105 {
  background-position: 0px -3360px;
}

.al_106 {
  background-position: 0px -3408px;
}

.al_107 {
  background-position: 0px -3456px;
}

.al_108 {
  background-position: 0px -3504px;
}

.al_109 {
  background-position: 0px -3552px;
}

.al_110 {
  background-position: 0px -3600px;
}

/* # of Forum Reply Awards */
.al_111 {
  background-position: 0px -3648px;
}

.al_112 {
  background-position: 0px -3696px;
}

.al_113 {
  background-position: 0px -3744px;
}

.al_114 {
  background-position: 0px -3792px;
}

.al_115 {
  background-position: 0px -3840px;
}

.al_116 {
  background-position: 0px -3888px;
}

.al_117 {
  background-position: 0px -3936px;
}

.al_118 {
  background-position: 0px -3984px;
}

.al_119 {
  background-position: 0px -4032px;
}

.al_120 {
  background-position: 0px -4080px;
}

.al_121 {
  background-position: 0px -4128px;
}

/* # Replies received on a single post Awards */
.al_122 {
  background-position: 0px -4176px;
}

.al_123 {
  background-position: 0px -4224px;
}

.al_124 {
  background-position: 0px -4272px;
}

.al_125 {
  background-position: 0px -4320px;
}

.al_127 {
  background-position: 0px -4368px;
}

.al_128 {
  background-position: 0px -4416px;
}

.al_129 {
  background-position: 0px -4464px;
}

/* Unique Clicks From Referrals for a Single Post Awards */
.al_130 {
  background-position: 0px -4512px;
}

.al_131 {
  background-position: 0px -4560px;
}

.al_132 {
  background-position: 0px -4608px;
}

.al_133 {
  background-position: 0px -4656px;
}

.al_134 {
  background-position: 0px -4704px;
}

.al_135 {
  background-position: 0px -4752px;
}

.al_136 {
  background-position: 0px -4800px;
}

.al_137 {
  background-position: 0px -4848px;
}

.al_138 {
  background-position: 0px -4896px;
}

.al_139 {
  background-position: 0px -4944px;
}

.al_140 {
  background-position: 0px -4992px;
}

.al_141 {
  background-position: 0px -5040px;
}

/* Clicks From Referrals for a All Post Awards */
.al_160 {
  background-position: 0px -5136px;
}

.al_161 {
  background-position: 0px -5184px;
}

.al_162 {
  background-position: 0px -5232px;
}

.al_163 {
  background-position: 0px -5280px;
}

.al_164 {
  background-position: 0px -5328px;
}

.al_165 {
  background-position: 0px -5376px;
}

.al_166 {
  background-position: 0px -5424px;
}

.al_167 {
  background-position: 0px -5472px;
}

.al_168 {
  background-position: 0px -5520px;
}

.al_169 {
  background-position: 0px -5568px;
}

.al_170 {
  background-position: 0px -5616px;
}

.al_171 {
  background-position: 0px -5664px;
}

/* Profile Founders */
.awardlegend.show {
  background-position-x: -48px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.awardlegendfounder {
  opacity: 0.5;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.awardlegendfounder.show {
  opacity: 1.0;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.inline {
  display: inline;
  margin: 0px 15px 0px 0px;
}

.ui-datepicker {
  font-size: 14px;
}

/* #endregion */
/* Twitch Alert */
#twitch-online div {
  color: #FDFDFD;
  background-color: #00d02e;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}

#twitch-online img {
  vertical-align: middle;
  width: 64px;
  height: 67px;
  margin-right: 8px;
}

a#twitch-online,
a#twitch-online:active,
a#twitch-online:hover,
a#twitch-online:visited {
  text-decoration: none;
  color: #FDFDFD;
}

a#twitch-online:hover div {
  background-color: #6441a4;
}

#eventalert {
  background-color: #FFB400;
  color: #FDFDFD;
  font-size: 36px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}

#eventalert a.title {
  color: #FDFDFD;
}

#eventalert img.info {
  display: inline-block;
  height: 24px;
  margin: 13px 20px;
  position: absolute;
  margin-left: 225px;
}

#eventalert img.info:hover {
  cursor: pointer;
}

#eventalert #desc {
  z-index: 1000;
  background-color: #FFB400;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 100px 10px 100px;
  position: relative;
  text-align: left;
}

#eventalert #desc a {
  color: #000000;
  text-decoration: underline;
}

.ui-datepicker {
  z-index: 1000 !important;
}

.a2a_kit {
  position: absolute;
  right: 25px;
  top: 19px;
  width: 20px;
}

@media (min-width: 768px) {
  .a2a_kit {
    top: 6px;
  }
}

.a2a_kit .a2a_dd {
  display: block;
}

svg.shareicon {
  fill: black;
}

svg.shareicon {
  fill: white !important;
}

/* BEGIN - Video Iframe - Responsive Styling */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END -  Video Iframe - Responsive Styling */
div.postbody h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0;
}

div.postbody h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
}

div.postbody h3 {
  font-size: 1.250em;
  font-weight: 700;
}

div.postbody h4 {
  font-size: 1.125em;
  font-weight: 700;
}

div.postbody h5 {
  font-size: 1em;
  font-weight: 700;
}

div.postbody h6 {
  font-size: 0.875em;
  font-weight: 700;
}

div.postbody p {
  margin: 0.25em 0 1em;
}

div.postbody.text iframe.youtube {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
}

.body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 1rem;
  max-width: 100%;
  padding: 0 1rem 1rem;
  width: 1420px;
}

@media (min-width: 1200px) {
  .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.body > div.forum {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .body > div.forum {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 0;
    width: 100%;
  }
}

.body > div.sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .9rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0 0 0;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .body > div.sidebar {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 1rem;
  }
}

.body > div.sidebar > aside {
  border: 1px solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#000000));
  background: linear-gradient(to bottom, #181818 0%, #000000 100%);
  -o-border-image: linear-gradient(to bottom, #666666 0%, #313131 100%) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#313131)) 1;
     border-image: linear-gradient(to bottom, #666666 0%, #313131 100%) 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FDFDFD;
  padding: .5em;
  width: 100%;
}

@media (min-width: 680px) {
  .body > div.sidebar > aside {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .body > div.sidebar > aside {
    width: 100%;
  }
}

.body > div.sidebar > aside:not(:last-child) {
  margin: 0 0 15px 0;
}

.body > div.sidebar > aside > h2 {
  border-bottom: 1px solid #666666;
  color: #d2ad6a;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0em 0em 0.5em 0em;
  padding-bottom: 0.285em;
  text-align: center;
}

.body > div.sidebar > aside > div.content {
  display: block;
  padding: .438rem 0;
  text-align: center;
}

.body > div.sidebar > aside > div.content a.button {
  border-radius: 5px;
  background-color: #0d4d8b;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 3px 14px 4px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.body > div.sidebar > aside a {
  color: #FDFDFD;
  text-decoration: none;
}

.body > div.sidebar > aside a:hover {
  text-decoration: underline;
}

.body > div.sidebar > aside ol.textLinks {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
}

.body > div.sidebar > aside ol.textLinks > li {
  font-size: 0.875rem;
  position: relative;
  top: -8px;
}

.body > div.sidebar > aside ol.textLinks > li > a {
  display: inline-block;
  text-decoration: none;
  margin-left: 0.5em;
  max-width: 300px;
  word-wrap: break-word;
}

.body > div.sidebar > aside ol.textLinks > li > a span {
  display: block;
}

.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2) {
  color: #9C9C9C;
  font-size: 0.750rem;
}

.body > div.sidebar > aside ol.textLinks > li > a span:nth-child(2):hover {
  text-decoration: none;
}

.body > div.sidebar > aside ol.textLinks > li > a:hover span:nth-child(1) {
  text-decoration: underline;
}

.body > div.sidebar > aside ol.textLinks > li:before {
  border-color: transparent #FFB400;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  left: -0.5em;
  top: 1.1250em;
  position: relative;
}

.body > div.sidebar > aside#sidebar-newsletters {
  text-align: center;
}

.body > div.sidebar > aside#sidebar-newsletters > div.content > p:first-child {
  margin-top: 0;
}

.body > div.sidebar > aside#sidebar-featured-event {
  text-align: center;
}

.body > div.sidebar > aside#sidebar-featured-event > div.content > a img {
  display: block;
  margin: 0 auto 5px;
}

.body > div.sidebar > aside#sidebar-discord, .body > div.sidebar > aside#sidebar-discord-ashes, .body > div.sidebar > aside#sidebar-discord-galciv, .body > div.sidebar > aside#sidebar-discord-sco, .body > div.sidebar > aside#sidebar-discord-sins, .body > div.sidebar > aside#sidebar-twitch, .body > div.sidebar > aside#sidebar-twitter {
  text-align: center;
}

.body > div.sidebar > aside#sidebar-social-links > div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .body > div.sidebar > aside#sidebar-social-links > div.content {
    max-width: 250px;
  }
}

@media (max-width: 1199px) {
  .body > div.sidebar > aside#sidebar-social-links > div.content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.body > div.sidebar > aside#sidebar-social-links > div.content > a {
  padding: 2px;
}

@media (max-width: 1199px) {
  .body > div.sidebar > aside#sidebar-social-links > div.content > a {
    padding: 0.25em;
  }
}

.body > div.sidebar > aside#sidebar-social-links > div.content > a > img {
  display: block;
  height: 32px;
  width: 32px;
}

.body > div.sidebar > aside#sidebar-poll > div.content {
  text-align: left;
}

.body > div.sidebar > aside#sidebar-poll > div.content > p:first-child {
  margin-top: 0;
}

.body > div.sidebar > aside#sidebar-poll div.pollresults > ol {
  font-size: 0.875em;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #FDFDFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 15px;
  margin-right: 5px;
  width: 75%;
}

.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li .progress .progress-full .progress-completed {
  /*background: linear-gradient(to bottom, $main-accent-color 0%, #c36221 100%);*/
}

.body > div.sidebar > aside#sidebar-poll div.pollresults > ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.body > div.sidebar > aside#sidebar-poll div.pollresults .thankyou {
  color: green;
  margin: 30px 0 30px 0;
}

.body > div.sidebar > aside#sidebar-poll div.pollquestion > ul {
  list-style-type: none;
}

.body > div.sidebar > aside#sidebar-poll div.pollquestion > div.buttons {
  margin-top: 1em;
  text-align: center;
}

html body > header, html body > form > header {
  /*@include phone {
					width: 100vw;
				}*/
}

html body > .body, html body > .sweetness > .body, html body div.body, html body > form > .body, html body > form > .sweetness > .body, html body > form div.body {
  padding: 0 0 0 0;
}

@media (min-width: 768px) {
  html body > .body, html body > .sweetness > .body, html body div.body, html body > form > .body, html body > form > .sweetness > .body, html body > form div.body {
    padding: 0 0.5rem 0 0.5rem;
  }
}

@media (min-width: 1025px) {
  html body > .body, html body > .sweetness > .body, html body div.body, html body > form > .body, html body > form > .sweetness > .body, html body > form div.body {
    padding: 0 1rem 1rem;
  }
}

html body > .body > .forum, html body > .sweetness > .body > .forum, html body div.body > .forum, html body > form > .body > .forum, html body > form > .sweetness > .body > .forum, html body > form div.body > .forum {
  border: none;
  padding: 0 0 1.0rem 0;
}

html body > .body > .forum a.sdreply, html body > .sweetness > .body > .forum a.sdreply, html body div.body > .forum a.sdreply, html body > form > .body > .forum a.sdreply, html body > form > .sweetness > .body > .forum a.sdreply, html body > form div.body > .forum a.sdreply {
  display: none !important;
}

@media (min-width: 768px) {
  html body > .body > .forum, html body > .sweetness > .body > .forum, html body div.body > .forum, html body > form > .body > .forum, html body > form > .sweetness > .body > .forum, html body > form div.body > .forum {
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  html body > .body > .forum, html body > .sweetness > .body > .forum, html body div.body > .forum, html body > form > .body > .forum, html body > form > .sweetness > .body > .forum, html body > form div.body > .forum {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body > .body > .forum > .admin > .announce > h4, html body > .sweetness > .body > .forum > .admin > .announce > h4, html body div.body > .forum > .admin > .announce > h4, html body > form > .body > .forum > .admin > .announce > h4, html body > form > .sweetness > .body > .forum > .admin > .announce > h4, html body > form div.body > .forum > .admin > .announce > h4 {
    margin: 1rem;
  }
  html body > .body > .forum > .admin > .announce > .header, html body > .sweetness > .body > .forum > .admin > .announce > .header, html body div.body > .forum > .admin > .announce > .header, html body > form > .body > .forum > .admin > .announce > .header, html body > form > .sweetness > .body > .forum > .admin > .announce > .header, html body > form div.body > .forum > .admin > .announce > .header {
    margin: 1rem;
  }
  html body > .body > .forum .breadcrumbs, html body > .sweetness > .body > .forum .breadcrumbs, html body div.body > .forum .breadcrumbs, html body > form > .body > .forum .breadcrumbs, html body > form > .sweetness > .body > .forum .breadcrumbs, html body > form div.body > .forum .breadcrumbs {
    display: none;
  }
  html body > .body > .forum .forumhead .top .controls input, html body > .sweetness > .body > .forum .forumhead .top .controls input, html body div.body > .forum .forumhead .top .controls input, html body > form > .body > .forum .forumhead .top .controls input, html body > form > .sweetness > .body > .forum .forumhead .top .controls input, html body > form div.body > .forum .forumhead .top .controls input {
    margin: 5px 0 5px 0;
    width: 160px;
  }
  html body > .body > .forum .forumhead .top .controls input:first-child, html body > .sweetness > .body > .forum .forumhead .top .controls input:first-child, html body div.body > .forum .forumhead .top .controls input:first-child, html body > form > .body > .forum .forumhead .top .controls input:first-child, html body > form > .sweetness > .body > .forum .forumhead .top .controls input:first-child, html body > form div.body > .forum .forumhead .top .controls input:first-child {
    margin: 5px 10px 5px 0;
  }
  html body > .body > .forum .forumhead .top .button.newpost, html body > .sweetness > .body > .forum .forumhead .top .button.newpost, html body div.body > .forum .forumhead .top .button.newpost, html body > form > .body > .forum .forumhead .top .button.newpost, html body > form > .sweetness > .body > .forum .forumhead .top .button.newpost, html body > form div.body > .forum .forumhead .top .button.newpost {
    width: 100%;
  }
  html body > .body > .forum .forumhead .top .search, html body > .sweetness > .body > .forum .forumhead .top .search, html body div.body > .forum .forumhead .top .search, html body > form > .body > .forum .forumhead .top .search, html body > form > .sweetness > .body > .forum .forumhead .top .search, html body > form div.body > .forum .forumhead .top .search {
    margin: 20px 0 0 0;
    width: 100%;
  }
  html body > .body > .forum .forumhead .top .search input, html body > .sweetness > .body > .forum .forumhead .top .search input, html body div.body > .forum .forumhead .top .search input, html body > form > .body > .forum .forumhead .top .search input, html body > form > .sweetness > .body > .forum .forumhead .top .search input, html body > form div.body > .forum .forumhead .top .search input {
    width: calc( 100% - 40px);
  }
  html body > .body > .forum .forumhead .bottom, html body > .sweetness > .body > .forum .forumhead .bottom, html body div.body > .forum .forumhead .bottom, html body > form > .body > .forum .forumhead .bottom, html body > form > .sweetness > .body > .forum .forumhead .bottom, html body > form div.body > .forum .forumhead .bottom {
    padding: 0 1rem;
  }
  html body > .body > .forum .forumhead .bottom .links a, html body > .sweetness > .body > .forum .forumhead .bottom .links a, html body div.body > .forum .forumhead .bottom .links a, html body > form > .body > .forum .forumhead .bottom .links a, html body > form > .sweetness > .body > .forum .forumhead .bottom .links a, html body > form div.body > .forum .forumhead .bottom .links a {
    display: inline-block;
  }
  html body > .body > .forum > .myaccount h4, html body > .body > .forum > .myaccount .options h4, html body > .sweetness > .body > .forum > .myaccount h4, html body > .sweetness > .body > .forum > .myaccount .options h4, html body div.body > .forum > .myaccount h4, html body div.body > .forum > .myaccount .options h4, html body > form > .body > .forum > .myaccount h4, html body > form > .body > .forum > .myaccount .options h4, html body > form > .sweetness > .body > .forum > .myaccount h4, html body > form > .sweetness > .body > .forum > .myaccount .options h4, html body > form div.body > .forum > .myaccount h4, html body > form div.body > .forum > .myaccount .options h4 {
    padding: 1rem;
  }
  html body > .body > .forum > .myaccount .form, html body > .body > .forum > .myaccount .options .form, html body > .sweetness > .body > .forum > .myaccount .form, html body > .sweetness > .body > .forum > .myaccount .options .form, html body div.body > .forum > .myaccount .form, html body div.body > .forum > .myaccount .options .form, html body > form > .body > .forum > .myaccount .form, html body > form > .body > .forum > .myaccount .options .form, html body > form > .sweetness > .body > .forum > .myaccount .form, html body > form > .sweetness > .body > .forum > .myaccount .options .form, html body > form div.body > .forum > .myaccount .form, html body > form div.body > .forum > .myaccount .options .form {
    padding: 1rem;
  }
  html body > .body > .forum > .myaccount .form .buttons, html body > .body > .forum > .myaccount .options .form .buttons, html body > .sweetness > .body > .forum > .myaccount .form .buttons, html body > .sweetness > .body > .forum > .myaccount .options .form .buttons, html body div.body > .forum > .myaccount .form .buttons, html body div.body > .forum > .myaccount .options .form .buttons, html body > form > .body > .forum > .myaccount .form .buttons, html body > form > .body > .forum > .myaccount .options .form .buttons, html body > form > .sweetness > .body > .forum > .myaccount .form .buttons, html body > form > .sweetness > .body > .forum > .myaccount .options .form .buttons, html body > form div.body > .forum > .myaccount .form .buttons, html body > form div.body > .forum > .myaccount .options .form .buttons {
    margin: 1rem 0 0 0;
  }
  html body > .body > .forum > .myaccount .form .row, html body > .body > .forum > .myaccount .options .form .row, html body > .sweetness > .body > .forum > .myaccount .form .row, html body > .sweetness > .body > .forum > .myaccount .options .form .row, html body div.body > .forum > .myaccount .form .row, html body div.body > .forum > .myaccount .options .form .row, html body > form > .body > .forum > .myaccount .form .row, html body > form > .body > .forum > .myaccount .options .form .row, html body > form > .sweetness > .body > .forum > .myaccount .form .row, html body > form > .sweetness > .body > .forum > .myaccount .options .form .row, html body > form div.body > .forum > .myaccount .form .row, html body > form div.body > .forum > .myaccount .options .form .row {
    overflow-y: unset;
    padding: 0 0 1rem 0;
  }
  html body > .body > .forum > .myaccount .form .row input, html body > .body > .forum > .myaccount .options .form .row input, html body > .sweetness > .body > .forum > .myaccount .form .row input, html body > .sweetness > .body > .forum > .myaccount .options .form .row input, html body div.body > .forum > .myaccount .form .row input, html body div.body > .forum > .myaccount .options .form .row input, html body > form > .body > .forum > .myaccount .form .row input, html body > form > .body > .forum > .myaccount .options .form .row input, html body > form > .sweetness > .body > .forum > .myaccount .form .row input, html body > form > .sweetness > .body > .forum > .myaccount .options .form .row input, html body > form div.body > .forum > .myaccount .form .row input, html body > form div.body > .forum > .myaccount .options .form .row input {
    width: unset;
    min-width: 280px;
  }
  html body > .body > .forum > .myaccount .form .row label, html body > .body > .forum > .myaccount .options .form .row label, html body > .sweetness > .body > .forum > .myaccount .form .row label, html body > .sweetness > .body > .forum > .myaccount .options .form .row label, html body div.body > .forum > .myaccount .form .row label, html body div.body > .forum > .myaccount .options .form .row label, html body > form > .body > .forum > .myaccount .form .row label, html body > form > .body > .forum > .myaccount .options .form .row label, html body > form > .sweetness > .body > .forum > .myaccount .form .row label, html body > form > .sweetness > .body > .forum > .myaccount .options .form .row label, html body > form div.body > .forum > .myaccount .form .row label, html body > form div.body > .forum > .myaccount .options .form .row label {
    float: none;
    min-width: 280px;
    width: unset;
  }
  html body > .body > .forum > .myaccount .form .row input[type=checkbox], html body > .body > .forum > .myaccount .options .form .row input[type=checkbox], html body > .sweetness > .body > .forum > .myaccount .form .row input[type=checkbox], html body > .sweetness > .body > .forum > .myaccount .options .form .row input[type=checkbox], html body div.body > .forum > .myaccount .form .row input[type=checkbox], html body div.body > .forum > .myaccount .options .form .row input[type=checkbox], html body > form > .body > .forum > .myaccount .form .row input[type=checkbox], html body > form > .body > .forum > .myaccount .options .form .row input[type=checkbox], html body > form > .sweetness > .body > .forum > .myaccount .form .row input[type=checkbox], html body > form > .sweetness > .body > .forum > .myaccount .options .form .row input[type=checkbox], html body > form div.body > .forum > .myaccount .form .row input[type=checkbox], html body > form div.body > .forum > .myaccount .options .form .row input[type=checkbox] {
    min-width: unset;
    width: unset;
  }
  html body > .body > .forum > .myaccount .form .row select, html body > .body > .forum > .myaccount .options .form .row select, html body > .sweetness > .body > .forum > .myaccount .form .row select, html body > .sweetness > .body > .forum > .myaccount .options .form .row select, html body div.body > .forum > .myaccount .form .row select, html body div.body > .forum > .myaccount .options .form .row select, html body > form > .body > .forum > .myaccount .form .row select, html body > form > .body > .forum > .myaccount .options .form .row select, html body > form > .sweetness > .body > .forum > .myaccount .form .row select, html body > form > .sweetness > .body > .forum > .myaccount .options .form .row select, html body > form div.body > .forum > .myaccount .form .row select, html body > form div.body > .forum > .myaccount .options .form .row select {
    max-width: 296px;
  }
  html body > .body > .forum > .myaccount > .tabs > ul, html body > .body > .forum > .myaccount .options > .tabs > ul, html body > .sweetness > .body > .forum > .myaccount > .tabs > ul, html body > .sweetness > .body > .forum > .myaccount .options > .tabs > ul, html body div.body > .forum > .myaccount > .tabs > ul, html body div.body > .forum > .myaccount .options > .tabs > ul, html body > form > .body > .forum > .myaccount > .tabs > ul, html body > form > .body > .forum > .myaccount .options > .tabs > ul, html body > form > .sweetness > .body > .forum > .myaccount > .tabs > ul, html body > form > .sweetness > .body > .forum > .myaccount .options > .tabs > ul, html body > form div.body > .forum > .myaccount > .tabs > ul, html body > form div.body > .forum > .myaccount .options > .tabs > ul {
    margin: 0 0 0 12px;
  }
  html body > .body > .forum > .page.userkarma > .info, html body > .sweetness > .body > .forum > .page.userkarma > .info, html body div.body > .forum > .page.userkarma > .info, html body > form > .body > .forum > .page.userkarma > .info, html body > form > .sweetness > .body > .forum > .page.userkarma > .info, html body > form div.body > .forum > .page.userkarma > .info {
    padding: 1rem;
  }
  html body > .body > .forum > .page.userkarma > .detail > .head, html body > .sweetness > .body > .forum > .page.userkarma > .detail > .head, html body div.body > .forum > .page.userkarma > .detail > .head, html body > form > .body > .forum > .page.userkarma > .detail > .head, html body > form > .sweetness > .body > .forum > .page.userkarma > .detail > .head, html body > form div.body > .forum > .page.userkarma > .detail > .head {
    padding: 0 1rem;
  }
  html body > .body > .forum > .post > .headertoolbar, html body > .sweetness > .body > .forum > .post > .headertoolbar, html body div.body > .forum > .post > .headertoolbar, html body > form > .body > .forum > .post > .headertoolbar, html body > form > .sweetness > .body > .forum > .post > .headertoolbar, html body > form div.body > .forum > .post > .headertoolbar {
    display: none;
  }
  html body > .body > .forum > .post .postcontainer, html body > .body > .forum > .post > .postcontainer.op, html body > .sweetness > .body > .forum > .post .postcontainer, html body > .sweetness > .body > .forum > .post > .postcontainer.op, html body div.body > .forum > .post .postcontainer, html body div.body > .forum > .post > .postcontainer.op, html body > form > .body > .forum > .post .postcontainer, html body > form > .body > .forum > .post > .postcontainer.op, html body > form > .sweetness > .body > .forum > .post .postcontainer, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op, html body > form div.body > .forum > .post .postcontainer, html body > form div.body > .forum > .post > .postcontainer.op {
    margin-bottom: 0.5rem;
  }
  html body > .body > .forum > .post .postcontainer > .tray, html body > .body > .forum > .post > .postcontainer.op > .tray, html body > .sweetness > .body > .forum > .post .postcontainer > .tray, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .tray, html body div.body > .forum > .post .postcontainer > .tray, html body div.body > .forum > .post > .postcontainer.op > .tray, html body > form > .body > .forum > .post .postcontainer > .tray, html body > form > .body > .forum > .post > .postcontainer.op > .tray, html body > form > .sweetness > .body > .forum > .post .postcontainer > .tray, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .tray, html body > form div.body > .forum > .post .postcontainer > .tray, html body > form div.body > .forum > .post > .postcontainer.op > .tray {
    padding: 0 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body > .body > .forum > .post .postcontainer > .tray > .status, html body > .body > .forum > .post > .postcontainer.op > .tray > .status, html body > .sweetness > .body > .forum > .post .postcontainer > .tray > .status, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .tray > .status, html body div.body > .forum > .post .postcontainer > .tray > .status, html body div.body > .forum > .post > .postcontainer.op > .tray > .status, html body > form > .body > .forum > .post .postcontainer > .tray > .status, html body > form > .body > .forum > .post > .postcontainer.op > .tray > .status, html body > form > .sweetness > .body > .forum > .post .postcontainer > .tray > .status, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .tray > .status, html body > form div.body > .forum > .post .postcontainer > .tray > .status, html body > form div.body > .forum > .post > .postcontainer.op > .tray > .status {
    margin: 1rem auto;
  }
  html body > .body > .forum > .post .postcontainer > .tray > .buttons, html body > .body > .forum > .post > .postcontainer.op > .tray > .buttons, html body > .sweetness > .body > .forum > .post .postcontainer > .tray > .buttons, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .tray > .buttons, html body div.body > .forum > .post .postcontainer > .tray > .buttons, html body div.body > .forum > .post > .postcontainer.op > .tray > .buttons, html body > form > .body > .forum > .post .postcontainer > .tray > .buttons, html body > form > .body > .forum > .post > .postcontainer.op > .tray > .buttons, html body > form > .sweetness > .body > .forum > .post .postcontainer > .tray > .buttons, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .tray > .buttons, html body > form div.body > .forum > .post .postcontainer > .tray > .buttons, html body > form div.body > .forum > .post > .postcontainer.op > .tray > .buttons {
    margin: 0 auto;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo, html body > .body > .forum > .post .postcontainer .postinfo, html body > .body > .forum > .post > .postcontainer.op > .postinfo, html body > .body > .forum > .post > .postcontainer.op .postinfo, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo, html body div.body > .forum > .post .postcontainer > .postinfo, html body div.body > .forum > .post .postcontainer .postinfo, html body div.body > .forum > .post > .postcontainer.op > .postinfo, html body div.body > .forum > .post > .postcontainer.op .postinfo, html body > form > .body > .forum > .post .postcontainer > .postinfo, html body > form > .body > .forum > .post .postcontainer .postinfo, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo, html body > form > .body > .forum > .post > .postcontainer.op .postinfo, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo, html body > form div.body > .forum > .post .postcontainer > .postinfo, html body > form div.body > .forum > .post .postcontainer .postinfo, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo, html body > form div.body > .forum > .post > .postcontainer.op .postinfo {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'menu' 'content';
  }
  html body > .body > .forum > .post .postcontainer > .postinfo.menu, html body > .body > .forum > .post .postcontainer .postinfo.menu, html body > .body > .forum > .post > .postcontainer.op > .postinfo.menu, html body > .body > .forum > .post > .postcontainer.op .postinfo.menu, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo.menu, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo.menu, html body div.body > .forum > .post .postcontainer > .postinfo.menu, html body div.body > .forum > .post .postcontainer .postinfo.menu, html body div.body > .forum > .post > .postcontainer.op > .postinfo.menu, html body div.body > .forum > .post > .postcontainer.op .postinfo.menu, html body > form > .body > .forum > .post .postcontainer > .postinfo.menu, html body > form > .body > .forum > .post .postcontainer .postinfo.menu, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo.menu, html body > form > .body > .forum > .post > .postcontainer.op .postinfo.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo.menu, html body > form div.body > .forum > .post .postcontainer > .postinfo.menu, html body > form div.body > .forum > .post .postcontainer .postinfo.menu, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo.menu, html body > form div.body > .forum > .post > .postcontainer.op .postinfo.menu {
    background: #014B8A;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu, html body div.body > .forum > .post .postcontainer .postinfo > div.menu, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background: #014B8A;
    grid-area: menu;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: 55px 3fr;
        grid-template-columns: 55px 3fr;
    -ms-grid-rows: 31px 11px 22px;
        grid-template-rows: 31px 11px 22px;
    grid-auto-columns: auto;
    grid-template-areas: 'avatar user' 'avatar rank' 'karmabadge awards';
    height: 86px;
    margin: 0;
    padding: 0 1rem;
    /*width: calc(100%);*/
    -ms-grid-row: 1;
    -ms-grid-rows: 30px 11px 18px;
    -ms-grid-columns: 120px calc(100% - 120px);
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div {
    /*border: 1px solid;*/
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > img.avatar, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > img.avatar, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.avatar, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.avatar {
    grid-area: avatar;
    /*grid-row: 1;
												grid-column: 1;*/
    -ms-grid-row-span: 2;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.user, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.user, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.user, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.user {
    grid-area: user;
    -ms-grid-row: 1;
        grid-row: 1;
    -ms-grid-column: 2;
        grid-column: 2;
    text-align: left;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.rank, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.rank, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.rank, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.rank {
    grid-area: rank;
    -ms-grid-row: 2;
        grid-row: 2;
    -ms-grid-column: 2;
        grid-column: 2;
    margin: 0;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.joindate, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.joindate, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.joindate, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.joindate {
    -ms-grid-row: 3;
        grid-row: 3;
    -ms-grid-column: 2;
        grid-column: 2;
    grid-area: joindate;
    display: none;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > img.usergroup, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > img.usergroup, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > img.usergroup, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > img.usergroup {
    grid-area: usergroup;
    -ms-grid-row: 1;
        grid-row: 1;
    -ms-grid-column: 2;
        grid-column: 2;
    height: 31px;
    margin: 8px 0 0 auto;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.honorific, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.honorific, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.honorific, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.honorific {
    display: none;
    grid-area: honorific;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > a.karma_badge, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > a.karma_badge, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > a.karma_badge, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > a.karma_badge {
    grid-area: karmabadge;
    -ms-grid-row: 3;
        grid-row: 3;
    -ms-grid-column: 1;
        grid-column: 1;
    top: 6px;
    left: -3px;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.awards, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards {
    grid-area: awards;
    -ms-grid-row: 3;
        grid-row: 3;
    -ms-grid-column: 2;
        grid-column: 2;
    margin: 15px 0 0 -3px;
    width: 100%;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.awards.founders, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.awards.founders, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.awards.founders, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.awards.founders {
    display: none;
    grid-area: founders;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body > .body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body div.body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu > div.header, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu > div.header, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu > div.header, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu > div.header {
    -ms-grid-row: 3;
        grid-row: 3;
    grid-area: header;
    -ms-grid-column: 1;
        grid-column: 1;
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body div.body > .forum > .post .postcontainer > .postinfo > div.menu, html body div.body > .forum > .post .postcontainer .postinfo > div.menu, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu, html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  html body > .body > .forum > .post .postcontainer > .postinfo > div.content, html body > .body > .forum > .post .postcontainer .postinfo > div.content, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.content, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content, html body div.body > .forum > .post .postcontainer > .postinfo > div.content, html body div.body > .forum > .post .postcontainer .postinfo > div.content, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.content, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.content, html body > form > .body > .forum > .post .postcontainer .postinfo > div.content, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.content, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.content, html body > form div.body > .forum > .post .postcontainer .postinfo > div.content, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.content, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.content {
    grid-area: content;
    width: 100%;
    max-width: 100vw;
    -ms-grid-row: 2;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body > .body > .forum > .post .postcontainer .postinfo > div.content .header2, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content .header2, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2, html body div.body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body div.body > .forum > .post .postcontainer .postinfo > div.content .header2, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.content .header2, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body > form > .body > .forum > .post .postcontainer .postinfo > div.content .header2, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content .header2, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.content .header2, html body > form div.body > .forum > .post .postcontainer .postinfo > div.content .header2, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 {
    padding: 10px 20px 0px 20px;
  }
  html body > .body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body > .body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2, html body div.body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body div.body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body div.body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2, html body > form > .body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body > form > .body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2, html body > form div.body > .forum > .post .postcontainer > .postinfo > div.content .header2 h2, html body > form div.body > .forum > .post .postcontainer .postinfo > div.content .header2 h2, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.content .header2 h2, html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.content .header2 h2 {
    text-align: center;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  html body > .body > .forum > .post .postcontainer > .postinfo, html body > .body > .forum > .post .postcontainer .postinfo, html body > .body > .forum > .post > .postcontainer.op > .postinfo, html body > .body > .forum > .post > .postcontainer.op .postinfo, html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo, html body > .sweetness > .body > .forum > .post .postcontainer .postinfo, html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo, html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo, html body div.body > .forum > .post .postcontainer > .postinfo, html body div.body > .forum > .post .postcontainer .postinfo, html body div.body > .forum > .post > .postcontainer.op > .postinfo, html body div.body > .forum > .post > .postcontainer.op .postinfo, html body > form > .body > .forum > .post .postcontainer > .postinfo, html body > form > .body > .forum > .post .postcontainer .postinfo, html body > form > .body > .forum > .post > .postcontainer.op > .postinfo, html body > form > .body > .forum > .post > .postcontainer.op .postinfo, html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo, html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo, html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo, html body > form div.body > .forum > .post .postcontainer > .postinfo, html body > form div.body > .forum > .post .postcontainer .postinfo, html body > form div.body > .forum > .post > .postcontainer.op > .postinfo, html body > form div.body > .forum > .post > .postcontainer.op .postinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  html body > .body > .forum > .post > .replies > .postcontainer > .postinfo > .menu, html body > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .menu, html body div.body > .forum > .post > .replies > .postcontainer > .postinfo > .menu, html body > form > .body > .forum > .post > .replies > .postcontainer > .postinfo > .menu, html body > form > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .menu, html body > form div.body > .forum > .post > .replies > .postcontainer > .postinfo > .menu {
    margin: 1rem 0 0 0;
  }
  html body > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header, html body > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header, html body div.body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header, html body > form > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header, html body > form > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header, html body > form div.body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0;
  }
  html body > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site, html body > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site, html body div.body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site, html body > form > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site, html body > form > .sweetness > .body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site, html body > form div.body > .forum > .post > .replies > .postcontainer > .postinfo > .content > .header .site {
    display: none;
  }
  html body > .body > .forum > .post > .pagertop > .pager, html body > .sweetness > .body > .forum > .post > .pagertop > .pager, html body div.body > .forum > .post > .pagertop > .pager, html body > form > .body > .forum > .post > .pagertop > .pager, html body > form > .sweetness > .body > .forum > .post > .pagertop > .pager, html body > form div.body > .forum > .post > .pagertop > .pager {
    margin: 0 auto;
  }
  html body > .body > .forum > .pm > .info, html body > .sweetness > .body > .forum > .pm > .info, html body div.body > .forum > .pm > .info, html body > form > .body > .forum > .pm > .info, html body > form > .sweetness > .body > .forum > .pm > .info, html body > form div.body > .forum > .pm > .info {
    padding: 1rem;
    width: unset;
  }
  html body > .body > .forum > .pm > .legend, html body > .body > .forum > .pm .actions, html body > .sweetness > .body > .forum > .pm > .legend, html body > .sweetness > .body > .forum > .pm .actions, html body div.body > .forum > .pm > .legend, html body div.body > .forum > .pm .actions, html body > form > .body > .forum > .pm > .legend, html body > form > .body > .forum > .pm .actions, html body > form > .sweetness > .body > .forum > .pm > .legend, html body > form > .sweetness > .body > .forum > .pm .actions, html body > form div.body > .forum > .pm > .legend, html body > form div.body > .forum > .pm .actions {
    margin: 1rem;
  }
  html body > .body > .forum > .pm > .legend > .label, html body > .body > .forum > .pm .actions > .label, html body > .sweetness > .body > .forum > .pm > .legend > .label, html body > .sweetness > .body > .forum > .pm .actions > .label, html body div.body > .forum > .pm > .legend > .label, html body div.body > .forum > .pm .actions > .label, html body > form > .body > .forum > .pm > .legend > .label, html body > form > .body > .forum > .pm .actions > .label, html body > form > .sweetness > .body > .forum > .pm > .legend > .label, html body > form > .sweetness > .body > .forum > .pm .actions > .label, html body > form div.body > .forum > .pm > .legend > .label, html body > form div.body > .forum > .pm .actions > .label {
    float: none;
  }
  html body > .body > .forum > .pm > table.folder thead th.message, html body > .sweetness > .body > .forum > .pm > table.folder thead th.message, html body div.body > .forum > .pm > table.folder thead th.message, html body > form > .body > .forum > .pm > table.folder thead th.message, html body > form > .sweetness > .body > .forum > .pm > table.folder thead th.message, html body > form div.body > .forum > .pm > table.folder thead th.message {
    padding-left: 20px;
  }
  html body > .body > .forum .profile, html body > .sweetness > .body > .forum .profile, html body div.body > .forum .profile, html body > form > .body > .forum .profile, html body > form > .sweetness > .body > .forum .profile, html body > form div.body > .forum .profile {
    padding: 0;
  }
  html body > .body > .forum .profile .section, html body > .sweetness > .body > .forum .profile .section, html body div.body > .forum .profile .section, html body > form > .body > .forum .profile .section, html body > form > .sweetness > .body > .forum .profile .section, html body > form div.body > .forum .profile .section {
    border: none;
  }
  html body > .body > .forum .profile > div:nth-of-type(2), html body > .sweetness > .body > .forum .profile > div:nth-of-type(2), html body div.body > .forum .profile > div:nth-of-type(2), html body > form > .body > .forum .profile > div:nth-of-type(2), html body > form > .sweetness > .body > .forum .profile > div:nth-of-type(2), html body > form div.body > .forum .profile > div:nth-of-type(2) {
    margin: 0;
  }
  html body > .body > .forum > .quickreply > .content, html body > .sweetness > .body > .forum > .quickreply > .content, html body div.body > .forum > .quickreply > .content, html body > form > .body > .forum > .quickreply > .content, html body > form > .sweetness > .body > .forum > .quickreply > .content, html body > form div.body > .forum > .quickreply > .content {
    padding: 10px 3px 10px 3px;
  }
  html body > .body > .forum > .quickreply > .content > .options, html body > .body > .forum > .quickreply > .content > .buttons, html body > .sweetness > .body > .forum > .quickreply > .content > .options, html body > .sweetness > .body > .forum > .quickreply > .content > .buttons, html body div.body > .forum > .quickreply > .content > .options, html body div.body > .forum > .quickreply > .content > .buttons, html body > form > .body > .forum > .quickreply > .content > .options, html body > form > .body > .forum > .quickreply > .content > .buttons, html body > form > .sweetness > .body > .forum > .quickreply > .content > .options, html body > form > .sweetness > .body > .forum > .quickreply > .content > .buttons, html body > form div.body > .forum > .quickreply > .content > .options, html body > form div.body > .forum > .quickreply > .content > .buttons {
    padding: 10px 1rem 10px 1rem;
  }
  html body > .body > .forum table.standard > thead > tr > th:first-child, html body > .body > .forum table.standard > tbody > tr > td:first-child, html body > .sweetness > .body > .forum table.standard > thead > tr > th:first-child, html body > .sweetness > .body > .forum table.standard > tbody > tr > td:first-child, html body div.body > .forum table.standard > thead > tr > th:first-child, html body div.body > .forum table.standard > tbody > tr > td:first-child, html body > form > .body > .forum table.standard > thead > tr > th:first-child, html body > form > .body > .forum table.standard > tbody > tr > td:first-child, html body > form > .sweetness > .body > .forum table.standard > thead > tr > th:first-child, html body > form > .sweetness > .body > .forum table.standard > tbody > tr > td:first-child, html body > form div.body > .forum table.standard > thead > tr > th:first-child, html body > form div.body > .forum table.standard > tbody > tr > td:first-child {
    padding: 0 10px;
  }
  html body > .body > .forum .writepost, html body > .sweetness > .body > .forum .writepost, html body div.body > .forum .writepost, html body > form > .body > .forum .writepost, html body > form > .sweetness > .body > .forum .writepost, html body > form div.body > .forum .writepost {
    padding: 1rem 1rem 1rem 1rem;
  }
  html body > .body > .forum .writepost .content .panel_container .panel, html body > .sweetness > .body > .forum .writepost .content .panel_container .panel, html body div.body > .forum .writepost .content .panel_container .panel, html body > form > .body > .forum .writepost .content .panel_container .panel, html body > form > .sweetness > .body > .forum .writepost .content .panel_container .panel, html body > form div.body > .forum .writepost .content .panel_container .panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body > .body > .forum .writepost .content .panel_container .panel label, html body > .sweetness > .body > .forum .writepost .content .panel_container .panel label, html body div.body > .forum .writepost .content .panel_container .panel label, html body > form > .body > .forum .writepost .content .panel_container .panel label, html body > form > .sweetness > .body > .forum .writepost .content .panel_container .panel label, html body > form div.body > .forum .writepost .content .panel_container .panel label {
    min-width: 110px;
  }
  html body > .body > .forum .writepost .content .panel_container .panel input, html body > .body > .forum .writepost .content .panel_container .panel textarea, html body > .sweetness > .body > .forum .writepost .content .panel_container .panel input, html body > .sweetness > .body > .forum .writepost .content .panel_container .panel textarea, html body div.body > .forum .writepost .content .panel_container .panel input, html body div.body > .forum .writepost .content .panel_container .panel textarea, html body > form > .body > .forum .writepost .content .panel_container .panel input, html body > form > .body > .forum .writepost .content .panel_container .panel textarea, html body > form > .sweetness > .body > .forum .writepost .content .panel_container .panel input, html body > form > .sweetness > .body > .forum .writepost .content .panel_container .panel textarea, html body > form div.body > .forum .writepost .content .panel_container .panel input, html body > form div.body > .forum .writepost .content .panel_container .panel textarea {
    min-width: 280px;
  }
}

html body > .body > .forum .listing, html body > .sweetness > .body > .forum .listing, html body div.body > .forum .listing, html body > form > .body > .forum .listing, html body > form > .sweetness > .body > .forum .listing, html body > form div.body > .forum .listing {
  font-size: 16px;
}

html body > .body > .forum .listing > ol.categorylist > li.item, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item, html body div.body > .forum .listing > ol.categorylist > li.item, html body > form > .body > .forum .listing > ol.categorylist > li.item, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item, html body > form div.body > .forum .listing > ol.categorylist > li.item {
  -ms-grid-columns: auto 65px 90px;
      grid-template-columns: auto 65px 90px;
  grid-template-areas: 'category posts replies';
}

html body > .body > .forum .listing > ol.categorylist > li.item > div, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div, html body div.body > .forum .listing > ol.categorylist > li.item > div, html body > form > .body > .forum .listing > ol.categorylist > li.item > div, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div, html body > form div.body > .forum .listing > ol.categorylist > li.item > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.category, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.category, html body div.body > .forum .listing > ol.categorylist > li.item > div.category, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.category, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.category {
  font-size: 1.0625rem;
  min-width: 100px;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.posts, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.posts, html body div.body > .forum .listing > ol.categorylist > li.item > div.posts, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.posts, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.posts, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.posts {
  color: #FDFDFD;
  font-size: 0.8125rem;
  text-align: center;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.replies, html body div.body > .forum .listing > ol.categorylist > li.item > div.replies, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.replies, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.replies {
  color: #FDFDFD;
  font-size: 0.8125rem;
  text-align: center;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent {
  display: none;
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent {
    display: block;
  }
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top {
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 235px;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a {
  border-bottom: 1px dotted transparent;
  color: #FFB400;
  position: relative;
  text-decoration: none;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date, html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date, html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date, html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date, html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date, html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date {
  margin-right: 4px;
  white-space: nowrap;
}

html body > .body > .forum .listing > ol.postlist > li.item, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item, html body div.body > .forum .listing > ol.postlist > li.item, html body > form > .body > .forum .listing > ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item, html body > form div.body > .forum .listing > ol.postlist > li.item {
  font-size: 0.8125rem;
  -ms-grid-columns: auto 95px 21px;
      grid-template-columns: auto 95px 21px;
  grid-template-areas: 'title lastdate sds' 'author replies sds';
  -ms-grid-rows: 22px 5px 18px;
  -ms-grid-columns: calc(100% - 127px) 95px 32px;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author, html body div.body > .forum .listing > ol.postlist > li.item > div.author, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author {
  grid-area: author;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body div.body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author:before {
  content: 'by ';
  color: grey;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.author .site, html body > .body > .forum .listing > ol.postlist > li.item > div.author .listpager, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author .site, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author .listpager, html body div.body > .forum .listing > ol.postlist > li.item > div.author .site, html body div.body > .forum .listing > ol.postlist > li.item > div.author .listpager, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author .site, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author .listpager, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author .site, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author .listpager, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author .site, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author .listpager {
  display: none;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.category, html body div.body > .forum .listing > ol.postlist > li.item > div.category, html body > form > .body > .forum .listing > ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.category, html body > form div.body > .forum .listing > ol.postlist > li.item > div.category {
  grid-area: category;
  display: none;
  text-align: center;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate, html body div.body > .forum .listing > ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing > ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing > ol.postlist > li.item > div.createdate {
  grid-area: createdate;
  display: none;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body div.body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form div.body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager {
  display: none;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.email, html body div.body > .forum .listing > ol.postlist > li.item > div.email, html body > form > .body > .forum .listing > ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.email, html body > form div.body > .forum .listing > ol.postlist > li.item > div.email {
  display: none;
  grid-area: email;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing > ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing > ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing > ol.postlist > li.item > div.lastauthor {
  grid-area: lastauthor;
  display: none;
  text-align: right;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing > ol.postlist > li.item > div.lastdate {
  grid-area: lastdate;
  text-align: right;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.mylastreplydate, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.mylastreplydate, html body div.body > .forum .listing > ol.postlist > li.item > div.mylastreplydate, html body > form > .body > .forum .listing > ol.postlist > li.item > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.mylastreplydate, html body > form div.body > .forum .listing > ol.postlist > li.item > div.mylastreplydate {
  display: none;
  grid-area: mylastreplydate;
  text-align: left;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body div.body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies {
  color: #FDFDFD;
  grid-area: replies;
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body div.body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies:before {
  content: 'Replies: ';
  color: grey;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body div.body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies {
    text-align: center;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body div.body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:before, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies:before {
    content: '';
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.replies:after, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:after, html body div.body > .forum .listing > ol.postlist > li.item > div.replies:after, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies:after, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies:after, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies:after {
    content: ' Replies';
  }
}

html body > .body > .forum .listing > ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.signread, html body div.body > .forum .listing > ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing > ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing > ol.postlist > li.item > div.signread {
  display: none;
  grid-area: signread;
  text-align: center;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.signread > img, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.signread > img, html body div.body > .forum .listing > ol.postlist > li.item > div.signread > img, html body > form > .body > .forum .listing > ol.postlist > li.item > div.signread > img, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.signread > img, html body > form div.body > .forum .listing > ol.postlist > li.item > div.signread > img {
  margin: 0px 2px;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds, html body div.body > .forum .listing > ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing > ol.postlist > li.item > div.sds {
  grid-area: sds;
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply, html body div.body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply, html body > form > .body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply, html body > form div.body > .forum .listing > ol.postlist > li.item > div.sds > a.sdreply {
  margin: 0;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing > ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing > ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing > ol.postlist > li.item > div.subscribe {
  display: none;
  grid-area: subscribe;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title, html body div.body > .forum .listing > ol.postlist > li.item > div.title, html body > form > .body > .forum .listing > ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title, html body > form div.body > .forum .listing > ol.postlist > li.item > div.title {
  grid-area: title;
  font-size: 1.0rem;
  padding-right: 0.3125rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views, html body div.body > .forum .listing > ol.postlist > li.item > div.views, html body > form > .body > .forum .listing > ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views, html body > form div.body > .forum .listing > ol.postlist > li.item > div.views {
  color: #FDFDFD;
  grid-area: views;
  display: none;
  text-align: center;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.views:after, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views:after, html body div.body > .forum .listing > ol.postlist > li.item > div.views:after, html body > form > .body > .forum .listing > ol.postlist > li.item > div.views:after, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views:after, html body > form div.body > .forum .listing > ol.postlist > li.item > div.views:after {
  content: ' Views';
}

@media (min-width: 768px) {
  html body > .body > .forum .listing > ol.postlist > li.item, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item, html body div.body > .forum .listing > ol.postlist > li.item, html body > form > .body > .forum .listing > ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item, html body > form div.body > .forum .listing > ol.postlist > li.item {
    -ms-grid-columns: auto 125px 90px 134px 24px;
        grid-template-columns: auto 125px 90px 134px 24px;
    grid-template-areas: 'title author replies lastdate sds';
    padding: 1.0rem 10px 1.0rem 2rem;
    -ms-grid-rows: 22px;
    -ms-grid-columns: calc(100% - 381px) 125px 90px 134px 32px;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds, html body div.body > .forum .listing > ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing > ol.postlist > li.item > div.sds {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author, html body div.body > .forum .listing > ol.postlist > li.item > div.author, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body div.body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.author:before, html body > form div.body > .forum .listing > ol.postlist > li.item > div.author:before {
    content: '';
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views, html body div.body > .forum .listing > ol.postlist > li.item > div.views, html body > form > .body > .forum .listing > ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.views, html body > form div.body > .forum .listing > ol.postlist > li.item > div.views {
    text-align: right;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body div.body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager, html body > form div.body > .forum .listing > ol.postlist > li.item > div.createdate > .listpager {
    display: inline-block;
    margin-left: 10px;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing > ol.postlist > li.item > div.lastdate {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body div.body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist > li.item > div.replies {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing > ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title, html body div.body > .forum .listing > ol.postlist > li.item > div.title, html body > form > .body > .forum .listing > ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title, html body > form div.body > .forum .listing > ol.postlist > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item, html body div.body > .forum .listing > ol.postlist.loggedin > li.item, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item {
  -ms-grid-columns: 24px auto 98px;
      grid-template-columns: 24px auto 98px;
  grid-template-areas: 'signread title lastdate' 'sds author replies';
  padding: 1.0rem 1.0rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px;
  -ms-grid-columns: 32px calc(100% - 130px) 98px;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate {
  display: none;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread {
  display: block;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds {
  margin-top: 0;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item, html body div.body > .forum .listing > ol.postlist.loggedin > li.item, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item {
    -ms-grid-columns: 24px auto 125px 90px 115px 24px;
        grid-template-columns: 24px auto 125px 90px 115px 24px;
    grid-template-areas: 'signread title author replies lastdate sds';
    padding: 1.0rem 1.0rem 1.0rem 0.3125rem;
    -ms-grid-rows: 22px;
    -ms-grid-columns: 30px calc(100% - 392px) 125px 90px 115px 32px;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds {
    display: block;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.email, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.email, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.email, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.email, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.email, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastauthor, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.views, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.category, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.createdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.subscribe, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.email {
    display: none;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.signread, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin: auto;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.title, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author .site {
    display: none;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.author .listpager {
    display: none;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.replies, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.replies {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.lastdate {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item > div.sds, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item > div.sds {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
}

@media (min-width: 768px) {
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced {
    -ms-grid-columns: 24px auto 125px 90px 115px;
        grid-template-columns: 24px auto 125px 90px 115px;
    grid-template-areas: 'signread title author replies lastauthor' 'sds createdate author views lastdate';
    padding: 1.0rem 1.5rem 1.0rem 0.3125rem;
    -ms-grid-rows: 22px 5px 22px;
    -ms-grid-columns: 32px calc(100% - 362px) 125px 90px 115px;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate {
    display: block;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.author {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.replies {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastauthor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.sds {
    margin-top: 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.createdate {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.views {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate, html body div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing > ol.postlist.loggedin > li.item.advanced > div.lastdate {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.bookmarks > .subhead, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead, html body div.body > .forum .listing.bookmarks > .subhead, html body > form > .body > .forum .listing.bookmarks > .subhead, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead, html body > form div.body > .forum .listing.bookmarks > .subhead {
  margin: 0 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: calc( 100% - 155px) 65px 90px;
  grid-template-columns: auto 65px 90px;
  grid-template-areas: 'category posts replies';
  padding: 1rem 1rem 1rem 1rem;
}

html body > .body > .forum .listing.bookmarks > .subhead > div.category, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.category, html body div.body > .forum .listing.bookmarks > .subhead > div.category, html body > form > .body > .forum .listing.bookmarks > .subhead > div.category, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.category, html body > form div.body > .forum .listing.bookmarks > .subhead > div.category {
  min-width: 100px;
  grid-area: category;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.posts, html body div.body > .forum .listing.bookmarks > .subhead > div.posts, html body > form > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > form div.body > .forum .listing.bookmarks > .subhead > div.posts {
  grid-area: posts;
  text-align: center;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.recent, html body div.body > .forum .listing.bookmarks > .subhead > div.recent, html body > form > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > form div.body > .forum .listing.bookmarks > .subhead > div.recent {
  display: none;
  grid-area: recent;
  -ms-grid-column: 4;
}

html body > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.replies, html body div.body > .forum .listing.bookmarks > .subhead > div.replies, html body > form > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > form div.body > .forum .listing.bookmarks > .subhead > div.replies {
  grid-area: replies;
  text-align: center;
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.bookmarks > .subhead, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead, html body div.body > .forum .listing.bookmarks > .subhead, html body > form > .body > .forum .listing.bookmarks > .subhead, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead, html body > form div.body > .forum .listing.bookmarks > .subhead {
    -ms-grid-columns: calc( 100% - 410px) 65px 90px 255px;
    grid-template-columns: auto 65px 90px 255px;
    grid-template-areas: 'category posts replies recent';
    padding: 1rem 2rem 1rem 2rem;
  }
  html body > .body > .forum .listing.bookmarks > .subhead > div.category, html body > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.category, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.recent, html body div.body > .forum .listing.bookmarks > .subhead > div.category, html body div.body > .forum .listing.bookmarks > .subhead > div.posts, html body div.body > .forum .listing.bookmarks > .subhead > div.replies, html body div.body > .forum .listing.bookmarks > .subhead > div.recent, html body > form > .body > .forum .listing.bookmarks > .subhead > div.category, html body > form > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > form > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > form > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.category, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.posts, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.bookmarks > .subhead > div.recent, html body > form div.body > .forum .listing.bookmarks > .subhead > div.category, html body > form div.body > .forum .listing.bookmarks > .subhead > div.posts, html body > form div.body > .forum .listing.bookmarks > .subhead > div.replies, html body > form div.body > .forum .listing.bookmarks > .subhead > div.recent {
    display: block;
  }
}

html body > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > .sweetness > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body div.body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form > .sweetness > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form div.body > .forum .listing.bookmarks > ol.categorylist > li.item {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: calc( 100% - 155px) 65px 90px;
  grid-template-columns: auto 65px 90px;
  grid-template-areas: 'category posts replies';
  padding: 1rem 1rem 1rem 1rem;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > .sweetness > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body div.body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form > .sweetness > .body > .forum .listing.bookmarks > ol.categorylist > li.item, html body > form div.body > .forum .listing.bookmarks > ol.categorylist > li.item {
    -ms-grid-columns: calc( 100% - 410px) 65px 90px 255px;
    grid-template-columns: auto 65px 90px 255px;
    grid-template-areas: 'category posts replies recent';
    padding: 1rem 2rem 1rem 2rem;
  }
}

html body > .body > .forum .listing.posts > .subhead, html body > .sweetness > .body > .forum .listing.posts > .subhead, html body div.body > .forum .listing.posts > .subhead, html body > form > .body > .forum .listing.posts > .subhead, html body > form > .sweetness > .body > .forum .listing.posts > .subhead, html body > form div.body > .forum .listing.posts > .subhead {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: auto 102px 24px;
      grid-template-columns: auto 102px 24px;
  grid-template-areas: 'title lastreply blank ';
  padding: 1rem 1rem 1rem 1rem;
  -ms-grid-columns: calc( 100% - 134px) 102px 32px;
  -ms-grid-rows: 32px;
}

html body > .body > .forum .listing.posts > .subhead > div, html body > .sweetness > .body > .forum .listing.posts > .subhead > div, html body div.body > .forum .listing.posts > .subhead > div, html body > form > .body > .forum .listing.posts > .subhead > div, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div, html body > form div.body > .forum .listing.posts > .subhead > div {
  -ms-grid-row: 1;
  /*&.category {
										display: none;
										grid-area: category;
									}*/
}

html body > .body > .forum .listing.posts > .subhead > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body div.body > .forum .listing.posts > .subhead > div.author, html body > form > .body > .forum .listing.posts > .subhead > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body > form div.body > .forum .listing.posts > .subhead > div.author {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  grid-area: author;
}

html body > .body > .forum .listing.posts > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body div.body > .forum .listing.posts > .subhead > div.blank, html body > form > .body > .forum .listing.posts > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body > form div.body > .forum .listing.posts > .subhead > div.blank {
  display: none;
  grid-area: blank;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts > .subhead > div.email, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.email, html body div.body > .forum .listing.posts > .subhead > div.email, html body > form > .body > .forum .listing.posts > .subhead > div.email, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.email, html body > form div.body > .forum .listing.posts > .subhead > div.email {
  display: none;
  grid-area: email;
}

html body > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body div.body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead > div.lastreply {
  display: none;
  grid-area: lastreply;
  text-align: right;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts > .subhead > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.mylastreplydate, html body div.body > .forum .listing.posts > .subhead > div.mylastreplydate, html body > form > .body > .forum .listing.posts > .subhead > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.mylastreplydate, html body > form div.body > .forum .listing.posts > .subhead > div.mylastreplydate {
  display: none;
  grid-area: mylastreplydate;
}

html body > .body > .forum .listing.posts > .subhead > div.posts, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.posts, html body div.body > .forum .listing.posts > .subhead > div.posts, html body > form > .body > .forum .listing.posts > .subhead > div.posts, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.posts, html body > form div.body > .forum .listing.posts > .subhead > div.posts {
  display: none;
  grid-area: posts;
  text-align: center;
}

html body > .body > .forum .listing.posts > .subhead > div.postcategory, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.postcategory, html body div.body > .forum .listing.posts > .subhead > div.postcategory, html body > form > .body > .forum .listing.posts > .subhead > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.postcategory, html body > form div.body > .forum .listing.posts > .subhead > div.postcategory {
  display: none;
  grid-area: postcategory;
  text-align: center;
}

html body > .body > .forum .listing.posts > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body div.body > .forum .listing.posts > .subhead > div.replies, html body > form > .body > .forum .listing.posts > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body > form div.body > .forum .listing.posts > .subhead > div.replies {
  display: none;
  grid-area: replies;
  text-align: center;
}

html body > .body > .forum .listing.posts > .subhead > div.sds, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.sds, html body div.body > .forum .listing.posts > .subhead > div.sds, html body > form > .body > .forum .listing.posts > .subhead > div.sds, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.sds, html body > form div.body > .forum .listing.posts > .subhead > div.sds {
  display: none;
  grid-area: sds;
}

html body > .body > .forum .listing.posts > .subhead > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.signread, html body div.body > .forum .listing.posts > .subhead > div.signread, html body > form > .body > .forum .listing.posts > .subhead > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.signread, html body > form div.body > .forum .listing.posts > .subhead > div.signread {
  display: none;
  grid-area: signread;
}

html body > .body > .forum .listing.posts > .subhead > div.subscribe, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.subscribe, html body div.body > .forum .listing.posts > .subhead > div.subscribe, html body > form > .body > .forum .listing.posts > .subhead > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.subscribe, html body > form div.body > .forum .listing.posts > .subhead > div.subscribe {
  display: none;
  grid-area: subscribe;
}

html body > .body > .forum .listing.posts > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body div.body > .forum .listing.posts > .subhead > div.title, html body > form > .body > .forum .listing.posts > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > form div.body > .forum .listing.posts > .subhead > div.title {
  display: none;
  grid-area: title;
  min-width: 100px;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts > .subhead > div.title, html body > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .body > .forum .listing.posts > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body div.body > .forum .listing.posts > .subhead > div.title, html body div.body > .forum .listing.posts > .subhead > div.lastreply, html body div.body > .forum .listing.posts > .subhead > div.blank, html body > form > .body > .forum .listing.posts > .subhead > div.title, html body > form > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body > form div.body > .forum .listing.posts > .subhead > div.title, html body > form div.body > .forum .listing.posts > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead > div.blank {
  display: block;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts > .subhead, html body > .sweetness > .body > .forum .listing.posts > .subhead, html body div.body > .forum .listing.posts > .subhead, html body > form > .body > .forum .listing.posts > .subhead, html body > form > .sweetness > .body > .forum .listing.posts > .subhead, html body > form div.body > .forum .listing.posts > .subhead {
    -ms-grid-columns: auto 125px 90px 134px 24px;
        grid-template-columns: auto 125px 90px 134px 24px;
    grid-template-areas: 'title author replies lastreply blank';
    padding: 1rem 0.25rem 1.0rem 2rem;
    -ms-grid-columns: calc( 100% - 381px) 125px 90px 134px 32px;
  }
  html body > .body > .forum .listing.posts > .subhead > div.title, html body > .body > .forum .listing.posts > .subhead > div.author, html body > .body > .forum .listing.posts > .subhead > div.replies, html body > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .body > .forum .listing.posts > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body div.body > .forum .listing.posts > .subhead > div.title, html body div.body > .forum .listing.posts > .subhead > div.author, html body div.body > .forum .listing.posts > .subhead > div.replies, html body div.body > .forum .listing.posts > .subhead > div.lastreply, html body div.body > .forum .listing.posts > .subhead > div.blank, html body > form > .body > .forum .listing.posts > .subhead > div.title, html body > form > .body > .forum .listing.posts > .subhead > div.author, html body > form > .body > .forum .listing.posts > .subhead > div.replies, html body > form > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body > form div.body > .forum .listing.posts > .subhead > div.title, html body > form div.body > .forum .listing.posts > .subhead > div.author, html body > form div.body > .forum .listing.posts > .subhead > div.replies, html body > form div.body > .forum .listing.posts > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead > div.blank {
    display: block;
  }
  html body > .body > .forum .listing.posts > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body div.body > .forum .listing.posts > .subhead > div.title, html body > form > .body > .forum .listing.posts > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.title, html body > form div.body > .forum .listing.posts > .subhead > div.title {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts > .subhead > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body div.body > .forum .listing.posts > .subhead > div.author, html body > form > .body > .forum .listing.posts > .subhead > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.author, html body > form div.body > .forum .listing.posts > .subhead > div.author {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body div.body > .forum .listing.posts > .subhead > div.replies, html body > form > .body > .forum .listing.posts > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.replies, html body > form div.body > .forum .listing.posts > .subhead > div.replies {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body div.body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead > div.lastreply {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body div.body > .forum .listing.posts > .subhead > div.blank, html body > form > .body > .forum .listing.posts > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead > div.blank, html body > form div.body > .forum .listing.posts > .subhead > div.blank {
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin, html body div.body > .forum .listing.posts > .subhead.loggedin, html body > form > .body > .forum .listing.posts > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin, html body > form div.body > .forum .listing.posts > .subhead.loggedin {
  -ms-grid-columns: 24px auto 124px;
      grid-template-columns: 24px auto 124px;
  grid-template-areas: 'signread title lastreply';
  padding: 1.0rem 1.0rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 154px) 124px;
}

html body > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply {
  display: block;
}

html body > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > .body > .forum .listing.posts > .subhead.loggedin > div.views, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.views, html body div.body > .forum .listing.posts > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts > .subhead.loggedin > div.category, html body div.body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body div.body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts > .subhead.loggedin > div.sds, html body div.body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts > .subhead.loggedin > div.views, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.views, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.views, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.views {
  display: none;
}

html body > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin, html body div.body > .forum .listing.posts > .subhead.loggedin, html body > form > .body > .forum .listing.posts > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin, html body > form div.body > .forum .listing.posts > .subhead.loggedin {
    -ms-grid-columns: 24px auto 125px 90px 115px 24px;
        grid-template-columns: 24px auto 125px 90px 115px 24px;
    grid-template-areas: 'signread title author replies lastreply blank';
    padding: 1.0rem 1.0rem 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 392px) 125px 90px 115px 32px;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.blank {
    display: block;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts > .subhead.loggedin > div.category, html body div.body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body div.body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts > .subhead.loggedin > div.sds, html body div.body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.category, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.mylastreplydate, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.sds, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.author {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.replies {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.lastreply {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts > .subhead.loggedin > div.blank {
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced {
  -ms-grid-columns: 24px auto 115px;
      grid-template-columns: 24px auto 115px;
  grid-template-areas: 'signread title lastreply';
  padding: 1.0rem 1.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 145px) 115px;
}

html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank {
  display: none;
}

html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced {
    -ms-grid-columns: 24px auto 125px 90px 115px;
        grid-template-columns: 24px auto 125px 90px 115px;
    grid-template-areas: 'signread title author replies lastreply';
    padding: 1.0rem 1.5rem 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 360px) 125px 90px 115px;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply {
    display: block;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.mylastreplydate, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.sds, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.replies {
    text-align: right;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts > .subhead.loggedin.advanced > div.lastreply {
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts.recent > .subhead, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead, html body div.body > .forum .listing.posts.recent > .subhead, html body > form > .body > .forum .listing.posts.recent > .subhead, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead, html body > form div.body > .forum .listing.posts.recent > .subhead {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: auto 102px 24px;
      grid-template-columns: auto 102px 24px;
  grid-template-areas: 'title lastreply blank ';
  padding: 1rem 0.75rem 1.0rem 1rem;
  -ms-grid-columns: calc( 100% - 126px) 102px 24px;
}

html body > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body div.body > .forum .listing.posts.recent > .subhead > div.title, html body div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead > div.blank {
  display: block;
}

html body > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body div.body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead > div.title {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead > div.lastreply {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body div.body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead > div.blank {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent > .subhead, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead, html body div.body > .forum .listing.posts.recent > .subhead, html body > form > .body > .forum .listing.posts.recent > .subhead, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead, html body > form div.body > .forum .listing.posts.recent > .subhead {
    -ms-grid-columns: auto 116px 90px 70px 90px 24px;
        grid-template-columns: auto 116px 90px 70px 90px 24px;
    grid-template-areas: 'title author postcategory replies lastreply blank';
    grid-gap: 10px;
    -ms-grid-columns: calc( 100% - 517px) 116px 145px 90px 134px 32px;
    padding: 1rem 0.25rem 1.0rem 2rem;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .body > .forum .listing.posts.recent > .subhead > div.author, html body > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body div.body > .forum .listing.posts.recent > .subhead > div.title, html body div.body > .forum .listing.posts.recent > .subhead > div.author, html body div.body > .forum .listing.posts.recent > .subhead > div.postcategory, html body div.body > .forum .listing.posts.recent > .subhead > div.replies, html body div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead > div.author, html body > form > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > form > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead > div.author, html body > form div.body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead > div.replies, html body > form div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead > div.blank {
    display: block;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body div.body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead > div.title {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.author, html body div.body > .forum .listing.posts.recent > .subhead > div.author, html body > form > .body > .forum .listing.posts.recent > .subhead > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.author, html body > form div.body > .forum .listing.posts.recent > .subhead > div.author {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body div.body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead > div.postcategory {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.replies, html body div.body > .forum .listing.posts.recent > .subhead > div.replies, html body > form > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.replies, html body > form div.body > .forum .listing.posts.recent > .subhead > div.replies {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead > div.lastreply {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body div.body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead > div.blank {
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin, html body div.body > .forum .listing.posts.recent > .subhead.loggedin, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin {
  -ms-grid-columns: 24px auto 116px;
      grid-template-columns: 24px auto 116px;
  grid-template-areas: 'signread title lastreply';
  padding: 1rem 1.0rem 1.0rem 0.3125rem;
  -ms-grid-columns: 24px calc(100% - 140px) 116px;
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply {
  display: block;
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.category, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.recent, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastauthor, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.blank {
  display: none;
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin, html body div.body > .forum .listing.posts.recent > .subhead.loggedin, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin {
    -ms-grid-columns: 24px auto 116px 145px 90px 105px 24px;
        grid-template-columns: 24px auto 116px 145px 90px 105px 24px;
    grid-template-areas: 'signread title author postcategory replies lastreply blank';
    padding: 1rem 10px 1.0rem 0.3125rem;
    -ms-grid-columns: 24px calc(100% - 533px) 116px 145px 90px 134px 24px;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.sds {
    display: block;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.blank {
    display: none;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.author {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.postcategory {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.replies {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.lastreply {
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body div.body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin > div.sds, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin > div.sds {
    -ms-grid-column: 7;
  }
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced {
    -ms-grid-columns: 24px auto 116px 145px 90px 110px;
        grid-template-columns: 24px auto 116px 145px 90px 110px;
    grid-template-areas: 'signread title author postcategory replies lastreply';
    -ms-grid-columns: 24px calc(100% - 485px) 116px 145px 90px 110px;
    padding: 1.0rem 2.375rem 1.0rem 0.3125rem;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.blank, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.sds {
    display: none;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.author {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.postcategory {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.replies {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply, html body > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply, html body div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply, html body > form > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply, html body > form div.body > .forum .listing.posts.recent > .subhead.loggedin.advanced.lastreply {
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item, html body div.body > .forum .listing.posts.recent ol.postlist > li.item, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item {
  -ms-grid-columns: auto 124px 24px;
      grid-template-columns: auto 124px 24px;
  grid-template-areas: 'category category category' 'title lastdate sds' 'author replies sds';
  padding: 0.3125rem 0.75rem 1.0rem 1rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: calc( 100% - 156px) 124px 32px;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item .listpager, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item .listpager, html body div.body > .forum .listing.posts.recent ol.postlist > li.item .listpager, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item .listpager, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item .listpager, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item .listpager {
  display: none;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category {
  display: block;
  border-bottom: 1px dotted #cacaca;
  text-align: left;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.views, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author .site {
  display: none;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.sds {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item, html body div.body > .forum .listing.posts.recent ol.postlist > li.item, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item {
    -ms-grid-columns: auto 116px 90px 70px 90px 24px;
        grid-template-columns: auto 116px 90px 70px 90px 24px;
    grid-template-areas: 'title author category replies lastdate sds';
    grid-gap: 10px;
    padding: 0.3125rem 0.25rem 1.0rem 2rem;
    -ms-grid-rows: 22px;
    -ms-grid-columns: calc( 100% - 515px) 116px 145px 90px 134px 32px;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.title {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category {
    border-bottom: none;
    padding: 0 0 0 0;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.sds {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
  }
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item {
  -ms-grid-columns: 24px auto 95px;
      grid-template-columns: 24px auto 95px;
  grid-template-areas: 'category category category' 'signread title lastdate' 'sds author replies';
  padding: 0.3125rem 1.0rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 32px calc(100% - 125px) 95px;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category {
  display: block;
  border-bottom: 1px dotted #cacaca;
  text-align: left;
  padding: 0 0 0 2.0rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-row-column-span: 3;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate {
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds {
  margin: 0;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies {
  text-align: right;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item {
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-columns: 24px auto 116px 145px 90px 105px 24px;
        grid-template-columns: 24px auto 116px 145px 90px 105px 24px;
    grid-template-areas: 'signread title author category replies lastdate sds';
    -ms-grid-rows: 22px;
    -ms-grid-columns: 29px calc( 100% - 543px) 116px 145px 90px 134px 32px;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.signread {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.author {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category {
    border-bottom: none;
    padding: 0 0 0 0;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.sds {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
  }
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced {
  -ms-grid-columns: 24px auto 95px;
      grid-template-columns: 24px auto 95px;
  grid-template-areas: 'category category category' 'signread title lastdate' 'sds author replies';
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 125px) 95px;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies {
  text-align: right;
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds {
  margin-top: 0;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced {
    padding: 1.0rem 2.375rem 1.0rem 0.3125rem;
    -ms-grid-columns: 24px auto 116px 145px 90px 110px;
        grid-template-columns: 24px auto 116px 145px 90px 110px;
    grid-template-areas: 'signread title author category replies lastauthor' 'sds createdate author category views lastdate';
    -ms-grid-rows: 22px 5px 22px;
    -ms-grid-columns: 30px calc(100% - 491px) 116px 145px 90px 110px;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.cateogry, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate {
    display: block;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.author {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-span: 3;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.category {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 3;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.replies {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastauthor {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.sds {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.createdate {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.views {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item.advanced > div.lastdate {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: 24px auto 114px;
      grid-template-columns: 24px auto 114px;
  grid-template-areas: 'signread title lastreply';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 32px calc(100% - 146px) 114px;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory {
  display: none;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply {
  display: block;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin {
    -ms-grid-columns: 24px auto 145px 90px 124px;
        grid-template-columns: 24px auto 145px 90px 124px;
    grid-template-areas: 'signread title postcategory replies lastreply';
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid--columns: 32px calc(100% - 391px) 145px 90px 124px;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply {
    display: block;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.postcategory {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.replies {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin > div.lastreply {
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced {
  -ms-grid-columns: 24px auto 114px 35px;
      grid-template-columns: 24px auto 114px 35px;
  grid-template-areas: 'signread title lastreply subscribe';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 184px) 114px 40px;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe {
  display: block;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent {
  display: none;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply {
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe {
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced {
    -ms-grid-columns: 24px auto 145px 90px 110px 35px;
        grid-template-columns: 24px auto 145px 90px 110px 35px;
    grid-template-areas: 'signread title postcategory replies lastreply subscribe';
    padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 415px) 145px 90px 110px 40px;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply {
    display: block;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.postcategory {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.replies {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.lastreply {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts > .subhead.loggedin.advanced > div.subscribe {
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item {
  -ms-grid-columns: 22px auto 95px;
      grid-template-columns: 22px auto 95px;
  grid-template-areas: 'category category category' 'signread title lastdate' 'sds lastauthor replies';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 125px) 95px;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor {
  display: block;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.email {
  display: none;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category {
  display: block;
  border-bottom: 1px dotted #cacaca;
  text-align: left;
  padding: 0 0 0 2.0rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate {
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds {
  margin: 0;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor {
  text-align: left;
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before {
  content: 'last reply by ';
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies {
  text-align: right;
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item {
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-columns: 24px auto 145px 90px 124px;
        grid-template-columns: 24px auto 145px 90px 124px;
    grid-template-areas: 'signread title category replies lastdate';
    -ms-grid-rows: 22px;
    -ms-grid-columns: 30px calc(100% - 389px) 145px 90px 124px;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate {
    display: block;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.views, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastreply, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.category {
    border-bottom: none;
    padding: 0 0 0 0;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.replies {
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastdate {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor {
    text-align: right;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item > div.lastauthor :before {
    content: '';
  }
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced {
  -ms-grid-columns: 22px auto 95px 35px;
      grid-template-columns: 22px auto 95px 35px;
  grid-template-areas: 'category category category category' 'signread title lastdate subscribe' 'sds lastauthor replies email';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 165px) 95px 40px;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor {
  display: block;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author {
  display: none;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe {
  margin: 0 0 0 2px;
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced {
    -ms-grid-columns: 24px auto 145px 90px 110px 35px;
        grid-template-columns: 24px auto 145px 90px 110px 35px;
    grid-template-areas: 'signread title category replies lastauthor subscribe' 'sds createdate category views lastdate email';
    padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
    -ms-grid-rows: 22px 5px 22px;
    -ms-grid-columns: 30px calc(100% - 415px) 145px 90px 110px 40px;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email {
    display: block;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.author {
    display: none;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.category {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.replies {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastauthor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.subscribe {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.sds {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.createdate {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.views {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.lastdate {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myposts ol.postlist > li.item.advanced > div.email {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: 24px auto 114px;
      grid-template-columns: 24px auto 114px;
  grid-template-areas: 'signread title lastreply';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 144px) 114px;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply {
  display: block;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory {
  display: none;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply {
  -ms-grid-column: 3;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin {
    -ms-grid-columns: 24px auto 145px 124px 124px;
        grid-template-columns: 24px auto 145px 124px 124px;
    grid-template-areas: 'signread title replies mylastreplydate lastreply';
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 423px) 145px 124px 124px;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply {
    display: block;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.category, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.replies {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.mylastreplydate {
    text-align: center;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin > div.lastreply {
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced {
  -ms-grid-columns: 24px auto 114px 35px;
      grid-template-columns: 24px auto 114px 35px;
  grid-template-areas: 'signread title lastreply subscribe';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 184px) 114px 40px;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe {
  display: block;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent {
  display: none;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply {
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe {
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced {
    -ms-grid-columns: 24px auto 90px 124px 124px;
        grid-template-columns: 24px auto 90px 124px 124px;
    grid-template-areas: 'signread title replies mylastreplydate lastreply';
    padding: 0.3125rem 1rem 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 368px) 90px 124px 124px;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply {
    display: block;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.replies {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.mylastreplydate {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies > .subhead.loggedin.advanced > div.lastreply {
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item {
  -ms-grid-columns: 22px auto 95px;
      grid-template-columns: 22px auto 95px;
  grid-template-areas: 'category category category' 'signread title lastdate' 'sds author replies';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 125px) 95px;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies {
  display: block;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views {
  display: none;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category {
  display: block;
  border-bottom: 1px dotted #cacaca;
  text-align: left;
  padding: 0 0 0 2.0rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate {
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds {
  margin: 0;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site {
  display: inline;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author .site:before {
  content: 'on ';
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  text-align: right;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor {
  text-align: left;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before {
  content: 'last reply by ';
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item {
    -ms-grid-columns: 24px auto 145px 124px 124px;
        grid-template-columns: 24px auto 145px 124px 124px;
    grid-template-areas: 'signread title replies mylastreplydate lastdate';
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-rows: 22px;
    -ms-grid-columns: 30px calc(100% - 423px) 145px 124px 124px;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author:before {
    content: 'by ';
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastdate {
    display: block;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.blank, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.views, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastreply, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.replies {
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.mylastreplydate {
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item > div.lastauthor :before {
    content: '';
  }
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced {
  -ms-grid-columns: 22px auto 95px 35px;
      grid-template-columns: 22px auto 95px 35px;
  grid-template-areas: 'category category category category' 'signread title lastdate subscribe' 'sds lastauthor replies email';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 165px) 95px 40px;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor {
  display: block;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author {
  display: none;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe {
  margin: 0 0 0 2px;
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced {
    -ms-grid-columns: 24px auto 90px 124px 124px;
        grid-template-columns: 24px auto 90px 124px 124px;
    grid-template-areas: 'signread title replies mylastreplydate lastauthor' 'sds author views mylastreplydate lastdate';
    padding: 0.3125rem 1rem 1.0rem 0.3125rem;
    -ms-grid-rows: 22px 5px 22px;
    -ms-grid-columns: 30px calc(100% - 369px) 90px 124px 124px;
        grid-template-columns: 30px calc(100% - 369px) 90px 124px 124px;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate {
    display: block;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.subscribe {
    display: none;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author {
    display: none;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.replies {
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.mylastreplydate {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastauthor {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.sds {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.author {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.views {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.myreplies ol.postlist > li.item.advanced > div.lastdate {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin {
  display: -ms-grid;
  display: grid;
  grid-gap: 7px;
  -ms-grid-columns: 24px auto 114px 35px;
      grid-template-columns: 24px auto 114px 35px;
  grid-template-areas: 'signread title lastreply subscribe';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-columns: 30px calc(100% - 184px) 114px 40px;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe {
  display: block;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank {
  display: none;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply {
  text-align: right;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe {
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin {
    -ms-grid-columns: 24px auto 16px 116px 145px 90px 124px 35px;
        grid-template-columns: 24px auto 16px 116px 145px 90px 124px 35px;
    grid-template-areas: 'signread title email author postcategory replies lastreply subscribe';
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-rows: 22px;
    -ms-grid-columns: 30px calc(100% - 561px) 16px 116px 145px 90px 124px 40px;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.blank {
    display: none;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe {
    display: block;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.email {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.author {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.postcategory {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.replies {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.lastreply {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin > div.subscribe {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced {
  -ms-grid-columns: 24px auto 114px 35px;
      grid-template-columns: 24px auto 114px 35px;
  grid-template-areas: 'signread title lastreply subscribe';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-template-columns: 30px calc(100% - 184px) 114px 40px;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.category, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent {
  display: none;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe {
  display: block;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread {
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title {
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply {
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe {
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced {
    -ms-grid-columns: 24px auto 116px 145px 90px 110px 35px;
        grid-template-columns: 24px auto 116px 145px 90px 110px 35px;
    grid-template-areas: 'signread title author postcategory replies lastreply subscribe';
    padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
    -ms-grid-columns: 30px calc(100% - 531px) 116px 145px 90px 110px 40px;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.blank, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.email, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.recent {
    display: none;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe {
    display: block;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.signread {
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.title {
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.author {
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.postcategory {
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.replies {
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.lastreply {
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions > .subhead.loggedin.advanced > div.subscribe {
    -ms-grid-column: 7;
  }
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item {
  -ms-grid-columns: 24px auto 95px 35px;
      grid-template-columns: 24px auto 95px 35px;
  grid-template-areas: 'category category category category' 'signread title lastdate subscribe' 'sds author replies email';
  padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 165px) 95px 40px;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email {
  display: block;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category {
  display: block;
  border-bottom: 1px dotted #cacaca;
  text-align: left;
  padding: 0 0 0 2.0rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate {
  text-align: right;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe {
  margin: 0 0 0 2px;
  text-align: center;
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds {
  margin: 0;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies {
  text-align: right;
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item {
    padding: 1.0rem 10px 1.0rem 0.3125rem;
    -ms-grid-columns: 23px auto 16px 116px 145px 90px 124px 35px;
        grid-template-columns: 23px auto 16px 116px 145px 90px 124px 35px;
    grid-template-areas: 'signread title email author category replies lastdate subscribe';
    -ms-grid-rows: 22px;
    -ms-grid-columns: 30px calc(100% - 556px) 16px 116px 145px 90px 124px 40px;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.views, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastreply, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.createdate {
    display: none;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe {
    display: block;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.email {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.author {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.category {
    border-bottom: none;
    padding: 0 0 0 0;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.replies {
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.lastdate {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item > div.subscribe {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced {
  -ms-grid-columns: 24px auto 95px 35px;
      grid-template-columns: 24px auto 95px 35px;
  grid-template-areas: 'category category category category' 'signread title lastdate subscribe' 'sds author replies email';
  -ms-grid-rows: 22px 5px 22px 5px 22px;
  -ms-grid-columns: 30px calc(100% - 165px) 95px 40px;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds {
  margin-top: 0;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies {
  text-align: right;
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced {
    -ms-grid-columns: 25px auto 116px 145px 90px 110px 35px;
        grid-template-columns: 25px auto 116px 145px 90px 110px 35px;
    grid-template-areas: 'signread title author category replies lastauthor subscribe' 'sds createdate author category views lastdate email';
    padding: 0.3125rem 0.5rem 1.0rem 0.3125rem;
    -ms-grid-rows: 22px 5px 22px;
    -ms-grid-columns: 30px calc(100% - 531px) 116px 145px 90px 110px 40px;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email {
    display: block;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.signread {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.author {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.category {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.replies {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastauthor {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.subscribe {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.sds {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.createdate {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.views {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.lastdate {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  html body > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form > .sweetness > .body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email, html body > form div.body > .forum .listing.posts.subscriptions ol.postlist > li.item.advanced > div.email {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
}

html body > .body > .forum > section.recentposts > div.head, html body > .sweetness > .body > .forum > section.recentposts > div.head, html body div.body > .forum > section.recentposts > div.head, html body > form > .body > .forum > section.recentposts > div.head, html body > form > .sweetness > .body > .forum > section.recentposts > div.head, html body > form div.body > .forum > section.recentposts > div.head {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  html body > .body > .forum > section.recentposts > div.head, html body > .sweetness > .body > .forum > section.recentposts > div.head, html body div.body > .forum > section.recentposts > div.head, html body > form > .body > .forum > section.recentposts > div.head, html body > form > .sweetness > .body > .forum > section.recentposts > div.head, html body > form div.body > .forum > section.recentposts > div.head {
    padding-left: 2rem;
  }
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > .head, html body > .body > .forum > section.subcategories > .listing.bookmarks > .subhead, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > .head, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > .subhead, html body div.body > .forum > section.subcategories > .listing.bookmarks > .head, html body div.body > .forum > section.subcategories > .listing.bookmarks > .subhead, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > .head, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > .subhead, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > .head, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > .subhead, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > .head, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > .subhead {
  display: none;
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  margin: 5px;
  row-gap: 5px;
}

@media (min-width: 768px) {
  html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist {
    -ms-grid-columns: (1fr [col-start])[4];
        grid-template-columns: repeat(4, 1fr [col-start]);
  }
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181818;
  border: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1rem;
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon {
  /*background-color: #014B8A;*/
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 2px;
  width: 25px;
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.icon > img {
  max-height: 25px;
  max-width: 25px;
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.category {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: .9em;
}

html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body > form > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body > form > .sweetness > .body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.posts, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.replies, html body > form div.body > .forum > section.subcategories > .listing.bookmarks > ol.categorylist > li.item > div.recent {
  display: none;
}

html body > .body > .forum > .forumfoot > ul > li, html body > .sweetness > .body > .forum > .forumfoot > ul > li, html body div.body > .forum > .forumfoot > ul > li, html body > form > .body > .forum > .forumfoot > ul > li, html body > form > .sweetness > .body > .forum > .forumfoot > ul > li, html body > form div.body > .forum > .forumfoot > ul > li {
  float: left;
  padding: 0.125rem 3rem 0.125rem 0.0rem;
}

@media (min-width: 768px) {
  .body > .forum {
    border-width: 2px;
  }
}

.body > .forum a {
  color: #d2ad6a;
}

.body > .forum a.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: rgb(66, 111, 179);*/
  background-color: #876f3d;
  border-radius: 6px;
  color: #FFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.923em;
  height: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px 0 3px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 126px;
}

.body > .forum a.btn:hover {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}

.body > .forum a.btn.newtopic {
  position: relative;
  right: 0;
  margin: 0 0 0 auto;
}

.body > .forum a:hover {
  border-bottom: 1px dotted #d2ad6a;
}

.body > .forum > .forumhead {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

@media (min-width: 768px) {
  .body > .forum > .forumhead {
    border-top: none;
  }
}

.body > .forum > .post .postcontainer .tags {
  margin: 12px 23px 12px auto;
}

.body > .forum > .post .postcontainer .tags a.tag {
  border: 1px solid #4e4c4c;
  border-radius: 3px;
  background-color: #0e0c0c;
  font-size: 14px;
  padding: 1px 4px 2px 4px;
  color: #a7a7a7;
  -webkit-box-shadow: #e0e0e0 1px 1px;
  box-shadow: #000000 1px 1px;
}

.body > .forum > .post .postcontainer .tags a.tag:hover {
  background-color: #3e3e3e;
}

.body > div.sidebar > aside > h2 {
  border-bottom: 1px solid #666666;
  color: #356ebe;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0em 0em 0.5em 0em;
  padding-bottom: 0.285em;
  text-align: center;
}

.body .forum .glyph.postnewreply {
  background: url(/images/message_new_purple.svg) no-repeat;
}

.body .forum .glyph.poststicky {
  background: url(/images/message_pin_purple.svg) no-repeat;
}

.body .forum .glyph.postlocked {
  background: url(/images/message_lock_purple.svg) no-repeat;
}

.body .forum .glyph.postread {
  background: url(/images/message_purple.svg) no-repeat;
}

/*.body .forum .glyph.postnewreplysubscribed { background: url(/images/message_new_sub_purple.svg) no-repeat }*/
.body .forum .listing > .header {
  /*background-color: #014B8A;
    background-color: #5f4997;
    background-color: rgba(63,130,187, 0.75);
    background-color: #356ebe;*/
  background-color: #8a6f40;
  height: auto;
  text-align: left;
  vertical-align: middle;
  padding: 0 2em;
}

.body .forum .listing > .header > h1 {
  font-size: 1.063em;
}

.body .forum .listing > .header > a {
  border-bottom: none;
  -webkit-text-decoration: underline 1px transparent;
          text-decoration: underline 1px transparent;
  color: #FDFDFD;
}

.body .forum .listing > .header > a > h1 {
  color: #FDFDFD;
  font-size: 1.063em;
  font-weight: normal;
  padding: 0;
}

.body .forum .listing > .header > a:hover {
  border-bottom: none;
  -webkit-text-decoration: underline 1px dotted;
          text-decoration: underline 1px dotted;
  color: #FDFDFD;
}

body .forum section.bookmarks .listing > .header {
  height: 30px;
}

.body .forum .listing ol > li:hover {
  background: rgba(111, 111, 111, 0.5);
}

@media (min-width: 768px) {
  .body .forum .listing ol > li {
    padding: 1rem 2.375rem 1rem 2.375rem;
    background-color: #181818;
    border-bottom: 1px solid #414141;
  }
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.category,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.category,
html body div.body > .forum .listing > ol.categorylist > li.item > div.category,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.category,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.category,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.category {
  min-width: 100px;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a {
  color: #FDFDFD;
  border-bottom: 1px dotted transparent;
  display: inline-block;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a:hover {
  color: #d2ad6a;
  border-bottom: 1px dotted #d2ad6a;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .top > a {
  color: #d2ad6a;
  display: inline-block;
}

.body .forum .recentposts {
  /* margin-top: 1em; */
}

@media (min-width: 768px) {
  html body > .body > .forum > section.recentposts > div.head,
  html body > .sweetness > .body > .forum > section.recentposts > div.head,
  html body div.body > .forum > section.recentposts > div.head,
  html body > form > .body > .forum > section.recentposts > div.head,
  html body > form > .sweetness > .body > .forum > section.recentposts > div.head,
  html body > form div.body > .forum > section.recentposts > div.head {
    /* padding-left: 2rem; */
    padding: 0 2em;
  }
}

.body .forum .section .head {
  background: #014B8A;
  background-color: #977b49;
  background-color: rgba(63, 130, 187, 0.75);
  background-color: #8a6f40;
  color: #FDFDFD;
  letter-spacing: 1px;
  line-height: 2.5em;
  line-height: 2em;
  padding-left: 1rem;
}

.body .forum .recentposts .head a {
  color: #FDFDFD;
  text-decoration: none;
  font-size: 0.813em;
}

.body .forum .recentposts .head a:hover {
  border-bottom: 1px dotted #FDFDFD;
}

html body > .body > .forum .listing.posts.recent > .subhead,
html body > .sweetness > .body > .forum .listing.posts.recent > .subhead,
html body div.body > .forum .listing.posts.recent > .subhead,
html body > form > .body > .forum .listing.posts.recent > .subhead,
html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead,
html body > form div.body > .forum .listing.posts.recent > .subhead {
  background-color: #616161;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent > .subhead,
  html body > .sweetness > .body > .forum .listing.posts.recent > .subhead,
  html body div.body > .forum .listing.posts.recent > .subhead,
  html body > form > .body > .forum .listing.posts.recent > .subhead,
  html body > form > .sweetness > .body > .forum .listing.posts.recent > .subhead,
  html body > form div.body > .forum .listing.posts.recent > .subhead {
    -ms-grid-columns: auto 116px 100px 70px 100px 24px;
    grid-template-columns: auto 116px 100px 70px 100px 24px;
    justify-items: left;
  }
}

.body .forum .listing > .subhead > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: none;
  color: #FDFDFD;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  font-weight: 600;
  text-transform: uppercase;
}

html body > .body > .forum .listing > ol.postlist > li.item > div.title,
html body > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title,
html body div.body > .forum .listing > ol.postlist > li.item > div.title,
html body > form > .body > .forum .listing > ol.postlist > li.item > div.title,
html body > form > .sweetness > .body > .forum .listing > ol.postlist > li.item > div.title,
html body > form div.body > .forum .listing > ol.postlist > li.item > div.title {
  grid-area: title;
  font-size: 1.0rem;
  font-size: 1.33em;
  padding-right: 0.125rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.site,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate {
  text-align: left;
}

html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author > a,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.site > a,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies > a,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate > a {
  color: #FDFDFD;
  display: inline-block;
  border-bottom: 1px dotted transparent;
}

html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.author > a:hover,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.site > a:hover,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.replies > a:hover,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate > a:hover {
  color: #FDFDFD;
  border-bottom: 1px dotted #FDFDFD;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a {
  color: #FDFDFD;
  display: inline-block;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .author > a:hover {
  color: #FDFDFD;
  border-bottom: 1px dotted #FDFDFD;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a {
  color: #FDFDFD;
  display: inline-block;
}

html body > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover,
html body > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover,
html body div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover,
html body > form > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover,
html body > form > .sweetness > .body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover,
html body > form div.body > .forum .listing > ol.categorylist > li.item > div.recent > .bottom > .date > a:hover {
  color: #FDFDFD;
  border-bottom: 1px dotted #FDFDFD;
}

.body .forum .forumhead .top {
  background: #232323;
}

.body .forum .forumhead .top a {
  color: #FDFDFD;
  font-size: 0.813em;
}

.body .forum .forumhead .top a:hover {
  color: #FDFDFD;
  border-bottom: 1px dotted #FDFDFD;
}

.body .forum .forumhead .top a.btn:hover {
  border-bottom: 1px dotted transparent;
}

@media (min-width: 768px) {
  .body .forum .forumhead .top {
    padding: 5px 20px 5px 30px;
  }
}

html body > div.body > div.sidebar > aside ol.textLinks > li:before,
html body > form > div.body > div.sidebar > aside ol.textLinks > li:before {
  border-color: transparent #d2ad6a;
}

.body .forum .breadcrumbs {
  background: #977b49;
}

.body .forum .breadcrumbs li:first-child a:first-child {
  margin-left: 0;
}

.body .forum .breadcrumbs a {
  color: #ffffff;
  font-size: 1.063em;
}

.body .forum .breadcrumbs a:hover {
  border-bottom: 1px dotted #ffffff;
}

@media (min-width: 768px) {
  html body > .body > .forum,
  html body > .sweetness > .body > .forum,
  html body div.body > .forum,
  html body > form > .body > .forum,
  html body > form > .sweetness > .body > .forum,
  html body > form div.body > .forum {
    background: #191919;
    border: none;
  }
  .body .forum .breadcrumbs {
    padding: 9px 20px 9px 30px;
  }
}

.body .forum > .post .postcontainer .postinfo .content .header {
  background: linear-gradient(to right, #323232 160px, transparent);
}

.body .forum > .post .postcontainer .postinfo .content .header2 h1 a:hover {
  color: #d2ad6a !important;
}

.body .forum > .post .postcontainer .postinfo .menu {
  background: #323232;
}

.body .forum > .post .postcontainer.op .postinfo .menu::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(10%, #666666), color-stop(90%, #666666), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #666666 10%, #666666 90%, rgba(0, 0, 0, 0) 100%);
}

.body .forum .signup a.action {
  font-size: 1em;
}

@media (max-width: 767px) {
  html body > .body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body > .body > .forum > .post .postcontainer .postinfo > div.menu,
  html body > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body > .body > .forum > .post > .postcontainer.op .postinfo > div.menu,
  html body > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu,
  html body > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu,
  html body div.body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body div.body > .forum > .post .postcontainer .postinfo > div.menu,
  html body div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body div.body > .forum > .post > .postcontainer.op .postinfo > div.menu,
  html body > form > .body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body > form > .body > .forum > .post .postcontainer .postinfo > div.menu,
  html body > form > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body > form > .body > .forum > .post > .postcontainer.op .postinfo > div.menu,
  html body > form > .sweetness > .body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body > form > .sweetness > .body > .forum > .post .postcontainer .postinfo > div.menu,
  html body > form > .sweetness > .body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body > form > .sweetness > .body > .forum > .post > .postcontainer.op .postinfo > div.menu,
  html body > form div.body > .forum > .post .postcontainer > .postinfo > div.menu,
  html body > form div.body > .forum > .post .postcontainer .postinfo > div.menu,
  html body > form div.body > .forum > .post > .postcontainer.op > .postinfo > div.menu,
  html body > form div.body > .forum > .post > .postcontainer.op .postinfo > div.menu {
    background: #232323;
  }
}

.body .forum .listing ol > li {
  background: #181818;
  background: #252525;
  border-bottom: 1px solid #414141;
  padding: 1rem 2.375rem 1rem 2.375rem;
}

.body .forum .listing ol > li:nth-child(odd) {
  background: #181818;
  background: #252525;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category,
html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category,
html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category,
html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category,
html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category {
  border-bottom: 1px dotted transparent;
  text-align: left;
}

@media (max-width: 767px) {
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a,
  html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category a,
  html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a,
  html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category a {
    color: grey;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover,
  html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover,
  html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover,
  html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.category a:hover {
    border-bottom: 1px dotted grey;
  }
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item,
html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item,
html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item,
html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item,
html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item {
  padding: 1.0rem 0.75rem 1.0rem 1rem;
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent ol.postlist > li.item,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item,
  html body div.body > .forum .listing.posts.recent ol.postlist > li.item,
  html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item,
  html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item {
    padding: 1rem 0.25rem 1rem 2rem;
    font-size: 0.875em;
    -ms-grid-columns: auto 116px 100px 70px 100px 24px;
    grid-template-columns: auto 116px 100px 70px 100px 24px;
  }
}

@media (min-width: 768px) {
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item,
  html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item,
  html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item,
  html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item {
    padding: 1rem 0.25rem 1rem 2rem;
    font-size: 0.875em;
    -ms-grid-columns: 29px auto 116px 146px 90px 100px 36px;
    grid-template-columns: 29px auto 116px 146px 90px 100px 36px;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
  html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
  html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
  html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category {
    text-align: left;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies,
  html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies,
  html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies,
  html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.replies {
    text-align: left;
  }
  html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate,
  html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate,
  html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate,
  html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate,
  html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate,
  html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.lastdate {
    text-align: left;
  }
}

html body > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
html body div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
html body > form > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category,
html body > form div.body > .forum .listing.posts.recent ol.postlist.loggedin > li.item > div.category {
  border-bottom: none;
}

html body > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate,
html body > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate,
html body div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate,
html body > form > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate,
html body > form > .sweetness > .body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate,
html body > form div.body > .forum .listing.posts.recent ol.postlist > li.item > div.lastdate {
  text-align: left;
}

/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
.cart_control {
  display: inline-block;
  color: #2d2d2d;
  font-family: "Segoe UI", Arial, Tahoma, Verdana;
  font-size: 13px;
}

.cart_control a {
  color: #004b8d;
  text-decoration: none;
}

.cart_control a:visited {
  color: #004b8d;
  text-decoration: none;
}

.cart_control a:hover {
  color: #1ba5c7;
  text-decoration: underline;
}

.cart_control .action_icon,
.cart_control button.primary,
.cart_control a.primary {
  background-image: url("https://store.stardock.com/images/icon_sprite.png");
  background-repeat: no-repeat;
  display: block;
}

.cart_container {
  background: #FFF;
  max-width: 400px;
  min-width: 340px;
}

.cart_container .feedback_message {
  width: auto;
  display: block;
  margin: 5px;
  max-width: 477px;
}

.cart_container input {
  width: 40px;
  border: solid 1px #D9D8DC;
  text-align: center;
  padding: 6px 0 4px 0;
}

.cart_container .cart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cart_container .cart_list .cart_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F1F1;
  border-bottom: solid 1px #D9D8DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.cart_container .cart_list .cart_item .item_column.item_image img {
  display: block;
  height: 32px;
  width: 32px;
}

.cart_container .cart_list .cart_item .item_column.item_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}

.cart_container .cart_list .cart_item .item_column.item_quantity {
  padding: 0;
}

.cart_container .cart_list .cart_item .item_column.item_quantity label {
  display: none;
}

.cart_container .cart_list .cart_item .item_column.item_price {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  padding: 0 10px;
  text-align: right;
}

.cart_container .cart_list .cart_item .item_column.item_price .price .price_label .strikethrough {
  text-decoration: line-through;
}

.cart_container .cart_list .cart_item .item_column.item_actions {
  width: 14px;
}

.cart_container .cart_list .cart_item .item_column.item_actions a {
  display: block;
}

.cart_container .empty_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #D9D8DC;
}

.cart_container .volumn_discount_notice {
  color: #404041;
  text-decoration: underline;
  display: table-cell;
  position: absolute;
  font-size: 12px;
  bottom: 8px;
  right: 195px;
  height: 13px;
  line-height: 13px;
  font-style: italic;
}

.cart_container .help {
  display: inline-block;
  float: none;
  position: relative;
  top: 14px;
  margin-right: 2px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-position: -276px -17px;
}

.cart_container .cart_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart_container .cart_bottom .bottom_column {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.cart_container .cart_bottom .totals {
  text-align: right;
  position: relative;
}

.cart_container .cart_bottom .totals .loading {
  background-position: 260px center !important;
}

.cart_container .cart_bottom .totals label {
  padding-right: 20px;
  vertical-align: sub;
}

.cart_container .cart_bottom .totals .sub_total, .cart_container .cart_bottom .totals .currency_label {
  padding-right: 5px;
  vertical-align: sub;
}

.cart_container .cart_bottom a.checkout {
  width: 122px;
  float: right;
  margin-right: 10px;
  text-decoration: none;
}

.cart_container .cart_bottom .quote_notice {
  padding: 0 0 5px 10px;
  width: 100%;
}

.cart_container .cart_bottom a.bvlbutton.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#50bf41), to(#39892f));
  background: linear-gradient(#50bf41, #39892f);
  -webkit-box-shadow: inset 0 0 4px #afdba9;
          box-shadow: inset 0 0 4px #afdba9;
  border: 1px solid #39892f;
}

.cart_container .cart_bottom a.bvlbutton.green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#60e54e), to(#49b03c));
  background: linear-gradient(#60e54e, #49b03c);
}

.cart_container .cart_bottom a.bvlbutton {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  min-width: 76px;
  padding: 0 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.cart_container.empty .cart_bottom .totals {
  display: block !important;
}

.cart_container .ip_spoofing {
  width: 100%;
  padding: 10px 0;
  background: #F1F1F1;
  border-bottom: solid 1px #D9D8DC;
}

.cart_container .ip_spoofing label {
  padding: 0 10px 0 50px;
}

.cart_container .ip_spoofing .dot {
  vertical-align: bottom;
}

.cart_container .ip_spoofing a.submit {
  float: right;
  margin: -3px 65px 0 0;
  width: 81px;
  height: 36px;
  background-position: -224px 0;
}

.cart_container .ip_spoofing a.submit:hover :hover {
  background-position: -306px 0;
}

.cart_container .ip_spoofing a.remove {
  float: right;
  margin: -5px 210px 0 0;
}

.cart_container label {
  padding: 0 10px 0 50px;
}

.cart_container .discount_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cart_container .discount_list .discount_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F1F1;
  border-bottom: solid 1px #D9D8DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 32px;
  padding: 5px;
}

.cart_container .discount_list .discount_item .item_column.item_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.cart_container .discount_list .discount_item .item_column.item_title a {
  position: relative;
  top: 2px;
}

.cart_container .discount_list .discount_item .item_column.item_price {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  padding: 0 10px;
  text-align: right;
}

.cart_container .discount_list .discount_item .item_column.item_actions {
  width: 14px;
}

.cart_container .discount_list .discount_item .item_column.item_actions a {
  display: block;
}

.cart_container a.remove {
  background-image: url("https://store.stardock.com/images/icons/exit.svg");
  height: 14px;
  width: 14px;
}

@media (max-width: 767px) {
  .cart_container a.remove {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.cart_container a.action_icon {
  display: inline-block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}

.cart_container .clear {
  display: none;
}

.upsellpopup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .upsellpopup {
    font-size: .9em;
  }
}

.upsellpopup img {
  display: none;
  max-width: 100%;
}

@media (min-height: 570px) {
  .upsellpopup img {
    display: block;
  }
}

.upsellpopup > header {
  margin: 1em 15px;
}

.upsellpopup > header > h2 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

.upsellpopup > header > h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin-top: 0;
}

.upsellpopup .discount {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
}

.upsellpopup .purchase {
  font-size: 1.75em;
  height: auto;
  line-height: 2;
}

.upsellpopup#ObjectDesktopPopup {
  background: url("/images/upsell_popup_background.jpg") no-repeat;
  background-size: cover;
  border: 2px solid #E03F42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
}

.upsellpopup#ObjectDesktopPopup > .border2 {
  border: 2px solid #E03F42;
  bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}

.upsellpopup#ObjectDesktopPopup > header {
  position: relative;
  z-index: 2;
}

.upsellpopup#ObjectDesktopPopup .discount {
  background-color: rgba(255, 51, 51, 0.9);
  color: #FFF;
  position: relative;
  z-index: 2;
}

.upsellpopup#ObjectDesktopPopup .price {
  margin: 2em 0 1em;
  position: relative;
  z-index: 2;
}

.upsellpopup#ObjectDesktopPopup .price .was {
  color: #999;
  margin-right: 3em;
  text-decoration: line-through;
}

.upsellpopup#ObjectDesktopPopup .price .now {
  color: #393;
}

.upsellpopup#ObjectDesktopPopup .purchase {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}

.upsellpopup#ObjectDesktopPopup > footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1em 0 2em 0;
  padding: 0 2em;
  position: relative;
  width: 100%;
  z-index: 2;
}

.upsellpopup#ObjectDesktopPopup > footer .nothankyou {
  border-bottom: 1px solid #616161;
  color: #616161;
  padding-bottom: 2px;
  text-decoration: none;
}

.upsellpopup#ObjectDesktopPopup > footer .nothankyou:hover {
  color: #0d4d8b;
  border-bottom: 1px solid #0d4d8b;
}

.upsellpopup#GameBundlePopup {
  background: url("/images/upsell_popup_ent_background.jpg") no-repeat;
  background-size: cover;
  border: 2px solid #5CD0F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  max-width: 880px;
  width: 100%;
}

.upsellpopup#GameBundlePopup > header {
  font-size: 1.5em;
  max-width: 515px;
  text-shadow: 0 0 10px rgba(19, 81, 138, 0.5);
}

@media (max-width: 767px) {
  .upsellpopup#GameBundlePopup > header {
    font-size: 1.1em;
  }
}

.upsellpopup#GameBundlePopup .discount {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  color: #036;
  font-weight: 600;
}

.upsellpopup#GameBundlePopup .price {
  font-size: 1.5em;
  margin: 1em 0;
}

.upsellpopup#GameBundlePopup .price .was {
  color: #999;
  margin-right: 1em;
  text-decoration: line-through;
}

.upsellpopup#GameBundlePopup .price .now {
  color: #62EB50;
  font-weight: 600;
}

.upsellpopup#GameBundlePopup .purchase {
  margin: 0;
}

.upsellpopup#GameBundlePopup img {
  margin-top: 1em;
}

.upsellpopup#GameBundlePopup > footer {
  color: #999;
  position: absolute;
  right: 10px;
  top: 10px;
}

.upsellpopup#GameBundlePopup > footer .nothankyou {
  border-bottom: 1px solid #999;
  color: #999;
  padding-bottom: 2px;
  text-decoration: none;
}

.upsellpopup#GameBundlePopup > footer .nothankyou:hover {
  color: #CCC;
  border-bottom: 1px solid #CCC;
}

.nowrapper .featherlight-content {
  border: 0;
  margin: 0;
  padding: 0;
}

.nowrapper .featherlight-content .featherlight-previous {
  left: 0;
  top: 0;
}

.nowrapper .featherlight-content .featherlight-next {
  right: 0;
  top: 0;
}
