a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
body {
	margin: 0;
	min-width: 350px;
	font-family: Arial, helvetica neue, Helvetica, sans-serif;
	padding: 0;
	background-color: #fff;
	word-break: break-word
}

a {
	text-decoration: none;
	color: inherit
}

em,
i {
	font-style: italic
}

b,
strong {
	font-weight: 700
}

select {
	cursor: pointer
}

.guest {
	position: fixed;
	width: 100%;
	height: 176px;
	bottom: 0;
	background-color: #b30000;
	border-top: 6px solid #1d78d5;
	text-align: center;
	background-image: url(/media/QMXHIiC3.png)
}

.guest .welcome {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	margin-top: 12px
}

.guest .who {
	color: #fff;
	margin: 0 auto;
	margin-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
	max-width: 466px
}

.guest .close {
	position: absolute;
	margin-top: -20px;
	font-size: 24px;
	color: #fff;
	background-color: #02376c;
	width: 28px;
	height: 28px;
	border-radius: 30px;
	right: 10px;
	padding: 4px;
	cursor: pointer
}

.guest .create {
	color: #fff;
	font-weight: bolder;
	background-color: #02376c;
	width: 240px;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	margin-top: 18px;
	border-radius: 4px
}

.alert {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 5px #000;
	padding: 10px 15px;
	background-color: #bc0000;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #fff
}

.alert svg:first-of-type {
	margin-right: 15px
}

.alert svg:last-of-type {
	margin-left: 15px
}

.show {
	display: inherit
}

.header {
	background-size: cover;
	background-position: center;
	background-color: #b3b3b3;
	margin-bottom: 0
}

.header .bg {
	padding: 15px 8px 12px;
	text-align: center;
	color: #fff
}

.header .bg .title {
	display: block;
	font-size: 18px
}

.header .bg .description {
	font-size: 12px
}

.header .logo {
	display: none;
	width: 70px;
	height: 70px;
	/*background-image: url(https://media.greatawakening.win/post/bQ9LvPyM.png);*/
	background-image: url(https://media.greatawakening.win/post/fiBsmLp6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-tap-highlight-color: transparent
}

.header .logo:hover {
    /*background-image: url(https://media.greatawakening.win/post/lWstonUd.png);*/
	background-position: right top;
}

.header .social {
	display: none
}

/*
.header .logo:hover {
	background-position: center bottom
}
*/

.header .bar {
	display: flex;
	position: relative;
	padding: 10px 0 8px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	justify-content: flex-start;
	background-color: rgba(0, 0, 0, .24);
	border-bottom: 1px solid #222222
}

.header.fixed .bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #222
}

.nav-main {
	color: #d8d8d8;
	text-decoration: none;
	position: relative;
	width: 3em;
	height: 2em;
	margin-left: 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.nav-main:before {
	position: absolute;
	top: .15em;
	margin-left: -1.5em;
	width: 3em;
	height: .3em;
	background: #fff;
	box-shadow: 0 .6em 0 0 #fff, 0 1.2em 0 0 #fff
}

.nav-main.active:before {
	top: 0;
	box-shadow: none;
	background: 0 0;
	font-size: 22px;
	color: transparent;
	text-shadow: 0 0 0 #fff
}

.nav-main svg {
	font-size: 18px;
	display:none;
}

.nav-main.active svg {
	color: #b30000
}

.desktop {
	display: none
}

.nav-main .inner {
	display: none;
	position: relative;
	top: 13px;
	left: 0;
	width: 130px;
	z-index: 1;
	background-color: #02376c;
	white-space: nowrap;
	overflow: hidden
}

.nav-main .inner a {
	display: block;
	color: #fff;
	padding: 10px;
	user-select: none;
	text-transform: uppercase
}

.nav-main .inner a:hover {
	background-color: #fff;
	color: #000
}

.nav-main .inner a.active {
	border-bottom: 2px solid #777
}

.nav-main .inner a.active:hover {
	color: #fff
}

.nav-user {
	max-width: 312px;
	height: 37px;
	color: #d8d8d8;
	position: absolute;
	padding-right: 48px;
	top: 1px;
	right: 0;
	display: flex;
	align-items: center
}

.nav-user .inner {
	display: none;
	text-transform: none;
	max-width: 300px;
	padding-left: 12px;
	font-size: 12px
}

.nav-user .inner>a:first-child {
	flex: 1;
	margin-right: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: revert;
}

.nav-user .inner i {
	display: block;
	width: 16px
}

.nav-user .inner svg {
	font-size: 16px
}

.nav-user .inner img {
	height: 16px
}

.nav-user .inner span {
	margin: 0 5px
}

.nav-user.active .inner {
	display: flex;
	align-items: baseline;
	justify-content: center
}

.nav-user .toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14px;
	width: 4px;
	position: absolute;
	right: 13px;
	font-size: 14px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	padding: 3px 7px 2px;
	-webkit-tap-highlight-color: transparent
}

.nav-user .toggle.active {
	background-color: #fff;
	color: #0472b1
}

.nav-user.active.register {
	padding-left: 8px
}

.dropdown-container {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #242424;
	z-index: 1;
	width: 140px;
	margin-left: -130px;
	padding-top: 14px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: 4px solid #242424;
	border-left: 4px solid #242424;
	border-right: 4px solid #242424
}

.dropdown-content a {
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	text-shadow: none
}

.dropdown-content a:hover {
	background-color: #353535
}

@media(hover:hover) {
	.nav-user .toggle:hover {
		background-color: #fff;
		color: #0472b1
	}
}

.container {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box
}

.container.padded {
	padding-left: 12px;
	padding-right: 12px
}

.home .container,
.search .container,
.post-single .container,
.profile .container,
.page .container,
.logs .container {
	display: flex;
	position: relative
}

.main-content {
	background-color: #f0f0f0;
}

.clean {
	display: none
}

.post .vote {
	margin: 0 12px 0 10px;
	text-align: center
}

.post .vote .count {
	display: block;
	text-align: center;
	color: #c6c6c6;
	user-select: none;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px
}

.post .vote a,
.post .vote-up-small,
.post .vote-down-small {
	color: #bbb
}

.post .actions .vote-small a {
	margin-right: 0
}

.comment .vote {
	display: flex;
	align-items: center;
	width: 38px;
	flex-direction: column;
	text-align: center;
	user-select: none;
	font-size: 14px;
	color: #cbcbcb;
	-webkit-tap-highlight-color: transparent
}

.comment .vote a {
	font-size: 18px;
	transition: color .2s
}

.comment .vote a:first-of-type {
	margin-bottom: 4px
}

.comment .vote a:last-of-type {
	margin-top: 4px
}

.vote[data-vote=up] a[data-direction=up],
.vote[data-vote=up] .count {
	color: #ff4500;
}

.vote[data-vote=down] a[data-direction=down],
.vote[data-vote=down] .count {
	color: #9494ff
}

.post {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 10px 8px 0
}

.post .top {
	margin-bottom: 6px
}

.post .thumb {
	width: 62px;
	height: 62px;
	margin-right: 8px;
	overflow: hidden;
	background-repeat: no-repeat
}

.post .thumb.default-thumbnail {
	background-image: url(/img/default-thumbnail.png);
	background-repeat: no-repeat
}

.post .thumb a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center
}

.post .thumb img {
	max-width: 100%;
	user-select: none
}

.post .body {
	flex: 1;
	padding-top: 2px
}

.post .title {
	font-size: 16px;
	line-height: 20px;
	margin-right: 2px;
	color: #3475d6;        
}

.post .title:visited {
	color: #9b18d2;
}

.set-suggested {
	font-size: 12px;
	text-align: right;
	padding: 0 8px;
	color: #939393;
	margin-bottom: 8px
}

.post .domain {
	font-size: 10px;
	font-weight: 700;
	color: #aeaeae
}

.post .nsfw {
    font-size: 14px;
    color: #ff5454;
    margin-right: 4px;
    border: 1px solid;
    border-radius: 15px;
    border-color: darkorange;
}

.post .details,
.message .details,
.note .details {
	font-size: 12px;
	color: #888
}

.post .details,
.comment .details {
	margin-bottom: 6px;
	line-height: 16px
}

.message .details {
	margin-bottom: 5px
}

.details .since,
.details .submitter,
.details .distinguished,
.details [data-action]:not(:first-child):not(:last-of-type) {
	margin-right: 2px
}

.details .submitter {
	color: orange
}

.details .submitter+.distinguished {
	margin-left: 0
}

.details .edited {
	margin: 0 4px;
	color: #bfbfbf
}

.details a.author,
.note a.author {
	color: #369
}

.details a.author:hover,
.note a.author:hover {
	text-decoration: underline
}

.actions {
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	cursor: default
	color: #56b9ff;
}

.actions a {
	margin-right: 6px;
	color: #888
}

.actions a:hover {
	text-decoration: underline
}

.actions .comments,
.actions [data-action=reply] {
	font-size: 11px;
	color: #5a78c4
}

.actions .removed {
	color: #e00000
}

.history,
.confirm {
	color: red
}

.history {
	margin: 0 2px;
	font-size: 12px
}

.confirm a,
.confirm span {
	color: inherit
}

.confirm a:first-of-type,
.confirm span {
	margin-right: 2px
}

.confirm a:last-of-type {
	margin-right: 5px
}

.post-single .content,
.post-list .content .inner,
.message,
.page .content {
	max-width: 840px
}

.post-single .post .content,
.message .content {
	margin: 6px 0
}

.post-single .post .top {
	min-height: 62px
}

.post-single .post .details,
.post-single .post .content,
.post-single .post .actions {
	margin-left: -96px
}

.post-single .post .content {
	padding: 5px 0
}

.post-single .form .status,
.post-single .form .error,
.form.reply .status,
.form[class*=update-] .status {
	display: inline-block;
	width: auto;
	margin-left: 10px
}

.post+.reports {
	margin: 8px 4% 2px
}

.comment .actions+.reports {
	margin: 8px 12px 2px 0
}

.reports {
	max-width: 1200px;
	padding: 6px 10px;
	border: 1px solid #000;
	color: #54A0C9;
	background-color: #252525;
	border-radius: 8px;
	font-size: 11px;
	margin-top: 8px
}

.reports p {
	margin-bottom: 7px
}

.reports ol {
	margin-left: 12px
}

.reports li:not(:last-child) {
	margin-bottom: 4px
}

.error {
	text-align: center;
	margin-top: 44px
}

.error svg {
	margin-bottom: 16px;
	font-size: 72px;
	color: #e1e1e1
}

.error .text {
	font-size: 12px;
	color: #525252
}

.content *,
.empty *,
.comment-list .context,
.revision {
	font-size: 14px;
	line-height: 20px
}

.content p,
.empty p,
.content ul,
.content ol,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 5px 0
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 700
}

.content h1 {
	font-size: 18px
}

.content h2 {
	font-size: 17px
}

.content h3 {
	font-size: 16px
}

.content h4 {
	font-size: 15px
}

.post-single .content p {
	color: #222
}

.content *:first-child {
	margin-top: 0
}

.content *:last-child {
	margin-bottom: 0
}

.content img {
	border: 2px solid #2b2b2b;
	display: block;
	max-width: 100%
}

.content a,
.log-list .log a,
.comment-list .context a {
	color: #527fc5;
}

.content ul,
.content ol {
	margin-left: 24px
}

.content ul {
	list-style-type: disc
}

.content ol {
	list-style-type: decimal
}

.content blockquote {
	display: block;
	position: relative;
	margin: 16px 8px;
	padding: 8px 20px 8px 35px;
	border-left: 5px solid #2d76bf; 
	border-radius: 3px;
	text-align: justify
}

.message .content blockquote {
	color: #444
}

.content blockquote:before {
	content: "\201C";
	position: absolute;
	font-family: Georgia, serif;
	font-weight: 700;
	font-size: 40px;
	top: 15px;
	left: 10px;
	color: #b93a43
}

.more {
	padding: 8px 8px 6px;
	font-size: 12px;
	color: gray;
	user-select: none
}

.more a {
	display: inline-block;
	margin-left: 2px;
	padding: 8px 16px;
	background-color: #1768b7;
	border: 1px solid #8c8c8c;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.more a:hover {
	background-color: #fff;
	border: 1px solid #0472b1;
	color: #1768b7;  
}

.loader {
	text-align: center;
	margin-top: 24px;
	font-size: 26px;
	color: #acacac
}

.draggable {
	cursor: grab
}

.comment+.more {
	margin-top: 8px
}

.log+.more {
	margin-top: 4px
}

.sidebar {
	position: absolute;
	width: calc(100% - 24px);
	right: -100%;
	margin-top: 12px
}

.sidebar li {
	list-style: inside;
	margin-bottom: 6px
}

.sidebar li:last-of-type {
	margin-bottom: 0
}

.sidebar .module.moderator-list li {
	list-style: none;
	margin-left: 6px
}

.sidebar ul {
	margin-top: 6px
}

.sidebar hr {
	border: none;
	height: 2px
}

.sidebar .search {
	margin-bottom: 12px
}

.sidebar .search input {
	border: none;
	height: 40px;
	width: 100%;
	border-left: 4px solid #999;
	box-shadow: 0 0 2.75px .25px rgba(0, 0, 0, .05);
	box-sizing: border-box;
	padding: 12px
}

.sidebar .img {
	display: none;
	width: 100%;
	margin-bottom: 12px
}

.module,
.popup .inner,
.sidebar blockquote {
	background-color: #fff
}

.module .head,
.sidebar h3,
.popup .head {
	position: relative;
	padding: 10px 35px 8px;
	text-align: center;
	border-radius: 1.5px;
	line-height: 22px;
	color: #2b2b2b
}

.module ul {
	margin-top: 8px;
	margin-bottom: 8px
}

.module li {
	margin-bottom: 6px;
	list-style: inside
}

.module .head:before,
.sidebar h3:before,
.popup .head:before {
	left: 10px
}

.module .head:after,
.sidebar h3:after,
.popup .head:after {
	right: 10px
}

.module .head,
.sidebar h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
	color: #4d4d4d;
	font-size: 18px
}

.module .body,
.sidebar blockquote {
	margin: 0 auto 14px;
	padding: 14px 12px 12px;
	font-size: 12px;
	color: #000
}

.module .body p,
.sidebar blockquote p {
	margin-bottom: 12px;
	line-height: 14px
}

.sidebar blockquote h4 {
	margin-bottom: 2px
}

.module .body p:last-child,
.sidebar blockquote p:last-child {
	margin-bottom: 0
}

.module .body .heading,
.sidebar blockquote .heading {
	font-weight: 600;
	margin-bottom: 2px
}

.module .body img,
.sidebar blockquote img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.sidebar .module .body,
.sidebar blockquote {
	max-width: 400px
}

.module .body a:hover,
.sidebar blockquote a:hover {
	text-decoration: underline
}

.sidebar .module {
	margin-bottom: 24px
}

.sidebar .module.moderator-list {
	margin-bottom: 0
}

.module .sidebar_module-cols {
	display: flex;
	justify-content: space-between
}

.module .sidebar_module-cols p {
	margin-bottom: 0
}

.sidebar .submit-link,
.sidebar .submit-text {
	display: block;
	position: relative;
	padding: 14px 10px 12px;
	text-align: center;
	color: #fff;
	margin: 0 0px 14px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-size: 15px;
	background-color: #242424
}

.sidebar-notes {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1px;
	font-size: 10px;
	color: gray
}

.sidebar .mods {
	margin-bottom: 5px;
	padding: 8px 8px 4px;
	background: 0 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	border-radius: 2px
}

.sidebar .mods .head {
	display: flex;
	justify-content: space-between
}

.sidebar .mods .body {
	padding: 5px 5px 0
}

.sidebar .mods .foot {
	margin-top: 5px;
	padding: 0 5px 5px;
	text-align: right
}

.sidebar .mods .head p,
.sidebar .mods .body ul {
	font-size: 12px
}

.sidebar .mods .head a,
.sidebar .mods .foot a {
	font-size: 10px;
	color: #369
}

.sidebar .mods .head p,
.sidebar .mods .foot a {
	color: gray
}

.sidebar .mods .head p {
	text-transform: uppercase
}

.sidebar .mods .body a {
	margin-right: 8px;
	color: #369
}

.sidebar .mods .body ul {
	margin: 5px
}

.sidebar .mods .body li {
	display: flex;
	align-items: center
}

.g-recaptcha {
	display: flex;
	justify-content: center;
	margin: 10px 0 15px
}

.main,
.single .main-content {
	width: 100%
}

.theme-dark .page .main-content .form:not(.reply) input[type=submit] {
	background-color: #565656!important;
	max-width: 200px!important;
}

.page .main-content {
	padding: 16px 16px;
}

.page h1 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray
}

.page h2 {
	font-size: 16px;
	font-weight: 500
}

.page h2,
.page .content p,
.page .content ul {
	margin: 12px 0
}

.page .content p,
.page .content ul {
	font-size: 14px;
	line-height: 20px
}

.page .content p:last-child,
.page .content ul:last-child {
	margin-top: 0;
	margin-bottom: 0
}

.page .content ul {
	list-style-type: disc;
	padding-left: 20px
}

.page .more {
	padding: 0
}

.single .module {
	margin: 20px auto 0;
	max-width: 600px
}

.single .module .body {
	padding: 18px 20px 16px
}

.single .narrow {
	max-width: 416px
}

.mod-list {
	max-width: 250px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px
}

.mod-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px
}

.mod-list p {
	color: gray
}

.mod-list a {
	color: #369
}

.post-single .thread {
	font-size: 12px;
	color: #b7b7b7;
	margin-left: 16px
}

.post-single .total {
	padding: 14px 12px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 12px
}

.sort {
	font-size: 12px;
	line-height: 20px;
	color: gray
}

.sort select {
	border: 0;
	font-size: 12px;
	font-weight: 600;
	color: gray;
	user-select: none;
	background-color: transparent
}

.home .sort,
.search .sort {
	margin-bottom: 8px;
	text-align: right
}

.post-single .sort,
.profile .sort {
	float: right
}

.profile .empty {
	padding: 12px;
	text-align: center
}

.profile .comment {
	margin-left: 0;
	padding-left: 4px
}

.search .empty {
	padding: 12px
}

.empty.queue p {
	color: #7b7b7b
}

.empty.queue {
	text-align: center!important;
	margin-top: 24px;
	margin-bottom: 24px
}

.empty.queue svg {
	font-size: 72px;
	color: #ddd
}

.comment-list {
	padding-bottom: 5px
}

.comment-list .context {
	padding: 0 12px 12px
}

.comment {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 7px 0 0 10px;
	border-top: 1px solid #f5f5f5;
	background-color: #f0f0f0;
}

.comment:last-child {
	margin-bottom: 5px
}

.message-list .comment {
	border-left: none;
	border-top: none;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0
}

.message-list .comment .vote {
	width: 25px;
	margin-right: 8px
}

.message-list .comment .comment-parent {
	margin-left: 0
}

.message-list .child .comment {
	margin-bottom: 0
}

.comment .child {
	width: 100%;
	margin: 10px 0 0
}

.comment .child>.comment {
	margin: 0 0 0 5px
}

.theme-dark .comment .child>.comment {
    border-top: 1px dashed;
    border-color: #275886;
	border-image: radial-gradient(#ff000080,#0000ff80) 22;
}

.comment .body {
	flex: 1;
	padding-right: 10px
}

.comment .details {
	font-size: 12px
}

.comment .details a[data-action] {
	color: #888
}

.comment .details a[data-action=history] {
	margin-left: 1px
}

.comment .details .distinguished+a[data-action=history] {
	margin-left: 0
}

.comment .details a[data-action=minimize] {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	font-size: 11px;
	font-weight: 700;
	background-color: #d8d8d8;
	text-align: center;
	transition: background-color .3s, color .3s;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-tap-highlight-color: transparent;
	color: #3aa3e0!important;
}

.comment .details a[data-action=minimize]:hover {
	text-decoration: none;
	background-color: #9f9f9f;
	color: transparent
}

.theme-dark .comment .details a[data-action=minimize]:hover {
    background-color: #69696954;
}

.comment a.author {
	font-weight: 700
}

.comment .points,
.comment .hidden {
	color: #818181
}

.comment .since {
	color: #b7b7b7
}

.comment .content {
	margin: 5px 0;
	font-size: 13px
}

.comment.minimized>.body .content,
.comment.minimized>.body .actions {
	display: none
}

.comment.deleted>.body .details,
.comment.minimized>.body .details {
	font-style: italic
}

.comment.deleted>.body .details {
	margin: 0 0 10px
}

.comment.minimized>.body .details {
	margin: 0 0 6px
}

.comment.deleted>.vote {
	height: 36px
}

.comment.minimized>.vote {
	height: 0
}

.comment.deleted>.vote,
.comment.minimized>.vote {
	opacity: 0;
	pointer-events: none
}

.comment.minimized .child {
	display: none
}

.comment.minimized .hidden {
	margin-left: 4px
}

.comment.minimized>.body .details [data-action],
.comment.minimized>.body .details .distinguished,
.comment.minimized>.body .details .submitter {
	font-style: normal
}

.comment.minimized>.body a.author,
.comment.deleted>.body span.author {
	color: #818181
}

.comment.removed:not(.minimized) {
	padding-bottom: 7px
}

.post-single .total+.form {
	margin: 0 12px 12px
}

.form.edit textarea,.form.reply textarea {
	min-height: 136px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 7px 10px 10px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #f0f0f0;
}

.form.edit input[type=submit],
.form.edit input[data-action=cancel],
.form.reply input[type=submit],
.form.reply input[data-action=cancel] {
	background-color: #f6f6f6;
	padding: 4px 8px;
	margin: 8px 0 0;
	border-radius: 2px;
	cursor: pointer;
	line-height: normal;
	border: 1px solid #d9d9d9
}

.reply .styling,
.edit .styling,
.submit-post .styling,
.submit-message .styling {
	margin-bottom: 6px;
	margin-left: 6px;
	color: #a3a3a3
}

.reply .styling svg,
.edit .styling svg,
.submit-post .styling svg,
.submit-message .styling svg {
	margin-right: 4px;
	cursor: pointer
}

.reply .styling .preview,
.edit .styling .preview,
.submit-post .styling .preview,
.submit-message .styling .preview {
	font-size: 12px;
	float: right;
	cursor: pointer
}

.submit-status {
	float: left;
	color: #4996e3;
	font-size: 14px;
	margin-top: 15px
}

.submit-post #title {
	min-height: 0;
	min-width: 100%;
	overflow-x: hidden
}

.preview-mode {
	padding: 8px 16px;
	font-size: 16px;
	color: #353535
}

.char-count {
	font-size: 12px;
	float: right;
	margin-right: 12px;
	color: #dbdbdb
}

.reply-button {
	text-align: right
}

.post .form.edit textarea {
	max-width: 700px
}

.comment .edit {
	margin: 10px 0
}

.form.reply,
.form.edit {
	margin: 12px 0;
	max-width: 540px
}

.form.reply.parent {
	margin-left: 12px;
	margin-right: 12px
}

.form.reply.active {
	display: block
}

.comment .reply,
.message .reply,
.hide {
	display: none
}

.sidebar .login input[type=text],
.sidebar .login input[type=password],
.single .form input[type=text],
.single .form input[type=email],
.single .form input[type=password],
.single .form input[type=url],
.single .form textarea,
.single .form select,
.page .main-content .form input[type=text],
.page .main-content .form input[type=email],
.page .main-content .form input[type=password],
.page .main-content .form input[type=number],
.page .main-content .form textarea,
.page .main-content .form select,
.popup .form input[type=text],
.popup .form input[type=number],
.popup .form textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	border-radius: 2px
	radial-gradient(red,blue) 10;
}

.single .form textarea,
.page .main-content .form textarea,
.popup .form textarea {
	min-height: 132px
}

.sidebar .login input[type=submit],
.single .form input[type=submit],
.page .main-content .form:not(.reply) input[type=submit],
.popup .form input[type=submit] {
	width: 30%;
	border: none;
	padding: 8px;
	background-color: #242424;
	color: #fff;
	cursor: pointer
}

.single .form input[type=submit],
.popup .form input[type=submit] {
	display: block;
	margin: 0 auto
}

.single .form input[type=submit],
.page .main-content .form input[type=submit] {
	margin-top: 10px
}

.form input[type=submit] {
	font-family: inherit;
	font-size: 13.3333px
}

.single .form .create {
	text-align: center;
	color: #636363
}

.single .form .create a {
	text-decoration: none;
	color: inherit
}

.single .form .create a:hover {
	text-decoration: underline
}

.single .form .legal {
	display: flex;
	align-items: center;
	cursor: pointer
}

.single .form .legal input[type=checkbox] {
	margin: 3px 5px 3px 2px;
	cursor: pointer
}

.single .form .legal a {
	text-decoration: underline
}

.single .form .legal a:hover {
	text-decoration: none
}

.sidebar .login .create {
	float: left;
	margin: 9px;
	color: #636363
}

.popup-note input[type=submit] {
	margin-top: 8px
}

.popup-note textarea {
	min-height: 82px
}

.popup-note .heading {
	display: block;
	text-align: left;
	font-weight: 500;
	margin-top: 25px;
	color: #fff;
	text-transform: uppercase
}

.popup-note .expand {
	display: inline-block;
	font-size: 15px;
	transform: rotate(-90deg);
	transition: transform .3s
}

.popup-note .expand.active {
	transform: rotate(0deg)
}

.note {
	display: flex;
	align-items: center;
	margin-top: 12px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #222
}

.note .body {
	flex: 1;
	color: white;
}

.note .delete {
	color: #1ee2c9;
	font-weight: 700;
}

.note .details {
	margin-bottom: 2px
}

.popup-ban input[type=submit],
.popup-note input[type=submit] {
	margin: 8px auto 6px
}

.single .tags {
	margin: 5px 0 20px;
	cursor: default;
	user-select: none
}

.single .tags .title {
	margin-right: 1px;
	font-size: 10px
}

.single .tags input[type=checkbox] {
	display: none
}

.single .tags input[type=checkbox]+label {
	display: inline-block;
	margin-right: 1px;
	padding: 4px;
	color: #ccc;
	background-color: #f0f0f0;
	border-radius: 6px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid transparent
}

.single .tags input[type=checkbox]:checked+label {
	color: #535353;
	background-color: #f0f0f0;
	border: 1px solid #dbdbdb
}

.user_profile {
	margin: 16px
}

.post-list [data-action=expand],
.expand-link {
	display: inline-block;
	padding: 1px 0;
	user-select: none;
	color: #c1c1c1;
	font-size: 16px;
	line-height: 18px
}

.post-list .content {
	display: none;
	flex-basis: 100%;
	margin: 8px 0 0 8px;
	font-size: 14px;
	color: #444
}

.post-list .content .inner {
	width: 100%;
	display: inline-block;
	padding: 12px;
	background-color: #f2f2f2;
	box-sizing: border-box
}

.post-list .content.link .inner {
	background: 0 0;
	padding-top: 0;
	padding-bottom: 0
}

.no_results {
	padding: 12px
}

.flair-form label {
	display: inline-block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px
}

.flair-form input[type=radio] {
	display: none
}

.flair-form input[type=radio]:checked+label {
	background-color: #f0f0f0
}

.flair-form {
	text-align: center
}

.flair-form button {
	border: none;
	padding: 8px;
	background-image: url(../img/bg-nav.png);
	color: #fff;
	width: 108px;
	margin-top: 12px
}

.post.stickied .top {
	margin-bottom: 4px
}

.post.stickied .title {
	display: inline-block;
	font-weight: 700
}

.post.stickied .title:before {
	margin-right: 4px
}

.post.stickied .title:after {
	margin-left: 4px
}

.post.stickied .status,
.comment.stickied .status {
	color: orange;
	margin-left: 6px
}

.status-bar {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #1c1c1c
}

.status-bar svg {
	margin-right: 12px;
	font-size: 24px;
	color: #fff
}

.status-bar.invite {
	background-color: #fff;
	border: 1px solid #ffb000
}

.status-bar.invite svg {
	background-color: #ffb000;
	padding: 11px 8px
}

.status-bar.invite a {
	color: #0079d3
}

.status-bar.locked {
	background-color: #fff7d7;
	border: 1px solid #ffd634
}

.status-bar.locked svg {
	padding: 11px 12.5px;
	background-color: #ffd634
}

.status-bar.streaming-warning {
	background-color: #dfbebe;
	border: 1px solid #ae0000
}

.status-bar.streaming-warning svg {
	padding: 11px 12.5px;
	background-color: #ae0000
}

.status-bar.archived {
	background-color: #fcfcfb;
	border: 1px solid #b5b3ac
}

.status-bar.archived svg {
	padding: 11px;
	background: #b5b3ac
}

.post-flair {
	display: inline-block;
	position: relative;
    /* width: unset !important;*/
	padding: 3px 4px 2px;
	font-size: 11px;
	border-radius: 2px;
	margin: 2px 4px 0 1px;
	border: 1px solid;
	white-space: nowrap;
	background: #f5f5f5;
	border-color: #ddd;
	color: #555
}

.stickied .post-flair {
	top: 0
}

.flair-list {
	display: flex!important;
	flex-wrap: wrap!important;
	overflow: auto!important;
}

.flair-list li {
	width: 33.33333%
}

.flair-list li:nth-child(3n+3):not(:last-child) {
	margin-bottom: 15px
}

.flair-list .post-flair {
	cursor: pointer
}

.profile .main-content .head,
.logs .main-content .head {
	padding: 14px 12px 12px
}

.profile .main-content .head h1,
.logs .main-content .head h1 {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf
}

.nav-profile {
	margin-bottom: 5px;
	margin-left: 16px;
	font-weight: 500;
	font-size: 15px;
	color: gray
}

.nav-profile p {
	display: block;
	margin-bottom: 6px;
	font-size: 18px
}

.nav-profile a:hover,
.nav-profile .active {
	text-decoration: underline
}

.nav-profile span {
	margin: 0 2px
}

.nav-profile span:first-of-type {
	display: none
}

.messages {
	padding: 14px 16px;
	background-color: #fff
}

.messages .reply.active {
	display: block
}

.nav-message {
	margin-bottom: 8px;
	padding-bottom: 0px;
	font-size: 12px;
	border-bottom: none;
}

.nav-message a {
	text-decoration: none;
	color: inherit;
	padding-right: 8px;
	color: #369
}

.nav-message a:hover,
.nav-message .active {
	text-decoration: underline
}

.message-entry {
	margin-bottom: 12px;
}

.message-entry:last-of-type {
	margin-bottom: 0
}

.message-entry.unread {
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 6px
}

.message .head,
.message .author {
	font-weight: 600
}

.message .head {
	margin-bottom: 2px
}

.message.unread .actions [data-action=unread] {
	display: none
}

.message .actions [data-action=unread] {
	display: inline
}

.shade {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 1
}

.popup-flair {
	
}

.popup {
	width: 100%;
	max-width: 500px;
    height: auto;
	padding: 16px;
	position: fixed;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	margin: auto;
	overflow: auto;
	user-select: none;
	box-sizing: border-box;
	overflow: visible;
	z-index: 1;
}

.popup-ban,
.popup-note {
	max-width: 400px;
    position: fixed!important;
    height: auto;
}

.popup .close {
	position: absolute;
	top: 70px;
	right: 25px;
	text-align: center;
	width: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-shadow: 0 0 2px #02376c
}

.popup .subline {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	margin: 18px 36px 0
}

.popup.no-wrap .subline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.popup .options {
	padding: 16px 16px 14px;
	text-align: center;
	font-size: 16px;
}

.popup .options label {
	cursor: pointer
}

.popup .options label {
	display: flex;
	align-items: center;
	margin: 0 auto 8px
}

.popup .options input[type=radio] {
	margin: 0 8px 0 0
}

.popup .report input[type=submit] {
	margin: 20px auto 24px
}

.popup .warning {
	font-size: 11px;
	color: #b6b6b6
}

.popup .error,
.popup .status {
	margin-top: 15px;
	text-align: center;
	font-size: 14px
}

.popup .error {
	color: #ae0000
}

.popup .error a {
	text-decoration: underline
}

.popup-report .options label {
	width: 260px
}

.popup-ban .options label {
	width: 70px;
	justify-content: flex-start;
	margin: 0 0 8px;
	font-size: 14px
}

.popup-ban .options input[type=checkbox] {
	margin-right: 5px
}

.popup-ban .notice {
	margin: -12px 0 16px;
	text-transform: uppercase;
	color: #e00000;
	font-size: 12px
}

.popup-flair .subline {
	max-width: 85%;
	font-size: 0px;
	line-height: 8px
}

.popup-flair .sample {
	margin: 15px 0 10px;
	padding-top: 15px;
	border-top: 1px dotted #555
}

.popup-flair .remove {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 13px
}

.popup-flair .remove a {
	color: #888
}

.popup-flair .remove a:hover {
	text-decoration: underline
}

.popup-flair .form {
	display: flex;
	flex-wrap: wrap;
	max-width: 250px;
	margin: 0 auto
}

.popup-flair .form input[type=text] {
	margin: 0 20px 0 0;
	flex: 150px
}

.custom_report_text {
	display: none;
	border: 1px solid #ddd;
	max-width: 256px;
	width: 100%;
	padding: 12px;
	box-shadow: 0 5px 5px -5px gray
}

.pill[data-action] {
	padding: 2px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	display: inline-block;
	line-height: normal;
	user-select: none
}

.pill[data-action]:hover {
	text-decoration: none
}

.pill[data-action=remove] {
	background-color: #edbdbe;
	border-color: #a2a2a2;
	color: #4f4f4f
}

.pill[data-action=approve] {
	background-color: #d1eabf;
	border-color: #a2a2a2;
	color: #4f4f4f
}

.pill[data-action=ignore] {
	background-color: #d4d4d4;
	border-color: #a2a2a2;
	color: #4f4f4f
}

.pill[data-action=reports] {
	color: #4f4f4f;
	border-color: orange;
	text-transform: lowercase;
}

.user-profile {
	color: #888;
	padding: 4px
}

.post.removed,
.comment.removed {
	background: #ffbfbf
}

.comment.reported .content {
	padding: 1px 3px 0;
	background-color: #ffc
}

.post.tweet {
	background: linear-gradient(#ffffff, #dcf2ff)
}

.approved {
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	color: green
}

.settings {
	max-width: 400px;
	display: table
}

.settings p {
	font-size: 14px
}

.settings ul {
	font-size: 14px;
	margin-left: 20px
}

.settings li {
	margin-bottom: 6px;
	list-style-type: disc
}

.settings li:last-child {
	margin-bottom: 0
}

.settings .form:not(:last-child) {
	margin-bottom: 30px
}

.settings .more {
	margin-top: 12px
}

.quick-nav {
	position: fixed;
	right: 22px;
	bottom: 22px;
	display: flex;
	flex-direction: column
}

.back-to-top,
.next-comment {
	border: 0;
	font-size: 24px;
	color: #282828;
	background-color: rgba(0, 0, 0, .1);
	padding: 8px 10px;
	cursor: pointer;
	transition: background-color .3s
}

.back-to-top:hover,
.next-comment:hover {
	background-color: rgba(0, 0, 0, .15)
}

.back-to-top {
	display: none;
	border-radius: 8px 8px 0 0
}

.next-comment {
	border-radius: 0 0 8px 8px
}

.back-to-top:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.form .status,
.form .error {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 14px
}

.form .error {
	color: #ff1c19
}

.title-suggest {
	padding: 4px;
	font-size: 11px;
	float: right
}

.post .share {
	display: none;
	background-color: #fff;
	box-shadow: 0 0 2.75px .25px rgba(0, 0, 0, .2);
	margin-top: 8px;
	font-size: 12px;
	max-width: 180px;
	padding: 8px 12px
}

.post .share .inner {
	display: flex;
	align-items: center
}

.post .share p {
	margin-right: 10px
}

.post .share a {
	margin-right: 8px
}

.post .share a:last-child {
	margin-right: 0
}

.post .share svg {
	font-size: 24px
}

.post .share a[data-share=twitter] svg {
	color: #1da1f2
}

.post .share a[data-share=facebook] svg {
	color: #084786    
}

.post .share a[data-share=reddit] svg {
	color: #ff8b60
}

.post .share a[data-share=pinterest] svg {
	color: #bd081c
}

.post .share a[data-share=email] svg {
	color: #3e3e3e
}

.post .share a[data-share=copy] svg {
	color: #3e3e3e
}

.save-categories,
.main-content .form.save {
	padding: 0 12px 12px
}

.save-category {
	padding: 12px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	border-radius: 4px
}

.save-category .quantity {
	font-size: 12px;
	color: #a2a2a2;
	margin-left: 6px
}

.save-category .view {
	float: right;
	color: #6a6a6a
}

.save-category {
	margin-bottom: 8px;
	cursor: pointer
}

.save-category:last-of-type {
	margin-bottom: 0
}

.popup-save .save-category {
	text-align: left
}

.save-category.create {
	border: 1px solid #919191
}

.save-category.create input[type=text],
.save-category .rename-category input[type=text] {
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: calc(100% - 16px)
}

.save-category.create input[type=text]::placeholder,
.save-category .rename-category input[type=text]::placeholder {
	font-size: 16px
}

.save-category.create .add,
.save-category .rename-category .rename {
	float: right;
	color: gray
}

.save-category .rename-category .rename {
	margin-right: 0
}

.save-category .add.hover {
	display: none
}

.save-category:hover .add.no-hover {
	display: none
}

.save-category:hover .add.hover {
	display: initial
}

.log-list {
	padding: 0
}

.log-list .sort {
	padding: 4px
}

.log-list .sort-container {
	height: 20px
}

.log-list .sort select {
	font-weight: 400;
	color: #b0aeae;
	-webkit-appearance: none;
	-moz-appearance: none
}

.log-list .log {
	margin: 0 8px;
	padding: 8px 4px;
	border-bottom: 1px solid #80808061;
	font-size: 12px;
	line-height: 16px
}

.log-list .sort-moderator {
	float: right;
	margin-left: 12px
}

.log-list .sort-action {
	float: right
}

.config {
	max-width: 660px
}

.config .add-rule {
	border: none;
	width: 39px;
	height: 39px
}

.config input,
.config select {
	max-width: 400px!important
}

.config h2 {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 4px
}

.config label {
    font-size: 14px;
    color: #fff;
}

.config .toggle {
	margin-bottom: 4px
}

.post-single .suggested {
	font-size: 12px;
	color: gray;
	margin-top: 2px
}

.light {
	color: #000;
}

.theme-dark .light {
	color: #ddd;
}

video {
	width: 100%
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.footer,
.footer a {
	color: gray
}

.footer {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	
}

.footer p:first-of-type {
	margin-bottom: 4px
}

.footer a {
	font-size: 11px
}

.footer a:hover {
	text-decoration: underline
}

.sidebar .legal {
	text-align: center;
	font-size: 12px;
	color: #979797;
	line-height: 14px
}

.new-demo {
	display: none
}

.vote-small {
	display: none
}

.new-score {
	display: none
}

/* @media only screen and (max-width:973px) { */
@media only screen and (max-width:900px) {
	.mobile_guest {
		border-bottom: 1px solid #f4f4f4;
		background: 0 0
	}
	.theme-dark .mobile_guest {
		border-bottom: none
	}
	.mobile_guest .vote {
		display: none
	}
	.mobile_guest .thumb {
		margin-left: 8px;
		margin-right: 8px
	}
	.mobile_guest .domain {
		display: none
	}
	.mobile_guest .flair {
		display: none
	}
	.mobile_guest .details {
		margin-bottom: 8px
	}
	.mobile_guest .top {
		margin-bottom: 2px
	}
	.mobile_guest .actions {
		font-weight: 400
	}
	.mobile_guest .new-vote {
		color: #c4c4c4;
		font-size: 13px;
		float: left;
		text-align: center;
		font-weight: 400
	}
	.mobile_guest .other-post {
		float: right;
		margin-right: 12px
	}
	.mobile_guest.new-comments {
		font-size: 13px;
		color: #c4c4c4;
		margin-left: 12px;
		margin-right: 8px
	}
	.mobile_guest .actions a {
		font-size: 13px!important;
		color: #c4c4c4!important
	}
	.mobile_guest .new-demo {
		display: initial
	}
	.mobile_guest .original {
		display: none
	}
	.mobile_guest .share {
		margin-top: 32px!important
	}
	.mobile_guest .vote.vote-small {
		display: initial;
		float: left;
		margin: 0
	}
	.vote-small .count {
		display: initial;
		text-align: initial
	}
	.mobile_guest .new-score {
		display: initial;
		color: #c4c4c4;
		font-size: 13px;
		margin-left: 4px;
		margin-right: 4px
	}
	
	.comment .vote .count {
		display: -webkit-box!important;
	}
	
	.breakdown {
		/* display:none!important; */
	}
}

/* @media only screen and (min-width:973px) { */
@media only screen and (min-width:900px) {
	.new-form .form-item {
		width: 440px
	}
	.guest {
		display: none
	}
	html,
	body {
		min-width: auto;
		background-color: #f0f0f0;
	}
	.header {
		height: 164px;
		margin-bottom: 16px
	}
	.header .bg {
		padding: 41px 26px 0;
		height: 81px
	}
	.header .social {
		display: none;
		position: absolute;
		top: 34px;
		left: calc(50% + 70px);
		width: 200px;
		font-weight: 500;
		text-shadow: 0 0 3px #000;
		font-size: 14px;
		text-align: left;
		color: #fff
	}
	.header .social .item {
		display: flex;
		align-items: center;
		margin: 0 15px 10px
	}
	.header .social svg {
		margin-right: 5px;
		font-size: 22px
	}
	.header .social .item:first-child,
	.header .social .item:last-child {
		margin: 0 0 10px
	}
	.header .social .item:first-child:hover,
	.header .social .item:last-child:hover {
		margin-left: 10px
	}
	.header .social .item:hover {
		margin-left: 24px
	}
	.header .social .item {
		transition: .15s
	}
	.header .logo {
        width: 160px;
        height: 140px;
    }
	.header .bar {
		height: 42px;
		box-sizing: border-box;
		padding: 0;
		margin-bottom: 12px;
		font-size: 15px;
		justify-content: center
	}
	.nav-main {
		width: auto;
		height: 39px;
		margin-left: 0
	}
	.nav-main:before {
		content: none;
		position: static;
		top: auto;
		margin-left: 0;
		width: auto;
		height: auto;
		background: 0 0;
		box-shadow: none
	}
	.nav-main:hover .nav-main .inner {
		display: flex
	}
	.nav-main .inner {
		display: flex;
		position: static;
		background-color: transparent;
		min-width: auto;
		box-shadow: none;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		width: auto
	}
	.nav-main .inner a {
		padding: 12px 18px 11px;
		color: #d8d8d8
	}
	.nav-main .inner a:hover {
		background-color: rgba(0, 0, 0, .2);
		color: #fff
	}
	.nav-main .inner a.active,
	.nav-main .inner a.active:hover {
		border-bottom: 2px solid #777
	}
	.nav-main svg {
		display: none
	}
	.nav-user {
		display: none;
		width: 100%;
		height: 39px;
		padding: 0;
		max-width: 400px;
		justify-content: center
	}
	.nav-user.active {
		display: flex
	}
	.nav-user .inner {
		max-width: 350px;
		padding: 0 12px
	}
	.nav-user .toggle {
		display: none
	}
	.nav-user.register {
		display: none
	}
	.nav-user .submit {
		display: none
	}
	.desktop {
		display: initial
	}
	.filter-options.desktop {
		display: inherit
	}
	.mobile {
		display: none
	}
	.dropdown-container:hover .dropdown-content {
		display: block
	}
	.dropdown-content {
		width: 160px;
		margin-left: -140px
	}
	.container {
		width: auto;
		padding: 2px 12px 0
	}
	.container.padded {
		padding: 0
	}
	.main {
		flex: 1;
		margin-right: 12px
	}
	.post .top {
		margin-bottom: 3px
	}
	.post .details,
	.message .details,
	.actions {
		line-height: normal
	}
	.comment .vote {
		width: 50px
	}
	.comment .vote a:first-of-type {
		margin-bottom: 4px;
	}
	.comment .vote a:last-of-type {
		margin-top: 4px;
	}
	.comment .vote .count {
		display: -webkit-box!important;
		text-align: -webkit-center;
	}
	.message-list .comment {
		border-left: none;
		border-top: none;
		margin-left: 0
	}
	.message-list .comment .vote {
		width: 25px;
		margin-right: 8px
	}
	.message-list .comment .comment-parent {
	    margin-top: 6px;
		margin-left: 0;
	}
	.flair-list li {
		width: 25%
	}
	.flair-list li:nth-child(4n+4):not(:last-child) {
		margin-bottom: 15px
	}
	.post-list .content {
		margin: 8px 0 0 136px
	}
	.post-list [data-action=expand],
	.expand-link {
		display: inline;
		padding: 0
	}
	.post-list [data-action=expand] svg,
	.expand-link {
		margin-right: 2px
	}
	.post-single .total {
		border-top: none;
		border-bottom: none
	}
	.post .details,
	.comment .details {
		line-height: normal;
		margin-bottom: 5px
	}
	.comment .body {
		padding-right: 0
	}
	.comment .child {
		margin: 10px 0 0 10px
	}
	.comment .details a[data-action=minimize] {
		color: #888;
		width: 15px
	}
	.comment .details a[data-action=minimize]:hover {
		color: #fff
	}
	.post-single .post .top {
		min-height: auto
	}
	.post-single .post .details,
	.post-single .post .content,
	.post-single .post .actions {
		margin-left: 0
	}
	.more {
		padding: 4px 8px
	}
	.more a {
		margin-left: 1px;
		padding: 5px 14px
	}
	.revision {
		margin-bottom: 8px;
		border: 1px solid #e6e6e6
	}
	.theme-dark .revision {
		border: 1px solid #171717
	}
	.post+.reports {
		margin-right: 6%;
		margin-left: 6%
	}
	.sidebar {
		width: 300px;
		display: block;
		position: static;
		background-color: transparent;
		margin-top: 0
	}
	.sidebar .moderator-list .foot {
		text-align: right
	}
	.sidebar .moderator-list ul {
		margin: 0
	}
	.single .module {
		margin: 25px auto
	}
	.post .content.text {
		padding: 5px 10px
	}
	.footer {
		width: auto;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0
	}
	.nav-profile {
		margin-bottom: 10px;
		font-size: 16px
	}
	.nav-profile p {
		display: inline-block;
		margin-bottom: 0;
		font-size: 20px
	}
	.nav-profile span:first-of-type {
		display: inline
	}
	.profile .empty {
		padding: 0 12px 12px;
		text-align: left
	}
	.settings_content {
		margin: 16px
	}
	.reply_comment {
		width: 376px;
		margin-bottom: 12px
	}
	a.author {
		text-decoration: none;
		color: inherit
	}
	.queue {
		padding: 12px
	}
	
	.breakdown {
		/* display:none!important; */
	}
}

.flair {
	align-items: center;
	font-weight: 700;
	margin-right: 8px;
	padding: 0 2px;
	color: #555
}

.details .flair:before,
.flair:before {
	content: '';
	margin-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	unicode-bidi: isolate;
	vertical-align: middle
}

.flair-alabama:before,
.flair-alaska:before,
.flair-arizona:before,
.flair-arkansas:before,
.flair-california:before,
.flair-colorado:before,
.flair-washington-dc:before,
.flair-connecticut:before,
.flair-delaware:before,
.flair-florida:before,
.flair-georgia:before,
.flair-hawaii:before,
.flair-idaho:before,
.flair-illinois:before,
.flair-indiana:before,
.flair-iowa:before,
.flair-kansas:before,
.flair-kentucky:before,
.flair-louisiana:before,
.flair-maine:before,
.flair-maryland:before,
.flair-massachusetts:before,
.flair-michigan:before,
.flair-minnesota:before,
.flair-mississippi:before,
.flair-missouri:before,
.flair-montana:before,
.flair-nebraska:before,
.flair-nevada:before,
.flair-new-hampshire:before,
.flair-new-jersey:before,
.flair-new-mexico:before,
.flair-new-york:before,
.flair-north-carolina:before,
.flair-north-dakota:before,
.flair-ohio:before,
.flair-oklahoma:before,
.flair-oregon:before,
.flair-pennsylvania:before,
.flair-puerto-rico:before,
.flair-rhode-island:before,
.flair-south-carolina:before,
.flair-south-dakota:before,
.flair-tennessee:before,
.flair-texas:before,
.flair-utah:before,
.flair-vermont:before,
.flair-virginia:before,
.flair-washington:before,
.flair-west-virginia:before,
.flair-wisconsin:before,
.flair-wyoming:before {
	width: 30px;
	height: 16px;
	display: inline-block
}

.flair-police:before,
.flair-fire:before,
.flair-cap:before,
.flair-emt:before,
.flair-airforce:before,
.flair-coastguard:before,
.flair-army:before,
.flair-marinecorps:before,
.flair-usnavy:before {
	padding-left: 30px;
	height: 16px;
	display: inline-block
}

.flair-alabama:before {
	background-position: 0 0
}

.flair-alaska:before {
	background-position: 0 -20px
}

.flair-arizona:before {
	background-position: 0 -40px
}

.flair-arkansas:before {
	background-position: 0 -60px
}

.flair-california:before {
	background-position: 0 -80px
}

.flair-colorado:before {
	background-position: 0 -100px
}

.flair-washington-dc:before {
	background-position: 0 -120px
}

.flair-connecticut:before {
	background-position: 0 -140px
}

.flair-delaware:before {
	background-position: 0 -160px
}

.flair-florida:before {
	background-position: 0 -180px
}

.flair-georgia:before {
	background-position: 0 -200px
}

.flair-hawaii:before {
	background-position: 0 -220px
}

.flair-idaho:before {
	background-position: 0 -240px
}

.flair-illinois:before {
	background-position: 0 -260px
}

.flair-indiana:before {
	background-position: 0 -280px
}

.flair-iowa:before {
	background-position: 0 -300px
}

.flair-kansas:before {
	background-position: 0 -320px
}

.flair-kentucky:before {
	background-position: 0 -340px
}

.flair-louisiana:before {
	background-position: 0 -360px
}

.flair-maine:before {
	background-position: 0 -380px
}

.flair-maryland:before {
	background-position: 0 -400px
}

.flair-massachusetts:before {
	background-position: 0 -420px
}

.flair-michigan:before {
	background-position: 0 -440px
}

.flair-puerto-rico:before {
	background-position: 0 -1040px
}

.flair-minnesota:before {
	background-position: 0 -460px
}

.flair-mississippi:before {
	background-position: 0 -480px
}

.flair-missouri:before {
	background-position: 0 -500px
}

.flair-montana:before {
	background-position: 0 -520px
}

.flair-nebraska:before {
	background-position: 0 -540px
}

.flair-nevada:before {
	background-position: 0 -560px
}

.flair-new-hampshire:before {
	background-position: 0 -580px
}

.flair-new-jersey:before {
	background-position: 0 -600px
}

.flair-new-mexico:before {
	background-position: 0 -620px
}

.flair-new-york:before {
	background-position: 0 -640px
}

.flair-north-carolina:before {
	background-position: 0 -660px
}

.flair-north-dakota:before {
	background-position: 0 -680px
}

.flair-ohio:before {
	background-position: 0 -700px
}

.flair-oklahoma:before {
	background-position: 0 -720px
}

.flair-oregon:before {
	background-position: 0 -760px
}

.flair-pennsylvania:before {
	background-position: 0 -780px
}

.flair-rhode-island:before {
	background-position: 0 -800px
}

.flair-south-carolina:before {
	background-position: 0 -820px
}

.flair-south-dakota:before {
	background-position: 0 -840px
}

.flair-tennessee:before {
	background-position: 0 -860px
}

.flair-texas:before {
	background-position: 0 -880px
}

.flair-utah:before {
	background-position: 0 -900px
}

.flair-vermont:before {
	background-position: 0 -920px
}

.flair-virginia:before {
	background-position: 0 -940px
}

.flair-washington:before {
	background-position: 0 -960px
}

.flair-west-virginia:before {
	background-position: 0 -980px
}

.flair-wisconsin:before {
	background-position: 0 -1000px
}

.flair-wyoming:before {
	background-position: 0 -1020px
}

.flair-police:before {
	background-position: 0 -2536px
}

.flair-fire:before {
	background-position: 0 -2494px
}

.flair-cap:before {
	background-position: 0 -2437px
}

.flair-emt:before {
	background-position: 0 -2475px
}

.flair-airforce:before {
	background-position: 0 -2455px
}

.flair-coastguard:before {
	background-position: 0 -2575px
}

.flair-army:before {
	background-position: 0 -2416px
}

.flair-marinecorps:before {
	background-position: 0 -2395px
}

.flair-usnavy:before {
	background-position: 0 -2375px
}

.theme-dark .wrapper.home {
	background: 0 0
}

.theme-dark .header {
	background-color: #222
}

.theme-dark .header .title,
.theme-dark .header .description {
	color: #d8d8d8
}

.theme-dark .message-entry .comment {
	background-color: transparent!important
}

.theme-dark .message-entry.unread {
	background-color: #2C2D2B;
	border: 1px solid #2f2f2f
	border-image: radial-gradient(red, blue) 33;
}

.theme-dark .main-content {
    background: #212120;
}

.theme-dark {
	background: #212120;
}

.theme-dark .post:nth-child(even) .theme-dark .comment:nth-child(n+1):nth-child(even){
	background: #2C2D2B;
}

.theme-dark .post:nth-child(odd) {
	background: #212120;
}

.theme-dark .comment:nth-child(n+1):nth-child(odd) {
	background: #212120;
}

.theme-dark .post:nth-child(odd) {
	background: #212120;
}

.theme-dark .comment:nth-child(n+1):nth-child(odd) {
	background: #2C2D2B;
}

.theme-dark .post:nth-child(odd), .theme-dark .comment:nth-child(n+1):nth-child(odd) {
	background: #2C2D2B;
}

.theme-dark, .theme-dark .post:nth-child(even), .theme-dark .comment:nth-child(n+1):nth-child(even), .theme-dark .post:nth-child(odd), .theme-dark .comment:nth-child(n+1):nth-child(odd) {
    background: #212120;
}

.theme-dark .post:nth-child(odd) {

}

.theme-dark .popup .form input[type=submit] {
	background: linear-gradient(45deg, #2c55a052, #e817172b);
	border-image: radial-gradient(#ff000066,#0000ff66) 22!important;
	border: 1px solid;
}

.theme-dark .post.stickied {
	background: linear-gradient(45deg, #2c55a052, #e817172b);
	border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #3c3c3c;
}


.theme-dark .post-single .total {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e
}


.theme-dark .empty {
	color: #ddd
}

.theme-dark .actions .removed {
	color: #9b3b3b
}

.theme-dark .sidebar {
	background-color: transparent
}


.theme-dark .status-bar,
.theme-dark .more,
.theme-dark .module .body,
.theme-dark .form .create,
.theme-dark .footer,
.theme-dark .footer a,
.theme-dark .post-single .content :not([type=submit]):not([type=button]):not(a),
.theme-dark .page .content *,
.theme-dark .total,
.theme-dark .context,
.theme-dark .sidebar .mods p,
.theme-dark .sidebar .mods .flair,
.theme-dark .sidebar-notes,
.theme-dark .sidebar h3,
.theme-dark .popup .head,
.theme-dark .message,
.theme-dark .popup .inner,
.theme-dark .popup .close,
.theme-dark .comment .content,
.theme-dark .main-content h1,
.theme-dark .main-content h2,
.theme-dark .nav-profile,
.theme-dark .post-list .content,
.theme-dark .form input:not([type=submit]):not([type=button]),
.theme-dark .form textarea,
.theme-dark .form select,
.theme-dark .message.unread,
.theme-dark .form .status,
.theme-dark .preview-mode {
	color: #ddd;
}

.theme-dark .module {
	border: none
}

.theme-dark .main-content {
	border: 1px solid #1c1c1c;
	border-image: radial-gradient(#ff000080,#0000ff80) 200;
}

.theme-dark .post .details,
.theme-dark .message .details,
.theme-dark .note .details,
.theme-dark .sort {
	color: #898988
}

.theme-dark .comment.reported .content a,
.theme-dark .context a,
.theme-dark .sidebar .mods a,
.theme-dark .nav-message a,
.theme-dark .actions .comments,
.theme-dark .post-single .content a {
	color: #47a2d8;
}

.theme-dark .details .edited {
	color: #898988;
}

.theme-dark .actions a:not(.pill) {
	color: #b2b3b2
}

.theme-dark .actions span:last-child {
	color: #d42323;
}

.theme-dark .sidebar blockquote {
	color: #e8e8e8;
}


.theme-dark .module,
.theme-dark .status-bar,
.theme-dark .more,
.theme-dark .sidebar .mods,
.theme-dark .sidebar blockquote {
	/*background: #333*/
	background: linear-gradient(45deg, #2c55a052, #e817172b);
    /*border: 1px solid #565656;*/
}

.theme-dark .form textarea,
.theme-dark .form select,
.theme-dark .message.unread {
	background: #2C2D2B;
}

.theme-dark .post-list .content .inner {
	/* background: #212120!important; */
	background: #21212000!important;
}

.theme-dark .form input:not([type=submit]):not([type=button]) {
	border: 1px solid;
    border-image: radial-gradient(red,blue) 10;
}

.theme-dark .form input:not([type=submit]),
.theme-dark .form select,
.theme-dark .message.unread {
	border: none;
	box-shadow: none
}

.theme-dark .form textarea {
	/* resize: none!important; */
	max-width: 100%;
}

.theme-dark .form textarea {
	border: 1px solid;
    border-image: radial-gradient(red, blue) 33;
	background-color: #2c2d2b00;
}

.theme-dark .settings a {
	color: #fff
}

.theme-dark .comment {
	border-top: 1px dashed;
    border-image: radial-gradient(#ff000080,#0000ff80) 220;
	border-top-color: #444;
	border-left-color: #222;
}

.theme-dark .comment:not(.removed) .actions {
	margin-bottom: 5px
}

.theme-dark .comment.reported .content * {
	color: #222
}

.theme-dark .comment .child:nth-child(3) {
	margin-top: 5px
}

.theme-dark .comment .details a[data-action=minimize] {
	background-color: #69696924;
	border-left: 2px solid;
	/*
    border-color: #275886;
	
	-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#2c55a052), to(#e817172b), color-stop(1, #fff), color-stop(1, #2c55a052)) 50 50 0.8 0.8 repeat repeat;
	*/
	border-image: radial-gradient(#ff000080,#0000ff80) 33;
}

.theme-dark .post .vote svg,
.theme-dark .post .vote-up-small svg,
.theme-dark .post .vote-down-small svg {
	color: #d8d8d8
}

.theme-dark .module {
	box-shadow: none
}

.theme-dark .module .head,
.theme-dark .sidebar h3,
.theme-dark .popup .head {
	border-bottom-color: #980000;
}

.theme-dark .module .head,
.theme-dark .sidebar h3 {
	color: #bdbdbd
	background: linear-gradient(45deg, #2c55a052, #e817172b);
	border-image: radial-gradient(red, blue) 33;
}

.theme-dark .sidebar .module {
	border: 1px solid #1e1e1e
}

.theme-dark .more a:hover {
	background: #ddd;
	border-color: #900000;
	color: #072a4d
}

.theme-dark .message.unread {
	background-color: #222
}

.theme-dark .comment-parent .title {
	color: #2b88da;
    text-shadow: 1px 1px 3px #151515;
}

.theme-dark .single .tags input[type=checkbox]+label {
	background-color: #3c3c3c
}

.theme-dark .single .tags input[type=checkbox]:checked+label {
	background-color: #444;
	border: 1px solid #2f2f2f;
	color: inherit
}

.theme-dark .form.edit input[type=submit],
.theme-dark .form.edit input[data-action=cancel],
.theme-dark .form.reply input[type=submit],
.theme-dark .form.reply input[data-action=cancel] {
    background-color: #2b2b2b;
    color: #e4e4e4;
    padding: 6px 12px;
    border: 1px solid #3e3e3eb5;
}

.theme-dark .new-member {
	color: #ffffff;
}

.theme-dark .save-category {
	background-color: #222;
	border: 1px solid #111;
	color: #fff
}

.theme-dark .save-category.create input[type=text]::placeholder,
.theme-dark .save-category .rename-category input[type=text]::placeholder {
	color: #fff
}

.theme-dark .save-category.create input[type=text],
.theme-dark .save-category .rename-category input[type=text] {
	background-color: transparent
}

.theme-dark .empty.queue svg {
	color: #454545
}

.theme-dark .mail-return,
.theme-dark .mail,
.theme-dark .mail .title,
.theme-dark .mail .preview,
.theme-dark #respond .reply,
.theme-dark .mail_container .reply-button,
.theme-dark .mail-sort,
.theme-dark .mail-sort select {
	color: #fff;
	background-color: #3c3c3c
}

.theme-dark #respond .reply-inner {
	background-color: #242424b0;
}

.theme-dark #respond .reply textarea {
	color: #fff
}

.mail-indicator.unread:after {
	content: attr(data-unread);
	width: 12px;
	height: 10px;
	background: #ae0000;
	top: 6px;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	position: absolute;
	margin-left: -8px;
	padding: 2px
	border: 1px solid #184c06;
}

.comment-parent {
	margin-left: 12px;
	margin-bottom: 6px;
	width: 100%
}

.comment-parent .title {
	font-size: 14px;
	color: #00f
}

.comment-parent .by {
	font-size: 12px;
	color: #b7b7b7
}

.comment-parent .author {
	font-size: 12px;
	color: #369;
	font-weight: 700
}

.message-list a[data-action=minimize] {
	display: none
}

.tweet iframe {
	border: none!important;
	box-shadow: none!important
}

[id^=twitter-widget-] {
	display: initial!important
}

.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px)
}

.new-member {
	color: #cacaca;
	font-size: 12px
}

.full-screen-overlay {
	position: absolute;
	background-color: #fff;
	z-index: 9999;
	height: 100%;
	width: 100%
}

.full-screen-inner {
	width: 264px;
	margin: 0 auto;
	margin-top: 72px
}

.full-screen-title.fs-onboard {
	margin-bottom: 8px
}

.full-screen-description {
	text-align: center;
	color: #646464;
	font-size: 12px;
	margin-bottom: 24px
}

.full-screen-question {
	text-align: center;
	color: #484848;
	font-size: 20px;
	line-height: 26px
}

.full-screen-buttons.fs-onboard {
	margin-top: 16px
}
/* @media only screen and (min-width:973px) { */
@media only screen and (min-width:900px) {
	.full-screen-overlay {
		border-radius: 4px;
		height: 432px;
		width: 742px;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.full-screen-inner {
		margin-top: 0;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
}

.full-screen-title {
	color: #222;
	font-size: 22px;
	text-align: center;
	margin-bottom: 28px
}

.full-screen-form {
	width: 100%
}

.full-screen-body {
	font-size: 14px;
	color: #8e8e8e;
	text-align: center;
	margin-bottom: 20px
}

.full-screen-point {
	margin-bottom: 8px
}

.full-screen-point svg {
	color: #d1d1d1;
	margin-right: 8px
}

.theme-dark .full-screen-body {
	color: #d9d9d9
}

.theme-dark .full-screen-point svg {
	color: #4f4f4f
}

.full-screen-form input[type=text],
.full-screen-form input[type=email],
.full-screen-form input[type=password] {
	border: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	width: 242px;
	color: #424242;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
	margin-bottom: 12px
}

.full-screen-buttons {
	margin-bottom: 16px
}

.full-screen-button {
	padding: 12px;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer
}

.full-screen-button-other {
	width: 35%;
	background-color: #dbdbdb;
	margin-right: 3%;
	color: #515151
}

.full-screen-button-main {
	background-color: #919191;
	width: 60%
}

.full-screen-button-other:hover,
.full-screen-button-main:hover {
	background-color: #4f4f4f;
	color: #fff
}

.full-screen-footer {
	margin-top: 4px
}

.full-screen-footer p {
	font-size: 12px;
	color: #b3b3b3;
	text-align: center;
	line-height: 16px
}

.full-screen-form input::placeholder {
	color: #000
}

.full-screen-footer a {
	color: #777
}

.theme-dark .full-screen-overlay {
	background-color: #2b2b2b
}

.theme-dark .full-screen-title {
	color: #fff
}

.theme-dark .full-screen-form input {
	border: 1px solid #1c1c1c;
	background-color: #222;
	color: #fff
}

.theme-dark .full-screen-button-other {
	background-color: #242424;
	color: #fff
}

.theme-dark .full-screen-button-main {
	background-color: #515151
}

.theme-dark .full-screen-button-other:hover,
.theme-dark .full-screen-button-main:hover {
	background-color: #fff;
	color: #515151
}

.theme-dark .full-screen-footer p {
	color: #fff
}

.theme-dark .full-screen-form input::placeholder {
	color: #fff
}

.full-screen-background {
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999
}

.full-screen-status {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #393939
}

.full-screen-success {
	color: #159f1e
}

.full-screen-error {
	color: red
}

.theme-dark .full-screen-status {
	color: #fff
}

.revision {
	padding: 16px;
	background-color: #fff;
	border-radius: 2px;
	border-bottom: 1px solid #e6e6e6
}

.theme-dark .revision {
	background-color: #2b2b2b;
	border-bottom: 1px solid #171717
}

.revision-reason {
	font-size: 12px
}

.revision:last-of-type {
	margin-bottom: 0
}

.revision-text {
	font-size: 14px;
	padding: 8px 12px
}

.theme-dark .revision-text,
.theme-dark .revision-reason {
	color: #c1c1c1
}

.revision-time {
	text-transform: uppercase;
	font-size: 11px;
	color: #797979;
	float: right
}

.revision-votes {
	color: #aaa;
	font-size: 12px
}

.edit .reason input {
	width: 100%;
	text-indent: 6px;
	padding: 6px 0;
	border-radius: 4px;
	border: 1px solid #ddd
}

.edit .reason p {
	font-size: 12px;
	margin: 0;
	color: #a2a2a2
}

.live-thread {
	color: #c80000;
	padding-left: 4px;
	padding-right: 4px
}

.live-explain {
	padding: 12px;
	color: #3e3e3e;
	font-size: 14px
}

.theme-dark .live-explain {
	color: #d5d5d5
}

.header .filter-bar {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	height: 42px;
	line-height: 42px
}

.theme-dark .header .filter-bar {
	background-color: #333;
	border-bottom: 1px solid #444
}

.header.fixed .filter-bar {
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 39px
}

.filter-bar .filter-inner {
	margin-left: 16px;
	margin-right: 16px
}

.filter-bar .listing-type {
	font-size: 12px;
	color: #727272;
	float: left
}

.theme-dark .filter-bar .listing-type,
.theme-dark .filter-bar .filter-inner .filters {
	color: #dedede
}

.filter-bar .listing-type svg {
	margin-right: 12px
}

.filter-bar .listing-type select,
.sidebar .filter-inner select,
.filter-bar .filters select {
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-overflow: '';
	color: inherit;
	background-color: transparent;
	padding-right: 24px
}

.filter-bar select:disabled,
.filter-inner select:disabled {
	background-color: inherit
}

.filter-bar .filter-inner .filters {
	font-size: 12px;
	float: right;
	color: #727272
}

.filter-bar .filter-inner .filters svg {
	margin-left: 8px
}

.listing-custom-select svg {
	color: #9a9a9a
}

.sidebar .filter-options {
	height: 42px;
	margin-bottom: 10px
}

.sidebar .filter-inner {
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 2.75px .25px rgba(0, 0, 0, .05);
	line-height: 42px;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 4px
}

.theme-dark .filter-inner select option {
	background-color: #00080c;
}

.theme-dark .sidebar .filter-inner {
	background-color: #00080c;
    border: 1px solid;
    border-image: radial-gradient(red,blue) 10;
}

.sidebar .timeframe {
	font-weight: 600;
	margin-right: 4px;
	color: #363636
}

.theme-dark .sidebar .timeframe,
.theme-dark .sidebar .selected {
	color: #dedede
}

.sidebar .timeframe svg {
	color: #ccc;
	margin-right: 8px
}

.sidebar .selected {
	color: #575757
}

.sidebar .selected svg {
	margin-left: -16px;
	color: #7f7f7f;
	pointer-events: none
}

.filter-inner select::-ms-expand,
.filter-bar select::-ms-expand {
	display: none
}

.theme-dark .filter-inner select option,
.theme-dark .filter-bar select option {
	background-color: #333
}

.popup-select-background {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999
}

.popup-select {
	width: 242px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.popup-select a:last-of-type {
	margin-bottom: 6px
}

.popup-select-header {
	width: 100%;
	display: block;
	height: 44px;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	line-height: 44px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 16px;
	color: #595959;
	font-weight: 700
}

.popup-select a {
	width: 100%;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #565656
}

.popup-select-icon {
	width: 48px;
	display: inline-block;
	margin-left: 6px;
	text-align: center
}

.popup-select svg {
	font-size: 20px;
	color: #d4d4d4;
	vertical-align: middle;
	margin-right: 16px;
	margin-left: 16px
}

.popup-select-icon {
	text-align: center
}

.listing-custom-select {
	padding: 6px 6px 6px 0
}

.listing-custom-select svg {
	margin-left: 12px
}

.theme-dark .popup-select {
	background-color: #484848
}

.theme-dark .popup-select-header,
.theme-dark .popup-select a {
	color: #ddd
}

.theme-dark .popup-select-icon svg {
	color: #737373
}

.theme-dark .popup-select-header {
	border-bottom: 1px solid #727272
}

.theme-switcher {
	padding: 8px;
	position: absolute;
	color: rgba(255, 255, 255, .4);
	right: 0
}

.theme-switcher svg {
	cursor: pointer
}

.save-category .rename {
	float: right;
	color: #ddd;
	margin-right: 8px
}

.save-category .rename:hover {
	color: #6a6a6a
}

.theme-dark .save-category .rename {
	color: #484848
}

.cookie-consent {
	bottom: 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	font-size: 12px;
	padding: 16px 0;
	color: #fff;
	display: none
}

.cookie-consent-inner {
	padding-left: 12px;
	padding-right: 12px
}

.cookie-accept {
	background-color: rgba(0, 0, 0, .6);
	padding: 8px 16px;
	border-radius: 4px;
	margin-left: 12px;
	cursor: pointer
}

.cookie-accept-outer {
	margin-top: 16px
}

.update-stylesheet textarea,
.update-sidebar textarea {
	height: 300px
}

.moderator {
	/* font-size: 14px; */
	margin-bottom: 8px
}

.moderator .remove {
	font-size: 12px;
	margin-left: 12px;
	float: right;
	cursor: pointer
}

.moderator .permissions {
	font-size: 12px;
	float: right;
	cursor: pointer
}

.popup-permissions {
	text-align: center
}

.popup .popup-permissions label {
	display: initial;
	margin: 8px
}

.popup .popup-permissions input[type=submit] {
	margin-top: 24px
}

.popup .popup-permissions .permission {
	margin-bottom: 4px
}

.mail .archive {
	float: right;
	color: #eaeaea
}


.nsfw label,
.nsfw #nsfw {
	vertical-align: middle
}

/* Hack to replace NSFW icon with more descriptive flair */
span[title="Content is marked as Not Safe for Work"] > .nsfw {
  display: none
}
span[title="Content is marked as Not Safe for Work"]:after {
  display: inline-block;
  position: relative;
  margin: 2px 4px 0 1px;
  padding: 3px 5px 3px 5px;
  border: solid 1px #650000;
  border-radius: 2px;
  content: "\1f6a8  NSFW \1f6a8"; 
  font-family: impact;
  font-size:14px;
  background-color: #FF0000;
  color: #FFFFFF;
  white-space: nowrap;
  text-shadow: 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 1px #000, 1px 1px 3px #000;  
  box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 2px 2px rgba(0,0,0,.5)
}

.resources {
	margin-top: 32px
}

.resources p {
	margin-bottom: 8px
}

.breakdown {
	color: #d2d2d2;
	margin-right: 6px
	/* display:none!important; */
}

.breakdown .positive {
	color: #72de72;
	font-style: italic;
}

.breakdown .negative {
	color: #e05959;
	font-style: italic;
}

.new-form input:not([hidden]),
.new-form label {
	display: block
}

.new-form.new-form-center .form-item input[type=submit] {
	float: inherit;
	display: initial
}

.new-form .form-item {
	margin-bottom: 8px;
	width: 100%
}

.new-form .form-item input,
.new-form .form-item textarea {
	width: 100%
}

.new-form .form-item input,
.new-form .form-item textarea {
	padding: 8px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-family: inherit;
	background-color: #fff;
	width: calc(100% - 16px)
}

.new-form .form-item input[type=submit] {
	float: right;
	width: 100px
}

.new-form .form-item.form-save {
	display: table
}

.theme-dark .new-form .form-item input,
.theme-dark .new-form .form-item textarea {
	background-color: #2b2b2b;
	border: 1px solid #3e3e3e
}

.wiki-footer {
	font-size: 12px;
	color: #828282;
	margin-top: 12px
}

.update-community input[type=file] {
	margin-bottom: 12px
}

.post .domain {
	color: #e00000
}

.post.stickied .title {
	background-color: #ae0000;
	color: #2f9000;
	padding: 6px;
	text-shadow: 1px 1px 4px #000
}

.post.stickied {
	background: linear-gradient(#f0f0f0, rgba(255, 165, 0, 0.05));
	border-bottom: 2px solid rgba(255, 165, 0, .3);
}

.post.stickied .title:before,
.post.stickied .title:after {
	url("bg-header.png") 50% 50% /cover no-repeat content: "\2605"
}

.quick-nav a {
	color: #ae0000   
}

.header .logo {
	display: inline-block
}

.header .bg {
	background: url("bg-header.png") 50% 50%/cover no-repeat;
	padding: 7px 8px 4px
}

.header.fixed .filter-bar {
	top: 41px
}

.header .social {
	display: none
}

.header .bg .title,
.header .bg .description {
	display: none
}

.nav-main .inner a {
	text-transform: uppercase;
	color: #fff
}

.nav-main {
	color: #fff;
	top: 1px
}

.nav-main .inner a:hover {
	background-color: #ffffffed;
}

.nav-user .toggle {
	color: #fff
}

.header .bar {  
	background-image: url(bg-nav.png);
	background-color: rgba(2, 55, 108);  
	border-top: none;
	border-bottom: 3px solid #0472b1;
	box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .3)
}

.theme-dark .header .bar {
	border-top: 1px solid;
	border-bottom: px solid #075b8e;
	background: linear-gradient(45deg,#2c55a052,#e817172b)!important;
	border-image: radial-gradient(red, blue) 30;
}

.theme-dark .header .bg {
	color: #232323
}

.theme-dark .nav-main .inner a.active {
    border-bottom: 1px solid;
    border-color: #d8d6d6;
	background-color: #005eae00;
}

.nav-main .inner a.active,
.nav-main .inner a.active:hover {
	background-color: #005eae52;     
	border-bottom: none;
	color: #fff
}

.nav-main .inner a:hover {
	background-color: #ffffff17;
    color: #ffffff!important;
}

.nav-user {
	color: #fff;
}

.nav-user .inner {
	/* text-shadow: 0 0 3px #111 */
}

.sidebar .search input {
	border-left: 4px solid #ae0000
}

.sidebar .img {
	display: block
}

.sidebar .login input[type=submit],
.single .form input[type=submit],
.page .main-content .form:not(.reply) input[type=submit],
.popup .form input[type=submit] {
	background-color: #02376c
}

.module .head,
.sidebar h3,
.popup .head {
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 4px 8px -1px rgba(0, 0, 0, .75);
	border-bottom: 3px solid #0472b1;
	background-color: #02376c;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.module,
.sidebar blockquote,
.popup .inner {
	background-image: url(bg-module.png);
	background-size: 100%;
	/*box-shadow: 0 5px 5px -5px gray;*/
	border-style: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.module .head:before,
.module .head:after,
.popup .head:before,
.popup .head:after {
	content: "\2605";
	font-size: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.theme-dark .sidebar .search input {
	border-left-color: #a90000
}

/* @media only screen and (min-width:973px) { */
@media only screen and (min-width:900px) {
	.header .social {
		display: initial
	}
	.nav-main .inner a {
		padding: 12px 18px 11px;
		color: #fff
	}
	.header .bg {
		padding: 24px 26px 18px
	}
	.wrapper.home {
		background: url(bg-main.png) no-repeat center bottom 80px
	}
	.main-content {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
	}
	html,
	body {
		background-color: #f0f0f0
	}
	.post {
		background: #f0f0f0;
	}
}

.theme-dark .single .form input[type=submit] {
	background: linear-gradient(45deg, #2c55a052, #e817172b);
    border: 1px solid;
    border-image: radial-gradient(red, blue) 3;
}

.theme-dark .post .domain {
	color: #dcdcdc;
}

.theme-dark .sidebar h3 {
    background: linear-gradient(45deg,#2c55a052,#e817172b);
    border: 1px solid;
	border-image: radial-gradient(red, blue) 33;
}

.theme-dark .module .head,
.theme-dark .popup .head,
.theme-dark .sidebar .submit-link,
.theme-dark .sidebar .module .head,
.theme-dark .more a {
	background: linear-gradient(45deg, #2c55a052, #e817172b);
	border-image: radial-gradient(red, blue) 33;
}

.main-content {
	border: none
}

.post-flair[data-flair=america] {
	background: repeating-linear-gradient(0deg, #1565C0, #0D47A1 10px, #B71C1C 10px, #C62828 20px);
	padding: 4px 5px 3px;
	border: none;
	color: #fff
}

.post-flair[data-flair=altleft] {
	background-color: #000;
	border-color: #e60000;
	color: #fff
}

.post-flair[data-flair=trump] {
	background-color: #fdd835;
	border-color: #f9a825
}

.post-flair[data-flair=nsfcucks] {
	background-color: #ffeb3b;
	border-color: #ffeb3b
}

.post-flair[data-flair=ttweet] {
	background-color: #4099ff;
	border-color: #4099ff;
	color: #fff
}

.post-flair[data-flair=fired] {
	background-color: #d50000;
	border-color: #004d40;
	color: #fff
}

.post-flair[data-flair=drain] {
	background-color: #4783f5;
	border-color: #2c6de9;
	color: #fff
}

.post-flair[data-flair=energy] {
	background-color: #f58047;
	border-color: #ff5614;
	color: #fff
}

.post-flair[data-flair=tweet] {
	background-color: #b5e3ff
}

.post-flair[data-flair=spicy] {
	background-color: #f4511e;
	color: #fff;
	border-color: #f4511e
}

.post-flair[data-flair=pepe] {
	background-color: #388e3c;
	color: #fff;
	border-color: #388e3c
}

.post-flair[data-flair=walkaway] {
	background-color: #666;
	color: #fff;
	border-color: #3c3c3c
}

.post-flair[data-flair=fire] {
	background-color: #ec3838;
	color: #fff;
	border-color: red
}

.post-flair[data-flair=bullshit] {
	background-color: #440b0b;
	color: #fff;
	border-color: #270101
}

.post .vote.vote-small {
	float: none
}

.post .vote .vote-up-small {
	-webkit-tap-highlight-color: transparent;
	display: block;
	background-image: url(uptrump-small.png);
	background-position: -90px -68.9px;
	background-repeat: no-repeat;
	width: 18px;
	height: 17px;
	margin: 0 auto 5px;
	float: left
}

.post .vote.animate a[data-direction=up] {
	animation: upTrump 2s ease 0s 1;
	animation-fill-mode: forwards
}

.post .vote[data-vote=up] a[data-direction=up] {
	background-position: -270px -172px
}

.post .vote .count {
	margin-bottom: 0;
	margin-top: 0
}

.post .vote.vote-small.active a {
	background-position: -108px -68.9px
}

.post .vote a[data-direction=up] {
	-webkit-tap-highlight-color: transparent;
	display: block;
	margin: 0 auto 5px;
	background-image: url(uptrump.png);
	background-position: -225px -172px;
	background-repeat: no-repeat;
	width: 45px;
	height: 43px
}

.post .vote .count {
	font-weight: 700;
	font-size: 16px
}

.vote-delta {
	display: none
}

.vote-down,
.vote-down-small {
	display: none
}

@keyframes upTrump-small {
	0% {
		background-position: 0 0
	}
	0.001% {
		background-position: -18px 0
	}
	2.5% {
		background-position: -18px 0
	}
	2.501% {
		background-position: -36px 0
	}
	5% {
		background-position: -36px 0
	}
	5.001% {
		background-position: -54px 0
	}
	7.5% {
		background-position: -54px 0
	}
	7.501% {
		background-position: -72px 0
	}
	10% {
		background-position: -72px 0
	}
	10.001% {
		background-position: -90px 0
	}
	12.5% {
		background-position: -90px 0
	}
	12.501% {
		background-position: -108px 0
	}
	15% {
		background-position: -108px 0
	}
	15.001% {
		background-position: 0 -17.2px
	}
	17.5% {
		background-position: 0 -17.2px
	}
	17.501% {
		background-position: -18px -17.2px
	}
	20% {
		background-position: -18px -17.2px
	}
	20.001% {
		background-position: -36px -17.2px
	}
	22.5% {
		background-position: -36px -17.2px
	}
	22.501% {
		background-position: -54px -17.2px
	}
	25% {
		background-position: -54px -17.2px
	}
	25.001% {
		background-position: -72px -17.2px
	}
	27.5% {
		background-position: -72px -17.2px
	}
	27.501% {
		background-position: -90px -17.2px
	}
	30% {
		background-position: -90px -17.2px
	}
	30.001% {
		background-position: -108px -17.2px
	}
	32.5% {
		background-position: -108px -17.2px
	}
	32.501% {
		background-position: 0 -34.4px
	}
	35% {
		background-position: 0 -34.4px
	}
	35.001% {
		background-position: -18px -34.4px
	}
	37.5% {
		background-position: -18px -34.4px
	}
	37.501% {
		background-position: -36px -34.4px
	}
	40% {
		background-position: -36px -34.4px
	}
	40.001% {
		background-position: -54px -34.4px
	}
	42.5% {
		background-position: -54px -34.4px
	}
	42.501% {
		background-position: -72px -34.4px
	}
	45% {
		background-position: -72px -34.4px
	}
	45.001% {
		background-position: -90px -34.4px
	}
	47.5% {
		background-position: -90px -34.4px
	}
	47.501% {
		background-position: -108px -34.4px
	}
	50% {
		background-position: -108px -34.4px
	}
	50.001% {
		background-position: 0 -51.6px
	}
	52.5% {
		background-position: 0 -51.6px
	}
	52.501% {
		background-position: -18px -51.6px
	}
	55% {
		background-position: -18px -51.6px
	}
	55.001% {
		background-position: -36px -51.6px
	}
	57.5% {
		background-position: -36px -51.6px
	}
	57.501% {
		background-position: -54px -51.6px
	}
	60% {
		background-position: -54px -51.6px
	}
	60.001% {
		background-position: -72px -51.6px
	}
	62.5% {
		background-position: -72px -51.6px
	}
	62.501% {
		background-position: -90px -51.6px
	}
	65% {
		background-position: -90px -51.6px
	}
	65.001% {
		background-position: -108px -51.6px
	}
	67.5% {
		background-position: -108px -51.6px
	}
	67.501% {
		background-position: 0 -68.8px
	}
	70% {
		background-position: 0 -68.8px
	}
	70.001% {
		background-position: -18px -68.8px
	}
	72.5% {
		background-position: -18px -68.8px
	}
	72.501% {
		background-position: -36px -68.8px
	}
	75% {
		background-position: -36px -68.8px
	}
	75.001% {
		background-position: -54px -68.8px
	}
	77.5% {
		background-position: -54px -68.8px
	}
	77.501% {
		background-position: -72px -68.8px
	}
	80% {
		opacity: 1;
		background-position: -72px -68.8px
	}
	90% {
		opacity: 1;
		background-position: -90px -68.8px
	}
	95% {
		opacity: 0;
		background-position: -90px -68.8px
	}
	95.001% {
		opacity: 0;
		background-position: -108px -68.8px
	}
	100% {
		opacity: 1;
		background-position: -108px -68.8px
	}
}

@keyframes upTrump {
	0% {
		background-position: 0 0
	}
	0.001% {
		background-position: -45px 0
	}
	2.5% {
		background-position: -45px 0
	}
	2.501% {
		background-position: -90px 0
	}
	5% {
		background-position: -90px 0
	}
	5.001% {
		background-position: -135px 0
	}
	7.5% {
		background-position: -135px 0
	}
	7.501% {
		background-position: -180px 0
	}
	10% {
		background-position: -180px 0
	}
	10.001% {
		background-position: -225px 0
	}
	12.5% {
		background-position: -225px 0
	}
	12.501% {
		background-position: -270px 0
	}
	15% {
		background-position: -270px 0
	}
	15.001% {
		background-position: 0 -43px
	}
	17.5% {
		background-position: 0 -43px
	}
	17.501% {
		background-position: -45px -43px
	}
	20% {
		background-position: -45px -43px
	}
	20.001% {
		background-position: -90px -43px
	}
	22.5% {
		background-position: -90px -43px
	}
	22.501% {
		background-position: -135px -43px
	}
	25% {
		background-position: -135px -43px
	}
	25.001% {
		background-position: -180px -43px
	}
	27.5% {
		background-position: -180px -43px
	}
	27.501% {
		background-position: -225px -43px
	}
	30% {
		background-position: -225px -43px
	}
	30.001% {
		background-position: -270px -43px
	}
	32.5% {
		background-position: -270px -43px
	}
	32.501% {
		background-position: 0 -86px
	}
	35% {
		background-position: 0 -86px
	}
	35.001% {
		background-position: -45px -86px
	}
	37.5% {
		background-position: -45px -86px
	}
	37.501% {
		background-position: -90px -86px
	}
	40% {
		background-position: -90px -86px
	}
	40.001% {
		background-position: -135px -86px
	}
	42.5% {
		background-position: -135px -86px
	}
	42.501% {
		background-position: -180px -86px
	}
	45% {
		background-position: -180px -86px
	}
	45.001% {
		background-position: -225px -86px
	}
	47.5% {
		background-position: -225px -86px
	}
	47.501% {
		background-position: -270px -86px
	}
	50% {
		background-position: -270px -86px
	}
	50.001% {
		background-position: 0 -129px
	}
	52.5% {
		background-position: 0 -129px
	}
	52.501% {
		background-position: -45px -129px
	}
	55% {
		background-position: -45px -129px
	}
	55.001% {
		background-position: -90px -129px
	}
	57.5% {
		background-position: -90px -129px
	}
	57.501% {
		background-position: -135px -129px
	}
	60% {
		background-position: -135px -129px
	}
	60.001% {
		background-position: -180px -129px
	}
	62.5% {
		background-position: -180px -129px
	}
	62.501% {
		background-position: -225px -129px
	}
	65% {
		background-position: -225px -129px
	}
	65.001% {
		background-position: -270px -129px
	}
	67.5% {
		background-position: -270px -129px
	}
	67.501% {
		background-position: 0 -172px
	}
	70% {
		background-position: 0 -172px
	}
	70.001% {
		background-position: -45px -172px
	}
	72.5% {
		background-position: -45px -172px
	}
	72.501% {
		background-position: -90px -172px
	}
	75% {
		background-position: -90px -172px
	}
	75.001% {
		background-position: -135px -172px
	}
	77.5% {
		background-position: -135px -172px
	}
	77.501% {
		background-position: -180px -172px
	}
	80% {
		opacity: 1;
		background-position: -180px -172px
	}
	90% {
		opacity: 1;
		background-position: -180px -172px
	}
	95% {
		opacity: 0;
		background-position: -180px -172px
	}
	95.001% {
		opacity: 0;
		background-position: -270px -172px
	}
	100% {
		opacity: 1;
		background-position: -270px -172px
	}
}

.sidebar .submit-link,
.sidebar .submit-text {
	text-shadow: 1px 1px 2px #042e59;
	box-shadow: 0 4px 8px -1px rgba(0, 0, 0, .75);
	background-image: url(bg-submit.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	text-shadow: 1px 1px 7px #000;
	transition: box-shadow .3s, text-shadow .3s
}

.sidebar .submit-link {
	background-color: #02376c;
	background-position: 0 -299px;
	background-repeat: no-repeat
}

.sidebar .submit-text {
	background-color: #ae0000;
	background-position: 0 0
}

.sidebar .submit-link:hover,
.sidebar .submit-text:hover {
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .75);
	text-shadow: 0 5px 8px #000
}

.sidebar .submit-link:after,
.sidebar .submit-text:after {
	content: " ";
	padding: 10px;
	height: 100px;
	font-weight: 400;
	position: absolute;
	display: block;
	background-color: #02376c;
	color: #fff;
	z-index: 200;
	transition: 200ms;
	border-radius: 2px;
	pointer-events: none;
	font-size: 17px;
	width: 300px;
	top: 0;
	margin-right: 300px;
	opacity: 0;
	right: -13px;
	border-bottom: 3px solid #555;
	background-image: url(bg-submit.png);
	background-repeat: no-repeat;
	text-align: left;
	-webkit-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, .75);
	box-shadow: 0 4px 8px -1px rgba(0, 0, 0, .75)
}

.sidebar .submit-link:after {
	background-position: 0 -46px
}

.sidebar .submit-text:after {
	background-position: 0 -177px
}

.sidebar .submit-link:hover:after,
.sidebar .submit-text:hover:after {
	margin-right: 310px;
	opacity: 100
}

.sidebar .login input[type=text],
.sidebar .login input[type=password],
.single .form input[type=text],
.single .form input[type=email],
.single .form input[type=password],
.single .form input[type=url],
.single .form textarea,
.single .form select,
.page .main-content .form input[type=text],
.page .main-content .form input[type=email],
.page .main-content .form input[type=password],
.page .main-content .form input[type=number],
.page .main-content .form textarea,
.page .main-content .form select,
.popup .form input[type=text],
.popup .form input[type=number],
.popup .form textarea {
	box-shadow: 0 5px 5px -5px gray
}

.post .thumb.default-thumbnail {
	background-image: url(thumb.png);
	background-repeat: no-repeat
}

.dropdown-content a:hover {
	background-color: #4295c5
}

.dropdown-content {
	border-bottom: 4px solid #0472b1;               
	border-left: 4px solid  #0472b1;
	border-right: 4px solid  #0472b1;
	background-color:  #0472b1;
}

.save-category.create input[type=text] {
	box-shadow: none
}

.sidebar blockquote [href=""] {
	background: url();
	height: 95px;
	display: block;
	background-repeat: no-repeat;
	background-position: center
}

.module .head,
.sidebar h3 {
	font-size: 16px
}

.header {
	height: auto;
	background-image: none;
	background-color: #fff
}

.header .bg {
	height: auto
}

a[data-action=report] {
	font-size: 0
}

a[data-action=report]:before {
	font-size: 10px;
	content: "deport"
}

/* @media only screen and (max-width:973px) { */
@media only screen and (max-width:900px) {
	.post-single .post .details,
	.post-single .post .content,
	.post-single .post .actions {
		margin-left: -124px
	}
}

/* ga.w edits begin */

/* Sidebar image link is broken so this will set a background image for the element */
.sidebar .img {
	background: url(https://media.greatawakening.win/post/eaPBU3VY.png);/* JT's GA logo */
	background: url(https://media.greatawakening.win/post/WIHGYtek.png); /* Flynn */
	background-size: 300px;
	background-repeat: no-repeat;
	padding-left: 800px;
	width: 300px;
	height: 300px
}

/* Banner background */
.header .bg {
	background: url("https://media.greatawakening.win/post/ZMAr7mYT.jpeg") 50% 50%/cover no-repeat;
	/* background-size: 100% 100%; */
}

/* Remove green text on stickied posts */
.post.stickied .title {
	color: #eee;
}

/* Dark mode (Stickied-Title) */
.theme-dark .post.stickied .title {
    color: #dc4848;
	padding: 6px;
}

.theme-dark .post.stickied .title:visited {
    color: #dc4848;
	padding: 6px;
}

.theme-dark .comment-parent .author {
    font-size: 12px;
    color: #3ab9e0;
    font-weight: 700;
}

.theme-dark .details a.author {
	color: #2b88da;
}

.theme-dark .post .title:visited {
	color: #9b4ce0;
}

.theme-dark .post .title {
	color: #4ca1e0;
	text-shadow: 2px 1px 4px #000;
}

.theme-dark .post-list .post {
    padding: 8px 8px 8px 0;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #464545;
	border-image: radial-gradient(#ff000080,#0000ff80) 30;
}

.theme-dark .popup .inner {
	/* background-color: #272727; */
	background: linear-gradient(45deg, rgba(29, 62, 121, 0.75), rgba(115, 16, 16, 0.75));
	border: 2px solid;
    border-image: linear-gradient(#ff000066,#0000ff66) 40;
}

.popup-ban, .popup-note {
    max-width: 400px;
    position: fixed!important;
}

/*

.theme-dark::-webkit-scrollbar-thumb {
    background: #676767;
}

.theme-dark::-webkit-scrollbar, .theme-dark::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
}

*/


.theme-dark::-webkit-scrollbar-thumb {
    background-color: #555555!important;
}

.theme-dark::-webkit-scrollbar {
    background-color: #2b2b2b!important;
}

.theme-dark textarea::-webkit-scrollbar {
	background-color: #2b2b2b!important;
}

.theme-dark textarea::-webkit-scrollbar-thumb {
	background-color: #555555!important;
}

/* modmail */
.theme-dark .mail-return, .theme-dark .mail, .theme-dark #respond .reply, 
.theme-dark .mail_container .reply-button {
    background: linear-gradient(45deg,#2c55a052,#e817172b);
}

/* .theme-dark .mail-sort select */

textarea:focus {
	outline-offset: 0px!important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
}

.theme-dark .mail .preview, .theme-dark .mail .title {
    background-color: #ff000000!important;
}

.theme-dark .mail-sort, .theme-dark .mail-sort select {
    background-color: #2b2b2b;
}

em, i {
    font-style: italic;
    color: #789922!important;
}

p em strong {
	font-style: italic;
    color: #789922!important;
	font-size: 16px!important;
}

.nav-main .inner a.active, .nav-main .inner a.active:hover {
    background-color: #cccccc1a;
    color: #fff;
}

.theme-dark .wrapper, .theme-dark .container {
    background-color: #212120!important;
}

.theme-dark .module .head, .theme-dark .sidebar h3 {
	color: #ffffff;
}

.theme-dark .post.removed, .theme-dark .comment.removed {
    background: #863b3b82!important;
}

/* Default thumbnail */
.post .thumb.default-thumbnail {
    background-image: url(https://media.patriots.win/post/QMXHIiC3.png);
    background-repeat: no-repeat;
    background-size: 60px;
}

/* You are now mainstream */
.sidebar .submit-link:after,
.sidebar .submit-text:after {
	background-image: url(https://media.greatawakening.win/post/EwxpyXOz.png);
	background-position: 0px 0px;
}

/* You are now mainstream dark theme */
.theme-dark .sidebar .submit-link:after,
.theme-dark .sidebar .submit-text:after {
	background-image: url(https://media.greatawakening.win/post/42wcde5R.png);
	background-position: 0px 0px;
}

/* Fixes sidebar text color */
.theme-dark .sidebar {
    color: #ddd;
}

.module,
.sidebar blockquote,
.popup .inner {
    background-image: url(https://media.greatawakening.win/post/awqCZMfN.png);
}

/* Vote animation */
.post .vote a[data-direction=up] {
	background-image: url(https://media.greatawakening.win/post/LKiezXV0.png);
}

/* Vote animation dark theme */
.theme-dark .post .vote a[data-direction=up] {
	background-image: url(https://media.greatawakening.win/post/IY8GAHh1.png);
}

/* fix size dimenisons for ga logo */
/* @media only screen and (min-width:973px) { */
@media only screen and (min-width:900px) {
	.header .logo {
        width: 160px;
        height: 160px;
    }
}

/* Default thumbnail */
.post .thumb.default-thumbnail {
    /* background-image: url(https://media.greatawakening.win/post/GN0lxvS3.png);*/
    background-image: url(https://media.greatawakening.win/post/xpg6KXFp.png); /* blue q */
    /* background-image: url(https://media.greatawakening.win/post/skKIIhi8.png);*/ /* blue q 2 */
    /* background-image: url(https://media.greatawakening.win/post/1Ea4IKIB.png); */ /* blue q 3 */
    background-size: auto
}
.theme-dark .post .thumb.default-thumbnail {
    background-image: url(https://media.greatawakening.win/post/RhlnLokD.png);
    background-size: auto;
	/*
	background-image: url(https://media.greatawakening.win/post/tAm3NO9j.gif);
    background-size: contain;
	*/
}

/* Banner background edit */
.header .bg {
	background: url("https://media.greatawakening.win/post/CWN72V1R.png") 50% 50%/cover no-repeat;
	/* background-size: 100% 100%; */
}


/* sidebar h1 tag - Needed to make "To The Great Awakening" under "WELCOME" */
.sidebar h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    text-align: center;
}

/* small vote */
.post .vote .vote-up-small {
	background-image: url(https://media.greatawakening.win/post/uhCX17cY.png);
}

/* sidebar create a post color change */
.sidebar .submit-text {
	background-color: #0472b1;
	background-position: 0 0
}

/* dark theme banner */
.theme-dark .header .bg {
        /* lightning w/ clouds */
        background: url(https://media.greatawakening.win/post/zTBCcsV3.png) 50% 50%/cover 
        /* lightning only */
	/*background: url(https://media.greatawakening.win/post/MLrXRNUI.png) 50% 50%/cover */

}

/* dark logo animation */
/*
.theme-dark .header .logo {
	background-image: url(https://media.greatawakening.win/post/up3F6dhx.png)
}
.theme-dark .header .logo:hover {
	width:480px
}
*/

.sidebar .img {
	/* background: url(https://media.greatawakening.win/post/eaPBU3VY.png);/* JT's GA logo */
	/* background: url(https://media.greatawakening.win/post/whd8l0C2.png);  DC */
        /* background: url(https://media.greatawakening.win/post/kMW198zG.png); /* OCT */
        background: url(https://media.greatawakening.win/post/FMVoSjcY.png); /* GW */
	background-size: 300px;
	background-repeat: no-repeat;
	padding-left: 800px;
	width: 300px;
	height: 450px
	
}

/* dark theme banner */
.theme-dark .header .bg {
     /* lightning w/ clouds */
    /* background: url(https://media.greatawakening.win/post/zTBCcsV3.png) 50% 50%/cover */ 
	/* background: url(https://i.imgur.com/ltwbxeQ.jpg) 50% 40%/cover;  */
    /* lightning only */
	/* background: url(https://media.greatawakening.win/post/MLrXRNUI.png) 50% 50%/cover */
	
	/*background: url(https://media.greatawakening.win/post/6SNqH430.png) 60% 50%/cover;*/
    background: url(https://media.greatawakening.win/post/Snd84YgF.png) 60% 50%/cover;
}

/* Sidebar image link is broken so this will set a background image for the element */
/*  
    JT's GA Logo: https://media.greatawakening.win/post/eaPBU3VY.png
    Flynn: https://media.greatawakening.win/post/WIHGYtek.png
    Now Playing: https://media.greatawakening.win/post/d8HsQYK1.jpeg
    AZ Audit: https://media.greatawakening.win/post/ZU2m9F48.gif
*/

.sidebar .img {
	background: url(https://media.greatawakening.win/post/ZU2m9F48.gif); 
	background-size: 300px;
	background-repeat: no-repeat;
	padding-left: 800px;
	width: 300px;
	height: 300px
}


/* ============ Flair =========== */
/* MEDIA PANIC */
.post-flair[data-flair="media-panic"] {
	background-image:url(https://media.patriots.win/post/1qmYL7Dy.png);
	background-color:#000;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:red;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Q Drop */
.post-flair[data-flair="q-drop"] {
	background-image:url(https://media.greatawakening.win/post/87oX4Dy9.gif);
	font-family:impact;
	font-size:18px;
	color:#fff;
	text-align: center;
	padding-top: 6px;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:#d5daf0;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	width: 120px;
	height: 22px;
}

/* Notable */
.post-flair[data-flair="notable"] {
	background-image:url(https://media.greatawakening.win/post/Gyz4YkMR.png);
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#AF0A0F;
	text-align: center;
	text-shadow:1px 1px 2px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;
	border-color:#d5daf0;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
}

/* WWG1WGA */
.post-flair[data-flair="wwg1wga"] {
	background-image:url(https://media.patriots.win/post/TfVkTdjP.gif);
	width:100px;
	background-color:#000;
	font-family:impact;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:red;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Qincidence */
.post-flair[data-flair="qincidence"] {
	width:100px;
	text-align:center;
	background-color:#850;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:yellow;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* These people are sick! */
.post-flair[data-flair="sick"] {
	background-color:#9B4;
	font-family:impact;
	font-size:14px;
	color:#ffa;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:green;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* These people are stupid! */
.post-flair[data-flair="stupid"] {
	background-color:#C8C;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Q Clock */
.post-flair[data-flair="q-clock"] {
	width:120px;
	text-align:center;
	background-color:#fff;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:black;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* DEM PANIC */
.post-flair[data-flair="dem-panic"] {
	width:120px;
	text-align:center;
	background-color:#acf;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Information Warfare */
.post-flair[data-flair="infowar"] {
	background-color:#ff9;
	font-family:impact;
	font-size:14px;
	color:#cff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* shitpost */
.post-flair[data-flair=spost] {
 	background-image:url(https://media.patriots.win/post/14xiVRw1.png);
 	background-color:#000;
 	font-family:impact;
 	font-size:14px;
 	color:#835c3b;
 	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
 	border-color:red;
 	padding-left:5px;
 	padding-right:5px;
 	padding-top:3px;
 	padding-bottom:3px;
 	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Planes */
.post-flair[data-flair="planes"] {
	width:120px;
	text-align:center;
	background-color:#acf;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	background-image: url(https://media.greatawakening.win/post/BXDAjkUl.gif);
}

/* Breaking News */
.post-flair[data-flair="news"] {
	width:unset;
	text-align:center;
	background-color:#C33;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:orange;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}


/* Discussion */
.post-flair[data-flair="discussion"] {
	width:unset;
	text-align:center;
	background-color:#808080;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:red;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Research Wanted*/
.post-flair[data-flair="researchwanted"] {
	width:unset;
	text-align:center;
	background-color:#0000FF;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:white;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Theory */
.post-flair[data-flair="theory"] {
	width:120px;
	text-align:center;
	background-color:#EEF;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:blue;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Scripture */
.post-flair[data-flair="scripture"] {
	width:120px;
	text-align:center;
	background-color:#EEF;
	font-family:impact;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:yellow;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* Boom */
.post-flair[data-flair="boom"] {
	width:unset;
	text-align:center;
	background-color:#ffc;
	font-family:impact;
	font-size:14px;
	color:#d10;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:#d10;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* New Fren */
.post-flair[data-flair="newfren"] {
	background-image:url(https://media.greatawakening.win/post/omjX8wXq.png);
	width:150px;
	background-color:#000;
	font-family:impact;
	font-size:16px;
	color:#149414;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	animation: borderRainbow 6s linear 0s infinite!important;
}

/* Energy */
.post-flair[data-flair="highenergy"] {
	background-image:url(https://media.greatawakening.win/post/dvdx1GLh.png);
	width:150px;
	background-color:#000;
	font-family:impact;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	border-color:#45b6fe;
}

/* NCSWIC */
.post-flair[data-flair="ncswic"] {
	background-image:url(https://media.greatawakening.win/post/57UPbVmY.gif);
	width:150px;
	background-color:#000;
	font-family:impact;
	font-size:16px;
	color:#7668ce8a;
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
	border-color:#22143e;
}
/* Autists Wanted */
.post-flair[data-flair=autists] {
    background-image: url(https://media.greatawakening.win/post/lAfxl4Ix.png);
    width: 170px;
    background-color: #000;
    font-family: impact;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 2px 2px rgba(0,0,0,.5);
    border-color: #278027;
    text-shadow: 1px 1px 3px #00000080, 1px 1px 3px #00000080, 1px 1px 1px #00000080, 1px 1px 3px #000000b3;
}

/* Daily Wins */
.post-flair[data-flair="dailywins"] {
    width: unset;
    text-align: center;
    background-color: #acf;
    font-family: impact;
    font-size: 14px;
    color: #ffd600;
    text-shadow: 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 1px #000, 1px 1px 3px #000;
    border-color: #ffc100;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 2px 2px rgba(0,0,0,.5);
    background-image: url(https://media.greatawakening.win/post/Xr7Pd9kr.png);
	animation: dailyWinFlash 6s linear 0s infinite!important;
}

/* Cabal History Theory */
.post-flair[data-flair=cabalhistory] {
    width: unset;
    background-color: #232323;
    font-family: impact;
    font-size: 16px;
    color: #f0f0f0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 2px 2px rgba(0,0,0,.5);
    border-color: #424242;
    text-shadow: 1px 1px 3px #00000080, 1px 1px 3px #00000080, 1px 1px 1px #00000080, 1px 1px         
    3px #000000b3;
}

/* MSM Conspiracy Theory */
.post-flair[data-flair="msmconspiracytheory"] {
	background-color:#0F0F0F;
	font-family:impact;
	font-size:14px;
	color:#FFF;
	border-color:#650000;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}

/* False Flag */
.post-flair[data-flair="falseflag"] {
	background-color:#F00;
	font-family:impact;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 3px #00000033,1px 1px 3px #00000033,1px 1px 1px #00000033,1px 1px 3px #00000033;
	border-color:#000;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5)
}


/* Fix login */
.nav-user.register {
		display: flex
	}

/* Fix mod tools popups */
.shade {
	z-index: 999
	}

.popup {
	z-index: 9999;
	}

/* Fix header on mobile */
.header .bg {
	display:block;
}

.theme-dark .sidebar .submit-text {
    background: linear-gradient(45deg, #2c55a052, #e817172b);
    border: 1px solid;
   /* border-image: radial-gradient(red, blue) 30; */
    animation: borderRainbow 6s linear 0s infinite!important;
}

.theme-dark .sidebar blockquote .blockquote {
    background: #000d1500!important;
}

.post.stickied .title::after {
	/*
    content: attr(title) "[STICKIED]"!important;
    color: #dc4848;
	font-size: 10px;
	*/
}

.theme-dark .post.stickied .details a.author {

}


@keyframes hotFlash {
    from {
        color: #2baada;
    }
    50% {
        color: #823ae2;
    }
    to {
        color: #2baada;
    }
}

@keyframes dailyWinFlash {
 from {
        border-color: rgb(255, 255, 0);
    }
    16.6% {
        border-color: rgb(255, 155, 0);
    }
    33.3% {
        border-color: rgb(255, 255, 0);
    }
    50% {
        border-color: rgb(255, 155, 0);
    }
    66.6% {
        border-color: rgb(255, 255, 0);
    }
    83.3% {
        border-color: rgb(255, 155, 0);
    }
    to {
        border-color: rgb(255, 255, 0);
    }
}

@keyframes backgroundRainbow {
    from {
        background-color: rgb(255, 0, 0);
    }
    16.6% {
        background-color: rgb(255, 0, 255);
    }
    33.3% {
        background-color: rgb(0, 0, 255);
    }
    50% {
        background-color: rgb(0, 255, 255);
    }
    66.6% {
        background-color: rgb(0, 255, 0);
    }
    83.3% {
        background-color: rgb(255, 255, 0);
    }
    to {
        background-color: rgb(255, 0, 0);
    }
}

@keyframes borderRainbow {
    from {
        border-color: rgb(255, 0, 0);
    }
    16.6% {
        border-color: rgb(255, 0, 255);
    }
    33.3% {
        border-color: rgb(0, 0, 255);
    }
    50% {
        border-color: rgb(0, 255, 255);
    }
    66.6% {
        border-color: rgb(0, 255, 0);
    }
    83.3% {
        border-color: rgb(255, 255, 0);
    }
    to {
        border-color: rgb(255, 0, 0);
    }
}

@keyframes partyText {
	
	0% {
		filter: hue-rotate(0deg);
	}
	25% {
		filter: hue-rotate(90deg);
	}
	50% {
		filter: hue-rotate(180deg);
	}
	75% {
		filter: hue-rotate(270deg);
	}
	100% {
		filter: hue-rotate(360deg);
	}
}

.comment.stickied .status {
	color: #1bc31b!important; 
}

textarea[name="config"], textarea[name="stylesheet"] {
	height: 480px;
}

.theme-dark .post.stickied .title::before {
    content: "\01F525";
}

.theme-dark .post.stickied .title::after {
    content: "\01F525";
}

a.author:hover {
 text-decoration: none
}
/* ====== User Flair ======= */
[href^="/u/"],
[href^="/u/"]:before {
    background-repeat: no-repeat;
    background-size: contain;
    text-align: -webkit-center;
}
[href^="/u/"]:before {
    color: #ff000000!important;
	font-size: 24px;
}
[href^="/u/#"] {
    color: #ff000000!important;
    display: -webkit-box;
    pointer-events: none;
    cursor: default;
}
/* Maintenance account flair */
a.author[href="/u/maint/"]::after, 
a.author[href="/u/maint_2/"]::after {
 content:"GA Test Account";
 background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,0));
 padding:2px 16px;
 color:#e5e5e5;
 font-weight:bolder;
 transition:color 1s;
}
a.author[href="/u/maint/"]:hover::after, 
a.author[href="/u/maint_2/"]:hover::after {
 color:#e5e533;
}
.details a.author:hover, .note a.author:hover {
    text-decoration: none!important;
}
/* Contributor account flair */
[href="/u/WinsAnon/"]::after {
    content: "[Contributor]";
    padding: 2px 2px;
    color: #ff9b00;
    font-weight: 700;
	animation: textRainbow 10s linear 0s infinite!important;
}
/* Contributor account name colour */
[href="/u/WinsAnon/"]
{
    color: aqua!important;
    font-weight: 700;
}
/* CUSTOM USER FLAIRS */
/*BEFORE*/
/*PEPE FLAIRS*/
/* qcumber to screw with the trolls at /r/qult_headquarters */
[href="/u/not-a-real-user/"]:before {
    content: ".....";
    background-image: url(https://media.greatawakening.win/post/1kMXXp3b.png); 
    font-size: 20px;
    text-shadow: none;
    position: relative;
    top: 3px;
}
/* cool pepe emoji */
[href="/u/undine53/"]:before,
[href="/u/JonathanE/"]:before,
[href="/u/HearkenYe/"]:before,
[href="/u/Scotty1954/"]:before,
[href="/u/russiah/"]:before,
[href="/u/OperationQ/"]:before,
[href="/u/Sabre2th/"]:before,
[href="/u/614Patriot/"]:before,
[href="/u/Magnify/"]:before,
[href="/u/ClitYeastwood/"]:before,
[href="/u/hydradarr/"]:before,
[href="/u/7Nick9/"]:before,
[href="/u/Emyrylde/"]:before,
[href="/u/WezeBWoke/"]:before,
[href="/u/10122046/"]:before,
[href="/u/hydradarr/"]:before,
[href="/u/slokill/"]:before,
[href="/u/ATLAS_ONE/"]:before,
[href="/u/Warrior_of_Virtue/"]:before,
[href="/u/Intuit/"]:before,
[href="/u/SqueezeOrSqooze/"]:before,
[href="/u/MNisahellhole/"]:before,
[href="/u/Badgertime33/"]:before,
[href="/u/batts/"]:before,
[href="/u/Loquitur_Veritatem/"]:before,
[href="/u/swimkin/"]:before,
[href="/u/JohnPaluska/"]:before,
[href="/u/lovecymru/"]:before,
[href="/u/motrhed3/"]:before,
[href="/u/Nowsthetime/"]:before,
[href="/u/Christian_Patriots/"]:before,
[href="/u/ObamaSucks/"]:before,
[href="/u/Mukzn/"]:before,
[href="/u/TheConservationist/"]:before,
[href="/u/luckyfunk13/"]:before,
[href="/u/Lupinate/"]:before,
[href="/u/numina18/"]:before,
[href="/u/Tweezyfbaby/"]:before,
[href="/u/fwordFRAUD/"]:before,
[href="/u/PresElectDeezNuts/"]:before,
[href="/u/GoAskAlice/"]:before,
[href="/u/bgny/"]:before,
[href="/u/TurdFergueson/"]:before,
[href="/u/GematriaClown/"]:before,
[href="/u/FractalizingIron/"]:before,
[href="/u/penisse/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/MyP54mmv.png); 
    font-size: 18px;
    text-shadow: none;
}

/* pepe surprised pepe emoji */ 
[href="/u/Cyphr/"]:before,
[href="/u/SJBHamilton/"]:before,
[href="/u/charlesufarley/"]:before,
[href="/u/Ssoul/"]:before,
[href="/u/Internet_hugs/"]:before,
[href="/u/catbertz/"]:before,
[href="/u/gr8fulp8riQt/"]:before,
[href="/u/Algernons/"]:before,
[href="/u/huntfishpede/"]:before,
[href="/u/BatteryBaron/"]:before,
[href="/u/americanjerky/"]:before,
[href="/u/HighMountain/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/d8nPnZ4o.png);
}

/* Old Pepe */
[href^="/u/humanizzimo1"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/H2EOhh78.png);
}


/* emote pepe tinfoil hat */
[href="/u/PlumbersKraken/"]:before,
[href="/u/nunyadangbidness/"]:before,
[href="/u/TheyWereCones/"]:before,
[href="/u/Brandon/"]::before,
[href="/u/TinFoil/"]:before,
[href="/u/AmyMulls1971/"]:before,
[href="/u/ringobingo/"]:before,
[href="/u/eyerighteye/"]:before,
[href="/u/AZTrumpette1776/"]:before,
[href="/u/Rpaddymac1/"]:before,
[href="/u/Positively_Negative/"]:before,
[href="/u/614FLAGday/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/jOhXMv2G.png);
}

/* emote pepe coffee  */
[href="/u/Covfefe_Commando/"]::before,
[href="/u/PlumberFag/"]::before,
[href="/u/Precocious13/"]::before,
[href="/u/bubble_bursts/"]::before,
[href="/u/Zi0ns_walls/"]::before,
[href="/u/AlaskaMAGA/"]::before,
[href="/u/Trumploaf/"]::before,
[href="/u/Deaf_MAGA_Pede/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/ApqFgrta.png);
}

/*cardboard armor pepe*/
[href="/u/horseyPatriot/"]:before, 
[href="/u/YourAntihero/"]:before, 
[href="/u/1Pissedoffredhead/"]:before, 
[href="/u/QuackiChan/"]:before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/lJYpAFrw.png);
}

/*Flower Crown Pepe*/
[href="/u/ElegantVelociraptor/"]:before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/gDJzMoTY.png);
}

/*Army Pepe*/
[href="/u/A_Russian_Wall/"]:before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/E6h5vtg3.png);
}

/* emote pepe wizard  */    
[href="/u/Magistra/"]::before,
[href="/u/Feelsgoodman/"]:before,
[href="/u/ProphetBoi/"]:before,
[href="/u/PapaPepe/"]::before,
[href="/u/ProphetOfKek/"]::before,
[href="/u/Musician4Trump/"]::before,
[href="/u/StartAgain/"]::before,
[href="/u/ForMyVeteranGrandpa/"]::before 
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/mGORJCCE.png);
}


/* hopeful pepe emote */
[href="/u/Huskereyez/"]:before,
[href="/u/TNBanjoMan/"]:before,
[href="/u/HopefulSkeptic/"]:before,
[href="/u/Junionthepipeline/"]:before,
[href="/u/VoatAnon1984/"]:before,
[href="/u/Choctaw/"]::before,
[href="/u/needorganization/"]::before,
[href="/u/LiberalTearFiend/"]::before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/Ly2zSInz.png);
}

/* emote pepe cigar */ 
[href="/u/Mind_the_attitude/"]:before,
[href="/u/Russianbots/"]:before,
[href="/u/IamShado/"]:before,
[href="/u/n0w0y/"]::before,
[href="/u/FrenFromAcrossPond/"]::before,
[href="/u/BasedCitizen/"]::before,
[href="/u/jhartz39/"]::before,
[href="/u/Sentrolyx/"]::before,
[href="/u/DenisPat/"]:before,
[href="/u/LIBERTYanon/"]:before,
[href="/u/Oh_Well_ian/"]::before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/YSefsaLf.png);
	text-shadow: none;
}

/* pepe thumbsup emoji */
[href="/u/fat50/"]:before,
[href="/u/NapalmDeath/"]:before,
[href="/u/larrythepatriot/"]:before,
[href="/u/Miztivin/"]:before,
[href="/u/keklestan/"]:before,
[href="/u/GynaNumbaZero/"]:before,
[href="/u/FreedomLover21/"]:before,
[href="/u/ThomasMaker/"]:before,
[href="/u/_Big_Mike_Robinson/"]:before,
[href="/u/ClemTiger/"]:before,
[href="/u/Nyc999944/"]:before,
[href="/u/ange/"]:before,
[href="/u/Pm_me_anything_fun/"]:before,
[href="/u/CNKarateKommando/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/BQMjPJKy.png);
}

/* galaxy pepe emoji */
[href="/u/QANON__17/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/40rzxKhB.png);
}

/* ninja pepe emoji */         
[href="/u/GaryJackson/"]:before,
[href="/u/MAGAngelo/"]:before,
[href="/u/Qlueless/"]:before,
[href="/u/wycemon/"]:before,
[href="/u/MAGAngelo/"]:before,
[href="/u/Fortheloveofapatriot/"]:before,
[href="/u/WeebForTrump/"]:before,
[href="/u/LiberalismIsTheVirus/"]:before,
[href="/u/Freedom_burger/"]:before,
[href="/u/Recyclops/"]:before,
[href="/u/Pheonix_Wright/"]:before,
[href="/u/TheQStrategy/"]:before,
[href="/u/PeterHann13/"]:before,
[href="/u/mengderen/"]:before,
[href="/u/intellectual-darkweb/"]:before,
[href="/u/ostof/"]:before,
[href="/u/SpiritusVeritatis/"]:before,
[href="/u/Munchaussen/"]:before,
[href="/u/the_last_merkat/"]:before,
[href="/u/CaptainChrisPBacon/"]:before,
[href="/u/HatePickingUserNames/"]:before,
[href="/u/incogneato/"]:before,
[href="/u/PilgrimFarAway/"]:before,
[href="/u/CaptainChrisPBacon /"]:before,
[href="/u/pearlrevolver/"]:before,
[href="/u/basedvirginian/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/49JX2sTm.png);
}

/* stud pepe emoji */  
[href="/u/justin_tolerable/"]:before,
[href="/u/cyber_saiyan/"]:before,
[href="/u/proverbs29_16/"]:before,
[href="/u/Imransgarage/"]:before,
[href="/u/BoatingAccident/"]:before,
[href="/u/FuckTheOtherSide/"]:before,
[href="/u/QforSweden/"]:before,
[href="/u/young_roshi/"]:before,
[href="/u/skyboytripleseven/"]:before,
[href="/u/shadowoverme/"]:before,
[href="/u/Passthatwrench/"]:before,
[href="/u/Lazarus-IXXI/"]:before,
[href="/u/Americanapplepie/"]:before,
[href="/u/JeanGrey/"]:before,
[href="/u/Helpus2021/"]:before,
[href="/u/GODisinc0ntr0l/"]:before,
[href="/u/MoldyPurpleSpots/"]:before,
[href="/u/Rooks/"]:before,
[href="/u/Brooklyn_Patriot_76/"]:before,
[href="/u/Themessenger777/"]:before,
[href="/u/JohnnyMagnum357/"]:before,
[href="/u/WillWorkFor556/"]:before,
[href="/u/COanon/"]:before,
[href="/u/Glenn007/"]:before,
[href="/u/Death_Metal_Patriot/"]:before,
[href="/u/IceManmdm/"]:before,
[href="/u/SaveAmerica2021/"]:before,
[href="/u/Jackdagger/"]:before,
[href="/u/sleepydude/"]:before,
[href="/u/MAGA_100X/"]:before,
[href="/u/Vapourface/"]:before,
[href="/u/yep__yep__yep/"]:before,
[href="/u/JussieSmollett69/"]:before,
[href="/u/hydradarr/"]:before,
[href="/u/Tequilaflowers/"]:before,
[href="/u/VetforTrump/"]:before,
[href="/u/QEBL486/"]:before,
[href="/u/EpicTrump/"]:before,
[href="/u/ZeroDeltaTango/"]:before,
[href="/u/showmeyourpede/"]:before,
[href="/u/Karmy/"]:before,
[href="/u/Litecola2/"]:before,
[href="/u/Sickntired/"]:before,
[href="/u/DarQ2light/"]:before,
[href="/u/LoobintheToobin/"]:before,
[href="/u/Gurn_Blanston/"]:before,
[href="/u/TexSolo/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/wIMypV5m.png);
}

/* pepe okay emoji */ 
[href="/u/Richone/"]:before,
[href="/u/Suckmedry/"]:before,
[href="/u/WestCelt/"]:before,
[href="/u/Jargin2/"]:before,
[href="/u/Kekshot/"]:before,
[href="/u/OK_MAGA_Runner/"]:before,
[href="/u/one_out_of_many/"]:before,
[href="/u/Factfiler/"]:before,
[href="/u/malooch/"]:before,
[href="/u/_thorn_/"]:before,
[href="/u/xchainlinkx/"]:before,
[href="/u/Swifty2727/"]:before,
[href="/u/StickToThePlan/"]::before,
[href="/u/20-guage/"]::before,
[href="/u/v8power/"]::before,
[href="/u/HTTP_404/"]::before,
[href="/u/bojackjohnson/"]:before,
[href="/u/Food4theGorg/"]:before,
[href="/u/Rubieroo/"]:before,
[href="/u/Sa1tyBastard/"]:before,
[href="/u/ReticulatingSplines/"]:before,
[href="/u/BewareOfBaizuo/"]:before,
[href="/u/Pat_Mac/"]:before,
[href="/u/Yohan_Galt/"]:before,
[href="/u/Wtf_socialismreally/"]:before,
[href="/u/Amirite99/"]:before,
[href="/u/MudDog/"]:before,
[href="/u/MAGAngelo/"]:before,
[href="/u/the_spezinator2/"]:before,
[href="/u/Darwyn/"]:before,
[href="/u/Puncake150/"]:before,
[href="/u/ThirstyLibertyTree/"]:before,
[href="/u/biglyboi/"]:before,
[href="/u/seernewday/"]:before,
[href="/u/theoriginaldeeco/"]:before,
[href="/u/PopcornTastesGood/"]:before,
[href="/u/catchlightning/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/qXkjsWg6.png);
}

/* nerd pepe emoji */     
[href="/u/drleomarvin/"]:before,
[href="/u/ohamitired/"]::before,
[href="/u/What-Me-Worry/"]::before,
[href="/u/Aclemmo77/"]:before,
[href="/u/Mpe77joe/"]:before,
[href="/u/inspir3dgenius/"]:before,
[href="/u/mrsray/"]:before,
[href="/u/Dontdoxxxmeplease/"]:before,
[href="/u/MAGALogic/"]:before,
[href="/u/kula/"]:before,
[href="/u/PhDinNY/"]:before,
[href="/u/merf/"]:before,
[href="/u/DrMcCoy/"]:before,
[href="/u/Iknowstuff/"]:before,
[href="/u/Retaining_H2O/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/b2auIdAO.png);
}

/* Doge Emoji */   
[href="/u/sun_wolf/"]:before,
[href="/u/DogeToTheMoon/"]:before,
[href="/u/BirchTBarlow/"]:before,
[href="/u/DiveAndBait/"]:before,
[href="/u/ashlanddog/"]:before,
[href="/u/Vests123/"]:before,
[href="/u/Rodger_Rabbit/"]:before,
[href="/u/noquo89/"]:before,
[href="/u/Dogelog/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/kWvugjk7.png);
}

/* indian pepe emoji */   
[href="/u/Brabarian714/"]:before,
[href="/u/BabaYaga/"]:before,
[href="/u/Infidel440/"]:before,
[href="/u/madmallard/"]:before,
[href="/u/DIRTMAN/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/NuX5zLpq.png);
}

/* thedonald emoji */   
[href="/u/TheHumanPrimer/"]:before,
[href="/u/Nitrojunkie72/"]:before,
[href="/u/TheMAGAnificent/"]:before,
[href="/u/MakeAmericaWinAgain/"]:before,
[href="/u/ObviousPatriot69/"]:before,
[href="/u/MagaMan1776/"]:before,
[href="/u/Basedone/"]:before, 
[href="/u/GA-Peach-Patriot/"]:before,
[href="/u/TrumpsWall/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/chEqDJLd.png);
}

/* stoner stoned pepe emoji */ 
[href="/u/Treefrog555/"]:before,
[href="/u/MichaelGioIreland/"]:before,
[href="/u/94f450d/"]:before,
[href="/u/Warren_Puffitt/"]:before,
[href="/u/scyenceFiction/"]:before,
[href="/u/FreedomloverUK/"]:before, 
[href="/u/Smeg/"]:before, 
[href="/u/DubzTail/"]:before, 
[href="/u/worcester/"]:before, 
[href="/u/CL7_/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/3CxxXtjE.png);
}

/* female pepe */    

[href="/u/Elizaboo/"]:before,
[href="/u/B7447/"]:before,
[href="/u/Suzeq2018/"]:before,
[href="/u/Misschelle/"]:before,
[href="/u/Gagypsygal/"]:before,
[href="/u/Wishiwastrumpswife/"]:before,
[href="/u/mizzAmerica45/"]:before,
[href="/u/Nicole333/"]:before,
[href="/u/Snowgirl/"]:before,
[href="/u/Supertots/"]:before,
[href="/u/Ssue1216/"]:before,
[href="/u/BetsyRossRocks/"]:before,
[href="/u/Martha1776/"]:before,
[href="/u/PatriotJuls/"]:before,
[href="/u/GirlGoat144/"]:before,
[href="/u/Mixchi/"]:before,
[href="/u/PankekGirl/"]:before,
[href="/u/carriemcgavock/"]:before,
[href="/u/MaidInAmerica/"]::before,
[href="/u/FemalePatriot/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/c1fkAstG.png);
}

/*Force Pepe*/
[href="/u/Luke_Q-walker/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/LmODvubE.png);
	text-shadow: none;
}

/* emote awoo wolf */
[href="/u/AmberWins/"]:before,
[href="/u/wolfy/"]:before,
[href="/u/BQnita/"]:before,
[href="/u/Nurarihyon_no_MAGA/"]::before,
[href="/u/JediMasterPepe/"]::before,
[href="/u/axrevolutionai/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/Ah9XdaYX.png);
	text-shadow: none;
}


/* emote magacat */
[href="/u/ChairmanMeow/"]:before,
[href="/u/Gold-Eyed-Cat/"]:before,
[href="/u/EarnYourVote/"]:before,
[href="/u/Deleted_Redacted/"]::before 
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/9chRk3hL.png);
}

/* emote pepe wow */   
[href="/u/QdaPeeps/"]::before,
[href="/u/ImGumbyDammit/"]::before,
[href="/u/ObviousStatementMan/"]::before,
[href="/u/DRan/"]::before,
[href="/u/JCStomper/"]::before,
[href="/u/fje33/"]::before,
[href="/u/rubberbiscuit/"]::before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/UaxAEMwy.png);
}

/* pepe trump pepe emoji */   
[href="/u/ProudlyConservative/"]:before,
[href="/u/username_MAGA/"]:before,
[href="/u/patriotic_legend/"]:before,
[href="/u/BirchTBarlow/"]:before,
[href="/u/Dahnald2020/"]:before,
[href="/u/Stumpycake/"]:before,
[href="/u/president_elect/"]:before,
[href="/u/Patriot_Perks/"]:before,
[href="/u/z89101/"]:before,
[href="/u/mopperx2/"]:before,
[href="/u/Vektor45/"]:before,
[href="/u/GEOptimus_Prime/"]:before,
[href="/u/TakeItBack/"]:before,
[href="/u/BumbleBeeTuna/"]:before,
[href="/u/MAGATRON2020/"]:before,
[href="/u/DCGRITS/"]:before,
[href="/u/ChristianPatriot7/"]:before,
[href="/u/weaponizedgravy/"]:before,
[href="/u/chicagotrauma/"]:before,
[href="/u/Based_from_Da_Future/"]:before,
[href="/u/conservativeamerica/"]:before,
[href="/u/SuckaFree/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/8UX39paZ.png);
}

/* Yes Chad Emote */
[href="/u/Wannastayfree/"]:before,
[href="/u/Fjolsvith/"]:before,
[href="/u/Aspie/"]:before,
[href="/u/Two_Scoops__/"]::before,
[href="/u/Girthquakes/"]:before,
[href="/u/2AFREEDOM/"]:before,
[href="/u/45DRAGONDENERGY/"]:before,
[href="/u/Nomoralcompass89/"]:before,
[href="/u/MAGAFox/"]:before,
[href="/u/Seafood/"]:before,
[href="/u/tumbleweed/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/N6Rhu7iv.png);
}

/* starship pepe emoji */
[href="/u/PaulAtreides/"]:before,
[href="/u/MickHigan2/"]:before,
[href="/u/Striker1/"]:before,
[href="/u/WinterSoldier82/"]:before,
[href="/u/psuedopilsner/"]:before,
[href="/u/DotA-Life3/"]:before,
[href="/u/2bpono/"]:before,
[href="/u/SpaceForceTribunals/"]:before,
[href="/u/CounterStrike/"]:before,
[href="/u/blacksmith21/"]:before,
[href="/u/haveyoulostyourmind/"]:before,
[href="/u/BetsyRossRocks/"]:before,
[href="/u/Qvothe17String/"]:before,
[href="/u/bydesign/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/jrvAIRWg.png);
}

/* pepe sus ( suspicious ) emote */   
[href="/u/noidolsleft/"]:before,
[href="/u/Kamalas_a_Bitch/"]:before,
[href="/u/Fuhqreddit/"]:before,
[href="/u/The_Last_Stand/"]:before,
[href="/u/Doubtful/"]:before,
[href="/u/deloppoled/"]:before,
[href="/u/babskek/"]:before,
[href="/u/CMAnon/"]:before,
[href="/u/DemsFuckKids/"]:before,
[href="/u/BasedInFact/"]:before,
[href="/u/Heckles/"]:before,
[href="/u/Datasinc/"]:before,
[href="/u/Filter/"]:before,
[href="/u/AutoModerator/"]:before,
[href="/u/AutoMod/"]:before,
[href="/u/Roy_Donk/"]:before,
[href="/u/50StateLandslide/"]:before,
[href="/u/Qluedin417/"]:before,
[href="/u/Brioux/"]:before,
[href="/u/Redrock/"]:before,
[href="/u/Chairman_Jao_Bi_Den/"]:before,
[href="/u/kato99/"]:before,
[href="/u/Excelsior/"]:before,
[href="/u/Jutts/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/ui6rWDIk.png);
}

/* Uhtred Pepe Ragnarson */  
[href="/u/Starchaser/"]:before,
[href="/u/TheRealBuddyB/"]:before,
[href="/u/GreatFunana/"]:before,
[href="/u/MAGAsoyboyslayer/"]:before,
[href="/u/jcab93/"]:before,
[href="/u/OkieBowhunter/"]:before,
[href="/u/UhtredRagnarok/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/UjMCq2AB.png);
} 

/* AZ Audit Pepe Invstigative */  


[href="/u/Patriot210/"]:before,
[href="/u/special1ntere5t/"]:before,
[href="/u/MamaChipmunk/"]:before,
[href="/u/IveHadAllsICanStand/"]:before,
[href="/u/Thecryptoclub/"]:before,
[href="/u/Epiphanes050/"]:before,
[href="/u/valley-lily/"]:before,
[href="/u/hildberht/"]:before,
[href="/u/NotACop/"]:before,
[href="/u/Jkshaffe/"]:before,
[href="/u/Queef_Anon/"]:before,
[href="/u/Chaukrau/"]:before,
[href="/u/Katrina241/"]:before,
[href="/u/nunyabz/"]:before,
[href="/u/Cryptops/"]:before,
[href="/u/FormerLibtard94/"]:before,
[href="/u/EllipticCurveBall/"]:before,
[href="/u/OldBlindSpudFarmer/"]:before,
[href="/u/emptychairday/"]:before,
[href="/u/ShadowDealer12/"]:before,
[href="/u/fasterth/"]:before,
[href="/u/Atomstein/"]:before,
[href="/u/cyber_acolyte/"]:before,
[href="/u/stray502/"]:before,
[href="/u/ImWaterjug/"]::before,
[href="/u/FreeAsF_ck/"]::before,
[href="/u/guactamalibay/"]::before,
[href="/u/CastleRock/"]::before,
[href="/u/LucilleBrawl/"]::before,
[href="/u/Sparkplug74/"]::before,
[href="/u/HighFrequency/"]::before,
[href="/u/simon/"]::before,
[href="/u/matrix_steve/"]::before,
[href="/u/Muscleup12/"]::before,
[href="/u/yudsfpbc/"]::before,
[href="/u/labass67/"]::before,
[href="/u/New_believer11/"]::before,
[href="/u/Raritan/"]::before,
[href="/u/rupedoggydawg/"]::before,
[href="/u/MostExcellent/"]::before,
[href="/u/NobodyLikesSplatter/"]::before,
[href="/u/Bodiazrising/"]::before,
[href="/u/Q20191776/"]::before,
[href="/u/GDZeus/"]::before,
[href="/u/Island_Photo/"]::before,
[href="/u/dakinnia/"]::before,
[href="/u/Tradox/"]::before,
[href="/u/DaesDaemar/"]::before,
[href="/u/67Vert/"]::before,
[href="/u/DriftN2Forty/"]::before,
[href="/u/Macho_Maam/"]::before,
[href="/u/CokeOrPepe/"]::before,
[href="/u/TrudeausLeftTit/"]::before,
[href="/u/spacealien/"]::before,
[href="/u/Cuckfommunism/"]::before,
[href="/u/altaG12/"]::before,
[href="/u/CoryInTheHouse1776/"]::before,
[href="/u/SpeakEasy/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/AJ3tkIMP.png);
}

/* cool shades pepe */  
[href="/u/master_kek/"]::before,
[href="/u/AmphibianPlague/"]::before,
[href="/u/im4noles2/"]::before,
[href="/u/CQVFEFE/"]::before,
[href="/u/Britpat/"]:before,
[href="/u/wasupwitdis/"]:before,
[href="/u/Michonne21/"]:before,
[href="/u/DeplorablesLivesMAGA/"]:before,
[href="/u/MilitaryJustice/"]:before,
[href="/u/ShmellyTunaMelt1/"]:before,
[href="/u/DefinitelyNotCBS/"]:before,
[href="/u/winn/"]:before,
[href="/u/NanaQ45/"]:before,
[href="/u/Bedminster/"]:before,
[href="/u/Ogcarvattack/"]:before,
[href="/u/Mavdick96/"]:before,
[href="/u/Nice_n_tangy/"]:before,
[href="/u/GoingCamaro/"]:before,
[href="/u/djmarcone/"]:before,
[href="/u/Xirturn1984/"]:before,
[href="/u/AmericanHistoryQ/"]:before,
[href="/u/NOTWOKE/"]:before,
[href="/u/TheRoadGoesOnForever/"]:before,
[href="/u/Dogsoldier2/"]:before,
[href="/u/Overmountain_Men/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/NrLeLbs4.png);
}

/*VINCE MCMAHON*/
/* Vince wow emoji */
[href="/u/BerlinWallCrosser/"]:before,
[href="/u/LoganAct/"]:before,
[href="/u/BarefootRunDMC/"]:before,
[href="/u/captn_crunch/"]:before,
[href="/u/pastaroni/"]:before,
[href="/u/QuantumRemedy/"]:before,
[href="/u/Hlodvig915/"]::before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/vppVGLId.png);
}

/*FARVA*/
/* Farva wow emoji */
[href="/u/rooftoptendie/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/t4ZXoe2Y.png);
}

/*PAJAMAPANTS*/
[href="/u/pajamapants/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/YCsL6je5.png);
    font-size: 20px;
    position:relative;
    top:4px;
}

/* PELOSI DENTURES EMOJI (FOR BAD USERS)
    ADD :AFTER TEXT ALSO 
[href="/u/Jestheter/"]:before {
    content: "00";
    color: #ff000000!important;
    background-image: url(https://media.greatawakening.win/post/q21nN2Hv.gif);
    font-size: 24px;
}
[href="/u/Jestheter/"]:after {
    color: #6a6e09;
    content: "[Pelosi's #1 Fan]";
}

*/
/*FLAGS*/
/*US STATE FLAGS*/
/* alaskan flag */
[href="/u/summerstormAK/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/JFSpSjpF.png);
}

/* indiana flag */
[href="/u/TrumpIsGreat2020/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/NAC0esNz.png);
}

/* NZ flag */
[href="/u/Annie99/"]:before {
    content: "0000";
    background-image: url(https://media.greatawakening.win/post/KgepRlvN.png);
}

/* Taiwanese Flag */
[href="/u/Classical1/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/hRsunr95.png);
}

/* Canadian Flag */
[href="/u/Wexit-Delecto/"]:before,
[href="/u/TreeDuds/"]:before,
[href="/u/replacewithrealname/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/52sl0tns.png);
}

/* Swedish Flag */
[href="/u/Heldiggrisen/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/RJDYK9mB.png);
}

/* Polish Flag */
[href="/u/PolishBaldEagle/"]:before,
[href="/u/PolishPepe/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/BGyfmFKm.png);
}

/* South African Flag */ 
[href="/u/purkiss80/"]:before,
[href="/u/Aegonthe1st/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/pSZdlmZx.png);
}

/* Norwegian Flag */
[href="/u/Phishhed44/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/iaXz5qKR.png);
}

/* Netherlands Flag */
[href="/u/Micheal84/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/JHbBe6Hr.png);
}

/* Gadsden Flag */
[href="/u/PaineThomas/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/gI3Pb0Vc.png);
}

/*UNCATEGORIZED EMOTES*/

/* American Eagle */
[href="/u/CantStumpIWin/"]::before,
[href="/u/50_stars_for_freedom/"]::before,
[href="/u/Bornonthe1stofJuly/"]::before,
[href="/u/Anon8675309/"]::before,
[href="/u/PelosiYouNastyCunt/"]::before,
[href="/u/Jagerman2/"]::before  
{
    content: "000";
    background-image: url(https://media.greatawakening.win/post/VVz1O6ms.png);
}


/* My Pillow Based Mike Lindell FACE */  
[href="/u/CaptainQuip/"]::before,
[href="/u/buffoon47/"]::before,
[href="/u/MAGAftwftp/"]::before,
[href="/u/Bowster/"]::before,
[href="/u/RS34ME/"]::before,
[href="/u/Garpunk/"]::before,
[href="/u/SherryLusk/"]::before,
[href="/u/Antwon/"]::before,
[href="/u/dontbanus/"]::before,
[href="/u/NotInFormation/"]::before,
[href="/u/Kautilya/"]::before,
[href="/u/LogicalThinking4910/"]::before,
[href="/u/StrawberryWuffle/"]::before,
[href="/u/Sixty2ndAssassin/"]::before,
[href="/u/Eugene_Beastly/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/C62fJBvd.png);
}


/* My Pillow Based Mike Lindell HUG */  
[href="/u/FondueFerret/"]::before,
[href="/u/IwantmyCountryback/"]::before,
[href="/u/Judiwont/"]::before,
[href="/u/Bodiazrising/"]::before,
[href="/u/Joys1Daughter/"]::before,
[href="/u/Shadilady/"]::before,
[href="/u/CookingGrams1/"]::before,
[href="/u/ToxicLibertyism/"]::before,
[href="/u/Happybeet/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/dsNhhBx6.png);
}


/* Punisher Skull */
[href="/u/Gunner667/"]::before, 
[href="/u/cantMAGAanyharder/"]::before, 
[href="/u/Pudge76/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/fAq5Xa3j.png);
}

/* honkler emote */
[href="/u/FinallyFreeToSpeak/"]::before,
[href="/u/libtards_r_stoopid/"]::before,
[href="/u/SocraticCircle/"]::before,
[href="/u/JuanBond/"]::before,
[href="/u/Silver_lyning/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/n2UJe0pW.png);
}

/* jerry mouse emoji */ 
[href="/u/Pollycracker/"]:before,
[href="/u/CavePeasant/"]:before,
[href="/u/Hunterscrackbaby/"]:before,
[href="/u/Alkaizer/"]:before,
[href="/u/USRifle_Cal30M1/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/Ndg18dHc.png);
}

/* what fish */
[href="/u/OZ00MSTALLGEESE/"]:before,
[href="/u/Feedpumps/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/QFAEY5GC.png);
}

/* Aussie Emote */
[href="/u/magayd45/"]:before,
[href="/u/killerbunny88/"]:before,
[href="/u/Hot_N_Throbbin/"]:before,
[href="/u/parlevoo/"]:before,
[href="/u/LCFarm/"]:before,
[href="/u/Elladar/"]:before,
[href="/u/KoalaTrump/"]:before,
[href="/u/austrumper/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/zQbG7B8J.png);
}

/* what sweat emoji */
[href="/u/yuugecrowds/"]:before,
[href="/u/MysteriousCheese/"]:before,
[href="/u/UnsoylentMajority/"]:before,
[href="/u/TheGin89/"]:before,
[href="/u/Ace-Hardgroin/"]:before,
[href="/u/GlutenFreeFaceDiaper/"]:before,
[href="/u/Dashmoomoo/"]:before,
[href="/u/The-DC/"]:before,
[href="/u/lasTRUMPcard/"]:before,
[href="/u/shmandalynn30/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/HGeORPdH.png);
}

/* wine emote */
[href="/u/covfefe_americano/"]::before,
[href="/u/Lyonessrising/"]::before,
[href="/u/SneakyWino/"]::before 
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/1FNBYeHl.png);
	font-size: 25px;
}

/* pepe troll emote */
[href="/u/TrumpTrollMaster/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/BJKAkda3.png);
}

/* pepe gold emote */
[href="/u/pause_when_agitated/"]::before,
[href="/u/Exploring-the-Unseen/"]::before,
[href="/u/PeaceAndLovePatriot/"]::before 
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/NTjRIdru.png);
}

/* crowned king pepe crusades */
[href="/u/Scorpion76/"]::before,
[href="/u/LordKekingtonEsquire/"]::before,
[href="/u/noodle16/"]::before,
[href="/u/catsfive/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/xMK0Ne1Q.png);
}

/* WinsAnon crown */
[href="/u/WinsAnon/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/QV97sn0H.png);
    font-size: 18px;
    padding-right: 6px;    
    animation: glow 1000ms linear infinite alternate;
}


/* cross */
[href="/u/Nslauer/"]::before,
[href="/u/GodWins_76/"]::before,
[href="/u/Slechta5614/"]::before,
[href="/u/ThisIsHowItStarts/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/Pe47nqgL.png);
    font-size: 24px;
    animation: glow 1000ms linear infinite alternate;
    position: relative;
    top: 3px;
}
@keyframes glow {
  0% { filter: drop-shadow(0 0 8px #eb9903); }
}


/* NESSINONETT */
[href="/u/NessInOnett/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/Epq8G2eK.gif);
    background-position-x: 4px;
    font-size: 24px;
}
[href="/u/NessInOnett/"]::after {
  content: "[M]";
  color: purple;  
}




/* SPEAKEASY */
/*
[href="/u/SpeakEasy/"],
[href="/u/SpeakEasy"]
{
  padding: 2px 2px;
  font-weight: 700;
  animation: textRainbow 10s linear 0s infinite;
  transition: 0.3s ease;
}
*/
[href="/u/SpeakEasy/"]::before {
    content: "__";
    test-decoration: none!important;
    background-image: url(https://media.greatawakening.win/post/AJ3tkIMP.png);
}


/*
[href="/u/NessInOnett/"],
[href="/u/NessInOnett"]
{
  padding: 2px 2px;
  font-weight: 700;
  animation: textRainbow 10s linear 0s infinite !important;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
  transition: 0.3s ease;
}
[href="/u/NessInOnett/"]:before {
  display: inline-block;
  height: 25px;
  width: 15px;
  margin-right: 5px;
  vertical-align: -45%;
  content: '';    
  background-image: url(https://media.greatawakening.win/post/SLxKhvqW.png);    
  background-repeat: no-repeat;	
}

[href="/u/NessInOnett/"]:hover,
[href="/u/NessInOnett"]:hover
{
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #000;
  border-radius: 4px;  
  background-image: url(https://media.greatawakening.win/post/UpIqRoHK.gif);
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}
*/

[href="/u/Gunner667/"]::after 
{
    content: "[Semper Supra]";
    padding: 2px 2px;
    color: lawngreen;
    font-weight: 700;
}

[href="/u/rooftoptendie/"]::after 
{
    content: "[Based Farva & Based Contributor]";
    padding: 2px 2px;
    color: lawngreen;
    font-weight: 700;
}

[href="/u/libtards_r_stoopid/"]::after 
{
    content: "[very stoopid]";
    padding: 2px 2px;
    color: orange;
    font-weight: 700;
}

[href="/u/Slechta5614/"]::after 
{
    content: "[Daily Prayer Thread]";
    padding: 2px 2px;
    color: orange;
    font-weight: 700;
}

/* Remove underline when hovering over user names for flairs */
a.author[href="/u/dropgun/"]:hover,
a.author[href="/u/catsfive/"]:hover,
a.author[href="/u/QANON__17/"]:hover,
a.author[href="/u/SirThundercuntTRONxp/"]:hover,
a.author[href="/u/meteorknife/"]:hover,
a.author[href="/u/frisbee_coach/"]:hover,
a.author[href="/u/McFartington/"]:hover,
a.author[href="/u/high-valyrian/"]:hover,
a.author[href="/u/God_Bless_America1/"]:hover,
a.author[href="/u/Archon69/"]:hover,
a.author[href="/u/John-Titor/"]:hover,
a.author[href="/u/UhtredRagnarok/"]:hover,
a.author[href="/u/kiwi_pede/"]:hover,
a.author[href="/u/parallax_crow/"]:hover,
a.author[href="/u/SpeakEasy/"]:hover,
a.author[href="/u/WinsAnon/"]:hover {
    text-decoration: none;
}

/* Moderator account flair */

/* Administrator flair */
/*
a.author[href="/u/catsfive/"]::after {
	content: "[Administrator]";
    padding: 2px 2px;
	font-weight: bolder;
    animation: textRainbow 10s linear 0s infinite!important;
}
*/

/* Moderator flashing name when not distinguished 
[href="/u/USERNAME/"] {
	animation: textRainbow 10s linear 0s infinite!important;
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
	animation: glow 3s linear 0s infinite!important; 
}
*/

/* glowing mod name
[href="/u//"] {
	animation: textRainbow 10s linear 0s infinite!important;
}
*/
/* Hide [M] since we now have [Moderator] */
/*
span.distinguished {
    display: none;
}
*/

/* gifs */

[href="/u/#Topkek"],
[href="/u/#topkek"] {
    background-image: url(https://media.greatawakening.win/post/9ZRo91r0.gif);
    font-size: 0;
    line-height: 110px;
}

[href="https://media.greatawakening.win/post/ej3KFISs.gif"],
[href="/u/#Trumptank"],
[href="/u/#trumptank"] {
    background-image: url(https://media.greatawakening.win/post/ej3KFISs.gif);
    font-size: 0;
    line-height: 135px;
}


[href="/u/#spidercry/"],
[href="/u/#spidercry"] {
    background-image: url(https://media.greatawakening.win/post/NAiVOSIM.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#waah/"],
[href="/u/#waah"] {
    background-image: url(https://media.greatawakening.win/post/SsbBBRFi.gif);
    font-size: 0;
    line-height: 135px;
}

[href="https://media.greatawakening.win/post/IT0guMnY.gif"],
[href="/u/#Mike"],
[href="/u/#mike"] {
    background-image: url(https://media.greatawakening.win/post/IT0guMnY.gif);
    font-size: 0;
    line-height: 150px;
}

[href="/u/#Catdance"],
[href="/u/#catdance"] {
    background-image: url(https://media.greatawakening.win/post/km5XHPsJ.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Farva"],
[href="/u/#farva"] {
    background-image: url(https://media.greatawakening.win/post/Ldgmei55.gif);
    font-size: 0;
    line-height: 135px;
}



[href="/u/#Noroddy"],
[href="/u/#noroddy"] {
    background-image: url(https://media.greatawakening.win/post/IqPSCZga.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pratt"],
[href="/u/#pratt"] {
    background-image: url(https://media.greatawakening.win/post/ku5SZdua.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepedance"],
[href="/u/#pepedance"] {
    background-image: url(https://media.greatawakening.win/post/tAm3NO9j.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepecozy"],
[href="/u/#pepecozy"] {
    background-image: url(https://media.greatawakening.win/post/RhZL7sUT.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Honkler"],
[href="/u/#honkler"] {
    background-image: url(https://media.greatawakening.win/post/bYPHIcQY.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Wrong"],
[href="/u/#wrong"] {
    background-image: url(https://media.greatawakening.win/post/e4EIgnWn.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Nobodycares"],
[href="/u/#nobodycares"] {
    background-image: url(https://media.greatawakening.win/post/lB2hiLcz.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Noolib"],
[href="/u/#noolib"] {
    background-image: url(https://media.greatawakening.win/post/NP7rQA8e.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumpbeatdown"],
[href="/u/#trumpbeatdown"] {
    background-image: url(https://media.greatawakening.win/post/uYQuG2c2.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Conspiracy"],
[href="/u/#conspiracy"] {
    background-image: url(https://media.greatawakening.win/post/ahOffBaG.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Deepstate"],
[href="/u/#deepstate"] {
    background-image: url(https://media.greatawakening.win/post/Abls5c8V.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Fire"],
[href="/u/#fire"] {
    background-image: url(https://media.greatawakening.win/post/zBCemePX.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Aliens"],
[href="/u/#aliens"] {
    background-image: url(https://media.greatawakening.win/post/5YoGUdRd.gif);
    font-size: 0;
    line-height: 135px;
}


[href="/u/#Happening"],
[href="/u/#happening"] {
    background-image: url(https://media.greatawakening.win/post/OGd0U2Ff.gif);
    font-size: 0;
    line-height: 135px;
}


[href="/u/#What"],
[href="/u/#what"] {
    background-image: url(https://media.greatawakening.win/post/3dS4QPXk.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Popcorn"],
[href="/u/#popcorn"] {
    background-image: url(https://media.greatawakening.win/post/txm68nWn.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Fakenews"],
[href="/u/#fakenews"] {
    background-image: url(https://media.greatawakening.win/post/07OcfqSj.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumpwrong"],
[href="/u/#trumpwrong"] {
    background-image: url(https://media.greatawakening.win/post/lqvo9I6E.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Quiet"],
[href="/u/#quiet"] {
    background-image: url(https://media.greatawakening.win/post/6K9S68Y4.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Correct"],
[href="/u/#correct"] {
    background-image: url(https://media.greatawakening.win/post/xVXl9bMj.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumpnope"],
[href="/u/#trumpnope"] {
    background-image: url(https://media.greatawakening.win/post/ZipGuxn7.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Flynnflag"],
[href="/u/#flynnflag"] {
    background-image: url(https://media.greatawakening.win/post/EN9jQCtE.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Flynnarmy"],
[href="/u/#flynnarmy"] {
    background-image: url(https://media.greatawakening.win/post/8ZnSPfmk.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Golfing"],
[href="/u/#golfing"] {
    background-image: url(https://media.greatawakening.win/post/DnWi0NIn.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepeguitar"],
[href="/u/#pepeguitar"] {
    background-image: url(https://media.greatawakening.win/post/Z0yeO7FS.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Peperain"],
[href="/u/#peperain"] {
    background-image: url(https://media.greatawakening.win/post/VtcuSb6b.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumpflag"],
[href="/u/#trumpflag"] {
    background-image: url(https://media.greatawakening.win/post/6cd12Vgv.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Clownworld"],
[href="/u/#clownworld"] {
    background-image: url(https://media.greatawakening.win/post/4vBePcYA.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trump4eva"],
[href="/u/#trump4eva"] {
    background-image: url(https://media.greatawakening.win/post/lWbLrwsz.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Lightning"],
[href="/u/#lightning"] {
    background-image: url(https://media.greatawakening.win/post/7qiJhETd.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Banhammer"],
[href="/u/#banhammer"] {
    background-image: url(https://media.greatawakening.win/post/8IbBbmo9.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepenuke"],
[href="/u/#pepenuke"] {
    background-image: url(https://media.greatawakening.win/post/zqTZX1aE.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Byebye"],
[href="/u/#byebye"] {
    background-image: url(https://media.greatawakening.win/post/paQ4pOwi.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumpdance"],
[href="/u/#trumpdance"] {
    background-image: url(https://media.greatawakening.win/post/SaHruD2P.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Covfefe"],
[href="/u/#covfefe"] {
    background-image: url(https://media.greatawakening.win/post/k9QwhcYW.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Vincewalk"],
[href="/u/#vincewalk"] {
    background-image: url(https://media.greatawakening.win/post/FqMxnj3o.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Vincenut"],
[href="/u/#vincenut"] {
    background-image: url(https://media.greatawakening.win/post/XIzoCKYF.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Howdareyou"],
[href="/u/#howdareyou"] {
    background-image: url(https://media.greatawakening.win/post/Qa5Koqky.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Cmon"],
[href="/u/#cmon"] {
    background-image: url(https://media.greatawakening.win/post/uqKTtp46.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Careerended"],
[href="/u/#careerended"] {
    background-image: url(https://media.greatawakening.win/post/8L9tqHeN.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Processing"],
[href="/u/#processing"] {
    background-image: url(https://media.greatawakening.win/post/7bDctCsR.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Shaqwalks"],
[href="/u/#shaqwalks"] {
    background-image: url(https://media.greatawakening.win/post/ExrpDktT.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Michaelpanic"],
[href="/u/#michaelpanic"] {
    background-image: url(https://media.greatawakening.win/post/73LcSGYa.gif);
    font-size: 0;
    line-height: 133px;
}

[href="/u/#Michaelconfused"],
[href="/u/#michaelconfused"] {
    background-image: url(https://media.greatawakening.win/post/knXz79ti.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Mjpopcorn"],
[href="/u/#mjpopcorn"] {
    background-image: url(https://media.greatawakening.win/post/hcoymmBv.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Trumphappening"],
[href="/u/#trumphappening"] {
    background-image: url(https://media.greatawakening.win/post/v02Q7ews.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Triggered"],
[href="/u/#triggered"] {
    background-image: url(https://media.greatawakening.win/post/iHDbBqX4.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Peperee"],
[href="/u/#peperee"] {
    background-image: url(https://media.greatawakening.win/post/lH3ngl47.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Notrigged"],
[href="/u/#notrigged"] {
    background-image: url(https://media.greatawakening.win/post/xJKaZ7Mz.png);
    font-size: 0;
    line-height: 229px;
}

[href="/u/#Mikerekt"],
[href="/u/#mikerekt"] {
    background-image: url(https://media.greatawakening.win/post/8gSnujmA.gif);
    font-size: 0;
    line-height: 175px;
}

[href="/u/#Coffeespit"],
[href="/u/#coffeespit"] {
    background-image: url(https://media.greatawakening.win/post/4G8VYMQd.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Spitcoffee"],
[href="/u/#spitcoffee"] {
    background-image: url(https://media.greatawakening.win/post/onYdozlc.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepehug"],
[href="/u/#pepehug"] {
    background-image: url(https://media.greatawakening.win/post/pfy41LEP.png);
    font-size: 0;
    line-height: 200px;
}

[href="/u/#Mikeyep"],
[href="/u/#mikeyep"] {
    background-image: url(https://media.greatawakening.win/post/Y2DZ9yRL.gif);
    font-size: 0;
    line-height: 165px;
}

[href="/u/#Demolitionman"],
[href="/u/#demolitionman"] {
    background-image: url(https://media.greatawakening.win/post/G9zi1Tg5.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Polish"],
[href="/u/#polish"] {
    background-image: url(https://media.greatawakening.win/post/2nPDckXp.gif);
    font-size: 0;
    line-height: 145px;
}

[href="/u/#Vincewhat"],
[href="/u/#vincewhat"] {
    background-image: url(https://media.greatawakening.win/post/EHkbHQFq.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Timebomb"],
[href="/u/#timebomb"] {
    background-image: url(https://media.greatawakening.win/post/d0nYWswJ.gif);
    font-size: 0;
    line-height: 150px;
}

[href="/u/#Pleaseclap"],
[href="/u/#pleaseclap"] {
    background-image: url(https://media.greatawakening.win/post/G8JKECqg.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Cashmoney"],
[href="/u/#cashmoney"] {
    background-image: url(https://media.greatawakening.win/post/pJLolRwo.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Benderneat"],
[href="/u/#benderneat"] {
    background-image: url(https://media.greatawakening.win/post/TRaPU63g.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Unacceptable"],
[href="/u/#unacceptable"] {
    background-image: url(https://media.greatawakening.win/post/xEBn63yQ.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Glowie"],
[href="/u/#glowie"] {
    background-image: url(https://media.greatawakening.win/post/Go61aNXt.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#BuildTheWall"],
[href="/u/#Buildthewall"],
[href="/u/#buildthewall"] {
    background-image: url(https://media.greatawakening.win/post/B2akxXic.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Ummwhat"],
[href="/u/#ummwhat"] {
    background-image: url(https://media.greatawakening.win/post/w7NOxCYb.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Coup"],
[href="/u/#coup"] {
    background-image: url(https://media.greatawakening.win/post/C9o85ihY.gif);
    font-size: 0;
    line-height: 155px;
}

[href="/u/#Crumbs"],
[href="/u/#crumbs"] {
    background-image: url(https://media.greatawakening.win/post/9kpZe6va.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Minorityvoter"],
[href="/u/#minorityvoter"] {
    background-image: url(https://media.greatawakening.win/post/hRqeitmo.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#disgonbgud" i] {
    background-image: url(https://media.greatawakening.win/post/0snprWgc.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Incovfefeable"],
[href="/u/#incovfefeable"] {
    background-image: url(https://media.greatawakening.win/post/SJXBdubh.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#RideToFreedom"],
[href="/u/#Ridetofreedom"],
[href="/u/#ridetofreedom"] {
    background-image: url(https://media.greatawakening.win/post/aJPoP6JF.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Victory"],
[href="/u/#victory"] {
    background-image: url(https://media.greatawakening.win/post/2384aRzr.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#PetThePepe"],
[href="/u/#Petthepepe"],
[href="/u/#petthepepe"] {
    background-image: url(https://media.greatawakening.win/post/tVBkJBwy.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Honkler"],
[href="/u/#honkler"] {
    background-image: url(https://media.greatawakening.win/post/SeNguPze.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#PepeDetective"],
[href="/u/#Pepedetective"],
[href="/u/#pepedetective"] {
    background-image: url(https://media.greatawakening.win/post/rLoxbwwz.gif);
    font-size: 0;
    line-height: 135px;
}

[href^="/u/#shrug" i] {
    background-image: url(https://media.greatawakening.win/post/dWIsquiK.gif);
    font-size: 0;
    line-height: 135px;
}

[href^="/u/#supplies" i] {
    background-image: url(https://media.greatawakening.win/post/vFvHfoCi.gif);
    font-size: 0;
    line-height: 135px;
}



/* emoji */

[href="/u/#pajamapants"] {
    background-image: url();
    display: -webkit-inline-box;
    margin-right: -52px;
}

[href="/u/#pepetroll"] {
    background-image: url(https://media.greatawakening.win/post/BJKAkda3.png);
    display: -webkit-inline-box;
    margin-right: -52px;
}

[href="/u/#pepegold"] {
    background-image: url(https://media.greatawakening.win/post/NTjRIdru.png);
    display: -webkit-inline-box;
    margin-right: -52px;
}

[href="/u/#flagcanada"] {
    background-image: url(https://media.greatawakening.win/post/52sl0tns.png);
    display: -webkit-inline-box;
    margin-right: -45px;
}

/* CANADA FLAG FLAIR */
[href="/u/canadianpatriot13/"]:before {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/52sl0tns.png); 
    font-size: 18px;
    text-shadow: none;
}

[href="/u/#flagalaska"] {
    background-image: url(https://media.greatawakening.win/post/JFSpSjpF.png);
    display: -webkit-inline-box;
    margin-right: -52px;
}

[href="/u/#flagnz"] {
    background-image: url(https://media.greatawakening.win/post/KgepRlvN.png);
    display: -webkit-inline-box;
    margin-right: -15px;
}

[href="/u/#flagusa"] {
    background-image: url(https://media.greatawakening.win/post/T3RnAyvD.jpeg);
    display: -webkit-inline-box;
    margin-right: -25px;
}

[href="/u/#flagindiana"] {
    background-image: url(https://media.greatawakening.win/post/NAC0esNz.png);
    display: -webkit-inline-box;
    margin-right: -55px;
}

[href="/u/#emowine"] {
    background-image: url(https://media.greatawakening.win/post/1FNBYeHl.png);
    display: -webkit-inline-box;
    margin-right: -55px;
}

[href="/u/#emohacker"] {
    background-image: url(https://media.greatawakening.win/post/jDuT2w1M.jpeg);
    display: -webkit-inline-box;
    margin-right: -68px;
}

[href="/u/#emohonkler"] {
    background-image: url(https://media.greatawakening.win/post/n2UJe0pW.png);
    display: -webkit-inline-box;
    margin-right: -70px;
}

[href="/u/#emopepewow"] {
    background-image: url(https://media.greatawakening.win/post/QtmUrDA3.png);
    display: -webkit-inline-box;
    margin-right: -85px;
}

[href="/u/#emopepecry"] {
    background-image: url(https://media.greatawakening.win/post/5eQc6X9T.png);
    display: -webkit-inline-box;
    margin-right: -70px;
}

[href="/u/#emocoolpepe"] {
    background-image: url(https://media.greatawakening.win/post/TQis5aWv.png);
    display: -webkit-inline-box;
    margin-right: -80px;
}

[href="/u/#emopepetrump"] {
    background-image: url(https://media.greatawakening.win/post/NyFHTb23.png);
    display: -webkit-inline-box;
    margin-right: -90px;
}

[href="/u/#emopeperules"] {
    background-image: url(https://media.greatawakening.win/post/EX9AuTHA.png);
    display: -webkit-inline-box;
    margin-right: -85px;
}

[href="/u/#emopepescroll"] {
    background-image: url(https://media.greatawakening.win/post/EZNZKbKo.gif);
    display: -webkit-inline-box;
    margin-right: -91px;
}

[href="/u/#emopepeshades"] {
    background-image: url(https://media.greatawakening.win/post/4wJXwt1Z.gif);
    display: -webkit-inline-box;
    margin-right: -104px;
}

[href="/u/#emopepeexit"] {
    background-image: url(https://media.greatawakening.win/post/oYlQ1bqP.png);
    display: -webkit-inline-box;
    margin-right: -80px;
}

[href="/u/#emopepeyes"] {
    background-image: url(https://media.greatawakening.win/post/ici1NMZn.png);
    display: -webkit-inline-box;
    margin-right: -80px;
}

[href="/u/#emopepewhatsweat"] {
    background-image: url(https://media.greatawakening.win/post/HGeORPdH.png);
    display: -webkit-inline-box;
    margin-right: -124px;
}

[href="/u/#emopepeok"] {
    background-image: url(https://media.greatawakening.win/post/s96sKFYT.png);
    display: -webkit-inline-box;
    margin-right: -70px;
}

[href="/u/#emoconfused"] {
    background-image: url(https://media.greatawakening.win/post/b3aE1DpG.gif);
    display: -webkit-inline-box;
    margin-right: -85px;
}

[href="/u/#emogethelp"] {
    background-image: url(https://media.greatawakening.win/post/8GbnqtdT.gif);
    display: -webkit-inline-box;
    margin-right: -75px;
}

[href="/u/#emopepedance"] {
    background-image: url(https://media.greatawakening.win/post/I2Ui6a2G.gif);
    display: -webkit-inline-box;
    margin-right: -85px;
}


[href="/u/#emosurprised"] {
    background-image: url(https://media.greatawakening.win/post/O55HjpnZ.png);
    display: -webkit-inline-box;
    margin-right: -78px;
}

[href="/u/#emowhatfish"] {
    background-image: url(https://media.greatawakening.win/post/QFAEY5GC.png);
    display: -webkit-inline-box;
    margin-right: -80px;
}

[href="/u/#emovincewow"] {
    background-image: url(https://media.greatawakening.win/post/njANoM4m.png);
    display: -webkit-inline-box;
    margin-right: -88px;
}

[href="/u/#emojerry"] {
    background-image: url(https://media.greatawakening.win/post/Ndg18dHc.png);
    display: -webkit-inline-box;
    margin-right: -53px;
}

[href="/u/#Handshake"],
[href="/u/#handshake"] {
    background-image: url(https://media.greatawakening.win/post/SYBkK6BP.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Qplus"],
[href="/u/#qplus"] {
    background-image: url(https://media.greatawakening.win/post/fsrcP56z.gif);
    font-size: 0;
    line-height: 155px;
}

[href="/u/#Hold"],
[href="/u/#hold"] {
    background-image: url(https://media.greatawakening.win/post/pgzb8i3n.gif);
    font-size: 0;
    line-height: 115px;
}

[href="/u/#Dealwithit"],
[href="/u/#DealWithIt"],
[href="/u/#dealwithit"] {
    background-image: url(https://media.greatawakening.win/post/wxtX5oYB.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Pepespacedance"],
[href="/u/#PepeSpaceDance"],
[href="/u/#pepespacedance"] {
    background-image: url(https://media.greatawakening.win/post/zR7tGx3S.gif);
    font-size: 0;
    line-height: 135px;
}

[href="/u/#Yes"],
[href="/u/#yes"] {
    background-image: url(https://media.greatawakening.win/post/EAuIyBv8.gif);
    font-size: 0;
    line-height: 195px;
}

[href="/u/#Pepepoopoo"],
[href="/u/#PepePooPoo"],
[href="/u/#pepepoopoo"] {
    background-image: url(https://media.greatawakening.win/post/3m80xaYc.gif);
    font-size: 0;
    line-height: 105px;
}

[href="/u/#Trumpdancing"],
[href="/u/#TrumpDancing"],
[href="/u/#trumpdancing"] {
    background-image: url(https://media.greatawakening.win/post/Bzho0sfj.gif);
    font-size: 0;
    line-height: 150px;
}

[href="/u/#Pepeclowndance"],
[href="/u/#PepeClownDance"],
[href="/u/#pepeclowndance"] {
    background-image: url(https://media.greatawakening.win/post/LypGuq6s.gif);
    font-size: 0;
    line-height: 135px;
}

/* BAIT */
/* this is bait */
[href="/u/#Bait"],
[href="/u/#bait"] {
    background-image: url(https://media.greatawakening.win/post/YQPbGZtK.png);
    font-size: 0;
    line-height: 250px;
}

/* this is brick */
[href="/u/#Brick"],
[href="/u/#brick"] {
    background-image: url(https://media.greatawakening.win/post/6VSTfY2H.png);
    font-size: 0;
    line-height: 250px;
}

/* this is low energy bait */
[href="/u/#lowenergy"],
[href="/u/#Lowenergy"] {
    background-image: url(https://media.greatawakening.win/post/BqFrNzQp.png);
    font-size: 0;
    line-height: 250px;
}

/* this is not even bait */
[href="/u/#notbait"],
[href="/u/#Notbait"] {
    background-image: url(https://media.greatawakening.win/post/a6WB31uK.png);
    font-size: 0;
    line-height: 250px;
}

/* children this is bait */
[href="/u/#thisisbait"],
[href="/u/#Thisisbait"] {
    background-image: url(https://media.greatawakening.win/post/vwzXsZGA.png);
    font-size: 0;
    line-height: 250px;
}

/* this is excellent bait */
[href="/u/#excellentbait"],
[href="/u/#Excellentbait"] {
    background-image: url(https://media.greatawakening.win/post/3jqxVjao.png);
    font-size: 0;
    line-height: 250px;
}

/* this is dont care bait */
[href="/u/#dontcare"],
[href="/u/#Dontcare"] {
    background-image: url(https://media.greatawakening.win/post/jk8fAyhM.png);
    font-size: 0;
    line-height: 250px;
}

/* They want you DIVIDED. */
[href="/u/#q2174"] {
    background-image: url(https://media.greatawakening.win/post/bdVwBGFy.png);
    font-size: 0;
    line-height: 450px;
}

/* Modmail Styling */
.mail.standard_page {
	background-color: #00000066!important;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0 0 5px #00000066;  
}
.reply-title { 
	font-weight:bold; 
}

.theme-dark #respond .reply {
	padding: 20px;
	box-shadow: 0 0 5px #00000066;
}

.theme-light .mail.standard_page, .theme-light .reply { 
	background-color: #FFFFFF !important; 
}

.theme-dark .mail.standard_page, .theme-dark .reply { 
	background-color: #00000000 !important; 
}

.mail.standard_page > .title {
  font-weight: bold;
  padding-bottom: 2px;
  color: #2b88da;
}
.theme-light .mail.standard_page > .title > .archive { color: #000; }
.theme-dark .mail.standard_page > .title > .archive { color: #FFF; }

.mail.standard_page > .title > .archive::before {
  display: inline-block;
  padding-right: 4px;
  vertical-align: 8%;
  content: 'Archive Mail';
  font-size: 12px;
  font-weight: normal;
}
.mail.standard_page > .details {
  margin: 4px 0 8px 0;  
}

.mail.standard_page > .preview a, .mail.standard_page > .mail-child > div > .preview a {
  color: #2b88da;
}
.mail.standard_page > .preview, .mail.standard_page > .mail-child > div > .preview  {
  margin-top: -1.6em;
  margin-bottom: -1.6em;
  font-size: 14px;  
  white-space: pre-line;  
  line-height: 1.6em;
}
.reply-buttons > .reply-button, .theme-light .mail-return {
  background: unset !important;  
}
.theme-dark .reply-buttons > .reply-button, .theme-dark .mail-return {
  background-color: #00000066 !important;  
}
.theme-light .reply-buttons > .reply-button, .theme-light .mail-return {
  background-color: #FFFFFF !important;  
}

/* Separator styling */
.separator { 
  border:none;
  color:#fff;
  background-color:#ffffff00;
  height:1px;  
}
.theme-dark .separator { border-top: 1px dotted #FFFFFF66; border-image: radial-gradient(red, blue) 33; }
.theme-light .separator { border-top: 1px dotted #00000066; }

/* Make multi-line code blocks resizeable in the preview pane
   the whole preview area could use some improvement. */
.preview-mode pre {
  height: 200px;
  overflow: auto;  
  resize: both !important; 
}

/* Code block styling */
pre {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  background-color: #00000033 !important;
  padding: 8px 12px 8px 12px;
  margin: 12px !important;
  margin-bottom: 12px !important;
  border-radius: 8px;
  border-left: solid 5px #00000066;
  overflow: auto !important;
}
code {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  background-color: #00000033 !important;  
  border-radius: 4px;
  padding: 5px 5px 1px 5px;
  white-space: pre-wrap;
}
pre > code {
  background-color: unset !important;
  border: unset !important;
  border-radius: unset !important;
  padding-left: 0 !important;  
}

.theme-light pre, .theme-light code {
  background-color: #00000015 !important;
}
.theme-light pre > code { background-color: unset !important; }

/* Fix for vertical videos to prevent them from getting cropped */
.video-container {
  height: auto;
  padding-bottom: 0;
  border-radius: 20px;
}
video {
  max-height: 80vh;
  background-color: #00000066;
}
.body > .content > .tweet,
.body > .content > .tweet > .twitter-tweet-rendered,
.body > .content > .tweet > .twitter-tweet-rendered > iframe[id^="twitter-widget"] {
  max-width: 100% !important;
}

/* Stickied comment help */
.comment.stickied > .body > .content >.rendered::after {  
  display: block;
  color: unset;
  opacity: 60%;
  margin-top: 10px;
  font-size: 10px;
  content: "\1F447  To view replies to stickied comments, click 'permalink' below.";
}

/* Add note about the rules on the New Post page */
.submit-post::before {
  display: block;
  background-color: #00000033;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  content: "Avoid dooming, be civil and read the rules!  Please do your part to help keep this community awesome. Direct 'discussion-oriented' posts to the Weekly discussion threads. Thank you! " url(https://media.greatawakening.win/post/8C9xEbXT.png);
  line-height: 1.8em;
  border-left: 2px solid #00000066;
  border-right: 2px solid #00000066;  
}
.theme-dark .submit-post:before {
  border-image: linear-gradient(blue, purple) 1;
}
.submit-post > #title {
  margin-top: 14px;
}

/* Mod Queue Pepe */
.empty.queue > svg > path { display: none; }
.empty.queue > svg {
  width: 150px;
  height: 150px;
  background: url(https://media.greatawakening.win/post/Fy0K5XVL.gif);
  background-size: contain;
  filter: drop-shadow(0 0 8px #598e3b);
}
.theme-dark .empty.queue > p {
  font-weight: bold;
  color: white;  
}

/* Filetype and social media icons (need to add more) */
.content > .rendered > p > 
  a[href$=".png"]::before,
  a[href$=".jpg"]::before,
  a[href$=".jpeg"]::before,
  a[href$=".gif"]::before,
  a[href$=".webp"]::before {
  content: "";
  padding-left: 22px;
  background-image: url("https://media.greatawakening.win/post/xj5ozNab.png") !important;
  background-repeat: no-repeat;
}

.content > .rendered > p > 
  a[href$=".pdf"]::before {
  content: "";
  padding-left: 22px;
  background-image: url("https://media.greatawakening.win/post/3ygfZbaH.png") !important;
  background-repeat: no-repeat;
}

.content > .rendered > p > 
  a[href*="youtube.com"]::before,
  a[href*="youtu.be"]::before {
  content: "";
  padding-left: 22px;
  background-image: url("https://media.greatawakening.win/post/ZCi9lcBA.png") !important;
  background-repeat: no-repeat;
}

.content > .rendered > p > 
  a[href*="gab.com"]::before {
  content: "";
  padding-left: 22px;
  background-image: url("https://media.greatawakening.win/post/ItFmhyE9.png") !important;
  background-repeat: no-repeat;
}

.content > .rendered > p > 
  a[href*="twitter.com"]::before {
  content: "";
  padding-left: 22px;
  background-image: url("https://media.greatawakening.win/post/TjyKJ5kQ.png") !important;
  background-repeat: no-repeat;
}


/* Context pulse */

.post-context {
  background: rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

/* gif template */
/*
[href="/u/#"],
[href="/u/#"] {
    color: #ff000000!important;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 135px;
}
*/

/* Emoji template */

/* [href="/u/#"] {
    color: #ff000000!important;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    pointer-events: none;
    cursor: default;
    margin-right: -80px;
    text-align: -webkit-center;
} */

@keyframes textRainbow {
    from {
        color: rgb(255, 0, 0);
    }
    16.6% {
        color: rgb(255, 0, 255);
    }
    33.3% {
        color: rgb(0, 0, 255);
    }
    50% {
        color: rgb(0, 255, 255);
    }
    66.6% {
        color: rgb(0, 255, 0);
    }
    83.3% {
        color: rgb(255, 255, 0);
    }
    to {
        color: rgb(255, 0, 0);
    }
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
  }
  
  50% {
	text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
  }
  
  to {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
  }
}

.post .author.moderator, .comment .author.moderator, .author.moderator, 
.mail .moderator, .a.author.moderator, .author.official {
	color: #ef00ff!important;
	animation: textRainbow 10s linear 0s infinite!important;
}

.details .distinguished {
	animation: textRainbow 10s linear 0s infinite!important;
}


/* Allow selecting text on notes */
.popup-note > .inner > .options > .note > .body { user-select: text !important; }
.popup-note > .inner > .options > .note > .body > .details { user-select: none !important; }


/* Weekly Discussion Thread */
[href*="weekly-discussion-thread"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #e60073, 0 0 3px #e60073, 0 0 4px #e60073!important;
}

/* Patriots.win unity */
.post.stickied[data-id="2353747"] > .thumb > img {
  display: none;
}
.post.stickied[data-id="2353747"] > .thumb {
  background-image: url(https://media.greatawakening.win/post/Bzho0sfj.gif) !important;
  background-position-x: -4px;
  background-size: auto 180%;
  filter: drop-shadow(0 0 8px white);
}
.post.stickied[data-id="2353747"] {
  filter: drop-shadow(0 0 8px #FF0000);
}

/* Mike Lindell Watch Party */
[href*="here-is-mike"],
.post.stickied > .body > .top > a[href*="frankspeech.com"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #e60073, 0 0 3px #e60073, 0 0 4px #e60073!important;
}
[href*="here-is-mike"]:before,
[href*="here-is-mike"]:after,
.post.stickied > .body > .top > a[href*="frankspeech.com"]:before,
.post.stickied > .body > .top > a[href*="frankspeech.com"]:after {
	color: #ffffff00 !important;
  text-shadow: none !important;
  background-image: url("https://media.greatawakening.win/post/C62fJBvd.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px #e60073);
}
.post.stickied[data-id="2379488"] > .body > .top > .post-flair {
  color: #ffffff00 !important;
  text-shadow: unset;
  background-image: url("https://media.greatawakening.win/post/22ikyTZq.gif");
  background-size: cover;
  border-color: #000;
}
.post.stickied[data-id="2379488"] > .thumb {
  background-image: url("https://media.greatawakening.win/post/JxNowLms.png");
  background-size: contain; 
  background-repeat: no-repeat;
  animation: rotation 2s infinite ease;
}
@keyframes rotation {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    filter: drop-shadow(0 0 8px #e60073);
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.post.stickied [href*="/wins-of-the-day"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #FFCC00, 0 0 3px #FFCC00, 0 0 4px #FFCC00!important;
}
/* Daily Prayer */
.post.stickied [href*="/daily-prayer-thread"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #FFCC00, 0 0 3px #FFCC00, 0 0 4px #FFCC00!important;
}

/* Future enhancement when I have more time. Mod distinguished post should glow lime green. */

[href*="/take-the-ga-stylesheet-with-you"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #228C22, 0 0 3px #228C22, 0 0 4px #228C22!important;
}
