#posttext .pollTable iframe {
  width: 100%;
  min-width: calc(85vw - 256px + 32px);
}

#postcontent.embed #post #blogheader {
  margin: 0 16px 16px 16px;
}

img[title="Article Image"] {
  display: none;
}

.blogcontent img[title="Article Image"] {
  display: block;
}

#postcontent.blogcontent.narrow #post {
  max-width: 720px;
}

#postcontent.blogcontent.medium #post {
  max-width: 900px;
}

#postcontent.blogcontent.full #post {
  max-width: 1200px;
  padding: 0 48px;
}

#postcontent.blogcontent #post {
  margin: auto;
}
#postcontent.blogcontent #post #posttext {
  margin: 48px 8px;
  font-size: 1.1em;
}

#postcontent {
  padding-top: 12px;
  display: flex;
  flex-flow: row-reverse;
}
#postcontent h1 a {
  color: white;
  text-decoration: none;
}
#postcontent #pollcontainer #pollTable {
  border: none;
}
#postcontent blockquote {
  border-left: 1px solid black;
  padding-left: 6px;
  margin: 20px;
}
#postcontent .emote {
  max-width: 128px;
  max-height: 128px;
}
#postcontent #post {
  flex-grow: 1;
  width: 800px;
}
#postcontent #post .textcontent table, #postcontent #post .textcontent th, #postcontent #post .textcontent td {
  border: 1px, solid, black;
  border-collapse: collapse;
  padding: 5px;
}
#postcontent #post #blogheader {
  margin: 64px 16px 16px 16px;
  color: #ebebeb;
  border-bottom: 1px solid gray;
}
#postcontent #post #blogheader h1 {
  margin-block-end: 0;
}
#postcontent #post #blogheader p {
  margin-block-start: 0;
  margin-inline-start: 8px;
}
#postcontent #post #blogheader .time {
  padding-left: 16px;
}
#postcontent #post #posttext {
  margin: 16px 48px;
  color: #ebebeb;
}
#postcontent #post #posttext a {
  color: yellow;
  transition: border-bottom 0.1s;
}
#postcontent #post #posttext a:hover {
  border-bottom: 1px solid #222;
}
#postcontent #post #posttext img {
  max-width: 80%;
  max-height: 90vh;
}
#postcontent #post .post.expanded img.icon {
  display: none;
}
#postcontent #commentbox {
  display: block;
  margin: 16px 24px;
}
#postcontent #commentbox textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  border-radius: 8px 8px 12px 12px;
  background: rgba(255, 255, 255, 0.6117647059);
  padding: 4px 8px;
  font-size: 1.15em;
}
#postcontent #commentbox #preview {
  display: none;
}
#postcontent #comments {
  margin: 16px 24px;
}
#postcontent #comments .comment.new .head {
  background: #797979;
}
#postcontent #comments .comment {
  margin: 4px;
  margin-top: 12px;
  border-radius: 8px;
  background: #595959;
  box-shadow: rgba(70, 69, 70, 0.3) 2px 5px 8px 2px;
}
#postcontent #comments .comment .comment {
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 0px;
}
#postcontent #comments .comment .pollTable th .votes {
  height: unset;
}
#postcontent #comments .comment .head {
  display: flex;
  border-radius: 5px 5px 3px 3px;
  background: #3d3d3d;
}
#postcontent #comments .comment .head .collapse, #postcontent #comments .comment .head .user, #postcontent #comments .comment .head .score, #postcontent #comments .comment .head .time {
  padding: 0 4px;
}
#postcontent #comments .comment .head .collapse {
  cursor: pointer;
}
#postcontent #comments .comment .head .user {
  color: #5ebede;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
}
#postcontent #comments .comment .body {
  color: #dedede;
  background: #595959;
  padding-bottom: 8px;
  border-radius: 8px;
}
#postcontent #comments .comment .line1 {
  display: flex;
  flex-flow: row;
}
#postcontent #comments .comment .line1 > * {
  margin-left: 12px;
}
#postcontent #comments .comment .line1 .content {
  padding-top: 12px;
  padding-right: 12px;
  flex-grow: 1;
  color: #ebebeb;
}
#postcontent #comments .comment .line1 .content img {
  max-width: 80%;
  max-height: 90vh;
}
#postcontent #comments .comment .line1 .content a {
  color: yellow;
}
#postcontent #comments .comment .votes {
  height: 64px;
}
#postcontent #comments .comment .line2 {
  padding-left: 8px;
}
#postcontent #comments .comment .line2 > * {
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8em;
  padding: 8px;
}

.post.sticky {
  box-shadow: 2px 2px 2px green;
}

.post {
  min-height: 88px;
  margin: 5px 24px;
  background: #3f3f3f;
  border-radius: 12px;
  display: flex;
  flex-flow: row;
  color: #989898;
}
.post > * {
  margin-left: 12px;
}
.post a {
  color: #4a90c5;
  text-decoration: none;
}
.post .thumb {
  max-height: 77px;
  height: 80%;
  width: 90px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.post .thumb img {
  display: block;
  height: 100%;
}
.post .title {
  margin-right: 5px;
}
.post .details {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  flex-grow: 1;
}
.post a.title:link {
  color: #c6cbd8;
}
.post a.title:visited {
  color: #c6cbd8;
}
.post .line2 span, .post .line2 .domain {
  font-size: 0.8em;
}
.post .line3 {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.post .line3 > * {
  margin: 0 4px;
}
.post .line3 > :first-child {
  margin-left: 0;
}
.post .line3 img.icon {
  max-width: 16px;
  max-height: 16px;
  cursor: pointer;
}
.post .expando {
  width: 12px;
  height: 12px;
  background: white;
  padding: 4px;
  filter: invert(0.7);
  cursor: pointer;
}
.post .expandarea.expanded {
  width: 95%;
  margin: 8px auto;
  height: 85vh;
  border-radius: 4px;
  overflow: hidden;
}
.post .expandarea.expanded iframe {
  border: none;
}

.votes {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}
.votes .up:hover {
  filter: sepia() saturate(10000%) hue-rotate(180deg) opacity(0.5);
}
.votes .up.active {
  filter: sepia() saturate(10000%) hue-rotate(180deg);
}
.votes .down:hover {
  filter: sepia() saturate(5000%) hue-rotate(-120deg) opacity(0.5);
}
.votes .down.active {
  filter: sepia() saturate(5000%) hue-rotate(-120deg);
}
.votes img {
  max-height: 10px !important;
}
.votes .score {
  color: white;
}
.votes .up {
  cursor: pointer;
}
.votes .down {
  transform: scaleY(-1);
  cursor: pointer;
}

.post .line1 a {
  text-transform: capitalize;
}