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-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);
}

/* TEMPORARY DISPLAY HIDE UNTIL ABUSE FIX IN PLACE lol 
.preview { display:none; /*   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; */ /* number of lines to show */ /*
   -webkit-box-orient: vertical; */}
div.separator:hover + .preview { display: block !important; }
*/

/* .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
    Flynn Flag: https://media.greatawakening.win/post/vzrGwsES.jpeg
    Flynn Advice: https://media.greatawakening.win/post/QkNRVKoG.png
*/

.sidebar .img {
	background: url(https://media.greatawakening.win/post/QkNRVKoG.png); 
	background-size: 300px;
	background-repeat: no-repeat;
	padding-left: 800px;
	width: 300px;
	height: 335px
}


/* ============ Flair =========== */
/* MEDIA PANIC */
.post-flair[data-flair="media-panic"] {
	background-image:url(https://media.patriots.win/post/1qmYL7Dy.png);
	background-color:#000;
	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-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:auto;
	background-color:#000;
	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:#b80000;
  border-left-color: #BABABA;
  border-top-color: #BABABA;
	text-align: center;
	padding: 3px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
}

/* WWG1WGAWW */
.post-flair[data-flair="wwg1wgaww"] {
  background-color:#000;
	background-image:url(https://media.greatawakening.win/post/no73GUx2.gif);
  background-position: left center;
  border-color: #FFFFFF66;
  padding: 3px 5px 3px 5px;
  color: #FFF;
	width:auto;	
	font-size:14px;
  font-weight: bold;
	text-align: center;  
  text-shadow:0px 0px 3px #000,0px 0px 3px #000,0px 0px 1px #000,0px 0px 3px #000;
	box-shadow:0 0px 5px rgba(0,0,255,0.75),0 0px 2px rgba(0,0,255,0.75);
}

/* Qincidence */
.post-flair[data-flair="qincidence"] {
	width:100px;
	text-align:center;
	background-color:#850;
	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-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-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-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-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-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-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-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-size:14px;
  font-weight: bold;
	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:2px;
	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-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-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:auto;
	text-align:center;
	background-color:#EEF;
	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: 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-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-size:14px;
  font-weight: bold;
	color:#d10;
	text-shadow:1px 1px 1px #000000,0px 0px 1px #00000033,0px 0px 1px #00000033,0px 0px 3px #00000033;
	border-color:#d1000075;
	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-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-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-size:16px;
  font-family: monospace;
	color:#7668ce8a;
	text-align: center;
  font-weight: 900;	
  padding: 3px 5px 2px 5px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
  text-shadow:0 0px 5px rgba(0,0,0,1),0 0px 5px rgba(0,0,0,1);
	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-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-size: 14px;
  font-weight: bold;
  color: #ffd600;
  text-shadow: 0px 0px 3px #00000090, 0px 0px 3px #00000090, 1px 1px 1px #000, 1px 1px 3px #000;
  border-color: #ffc100;
  padding: 4px;
  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/G8C3oWoH.png);
  animation: dailyWinFlash 6s linear 0s infinite!important;
}

/* Cabal History Theory */
.post-flair[data-flair=cabalhistory] {
  width: unset;
  background-color: #e0d5b7;
  background-image: url(https://media.greatawakening.win/post/UlxLOZWa.png);
  background-size: cover;
  font-family: cursive;
  font-size: 18px;
  font-weight: bold;
  color: #3d3123;
  text-align: center;
  padding: 0 5px 0 5px;  
  border-color: #424242;
  border:solid 2px #e0d5b7;
  border-radius: 255px 45px 75px 15px/65px 225px 45px 255px;
  text-shadow: 1px 1px 3px #00000033, 1px 1px 3px #00000033, 1px 1px 1px #00000033, 1px 1px 3px #00000033;
  box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 2px 2px rgba(0,0,0,.5);
  transform: rotate(-1.5deg);
}


/* MSM Conspiracy Theory */
.post-flair[data-flair="msmconspiracytheory"] {
	background-color:#0F0F0F;
	font-size:14px;
	color:#FFF;
  border: dotted 1px #c10000;
  border-bottom-color: #00f;
  border-left-color: #0f0;
  border-right-color: #f0f;
	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: msmFlairAnim 2s infinite ease-in-out;
}
@keyframes msmFlairAnim {
  0% {
    border: dotted 1px #c10000;
    border-bottom-color: #00f;
    border-left-color: #0f0;
    border-right-color: #f0f;
  }
  50% {
    border: dotted 1px #00f;
    border-bottom-color: #c10000;
    border-left-color: #f0f;
    border-right-color: #0f0;
  }
  100% {
    border: dotted 1px #c10000;
    border-bottom-color: #00f;
    border-left-color: #0f0;
    border-right-color: #f0f;
  }
}

/* False Flag */
.post-flair[data-flair="falseflag"] {
	background-color:#F00;
	font-size:14px;
  font-weight: bold;
  letter-spacing: 2px;
	color:#FFF;
	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)
}

/* Unverified Telegram */
.post-flair[data-flair="unverifiedtelegram"] {
	background-color:#28a9eb;	
	font-size:14px;
  font-weight: bold;
	color:#FFF;  
	border-color:#006599;
	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);
  text-shadow:0 2px 5px #006599,0 2px 2px #006599;
}

/* Memory-Holed */
.post-flair[data-flair="memory-holed"] {
	background-color:#596b97;	
	font-size:14px;
  font-weight: bold;
	color:#FFF;  
	border-color:#006599;
	padding: 5px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
  text-shadow:0 2px 5px #1d305c,0 2px 2px #1d305c;
}

/* Crimes & Corruption */
.post-flair[data-flair="crimescorruption"] {
	background-color:#000;
	font-size:14px;
  font-variant: small-caps;
  font-weight: bold;
	color:#F00;
	text-shadow:0px 0px 3px #FF000080,0px 0px 3px #FF000080,0px 0px 1px #FF0000,1px 1px 3px #000;
	border-color:#600000;
  padding: 5px;	
}

/* Local Win */
.post-flair[data-flair="localwin"] {
	background-color:#000;
  background-image: url(https://media.greatawakening.win/post/Cl5Qyxva.png);
  background-size: cover;
	font-size:14px;
  font-weight: bold;
	color:#FFF;
	text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:#5b7626;
	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)
}

/* Getting Involved */
.post-flair[data-flair="gettinginvolved"] {
	background-color:#000;
  background-image: url(https://media.greatawakening.win/post/YSi1FpnW.png);
  background-size: cover;
	font-size:14px;
  font-weight: bold;
	color:#FFF;
	text-shadow:1px 1px 3px #b100ff,1px 1px 3px #000,1px 1px 1px #000,1px 1px 3px #000;
	border-color:#b100ff;
	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)
}

/* Boycott */
.post-flair[data-flair="boycott"] {
	background-color:#FFF;
	font-size:14px;
  font-weight: bolder;  
	color:#F00;
  border: 5px double #F00;
	padding: 2px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
  border-radius: 6px;
}

/* Clown World */
.post-flair[data-flair="clownworld"] {
	background-color:#0fa6ff;  
  background-size: cover;
	font-size:14px;
  font-weight: bolder;  
	color:#FFF;  
	padding: 4px;
	box-shadow:0 2px 5px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.5);
  text-shadow:0 2px 5px rgba(0,0,0,.75),0 2px 2px rgba(0,0,0,.75);
}

/* 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;
}

[href="/u/10122046/"]::after {
    content: "[IvermectinTruth]";
    padding: 2px 2px;
    color: #ff9b00;
    font-weight: 700px;
}

/* 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;
}
[href="/u/Puncake150/"]::after {
    content: "[Contributor]";
    padding: 2px 2px;
    color: #ff9b00;
    font-weight: 700;
	animation: textRainbow 10s linear 0s infinite!important;
}
/* CUSTOM USER FLAIRS */
/*BEFORE*/
/*PEPE FLAIRS*/
/* qcumber to screw with the trolls from plebbit */
[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;
}

/* Hammer Pepe */
[href="/u/FreshFriggy/"]:before,
[href="/u/BitcoinPatriot/"]:before {
    content: ".....";
    display: inline-block;    
    height: 26px !important;
    width: 40px;
    background-image: url(https://media.greatawakening.win/post/BtrhnJTV.png); 
    font-size: 20px;
}

/* cool pepe emoji */
[href="/u/FreedomLover21/"]:before,
[href="/u/HunnyB/"]:before,
[href="/u/ThetruthSpreadsinNY/"]:before,
[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/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 {
    content: "000";
    background-image: url(https://media.greatawakening.win/post/MyP54mmv.png); 
    font-size: 18px;
    text-shadow: none;
}

/* pepe surprised pepe emoji */ 
[href="/u/TheGreatAwakened/"]:before,
[href="/u/Cyphr/"]:before,
[href="/u/charlesufarley/"]:before,
[href="/u/Ssoul/"]:before,
[href="/u/Internet_hugs/"]: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/AntarcticDiscovery/"]:before,
[href="/u/Ex-blue_state/"]:before,
[href="/u/The_Him/"]:before,
[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/OldSoulPatriot/"]::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/making_upvotes/"]:before,
[href="/u/PepeSee/"]:before, 
[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,
[href="/u/Pol_wol7/"]:before,
[href="/u/FlamingButBased/"]: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);
}

/* Bee Pepe */
[href="/u/TXBeeLady/"]:before
{
    content: "00";
    position: relative;
    top: 4px;
    background-image: url(https://media.greatawakening.win/post/RVqqjC1f.png);
}


/*Soldier Pepe*/
[href="/u/Jmadness/"]:before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/vemMlRRu.png);
}

/* emote pepe wizard  */    
[href="/u/God_Bless_America1/"]::before,
[href="/u/QuestGiver/"]::before,
[href="/u/Magistra/"]::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/darkwinter_/"]:before,
[href="/u/Huskereyez/"]:before,
[href="/u/TNBanjoMan/"]:before,
[href="/u/HopefulSkeptic/"]: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/_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/newchina/"]: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/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/CaptainChrisPBacon/"]:before,
[href="/u/HatePickingUserNames/"]:before,
[href="/u/incogneato/"]:before,
[href="/u/PilgrimFarAway/"]:before,
[href="/u/CaptainChrisPBacon /"]:before,
[href="/u/pearlrevolver/"]:before {
  content: "00";
  position: relative;
  top: 4px;
  margin-right: 2px;
  background-image: url(https://media.greatawakening.win/post/49JX2sTm.png);
}

/* Pepe toilet paper goggles */

[href="/u/prophetofnothing/"]:before,
[href="/u/basedvirginian/"]:before {
    content: "00";
    font-size: 28px;
    background-image: url(https://media.greatawakening.win/post/ExiZT8IZ.png);    
    position: relative;
    top: 5px;
}

/* United Cape Patriot */
[href="/u/MAGA_Patriot_1776/"]:before {
    content: "00";    
    background-image: url(https://media.greatawakening.win/post/YCrWyz3f.png);    
    position: relative;
    top: 3px;
    margin-right: 4px;
    margin-left: 2px;
}

/* headphones pepe music */
[href="/u/NewportBeach/"]:before,
[href="/u/Fubardian/"]:before,
[href="/u/FreedomFirst/"]:before,
[href="/u/FroagOnWin/"]:before,
[href="/u/7Nick9/"]:before,
[href="/u/TheQStrategy/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/D1bswNGD.png);
}

/* stud pepe emoji */  
[href="/u/Oldpatriot/"]::before,
[href="/u/5547/"]:before,
[href="/u/BerlinWallCrosser/"]:before,
[href="/u/KetoOrourke/"]:before,
[href="/u/MAG768720/"]:before,
[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/Jackdagger/"]:before,
[href="/u/sleepydude/"]:before,
[href="/u/MAGA_100X/"]:before,
[href="/u/Vapourface/"]: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/TheCircleKiller/"]:before,
[href="/u/Decimusunum/"]:before,
[href="/u/Richone/"]: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/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/GA2A/"]:before,
[href="/u/pnwhomebrewer/"]: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/TheLightOfTruth17/"]: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/AlgorithmicFairness/"]: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/MAGALogic/"]:before,
[href="/u/QWasRightAgain/"]: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/Anon_1776/"]:before,
[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);
}

/* stoner stoned pepe emoji */  
[href="/u/Dragonwarlord/"]:before,
[href="/u/kratomlol/"]:before,
[href="/u/SquatchNDenver/"]:before,
[href="/u/paradoxAUS/"]:before,
[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 {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/3CxxXtjE.png);
}

/* thedonald emoji */   
[href="/u/KickingPugilist/"]:before,
[href="/u/WildWestWarrior/"]:before,
[href="/u/GoGoOptomistic/"]:before,
[href="/u/55andshocked/"]:before,
[href="/u/Trump2020PogChamp/"]:before,
[href="/u/basilpesto/"]:before,
[href="/u/funwithguitars/"]:before,
[href="/u/barndoorsmurf/"]:before,
[href="/u/HonestBobbin/"]:before,
[href="/u/REDMAGA/"]:before,
[href="/u/ToxicLibertyism/"]:before,
[href="/u/goldentomatoes1/"]:before,
[href="/u/OGpat/"]:before,
[href="/u/SaveAmerica2021/"]:before,
[href="/u/TheHumanPrimer/"]:before,
[href="/u/Nitrojunkie72/"]:before,
[href="/u/TheMAGAnificent/"]:before,
[href="/u/MakeAmericaWinAgain/"]: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);
}

/* female pepe */

[href="/u/Trump4evergirl/"]:before,
[href="/u/Trumpette6646/"]:before,
[href="/u/AngelCole/"]:before,
[href="/u/BetsyFreedom85/"]:before,  
[href="/u/MariaGoretti0706/"]:before,  
[href="/u/PowderRoomPolitics/"]:before,  
[href="/u/annamaga/"]:before,
[href="/u/Mary911/"]:before,
[href="/u/WeekoWolf/"]:before,
[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/MZkKZqTE.png);
    position: relative;
    top: 2px;
    margin-right: 4px;
}

/* emote awoo wolf */
[href="/u/TigerGirl12/"]:before,
[href="/u/NeverStopBelieving/"]:before,
[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/Cat_Anon/"]:before,
[href="/u/catbertz/"]:before,
[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/TruthbtwnPR/"]::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/BCIsARapist/"]:before,
[href="/u/FuckCommies/"]:before,
[href="/u/Qanaut/"]:before,
[href="/u/Thothbag/"]:before,
[href="/u/ThiccusDickus/"]:before,
[href="/u/Thwok/"]:before,
[href="/u/Blurpy/"]:before,
[href="/u/Captainzoomer/"]:before,
[href="/u/patriotfortrump/"]:before,
[href="/u/chelthing/"]:before,
[href="/u/PatriotsVsCommies/"]:before,
[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/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/EuropeanRepublican/"]:before, 
[href="/u/Europa/"]:before, 
[href="/u/FuckNewsom/"]:before, 
[href="/u/EthnicEuropean/"]:before, 
[href="/u/penisse/"]:before, 
[href="/u/Wannastayfree/"]:before,
[href="/u/Fjolsvith/"]: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/prometheus_xiii/"]:before,
[href="/u/Star_Commander/"]:before,
[href="/u/Saltyarmyanon/"]:before,
[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/Snake/"]:before,
[href="/u/yomammasayshi/"]:before,
[href="/u/CorpseLivesMatter/"]:before,
[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/Heckles/"]: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/probablyacoincidence/"]:before,
[href="/u/Bidenisasshoe/"]:before,
[href="/u/Pepe_Loves_Haggis/"]:before,
[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: "00";
    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/NotACop/"]:before,
[href="/u/Jkshaffe/"]: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/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 {
    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/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/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);
  position: relative;
  top: 4px;
  margin-right: 4px;
}

/*VINCE MCMAHON*/
/* Vince wow emoji */
[href="/u/Puncake150/"]: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);
}

/* triggered EMOJI (FOR BAD USERS) */
[href="/u/PelosisPussy/"]:before {
  content: "00";
  color: #ff000000!important;
  background-image: url(https://media.greatawakening.win/post/oxuxrET2.gif);
  position: relative;
  top: 3px;
  margin-right: 3px;
}
/*
[href="/u/Jestheter/"]:after {
    color: #6a6e09;
    content: "[Pelosi's #1 Fan]";
}
*/


/*FLAGS*/
/*US STATE FLAGS*/
/* alaskan flag */
[href="/u/summerstormAK/"]:before {
    content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/JFSpSjpF.png);
}

/* indiana flag */
[href="/u/TrumpIsGreat2020/"]:before {
    content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/NAC0esNz.png);
}

/* NZ flag 
[href="/u//"]:before {
    content: "0000";
    background-image: url(https://media.greatawakening.win/post/KgepRlvN.png);
}*/ 

/* Kiwi Pepe flag */
[href="/u/Kiwipede41/"]:before, 
[href="/u/maganz/"]:before, 
[href="/u/Annie99/"]:before {
    content: "lllllll";
    background-image: url(https://media.greatawakening.win/post/VU9qrX79.png);    
    padding-right: 0 !important;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

/* Taiwanese Flag */
[href="/u/Classical1/"]:before {
content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    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: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/52sl0tns.png);
}

/* Swedish Flag */
[href="/u/Heldiggrisen/"]:before {
content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/RJDYK9mB.png);
}

/* Polish Flag */
[href="/u/PolishBaldEagle/"]:before,
[href="/u/PolishPepe/"]:before {
content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/BGyfmFKm.png);
}

/* South African Flag */ 
[href="/u/purkiss80/"]:before,
[href="/u/Aegonthe1st/"]:before {
  content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
  background-image: url(https://media.greatawakening.win/post/pSZdlmZx.png);
}

/* Norwegian Flag */
[href="/u/Phishhed44/"]:before {
    content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/iaXz5qKR.png);
}
[href="/u/Phishhed44/"]:after {
  content: " [Berserker!]";
  color: red;
  position: relative;
}

[href="/u/ARandomOgre/"]:after {
  content: " [reddit Qult_HQ Mod]";
  color: red;
  position: relative;
}




/* Netherlands Flag */
[href="/u/Micheal84/"]:before {
    content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/JHbBe6Hr.png);
}

/* United Kingdom Pepe Flag */ 
[href="/u/wideawakeuk/"]:before,
[href="/u/Godspeedpatriotsx/"]:before, 
[href="/u/FreedomloverUK/"]:before, 
[href="/u/propertyofUniverse/"]:before {
    content: "....";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/2h674sK1.png);
}

/* shills */
/*
[href="/u//"]:before,
[href="/u//"]:before {
    content: "OOOOOOOOOOOOOO";
  position: relative;
  top: 9px;
  margin-right: 4px;
    background-image: url(https://media.greatawakening.win/post/vaICTNvL.gif);
width: 400px !important;
height: 400px !important;
}

*/

/*UNCATEGORIZED EMOTES*/

/* American Eagle */
[href="/u/FreedomFan1975/"]:before,
[href="/u/trump2020voter/"]:before,
[href="/u/CantStumpIWin/"]::before,
[href="/u/50_stars_for_freedom/"]::before,
[href="/u/Anon8675309/"]::before,
[href="/u/Jagerman2/"]::before  
{
    content: "000";
    background-image: url(https://media.greatawakening.win/post/VVz1O6ms.png);
    position: relative;
    top: 6px;
    margin-right: 5px;
}


/* My Pillow Based Mike Lindell FACE */  
[href="/u/CaptainQuip/"]::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/Happybeet/"]::before
{
    content: "00";
    background-image: url(https://media.greatawakening.win/post/dsNhhBx6.png);
}


/* Punisher Skull */
[href="/u/Ivannivonka/"]::before, 
[href="/u/BurnTheSplinters/"]::before, 
[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/PepeNinjaLove/"]::before,
[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/Feedpumps/"]:before {
    content: "00";
    background-image: url(https://media.greatawakening.win/post/QFAEY5GC.png);
}

/* Aussie Emote */
[href="/u/Ozzie/"]:before,
[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";
  position: relative;
  margin-right: 4px;
  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";
  position:relative;
  margin-right: 4px;
  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/SwampRangers/"]::before,
[href="/u/Slechta5614/"]::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;  
}






/* coffee pepe */
/* background-image: url(https://media.greatawakening.win/post/3EaI8Pwk.gif); */
/* bolso pepe */
    background-image: url(https://media.greatawakening.win/post/ZDt1ZhmO.png);
    background-position-x: 4px;
    font-size: 24px;
}

/*
[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/kiwi_pede/"]:hover,
a.author[href="/u/parallax_crow/"]: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/#Superman"],
[href="/u/#superman"] {
    background-image: url(https://media.greatawakening.win/post/xVntz3pt.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#Rocky"],
[href="/u/#rocky"] {
    background-image: url(https://media.greatawakening.win/post/iEA3NvJ4.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#Neo"],
[href="/u/#neo"] {
    background-image: url(https://media.greatawakening.win/post/6VBYH0Il.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#bahaha"],
[href="/u/#bahaha"] {
    background-image: url(https://media.greatawakening.win/post/AnlWnzVa.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#gottem"],
[href="/u/#gottem"] {
    background-image: url(https://media.greatawakening.win/post/BXtYkdcd.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#demcry"],
[href="/u/#demcry"] {
    background-image: url(https://media.greatawakening.win/post/ekJOYgYv.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#libcry"],
[href="/u/#libcry"] {
    background-image: url(https://media.greatawakening.win/post/u3JmbbT5.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#Insomnia"],
[href="/u/#insomnia"] {
    background-image: url(https://media.greatawakening.win/post/JfAHIhXR.gif);
    font-size: 0;
    line-height: 110px;
}

[href="/u/#Fireworks"],
[href="/u/#fireworks"] {
    background-image: url(https://media.greatawakening.win/post/2GuOnJjr.gif);
    font-size: 0;
    line-height: 110px;
}


[href="/u/#Checked"],
[href="/u/#checked"] {
    background-image: url(https://media.greatawakening.win/post/aD0isZcW.gif);
    font-size: 0;
    line-height: 110px;
}


[href="/u/#Topkek"],
[href="/u/#topkek"] {
    background-image: url(https://media.greatawakening.win/post/9ZRo91r0.gif);
    font-size: 0;
    line-height: 110px;
}


[href="/u/#Checked"],
[href="/u/#checked"] {
    background-image: url(https://media.greatawakening.win/post/aD0isZcW.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/#Mikeevspra"],
[href="/u/#mikeevspra"] {
    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;
}

/* Original video is hilarious, but the gif looks kinda bad without context
[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;
}

/* DELETE STELTER GIF LATER */
[href^="/u/#stelter" i] { 
    background-image: url(https://media.greatawakening.win/post/sqbEBiEn.gif);
    font-size: 0;
    line-height: 135px;
}

*/


/* emoji */

[href="/u/#pajamapants"] {
    background-image: url();
    display: -webkit-inline-box;
    margin-right: -52px;
}

[href="/u/#stonedpepe"] {
    background-image: url(https://media.greatawakening.win/post/3CxxXtjE.png);
    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/user/"]: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;
}

/* rundown */
[href="/u/#Rundown"],
[href="/u/#rundown"] {
    background-image: url(https://media.greatawakening.win/post/uq2Lh2an.png);
    font-size: 0;
    line-height: 250px;
}


/* 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;
}


/* 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/Modmail Pepe */
.empty.queue > svg > path, .empty > .empty-icon > svg > path { display: none; }
.empty.queue > svg, .empty > .empty-icon > svg {
  width: 150px;
  height: 150px;
  background: url(https://media.greatawakening.win/post/Fy0K5XVL.gif);
  background-size: contain;
  filter: drop-shadow(0 0 8px #598e3b);
}
.empty > .empty-icon > svg {
  background: url(https://media.greatawakening.win/post/3m80xaYc.gif);
  background-repeat: no-repeat;
  background-size: cover;
}
.theme-dark .empty.queue > p, .empty-message {
  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(255,255,255,0.05);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
  border-radius: 4px;
  padding: 4px;
}
/* Context hover */
.post-context:hover:after {  
  content: attr(href) !important;
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000!important;
  color: #0F0;
  font-size: 10px;  
  font-family: monospace;
}


/* Context video flair */
.post-context[href*="youtube.com"]::before,
.post-context[href*="youtu.be"]::before,
.post-context[href*="rumble.com"]::before,
.post-context[href*="bitchute.com"]::before,
.post-context[href*=".mp4"]::before {
  content: "";
  padding-left: 20px;
  background-image: url("https://media.greatawakening.win/post/ZCi9lcBA.png") !important;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}

@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, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 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 - Modify for any watch party */
/*[href*="president-trump-rally-in-ohio"],
.post.stickied > .body > .top > a[href*="president-trump-rally-in-ohio"] {
	color: white!important;
	text-shadow: 0 0 1px #F00, 0 0 2px #F00, 0 0 3px #F00, 0 0 4px #F00!important;
}
[href*="mike-lindell-rally"]:before,
[href*="mike-lindell-rally"]:after,
.post.stickied > .body > .top > a[href*="president-trump-rally-in-ohio"]:before,
.post.stickied > .body > .top > a[href*="president-trump-rally-in-ohio"]:after {
	color: #ffffff00 !important;
  text-shadow: none !important;
  font-size: 22px;
  background-image: url("https://media.greatawakening.win/post/pGtzwmYt.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px #F00);
  filter:unset;
}
.post.stickied[data-id="2595896"] > .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 !important;  
}
.post.stickied[data-id="2595896"] > .thumb > a {
  display: none !important; 
}
.post.stickied[data-id="2595896"] > .thumb {
  background-image: url("https://media.greatawakening.win/post/Bzho0sfj.gif");
  background-size: cover; 
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 4px #FFFFFF50);  
}*/

@keyframes rotation {
  0% {
    transform: rotate(-5deg);
  }
  50% {    
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}



.post.stickied [href*="/wins-of-the-day"],[href*="/extra-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;
}
.post.stickied .post-flair[data-flair="dailywins"] {
  box-shadow:0 0 1px #ffffff66, 0 0 2px #FFCC0066, 0 0 3px #FFCC0066, 0 0 4px #FFCC0066 !important;
}

/* blue shimmy */
.post.stickied [href*="/prayer-warriors"]
 {
	color:blue !important;
	text-shadow: 0 0 1px #fff, 0 0 2px #FFCC00, 0 0 3px #FFCC00, 0 0 4px #FFCC00!important;
}

/* Daily Prayer */
.post [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;
}

/* Approved flair */
.post>.body>.top>.approved {
  border: 1px solid darkgreen;
  padding: 2px;
  border-radius: 4px;
  color: white;
  background-color: green;
  font-weight: 200;
}
.post>.body>.top>.approved:after {
  content: "APPROVED" !important;
  font-size: 10px;
}

/* POST FLAIR OVERHAUL */
@media only screen and (max-width: 600px) {
  .popup-flair {
    z-index: 99999;
    margin: 0 !important;
    padding: 0 !important;
    transform: unset !important;
    position: fixed;    
    top: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  .popup-flair>.inner {
    height: 100%;
    max-height: 100% !important;
    width: 100%;
    background: linear-gradient(45deg,rgba(29,62,121,1),rgba(115,16,16,1)) !important;
  }  
  .popup-flair>.inner>.close {
    border: 1px solid #f00 !important;
    z-index: 100000 !important;
  }
  .popup-flair>.inner>.options {
    display: flex !important;
    flex-direction: column;    
    position: relative;
    top: 0;
    bottom: 0;
    max-height: calc(100% - 100px) !important;   
  }
  .popup-flair>.inner>.options>.flair-list {    
    flex: 2;
    overflow-y: scroll !important;
  }
} 

.popup-flair>.inner>.options>.flair-list {
  justify-content: center;
  align-items: flex-start;  
}
.popup-flair>.inner>.options>.flair-list>li {
  width: auto;
  margin: 4px;
  align-self: center;
}


/* STYLESHEET EDITOR */
.config {  
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 600px) {
  form.update-stylesheet {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #000;
  }
  textarea[name="stylesheet"] {
    position: fixed;
    resize: none;
    top: 0;
    height: calc(100vh - 40px) !important;
    margin-bottom: 40px;
    bottom: 40px !important;
  }
  form.update-stylesheet > input[type="submit"] {
    position: fixed;
    display: block;
    bottom: 0;
    left: 50%;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

textarea[name="stylesheet"] {
  display: block;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace !important;
  font-size: 0.85em !important;
  width: 100% !important;
  border: 1px solid #00000050 !important;
  background-color: #0f0f0f !important;
	box-shadow: unset !important;  
}


/* Sidebar Centering Fix on Mobile (REVERT IF THERE ARE ISSUES!) */
.sidebar-banner {
  padding-left: unset !important;
  width: 50%;
  margin: auto;
}


/* Future enhancement when I have more time. Mod distinguished post should glow lime green. */

[href*="/quitting-a-job-over-covid-vaccin/"] {
	color: white!important;
	text-shadow: 0 0 1px #fff, 0 0 2px #228C22, 0 0 3px #228C22, 0 0 4px #228C22!important;
}







/*  ------------- qposts ------------- */

[href="/u/#q1"] {content: url(https://qagg.news/siteimages/postimage1.jpg); max-width:100%; }
[href="/u/#q2"] {content: url(https://qagg.news/siteimages/postimage2.jpg); max-width:100%; }
[href="/u/#q3"] {content: url(https://qagg.news/siteimages/postimage3.jpg); max-width:100%; }
[href="/u/#q4"] {content: url(https://qagg.news/siteimages/postimage4.jpg); max-width:100%; }
[href="/u/#q5"] {content: url(https://qagg.news/siteimages/postimage5.jpg); max-width:100%; }
[href="/u/#q6"] {content: url(https://qagg.news/siteimages/postimage6.jpg); max-width:100%; }
[href="/u/#q7"] {content: url(https://qagg.news/siteimages/postimage7.jpg); max-width:100%; }
[href="/u/#q8"] {content: url(https://qagg.news/siteimages/postimage8.jpg); max-width:100%; }
[href="/u/#q9"] {content: url(https://qagg.news/siteimages/postimage9.jpg); max-width:100%; }
[href="/u/#q10"] {content: url(https://qagg.news/siteimages/postimage10.jpg); max-width:100%; }
[href="/u/#q11"] {content: url(https://qagg.news/siteimages/postimage11.jpg); max-width:100%; }
[href="/u/#q12"] {content: url(https://qagg.news/siteimages/postimage12.jpg); max-width:100%; }
[href="/u/#q13"] {content: url(https://qagg.news/siteimages/postimage13.jpg); max-width:100%; }
[href="/u/#q14"] {content: url(https://qagg.news/siteimages/postimage14.jpg); max-width:100%; }
[href="/u/#q15"] {content: url(https://qagg.news/siteimages/postimage15.jpg); max-width:100%; }
[href="/u/#q16"] {content: url(https://qagg.news/siteimages/postimage16.jpg); max-width:100%; }
[href="/u/#q17"] {content: url(https://qagg.news/siteimages/postimage17.jpg); max-width:100%; }
[href="/u/#q18"] {content: url(https://qagg.news/siteimages/postimage18.jpg); max-width:100%; }
[href="/u/#q19"] {content: url(https://qagg.news/siteimages/postimage19.jpg); max-width:100%; }
[href="/u/#q20"] {content: url(https://qagg.news/siteimages/postimage20.jpg); max-width:100%; }
[href="/u/#q21"] {content: url(https://qagg.news/siteimages/postimage21.jpg); max-width:100%; }
[href="/u/#q22"] {content: url(https://qagg.news/siteimages/postimage22.jpg); max-width:100%; }
[href="/u/#q23"] {content: url(https://qagg.news/siteimages/postimage23.jpg); max-width:100%; }
[href="/u/#q24"] {content: url(https://qagg.news/siteimages/postimage24.jpg); max-width:100%; }
[href="/u/#q25"] {content: url(https://qagg.news/siteimages/postimage25.jpg); max-width:100%; }
[href="/u/#q26"] {content: url(https://qagg.news/siteimages/postimage26.jpg); max-width:100%; }
[href="/u/#q27"] {content: url(https://qagg.news/siteimages/postimage27.jpg); max-width:100%; }
[href="/u/#q28"] {content: url(https://qagg.news/siteimages/postimage28.jpg); max-width:100%; }
[href="/u/#q29"] {content: url(https://qagg.news/siteimages/postimage29.jpg); max-width:100%; }
[href="/u/#q30"] {content: url(https://qagg.news/siteimages/postimage30.jpg); max-width:100%; }
[href="/u/#q31"] {content: url(https://qagg.news/siteimages/postimage31.jpg); max-width:100%; }
[href="/u/#q32"] {content: url(https://qagg.news/siteimages/postimage32.jpg); max-width:100%; }
[href="/u/#q33"] {content: url(https://qagg.news/siteimages/postimage33.jpg); max-width:100%; }
[href="/u/#q34"] {content: url(https://qagg.news/siteimages/postimage34.jpg); max-width:100%; }
[href="/u/#q35"] {content: url(https://qagg.news/siteimages/postimage35.jpg); max-width:100%; }
[href="/u/#q36"] {content: url(https://qagg.news/siteimages/postimage36.jpg); max-width:100%; }
[href="/u/#q37"] {content: url(https://qagg.news/siteimages/postimage37.jpg); max-width:100%; }
[href="/u/#q38"] {content: url(https://qagg.news/siteimages/postimage38.jpg); max-width:100%; }
[href="/u/#q39"] {content: url(https://qagg.news/siteimages/postimage39.jpg); max-width:100%; }
[href="/u/#q40"] {content: url(https://qagg.news/siteimages/postimage40.jpg); max-width:100%; }
[href="/u/#q41"] {content: url(https://qagg.news/siteimages/postimage41.jpg); max-width:100%; }
[href="/u/#q42"] {content: url(https://qagg.news/siteimages/postimage42.jpg); max-width:100%; }
[href="/u/#q43"] {content: url(https://qagg.news/siteimages/postimage43.jpg); max-width:100%; }
[href="/u/#q44"] {content: url(https://qagg.news/siteimages/postimage44.jpg); max-width:100%; }
[href="/u/#q45"] {content: url(https://qagg.news/siteimages/postimage45.jpg); max-width:100%; }
[href="/u/#q46"] {content: url(https://qagg.news/siteimages/postimage46.jpg); max-width:100%; }
[href="/u/#q47"] {content: url(https://qagg.news/siteimages/postimage47.jpg); max-width:100%; }
[href="/u/#q48"] {content: url(https://qagg.news/siteimages/postimage48.jpg); max-width:100%; }
[href="/u/#q49"] {content: url(https://qagg.news/siteimages/postimage49.jpg); max-width:100%; }
[href="/u/#q50"] {content: url(https://qagg.news/siteimages/postimage50.jpg); max-width:100%; }
[href="/u/#q51"] {content: url(https://qagg.news/siteimages/postimage51.jpg); max-width:100%; }
[href="/u/#q52"] {content: url(https://qagg.news/siteimages/postimage52.jpg); max-width:100%; }
[href="/u/#q53"] {content: url(https://qagg.news/siteimages/postimage53.jpg); max-width:100%; }
[href="/u/#q54"] {content: url(https://qagg.news/siteimages/postimage54.jpg); max-width:100%; }
[href="/u/#q55"] {content: url(https://qagg.news/siteimages/postimage55.jpg); max-width:100%; }
[href="/u/#q56"] {content: url(https://qagg.news/siteimages/postimage56.jpg); max-width:100%; }
[href="/u/#q57"] {content: url(https://qagg.news/siteimages/postimage57.jpg); max-width:100%; }
[href="/u/#q58"] {content: url(https://qagg.news/siteimages/postimage58.jpg); max-width:100%; }
[href="/u/#q59"] {content: url(https://qagg.news/siteimages/postimage59.jpg); max-width:100%; }
[href="/u/#q60"] {content: url(https://qagg.news/siteimages/postimage60.jpg); max-width:100%; }
[href="/u/#q61"] {content: url(https://qagg.news/siteimages/postimage61.jpg); max-width:100%; }
[href="/u/#q62"] {content: url(https://qagg.news/siteimages/postimage62.jpg); max-width:100%; }
[href="/u/#q63"] {content: url(https://qagg.news/siteimages/postimage63.jpg); max-width:100%; }
[href="/u/#q64"] {content: url(https://qagg.news/siteimages/postimage64.jpg); max-width:100%; }
[href="/u/#q65"] {content: url(https://qagg.news/siteimages/postimage65.jpg); max-width:100%; }
[href="/u/#q66"] {content: url(https://qagg.news/siteimages/postimage66.jpg); max-width:100%; }
[href="/u/#q67"] {content: url(https://qagg.news/siteimages/postimage67.jpg); max-width:100%; }
[href="/u/#q68"] {content: url(https://qagg.news/siteimages/postimage68.jpg); max-width:100%; }
[href="/u/#q69"] {content: url(https://qagg.news/siteimages/postimage69.jpg); max-width:100%; }
[href="/u/#q70"] {content: url(https://qagg.news/siteimages/postimage70.jpg); max-width:100%; }
[href="/u/#q71"] {content: url(https://qagg.news/siteimages/postimage71.jpg); max-width:100%; }
[href="/u/#q72"] {content: url(https://qagg.news/siteimages/postimage72.jpg); max-width:100%; }
[href="/u/#q73"] {content: url(https://qagg.news/siteimages/postimage73.jpg); max-width:100%; }
[href="/u/#q74"] {content: url(https://qagg.news/siteimages/postimage74.jpg); max-width:100%; }
[href="/u/#q75"] {content: url(https://qagg.news/siteimages/postimage75.jpg); max-width:100%; }
[href="/u/#q76"] {content: url(https://qagg.news/siteimages/postimage76.jpg); max-width:100%; }
[href="/u/#q77"] {content: url(https://qagg.news/siteimages/postimage77.jpg); max-width:100%; }
[href="/u/#q78"] {content: url(https://qagg.news/siteimages/postimage78.jpg); max-width:100%; }
[href="/u/#q79"] {content: url(https://qagg.news/siteimages/postimage79.jpg); max-width:100%; }
[href="/u/#q80"] {content: url(https://qagg.news/siteimages/postimage80.jpg); max-width:100%; }
[href="/u/#q81"] {content: url(https://qagg.news/siteimages/postimage81.jpg); max-width:100%; }
[href="/u/#q82"] {content: url(https://qagg.news/siteimages/postimage82.jpg); max-width:100%; }
[href="/u/#q83"] {content: url(https://qagg.news/siteimages/postimage83.jpg); max-width:100%; }
[href="/u/#q84"] {content: url(https://qagg.news/siteimages/postimage84.jpg); max-width:100%; }
[href="/u/#q85"] {content: url(https://qagg.news/siteimages/postimage85.jpg); max-width:100%; }
[href="/u/#q86"] {content: url(https://qagg.news/siteimages/postimage86.jpg); max-width:100%; }
[href="/u/#q87"] {content: url(https://qagg.news/siteimages/postimage87.jpg); max-width:100%; }
[href="/u/#q88"] {content: url(https://qagg.news/siteimages/postimage88.jpg); max-width:100%; }
[href="/u/#q89"] {content: url(https://qagg.news/siteimages/postimage89.jpg); max-width:100%; }
[href="/u/#q90"] {content: url(https://qagg.news/siteimages/postimage90.jpg); max-width:100%; }
[href="/u/#q91"] {content: url(https://qagg.news/siteimages/postimage91.jpg); max-width:100%; }
[href="/u/#q92"] {content: url(https://qagg.news/siteimages/postimage92.jpg); max-width:100%; }
[href="/u/#q93"] {content: url(https://qagg.news/siteimages/postimage93.jpg); max-width:100%; }
[href="/u/#q94"] {content: url(https://qagg.news/siteimages/postimage94.jpg); max-width:100%; }
[href="/u/#q95"] {content: url(https://qagg.news/siteimages/postimage95.jpg); max-width:100%; }
[href="/u/#q96"] {content: url(https://qagg.news/siteimages/postimage96.jpg); max-width:100%; }
[href="/u/#q97"] {content: url(https://qagg.news/siteimages/postimage97.jpg); max-width:100%; }
[href="/u/#q98"] {content: url(https://qagg.news/siteimages/postimage98.jpg); max-width:100%; }
[href="/u/#q99"] {content: url(https://qagg.news/siteimages/postimage99.jpg); max-width:100%; }
[href="/u/#q100"] {content: url(https://qagg.news/siteimages/postimage100.jpg); max-width:100%; }
[href="/u/#q101"] {content: url(https://qagg.news/siteimages/postimage101.jpg); max-width:100%; }
[href="/u/#q102"] {content: url(https://qagg.news/siteimages/postimage102.jpg); max-width:100%; }
[href="/u/#q103"] {content: url(https://qagg.news/siteimages/postimage103.jpg); max-width:100%; }
[href="/u/#q104"] {content: url(https://qagg.news/siteimages/postimage104.jpg); max-width:100%; }
[href="/u/#q105"] {content: url(https://qagg.news/siteimages/postimage105.jpg); max-width:100%; }
[href="/u/#q106"] {content: url(https://qagg.news/siteimages/postimage106.jpg); max-width:100%; }
[href="/u/#q107"] {content: url(https://qagg.news/siteimages/postimage107.jpg); max-width:100%; }
[href="/u/#q108"] {content: url(https://qagg.news/siteimages/postimage108.jpg); max-width:100%; }
[href="/u/#q109"] {content: url(https://qagg.news/siteimages/postimage109.jpg); max-width:100%; }
[href="/u/#q110"] {content: url(https://qagg.news/siteimages/postimage110.jpg); max-width:100%; }
[href="/u/#q111"] {content: url(https://qagg.news/siteimages/postimage111.jpg); max-width:100%; }
[href="/u/#q112"] {content: url(https://qagg.news/siteimages/postimage112.jpg); max-width:100%; }
[href="/u/#q113"] {content: url(https://qagg.news/siteimages/postimage113.jpg); max-width:100%; }
[href="/u/#q114"] {content: url(https://qagg.news/siteimages/postimage114.jpg); max-width:100%; }
[href="/u/#q115"] {content: url(https://qagg.news/siteimages/postimage115.jpg); max-width:100%; }
[href="/u/#q116"] {content: url(https://qagg.news/siteimages/postimage116.jpg); max-width:100%; }
[href="/u/#q117"] {content: url(https://qagg.news/siteimages/postimage117.jpg); max-width:100%; }
[href="/u/#q118"] {content: url(https://qagg.news/siteimages/postimage118.jpg); max-width:100%; }
[href="/u/#q119"] {content: url(https://qagg.news/siteimages/postimage119.jpg); max-width:100%; }
[href="/u/#q120"] {content: url(https://qagg.news/siteimages/postimage120.jpg); max-width:100%; }
[href="/u/#q121"] {content: url(https://qagg.news/siteimages/postimage121.jpg); max-width:100%; }
[href="/u/#q122"] {content: url(https://qagg.news/siteimages/postimage122.jpg); max-width:100%; }
[href="/u/#q123"] {content: url(https://qagg.news/siteimages/postimage123.jpg); max-width:100%; }
[href="/u/#q124"] {content: url(https://qagg.news/siteimages/postimage124.jpg); max-width:100%; }
[href="/u/#q125"] {content: url(https://qagg.news/siteimages/postimage125.jpg); max-width:100%; }
[href="/u/#q126"] {content: url(https://qagg.news/siteimages/postimage126.jpg); max-width:100%; }
[href="/u/#q127"] {content: url(https://qagg.news/siteimages/postimage127.jpg); max-width:100%; }
[href="/u/#q128"] {content: url(https://qagg.news/siteimages/postimage128.jpg); max-width:100%; }
[href="/u/#q129"] {content: url(https://qagg.news/siteimages/postimage129.jpg); max-width:100%; }
[href="/u/#q130"] {content: url(https://qagg.news/siteimages/postimage130.jpg); max-width:100%; }
[href="/u/#q131"] {content: url(https://qagg.news/siteimages/postimage131.jpg); max-width:100%; }
[href="/u/#q132"] {content: url(https://qagg.news/siteimages/postimage132.jpg); max-width:100%; }
[href="/u/#q133"] {content: url(https://qagg.news/siteimages/postimage133.jpg); max-width:100%; }
[href="/u/#q134"] {content: url(https://qagg.news/siteimages/postimage134.jpg); max-width:100%; }
[href="/u/#q135"] {content: url(https://qagg.news/siteimages/postimage135.jpg); max-width:100%; }
[href="/u/#q136"] {content: url(https://qagg.news/siteimages/postimage136.jpg); max-width:100%; }
[href="/u/#q137"] {content: url(https://qagg.news/siteimages/postimage137.jpg); max-width:100%; }
[href="/u/#q138"] {content: url(https://qagg.news/siteimages/postimage138.jpg); max-width:100%; }
[href="/u/#q139"] {content: url(https://qagg.news/siteimages/postimage139.jpg); max-width:100%; }
[href="/u/#q140"] {content: url(https://qagg.news/siteimages/postimage140.jpg); max-width:100%; }
[href="/u/#q141"] {content: url(https://qagg.news/siteimages/postimage141.jpg); max-width:100%; }
[href="/u/#q142"] {content: url(https://qagg.news/siteimages/postimage142.jpg); max-width:100%; }
[href="/u/#q143"] {content: url(https://qagg.news/siteimages/postimage143.jpg); max-width:100%; }
[href="/u/#q144"] {content: url(https://qagg.news/siteimages/postimage144.jpg); max-width:100%; }
[href="/u/#q145"] {content: url(https://qagg.news/siteimages/postimage145.jpg); max-width:100%; }
[href="/u/#q146"] {content: url(https://qagg.news/siteimages/postimage146.jpg); max-width:100%; }
[href="/u/#q147"] {content: url(https://qagg.news/siteimages/postimage147.jpg); max-width:100%; }
[href="/u/#q148"] {content: url(https://qagg.news/siteimages/postimage148.jpg); max-width:100%; }
[href="/u/#q149"] {content: url(https://qagg.news/siteimages/postimage149.jpg); max-width:100%; }
[href="/u/#q150"] {content: url(https://qagg.news/siteimages/postimage150.jpg); max-width:100%; }
[href="/u/#q151"] {content: url(https://qagg.news/siteimages/postimage151.jpg); max-width:100%; }
[href="/u/#q152"] {content: url(https://qagg.news/siteimages/postimage152.jpg); max-width:100%; }
[href="/u/#q153"] {content: url(https://qagg.news/siteimages/postimage153.jpg); max-width:100%; }
[href="/u/#q154"] {content: url(https://qagg.news/siteimages/postimage154.jpg); max-width:100%; }
[href="/u/#q155"] {content: url(https://qagg.news/siteimages/postimage155.jpg); max-width:100%; }
[href="/u/#q156"] {content: url(https://qagg.news/siteimages/postimage156.jpg); max-width:100%; }
[href="/u/#q157"] {content: url(https://qagg.news/siteimages/postimage157.jpg); max-width:100%; }
[href="/u/#q158"] {content: url(https://qagg.news/siteimages/postimage158.jpg); max-width:100%; }
[href="/u/#q159"] {content: url(https://qagg.news/siteimages/postimage159.jpg); max-width:100%; }
[href="/u/#q160"] {content: url(https://qagg.news/siteimages/postimage160.jpg); max-width:100%; }
[href="/u/#q161"] {content: url(https://qagg.news/siteimages/postimage161.jpg); max-width:100%; }
[href="/u/#q162"] {content: url(https://qagg.news/siteimages/postimage162.jpg); max-width:100%; }
[href="/u/#q163"] {content: url(https://qagg.news/siteimages/postimage163.jpg); max-width:100%; }
[href="/u/#q164"] {content: url(https://qagg.news/siteimages/postimage164.jpg); max-width:100%; }
[href="/u/#q165"] {content: url(https://qagg.news/siteimages/postimage165.jpg); max-width:100%; }
[href="/u/#q166"] {content: url(https://qagg.news/siteimages/postimage166.jpg); max-width:100%; }
[href="/u/#q167"] {content: url(https://qagg.news/siteimages/postimage167.jpg); max-width:100%; }
[href="/u/#q168"] {content: url(https://qagg.news/siteimages/postimage168.jpg); max-width:100%; }
[href="/u/#q169"] {content: url(https://qagg.news/siteimages/postimage169.jpg); max-width:100%; }
[href="/u/#q170"] {content: url(https://qagg.news/siteimages/postimage170.jpg); max-width:100%; }
[href="/u/#q171"] {content: url(https://qagg.news/siteimages/postimage171.jpg); max-width:100%; }
[href="/u/#q172"] {content: url(https://qagg.news/siteimages/postimage172.jpg); max-width:100%; }
[href="/u/#q173"] {content: url(https://qagg.news/siteimages/postimage173.jpg); max-width:100%; }
[href="/u/#q174"] {content: url(https://qagg.news/siteimages/postimage174.jpg); max-width:100%; }
[href="/u/#q175"] {content: url(https://qagg.news/siteimages/postimage175.jpg); max-width:100%; }
[href="/u/#q176"] {content: url(https://qagg.news/siteimages/postimage176.jpg); max-width:100%; }
[href="/u/#q177"] {content: url(https://qagg.news/siteimages/postimage177.jpg); max-width:100%; }
[href="/u/#q178"] {content: url(https://qagg.news/siteimages/postimage178.jpg); max-width:100%; }
[href="/u/#q179"] {content: url(https://qagg.news/siteimages/postimage179.jpg); max-width:100%; }
[href="/u/#q180"] {content: url(https://qagg.news/siteimages/postimage180.jpg); max-width:100%; }
[href="/u/#q181"] {content: url(https://qagg.news/siteimages/postimage181.jpg); max-width:100%; }
[href="/u/#q182"] {content: url(https://qagg.news/siteimages/postimage182.jpg); max-width:100%; }
[href="/u/#q183"] {content: url(https://qagg.news/siteimages/postimage183.jpg); max-width:100%; }
[href="/u/#q184"] {content: url(https://qagg.news/siteimages/postimage184.jpg); max-width:100%; }
[href="/u/#q185"] {content: url(https://qagg.news/siteimages/postimage185.jpg); max-width:100%; }
[href="/u/#q186"] {content: url(https://qagg.news/siteimages/postimage186.jpg); max-width:100%; }
[href="/u/#q187"] {content: url(https://qagg.news/siteimages/postimage187.jpg); max-width:100%; }
[href="/u/#q188"] {content: url(https://qagg.news/siteimages/postimage188.jpg); max-width:100%; }
[href="/u/#q189"] {content: url(https://qagg.news/siteimages/postimage189.jpg); max-width:100%; }
[href="/u/#q190"] {content: url(https://qagg.news/siteimages/postimage190.jpg); max-width:100%; }
[href="/u/#q191"] {content: url(https://qagg.news/siteimages/postimage191.jpg); max-width:100%; }
[href="/u/#q192"] {content: url(https://qagg.news/siteimages/postimage192.jpg); max-width:100%; }
[href="/u/#q193"] {content: url(https://qagg.news/siteimages/postimage193.jpg); max-width:100%; }
[href="/u/#q194"] {content: url(https://qagg.news/siteimages/postimage194.jpg); max-width:100%; }
[href="/u/#q195"] {content: url(https://qagg.news/siteimages/postimage195.jpg); max-width:100%; }
[href="/u/#q196"] {content: url(https://qagg.news/siteimages/postimage196.jpg); max-width:100%; }
[href="/u/#q197"] {content: url(https://qagg.news/siteimages/postimage197.jpg); max-width:100%; }
[href="/u/#q198"] {content: url(https://qagg.news/siteimages/postimage198.jpg); max-width:100%; }
[href="/u/#q199"] {content: url(https://qagg.news/siteimages/postimage199.jpg); max-width:100%; }
[href="/u/#q200"] {content: url(https://qagg.news/siteimages/postimage200.jpg); max-width:100%; }
[href="/u/#q201"] {content: url(https://qagg.news/siteimages/postimage201.jpg); max-width:100%; }
[href="/u/#q202"] {content: url(https://qagg.news/siteimages/postimage202.jpg); max-width:100%; }
[href="/u/#q203"] {content: url(https://qagg.news/siteimages/postimage203.jpg); max-width:100%; }
[href="/u/#q204"] {content: url(https://qagg.news/siteimages/postimage204.jpg); max-width:100%; }
[href="/u/#q205"] {content: url(https://qagg.news/siteimages/postimage205.jpg); max-width:100%; }
[href="/u/#q206"] {content: url(https://qagg.news/siteimages/postimage206.jpg); max-width:100%; }
[href="/u/#q207"] {content: url(https://qagg.news/siteimages/postimage207.jpg); max-width:100%; }
[href="/u/#q208"] {content: url(https://qagg.news/siteimages/postimage208.jpg); max-width:100%; }
[href="/u/#q209"] {content: url(https://qagg.news/siteimages/postimage209.jpg); max-width:100%; }
[href="/u/#q210"] {content: url(https://qagg.news/siteimages/postimage210.jpg); max-width:100%; }
[href="/u/#q211"] {content: url(https://qagg.news/siteimages/postimage211.jpg); max-width:100%; }
[href="/u/#q212"] {content: url(https://qagg.news/siteimages/postimage212.jpg); max-width:100%; }
[href="/u/#q213"] {content: url(https://qagg.news/siteimages/postimage213.jpg); max-width:100%; }
[href="/u/#q214"] {content: url(https://qagg.news/siteimages/postimage214.jpg); max-width:100%; }
[href="/u/#q215"] {content: url(https://qagg.news/siteimages/postimage215.jpg); max-width:100%; }
[href="/u/#q216"] {content: url(https://qagg.news/siteimages/postimage216.jpg); max-width:100%; }
[href="/u/#q217"] {content: url(https://qagg.news/siteimages/postimage217.jpg); max-width:100%; }
[href="/u/#q218"] {content: url(https://qagg.news/siteimages/postimage218.jpg); max-width:100%; }
[href="/u/#q219"] {content: url(https://qagg.news/siteimages/postimage219.jpg); max-width:100%; }
[href="/u/#q220"] {content: url(https://qagg.news/siteimages/postimage220.jpg); max-width:100%; }
[href="/u/#q221"] {content: url(https://qagg.news/siteimages/postimage221.jpg); max-width:100%; }
[href="/u/#q222"] {content: url(https://qagg.news/siteimages/postimage222.jpg); max-width:100%; }
[href="/u/#q223"] {content: url(https://qagg.news/siteimages/postimage223.jpg); max-width:100%; }
[href="/u/#q224"] {content: url(https://qagg.news/siteimages/postimage224.jpg); max-width:100%; }
[href="/u/#q225"] {content: url(https://qagg.news/siteimages/postimage225.jpg); max-width:100%; }
[href="/u/#q226"] {content: url(https://qagg.news/siteimages/postimage226.jpg); max-width:100%; }
[href="/u/#q227"] {content: url(https://qagg.news/siteimages/postimage227.jpg); max-width:100%; }
[href="/u/#q228"] {content: url(https://qagg.news/siteimages/postimage228.jpg); max-width:100%; }
[href="/u/#q229"] {content: url(https://qagg.news/siteimages/postimage229.jpg); max-width:100%; }
[href="/u/#q230"] {content: url(https://qagg.news/siteimages/postimage230.jpg); max-width:100%; }
[href="/u/#q231"] {content: url(https://qagg.news/siteimages/postimage231.jpg); max-width:100%; }
[href="/u/#q232"] {content: url(https://qagg.news/siteimages/postimage232.jpg); max-width:100%; }
[href="/u/#q233"] {content: url(https://qagg.news/siteimages/postimage233.jpg); max-width:100%; }
[href="/u/#q234"] {content: url(https://qagg.news/siteimages/postimage234.jpg); max-width:100%; }
[href="/u/#q235"] {content: url(https://qagg.news/siteimages/postimage235.jpg); max-width:100%; }
[href="/u/#q236"] {content: url(https://qagg.news/siteimages/postimage236.jpg); max-width:100%; }
[href="/u/#q237"] {content: url(https://qagg.news/siteimages/postimage237.jpg); max-width:100%; }
[href="/u/#q238"] {content: url(https://qagg.news/siteimages/postimage238.jpg); max-width:100%; }
[href="/u/#q239"] {content: url(https://qagg.news/siteimages/postimage239.jpg); max-width:100%; }
[href="/u/#q240"] {content: url(https://qagg.news/siteimages/postimage240.jpg); max-width:100%; }
[href="/u/#q241"] {content: url(https://qagg.news/siteimages/postimage241.jpg); max-width:100%; }
[href="/u/#q242"] {content: url(https://qagg.news/siteimages/postimage242.jpg); max-width:100%; }
[href="/u/#q243"] {content: url(https://qagg.news/siteimages/postimage243.jpg); max-width:100%; }
[href="/u/#q244"] {content: url(https://qagg.news/siteimages/postimage244.jpg); max-width:100%; }
[href="/u/#q245"] {content: url(https://qagg.news/siteimages/postimage245.jpg); max-width:100%; }
[href="/u/#q246"] {content: url(https://qagg.news/siteimages/postimage246.jpg); max-width:100%; }
[href="/u/#q247"] {content: url(https://qagg.news/siteimages/postimage247.jpg); max-width:100%; }
[href="/u/#q248"] {content: url(https://qagg.news/siteimages/postimage248.jpg); max-width:100%; }
[href="/u/#q249"] {content: url(https://qagg.news/siteimages/postimage249.jpg); max-width:100%; }
[href="/u/#q250"] {content: url(https://qagg.news/siteimages/postimage250.jpg); max-width:100%; }
[href="/u/#q251"] {content: url(https://qagg.news/siteimages/postimage251.jpg); max-width:100%; }
[href="/u/#q252"] {content: url(https://qagg.news/siteimages/postimage252.jpg); max-width:100%; }
[href="/u/#q253"] {content: url(https://qagg.news/siteimages/postimage253.jpg); max-width:100%; }
[href="/u/#q254"] {content: url(https://qagg.news/siteimages/postimage254.jpg); max-width:100%; }
[href="/u/#q255"] {content: url(https://qagg.news/siteimages/postimage255.jpg); max-width:100%; }
[href="/u/#q256"] {content: url(https://qagg.news/siteimages/postimage256.jpg); max-width:100%; }
[href="/u/#q257"] {content: url(https://qagg.news/siteimages/postimage257.jpg); max-width:100%; }
[href="/u/#q258"] {content: url(https://qagg.news/siteimages/postimage258.jpg); max-width:100%; }
[href="/u/#q259"] {content: url(https://qagg.news/siteimages/postimage259.jpg); max-width:100%; }
[href="/u/#q260"] {content: url(https://qagg.news/siteimages/postimage260.jpg); max-width:100%; }
[href="/u/#q261"] {content: url(https://qagg.news/siteimages/postimage261.jpg); max-width:100%; }
[href="/u/#q262"] {content: url(https://qagg.news/siteimages/postimage262.jpg); max-width:100%; }
[href="/u/#q263"] {content: url(https://qagg.news/siteimages/postimage263.jpg); max-width:100%; }
[href="/u/#q264"] {content: url(https://qagg.news/siteimages/postimage264.jpg); max-width:100%; }
[href="/u/#q265"] {content: url(https://qagg.news/siteimages/postimage265.jpg); max-width:100%; }
[href="/u/#q266"] {content: url(https://qagg.news/siteimages/postimage266.jpg); max-width:100%; }
[href="/u/#q267"] {content: url(https://qagg.news/siteimages/postimage267.jpg); max-width:100%; }
[href="/u/#q268"] {content: url(https://qagg.news/siteimages/postimage268.jpg); max-width:100%; }
[href="/u/#q269"] {content: url(https://qagg.news/siteimages/postimage269.jpg); max-width:100%; }
[href="/u/#q270"] {content: url(https://qagg.news/siteimages/postimage270.jpg); max-width:100%; }
[href="/u/#q271"] {content: url(https://qagg.news/siteimages/postimage271.jpg); max-width:100%; }
[href="/u/#q272"] {content: url(https://qagg.news/siteimages/postimage272.jpg); max-width:100%; }
[href="/u/#q273"] {content: url(https://qagg.news/siteimages/postimage273.jpg); max-width:100%; }
[href="/u/#q274"] {content: url(https://qagg.news/siteimages/postimage274.jpg); max-width:100%; }
[href="/u/#q275"] {content: url(https://qagg.news/siteimages/postimage275.jpg); max-width:100%; }
[href="/u/#q276"] {content: url(https://qagg.news/siteimages/postimage276.jpg); max-width:100%; }
[href="/u/#q277"] {content: url(https://qagg.news/siteimages/postimage277.jpg); max-width:100%; }
[href="/u/#q278"] {content: url(https://qagg.news/siteimages/postimage278.jpg); max-width:100%; }
[href="/u/#q279"] {content: url(https://qagg.news/siteimages/postimage279.jpg); max-width:100%; }
[href="/u/#q280"] {content: url(https://qagg.news/siteimages/postimage280.jpg); max-width:100%; }
[href="/u/#q281"] {content: url(https://qagg.news/siteimages/postimage281.jpg); max-width:100%; }
[href="/u/#q282"] {content: url(https://qagg.news/siteimages/postimage282.jpg); max-width:100%; }
[href="/u/#q283"] {content: url(https://qagg.news/siteimages/postimage283.jpg); max-width:100%; }
[href="/u/#q284"] {content: url(https://qagg.news/siteimages/postimage284.jpg); max-width:100%; }
[href="/u/#q285"] {content: url(https://qagg.news/siteimages/postimage285.jpg); max-width:100%; }
[href="/u/#q286"] {content: url(https://qagg.news/siteimages/postimage286.jpg); max-width:100%; }
[href="/u/#q287"] {content: url(https://qagg.news/siteimages/postimage287.jpg); max-width:100%; }
[href="/u/#q288"] {content: url(https://qagg.news/siteimages/postimage288.jpg); max-width:100%; }
[href="/u/#q289"] {content: url(https://qagg.news/siteimages/postimage289.jpg); max-width:100%; }
[href="/u/#q290"] {content: url(https://qagg.news/siteimages/postimage290.jpg); max-width:100%; }
[href="/u/#q291"] {content: url(https://qagg.news/siteimages/postimage291.jpg); max-width:100%; }
[href="/u/#q292"] {content: url(https://qagg.news/siteimages/postimage292.jpg); max-width:100%; }
[href="/u/#q293"] {content: url(https://qagg.news/siteimages/postimage293.jpg); max-width:100%; }
[href="/u/#q294"] {content: url(https://qagg.news/siteimages/postimage294.jpg); max-width:100%; }
[href="/u/#q295"] {content: url(https://qagg.news/siteimages/postimage295.jpg); max-width:100%; }
[href="/u/#q296"] {content: url(https://qagg.news/siteimages/postimage296.jpg); max-width:100%; }
[href="/u/#q297"] {content: url(https://qagg.news/siteimages/postimage297.jpg); max-width:100%; }
[href="/u/#q298"] {content: url(https://qagg.news/siteimages/postimage298.jpg); max-width:100%; }
[href="/u/#q299"] {content: url(https://qagg.news/siteimages/postimage299.jpg); max-width:100%; }
[href="/u/#q300"] {content: url(https://qagg.news/siteimages/postimage300.jpg); max-width:100%; }
[href="/u/#q301"] {content: url(https://qagg.news/siteimages/postimage301.jpg); max-width:100%; }
[href="/u/#q302"] {content: url(https://qagg.news/siteimages/postimage302.jpg); max-width:100%; }
[href="/u/#q303"] {content: url(https://qagg.news/siteimages/postimage303.jpg); max-width:100%; }
[href="/u/#q304"] {content: url(https://qagg.news/siteimages/postimage304.jpg); max-width:100%; }
[href="/u/#q305"] {content: url(https://qagg.news/siteimages/postimage305.jpg); max-width:100%; }
[href="/u/#q306"] {content: url(https://qagg.news/siteimages/postimage306.jpg); max-width:100%; }
[href="/u/#q307"] {content: url(https://qagg.news/siteimages/postimage307.jpg); max-width:100%; }
[href="/u/#q308"] {content: url(https://qagg.news/siteimages/postimage308.jpg); max-width:100%; }
[href="/u/#q309"] {content: url(https://qagg.news/siteimages/postimage309.jpg); max-width:100%; }
[href="/u/#q310"] {content: url(https://qagg.news/siteimages/postimage310.jpg); max-width:100%; }
[href="/u/#q311"] {content: url(https://qagg.news/siteimages/postimage311.jpg); max-width:100%; }
[href="/u/#q312"] {content: url(https://qagg.news/siteimages/postimage312.jpg); max-width:100%; }
[href="/u/#q313"] {content: url(https://qagg.news/siteimages/postimage313.jpg); max-width:100%; }
[href="/u/#q314"] {content: url(https://qagg.news/siteimages/postimage314.jpg); max-width:100%; }
[href="/u/#q315"] {content: url(https://qagg.news/siteimages/postimage315.jpg); max-width:100%; }
[href="/u/#q316"] {content: url(https://qagg.news/siteimages/postimage316.jpg); max-width:100%; }
[href="/u/#q317"] {content: url(https://qagg.news/siteimages/postimage317.jpg); max-width:100%; }
[href="/u/#q318"] {content: url(https://qagg.news/siteimages/postimage318.jpg); max-width:100%; }
[href="/u/#q319"] {content: url(https://qagg.news/siteimages/postimage319.jpg); max-width:100%; }
[href="/u/#q320"] {content: url(https://qagg.news/siteimages/postimage320.jpg); max-width:100%; }
[href="/u/#q321"] {content: url(https://qagg.news/siteimages/postimage321.jpg); max-width:100%; }
[href="/u/#q322"] {content: url(https://qagg.news/siteimages/postimage322.jpg); max-width:100%; }
[href="/u/#q323"] {content: url(https://qagg.news/siteimages/postimage323.jpg); max-width:100%; }
[href="/u/#q324"] {content: url(https://qagg.news/siteimages/postimage324.jpg); max-width:100%; }
[href="/u/#q325"] {content: url(https://qagg.news/siteimages/postimage325.jpg); max-width:100%; }
[href="/u/#q326"] {content: url(https://qagg.news/siteimages/postimage326.jpg); max-width:100%; }
[href="/u/#q327"] {content: url(https://qagg.news/siteimages/postimage327.jpg); max-width:100%; }
[href="/u/#q328"] {content: url(https://qagg.news/siteimages/postimage328.jpg); max-width:100%; }
[href="/u/#q329"] {content: url(https://qagg.news/siteimages/postimage329.jpg); max-width:100%; }
[href="/u/#q330"] {content: url(https://qagg.news/siteimages/postimage330.jpg); max-width:100%; }
[href="/u/#q331"] {content: url(https://qagg.news/siteimages/postimage331.jpg); max-width:100%; }
[href="/u/#q332"] {content: url(https://qagg.news/siteimages/postimage332.jpg); max-width:100%; }
[href="/u/#q333"] {content: url(https://qagg.news/siteimages/postimage333.jpg); max-width:100%; }
[href="/u/#q334"] {content: url(https://qagg.news/siteimages/postimage334.jpg); max-width:100%; }
[href="/u/#q335"] {content: url(https://qagg.news/siteimages/postimage335.jpg); max-width:100%; }
[href="/u/#q336"] {content: url(https://qagg.news/siteimages/postimage336.jpg); max-width:100%; }
[href="/u/#q337"] {content: url(https://qagg.news/siteimages/postimage337.jpg); max-width:100%; }
[href="/u/#q338"] {content: url(https://qagg.news/siteimages/postimage338.jpg); max-width:100%; }
[href="/u/#q339"] {content: url(https://qagg.news/siteimages/postimage339.jpg); max-width:100%; }
[href="/u/#q340"] {content: url(https://qagg.news/siteimages/postimage340.jpg); max-width:100%; }
[href="/u/#q341"] {content: url(https://qagg.news/siteimages/postimage341.jpg); max-width:100%; }
[href="/u/#q342"] {content: url(https://qagg.news/siteimages/postimage342.jpg); max-width:100%; }
[href="/u/#q343"] {content: url(https://qagg.news/siteimages/postimage343.jpg); max-width:100%; }
[href="/u/#q344"] {content: url(https://qagg.news/siteimages/postimage344.jpg); max-width:100%; }
[href="/u/#q345"] {content: url(https://qagg.news/siteimages/postimage345.jpg); max-width:100%; }
[href="/u/#q346"] {content: url(https://qagg.news/siteimages/postimage346.jpg); max-width:100%; }
[href="/u/#q347"] {content: url(https://qagg.news/siteimages/postimage347.jpg); max-width:100%; }
[href="/u/#q348"] {content: url(https://qagg.news/siteimages/postimage348.jpg); max-width:100%; }
[href="/u/#q349"] {content: url(https://qagg.news/siteimages/postimage349.jpg); max-width:100%; }
[href="/u/#q350"] {content: url(https://qagg.news/siteimages/postimage350.jpg); max-width:100%; }
[href="/u/#q351"] {content: url(https://qagg.news/siteimages/postimage351.jpg); max-width:100%; }
[href="/u/#q352"] {content: url(https://qagg.news/siteimages/postimage352.jpg); max-width:100%; }
[href="/u/#q353"] {content: url(https://qagg.news/siteimages/postimage353.jpg); max-width:100%; }
[href="/u/#q354"] {content: url(https://qagg.news/siteimages/postimage354.jpg); max-width:100%; }
[href="/u/#q355"] {content: url(https://qagg.news/siteimages/postimage355.jpg); max-width:100%; }
[href="/u/#q356"] {content: url(https://qagg.news/siteimages/postimage356.jpg); max-width:100%; }
[href="/u/#q357"] {content: url(https://qagg.news/siteimages/postimage357.jpg); max-width:100%; }
[href="/u/#q358"] {content: url(https://qagg.news/siteimages/postimage358.jpg); max-width:100%; }
[href="/u/#q359"] {content: url(https://qagg.news/siteimages/postimage359.jpg); max-width:100%; }
[href="/u/#q360"] {content: url(https://qagg.news/siteimages/postimage360.jpg); max-width:100%; }
[href="/u/#q361"] {content: url(https://qagg.news/siteimages/postimage361.jpg); max-width:100%; }
[href="/u/#q362"] {content: url(https://qagg.news/siteimages/postimage362.jpg); max-width:100%; }
[href="/u/#q363"] {content: url(https://qagg.news/siteimages/postimage363.jpg); max-width:100%; }
[href="/u/#q364"] {content: url(https://qagg.news/siteimages/postimage364.jpg); max-width:100%; }
[href="/u/#q365"] {content: url(https://qagg.news/siteimages/postimage365.jpg); max-width:100%; }
[href="/u/#q366"] {content: url(https://qagg.news/siteimages/postimage366.jpg); max-width:100%; }
[href="/u/#q367"] {content: url(https://qagg.news/siteimages/postimage367.jpg); max-width:100%; }
[href="/u/#q368"] {content: url(https://qagg.news/siteimages/postimage368.jpg); max-width:100%; }
[href="/u/#q369"] {content: url(https://qagg.news/siteimages/postimage369.jpg); max-width:100%; }
[href="/u/#q370"] {content: url(https://qagg.news/siteimages/postimage370.jpg); max-width:100%; }
[href="/u/#q371"] {content: url(https://qagg.news/siteimages/postimage371.jpg); max-width:100%; }
[href="/u/#q372"] {content: url(https://qagg.news/siteimages/postimage372.jpg); max-width:100%; }
[href="/u/#q373"] {content: url(https://qagg.news/siteimages/postimage373.jpg); max-width:100%; }
[href="/u/#q374"] {content: url(https://qagg.news/siteimages/postimage374.jpg); max-width:100%; }
[href="/u/#q375"] {content: url(https://qagg.news/siteimages/postimage375.jpg); max-width:100%; }
[href="/u/#q376"] {content: url(https://qagg.news/siteimages/postimage376.jpg); max-width:100%; }
[href="/u/#q377"] {content: url(https://qagg.news/siteimages/postimage377.jpg); max-width:100%; }
[href="/u/#q378"] {content: url(https://qagg.news/siteimages/postimage378.jpg); max-width:100%; }
[href="/u/#q379"] {content: url(https://qagg.news/siteimages/postimage379.jpg); max-width:100%; }
[href="/u/#q380"] {content: url(https://qagg.news/siteimages/postimage380.jpg); max-width:100%; }
[href="/u/#q381"] {content: url(https://qagg.news/siteimages/postimage381.jpg); max-width:100%; }
[href="/u/#q382"] {content: url(https://qagg.news/siteimages/postimage382.jpg); max-width:100%; }
[href="/u/#q383"] {content: url(https://qagg.news/siteimages/postimage383.jpg); max-width:100%; }
[href="/u/#q384"] {content: url(https://qagg.news/siteimages/postimage384.jpg); max-width:100%; }
[href="/u/#q385"] {content: url(https://qagg.news/siteimages/postimage385.jpg); max-width:100%; }
[href="/u/#q386"] {content: url(https://qagg.news/siteimages/postimage386.jpg); max-width:100%; }
[href="/u/#q387"] {content: url(https://qagg.news/siteimages/postimage387.jpg); max-width:100%; }
[href="/u/#q388"] {content: url(https://qagg.news/siteimages/postimage388.jpg); max-width:100%; }
[href="/u/#q389"] {content: url(https://qagg.news/siteimages/postimage389.jpg); max-width:100%; }
[href="/u/#q390"] {content: url(https://qagg.news/siteimages/postimage390.jpg); max-width:100%; }
[href="/u/#q391"] {content: url(https://qagg.news/siteimages/postimage391.jpg); max-width:100%; }
[href="/u/#q392"] {content: url(https://qagg.news/siteimages/postimage392.jpg); max-width:100%; }
[href="/u/#q393"] {content: url(https://qagg.news/siteimages/postimage393.jpg); max-width:100%; }
[href="/u/#q394"] {content: url(https://qagg.news/siteimages/postimage394.jpg); max-width:100%; }
[href="/u/#q395"] {content: url(https://qagg.news/siteimages/postimage395.jpg); max-width:100%; }
[href="/u/#q396"] {content: url(https://qagg.news/siteimages/postimage396.jpg); max-width:100%; }
[href="/u/#q397"] {content: url(https://qagg.news/siteimages/postimage397.jpg); max-width:100%; }
[href="/u/#q398"] {content: url(https://qagg.news/siteimages/postimage398.jpg); max-width:100%; }
[href="/u/#q399"] {content: url(https://qagg.news/siteimages/postimage399.jpg); max-width:100%; }
[href="/u/#q400"] {content: url(https://qagg.news/siteimages/postimage400.jpg); max-width:100%; }
[href="/u/#q401"] {content: url(https://qagg.news/siteimages/postimage401.jpg); max-width:100%; }
[href="/u/#q402"] {content: url(https://qagg.news/siteimages/postimage402.jpg); max-width:100%; }
[href="/u/#q403"] {content: url(https://qagg.news/siteimages/postimage403.jpg); max-width:100%; }
[href="/u/#q404"] {content: url(https://qagg.news/siteimages/postimage404.jpg); max-width:100%; }
[href="/u/#q405"] {content: url(https://qagg.news/siteimages/postimage405.jpg); max-width:100%; }
[href="/u/#q406"] {content: url(https://qagg.news/siteimages/postimage406.jpg); max-width:100%; }
[href="/u/#q407"] {content: url(https://qagg.news/siteimages/postimage407.jpg); max-width:100%; }
[href="/u/#q408"] {content: url(https://qagg.news/siteimages/postimage408.jpg); max-width:100%; }
[href="/u/#q409"] {content: url(https://qagg.news/siteimages/postimage409.jpg); max-width:100%; }
[href="/u/#q410"] {content: url(https://qagg.news/siteimages/postimage410.jpg); max-width:100%; }
[href="/u/#q411"] {content: url(https://qagg.news/siteimages/postimage411.jpg); max-width:100%; }
[href="/u/#q412"] {content: url(https://qagg.news/siteimages/postimage412.jpg); max-width:100%; }
[href="/u/#q413"] {content: url(https://qagg.news/siteimages/postimage413.jpg); max-width:100%; }
[href="/u/#q414"] {content: url(https://qagg.news/siteimages/postimage414.jpg); max-width:100%; }
[href="/u/#q415"] {content: url(https://qagg.news/siteimages/postimage415.jpg); max-width:100%; }
[href="/u/#q416"] {content: url(https://qagg.news/siteimages/postimage416.jpg); max-width:100%; }
[href="/u/#q417"] {content: url(https://qagg.news/siteimages/postimage417.jpg); max-width:100%; }
[href="/u/#q418"] {content: url(https://qagg.news/siteimages/postimage418.jpg); max-width:100%; }
[href="/u/#q419"] {content: url(https://qagg.news/siteimages/postimage419.jpg); max-width:100%; }
[href="/u/#q420"] {content: url(https://qagg.news/siteimages/postimage420.jpg); max-width:100%; }
[href="/u/#q421"] {content: url(https://qagg.news/siteimages/postimage421.jpg); max-width:100%; }
[href="/u/#q422"] {content: url(https://qagg.news/siteimages/postimage422.jpg); max-width:100%; }
[href="/u/#q423"] {content: url(https://qagg.news/siteimages/postimage423.jpg); max-width:100%; }
[href="/u/#q424"] {content: url(https://qagg.news/siteimages/postimage424.jpg); max-width:100%; }
[href="/u/#q425"] {content: url(https://qagg.news/siteimages/postimage425.jpg); max-width:100%; }
[href="/u/#q426"] {content: url(https://qagg.news/siteimages/postimage426.jpg); max-width:100%; }
[href="/u/#q427"] {content: url(https://qagg.news/siteimages/postimage427.jpg); max-width:100%; }
[href="/u/#q428"] {content: url(https://qagg.news/siteimages/postimage428.jpg); max-width:100%; }
[href="/u/#q429"] {content: url(https://qagg.news/siteimages/postimage429.jpg); max-width:100%; }
[href="/u/#q430"] {content: url(https://qagg.news/siteimages/postimage430.jpg); max-width:100%; }
[href="/u/#q431"] {content: url(https://qagg.news/siteimages/postimage431.jpg); max-width:100%; }
[href="/u/#q432"] {content: url(https://qagg.news/siteimages/postimage432.jpg); max-width:100%; }
[href="/u/#q433"] {content: url(https://qagg.news/siteimages/postimage433.jpg); max-width:100%; }
[href="/u/#q434"] {content: url(https://qagg.news/siteimages/postimage434.jpg); max-width:100%; }
[href="/u/#q435"] {content: url(https://qagg.news/siteimages/postimage435.jpg); max-width:100%; }
[href="/u/#q436"] {content: url(https://qagg.news/siteimages/postimage436.jpg); max-width:100%; }
[href="/u/#q437"] {content: url(https://qagg.news/siteimages/postimage437.jpg); max-width:100%; }
[href="/u/#q438"] {content: url(https://qagg.news/siteimages/postimage438.jpg); max-width:100%; }
[href="/u/#q439"] {content: url(https://qagg.news/siteimages/postimage439.jpg); max-width:100%; }
[href="/u/#q440"] {content: url(https://qagg.news/siteimages/postimage440.jpg); max-width:100%; }
[href="/u/#q441"] {content: url(https://qagg.news/siteimages/postimage441.jpg); max-width:100%; }
[href="/u/#q442"] {content: url(https://qagg.news/siteimages/postimage442.jpg); max-width:100%; }
[href="/u/#q443"] {content: url(https://qagg.news/siteimages/postimage443.jpg); max-width:100%; }
[href="/u/#q444"] {content: url(https://qagg.news/siteimages/postimage444.jpg); max-width:100%; }
[href="/u/#q445"] {content: url(https://qagg.news/siteimages/postimage445.jpg); max-width:100%; }
[href="/u/#q446"] {content: url(https://qagg.news/siteimages/postimage446.jpg); max-width:100%; }
[href="/u/#q447"] {content: url(https://qagg.news/siteimages/postimage447.jpg); max-width:100%; }
[href="/u/#q448"] {content: url(https://qagg.news/siteimages/postimage448.jpg); max-width:100%; }
[href="/u/#q449"] {content: url(https://qagg.news/siteimages/postimage449.jpg); max-width:100%; }
[href="/u/#q450"] {content: url(https://qagg.news/siteimages/postimage450.jpg); max-width:100%; }
[href="/u/#q451"] {content: url(https://qagg.news/siteimages/postimage451.jpg); max-width:100%; }
[href="/u/#q452"] {content: url(https://qagg.news/siteimages/postimage452.jpg); max-width:100%; }
[href="/u/#q453"] {content: url(https://qagg.news/siteimages/postimage453.jpg); max-width:100%; }
[href="/u/#q454"] {content: url(https://qagg.news/siteimages/postimage454.jpg); max-width:100%; }
[href="/u/#q455"] {content: url(https://qagg.news/siteimages/postimage455.jpg); max-width:100%; }
[href="/u/#q456"] {content: url(https://qagg.news/siteimages/postimage456.jpg); max-width:100%; }
[href="/u/#q457"] {content: url(https://qagg.news/siteimages/postimage457.jpg); max-width:100%; }
[href="/u/#q458"] {content: url(https://qagg.news/siteimages/postimage458.jpg); max-width:100%; }
[href="/u/#q459"] {content: url(https://qagg.news/siteimages/postimage459.jpg); max-width:100%; }
[href="/u/#q460"] {content: url(https://qagg.news/siteimages/postimage460.jpg); max-width:100%; }
[href="/u/#q461"] {content: url(https://qagg.news/siteimages/postimage461.jpg); max-width:100%; }
[href="/u/#q462"] {content: url(https://qagg.news/siteimages/postimage462.jpg); max-width:100%; }
[href="/u/#q463"] {content: url(https://qagg.news/siteimages/postimage463.jpg); max-width:100%; }
[href="/u/#q464"] {content: url(https://qagg.news/siteimages/postimage464.jpg); max-width:100%; }
[href="/u/#q465"] {content: url(https://qagg.news/siteimages/postimage465.jpg); max-width:100%; }
[href="/u/#q466"] {content: url(https://qagg.news/siteimages/postimage466.jpg); max-width:100%; }
[href="/u/#q467"] {content: url(https://qagg.news/siteimages/postimage467.jpg); max-width:100%; }
[href="/u/#q468"] {content: url(https://qagg.news/siteimages/postimage468.jpg); max-width:100%; }
[href="/u/#q469"] {content: url(https://qagg.news/siteimages/postimage469.jpg); max-width:100%; }
[href="/u/#q470"] {content: url(https://qagg.news/siteimages/postimage470.jpg); max-width:100%; }
[href="/u/#q471"] {content: url(https://qagg.news/siteimages/postimage471.jpg); max-width:100%; }
[href="/u/#q472"] {content: url(https://qagg.news/siteimages/postimage472.jpg); max-width:100%; }
[href="/u/#q473"] {content: url(https://qagg.news/siteimages/postimage473.jpg); max-width:100%; }
[href="/u/#q474"] {content: url(https://qagg.news/siteimages/postimage474.jpg); max-width:100%; }
[href="/u/#q475"] {content: url(https://qagg.news/siteimages/postimage475.jpg); max-width:100%; }
[href="/u/#q476"] {content: url(https://qagg.news/siteimages/postimage476.jpg); max-width:100%; }
[href="/u/#q477"] {content: url(https://qagg.news/siteimages/postimage477.jpg); max-width:100%; }
[href="/u/#q478"] {content: url(https://qagg.news/siteimages/postimage478.jpg); max-width:100%; }
[href="/u/#q479"] {content: url(https://qagg.news/siteimages/postimage479.jpg); max-width:100%; }
[href="/u/#q480"] {content: url(https://qagg.news/siteimages/postimage480.jpg); max-width:100%; }
[href="/u/#q481"] {content: url(https://qagg.news/siteimages/postimage481.jpg); max-width:100%; }
[href="/u/#q482"] {content: url(https://qagg.news/siteimages/postimage482.jpg); max-width:100%; }
[href="/u/#q483"] {content: url(https://qagg.news/siteimages/postimage483.jpg); max-width:100%; }
[href="/u/#q484"] {content: url(https://qagg.news/siteimages/postimage484.jpg); max-width:100%; }
[href="/u/#q485"] {content: url(https://qagg.news/siteimages/postimage485.jpg); max-width:100%; }
[href="/u/#q486"] {content: url(https://qagg.news/siteimages/postimage486.jpg); max-width:100%; }
[href="/u/#q487"] {content: url(https://qagg.news/siteimages/postimage487.jpg); max-width:100%; }
[href="/u/#q488"] {content: url(https://qagg.news/siteimages/postimage488.jpg); max-width:100%; }
[href="/u/#q489"] {content: url(https://qagg.news/siteimages/postimage489.jpg); max-width:100%; }
[href="/u/#q490"] {content: url(https://qagg.news/siteimages/postimage490.jpg); max-width:100%; }
[href="/u/#q491"] {content: url(https://qagg.news/siteimages/postimage491.jpg); max-width:100%; }
[href="/u/#q492"] {content: url(https://qagg.news/siteimages/postimage492.jpg); max-width:100%; }
[href="/u/#q493"] {content: url(https://qagg.news/siteimages/postimage493.jpg); max-width:100%; }
[href="/u/#q494"] {content: url(https://qagg.news/siteimages/postimage494.jpg); max-width:100%; }
[href="/u/#q495"] {content: url(https://qagg.news/siteimages/postimage495.jpg); max-width:100%; }
[href="/u/#q496"] {content: url(https://qagg.news/siteimages/postimage496.jpg); max-width:100%; }
[href="/u/#q497"] {content: url(https://qagg.news/siteimages/postimage497.jpg); max-width:100%; }
[href="/u/#q498"] {content: url(https://qagg.news/siteimages/postimage498.jpg); max-width:100%; }
[href="/u/#q499"] {content: url(https://qagg.news/siteimages/postimage499.jpg); max-width:100%; }
[href="/u/#q500"] {content: url(https://qagg.news/siteimages/postimage500.jpg); max-width:100%; }
[href="/u/#q501"] {content: url(https://qagg.news/siteimages/postimage501.jpg); max-width:100%; }
[href="/u/#q502"] {content: url(https://qagg.news/siteimages/postimage502.jpg); max-width:100%; }
[href="/u/#q503"] {content: url(https://qagg.news/siteimages/postimage503.jpg); max-width:100%; }
[href="/u/#q504"] {content: url(https://qagg.news/siteimages/postimage504.jpg); max-width:100%; }
[href="/u/#q505"] {content: url(https://qagg.news/siteimages/postimage505.jpg); max-width:100%; }
[href="/u/#q506"] {content: url(https://qagg.news/siteimages/postimage506.jpg); max-width:100%; }
[href="/u/#q507"] {content: url(https://qagg.news/siteimages/postimage507.jpg); max-width:100%; }
[href="/u/#q508"] {content: url(https://qagg.news/siteimages/postimage508.jpg); max-width:100%; }
[href="/u/#q509"] {content: url(https://qagg.news/siteimages/postimage509.jpg); max-width:100%; }
[href="/u/#q510"] {content: url(https://qagg.news/siteimages/postimage510.jpg); max-width:100%; }
[href="/u/#q511"] {content: url(https://qagg.news/siteimages/postimage511.jpg); max-width:100%; }
[href="/u/#q512"] {content: url(https://qagg.news/siteimages/postimage512.jpg); max-width:100%; }
[href="/u/#q513"] {content: url(https://qagg.news/siteimages/postimage513.jpg); max-width:100%; }
[href="/u/#q514"] {content: url(https://qagg.news/siteimages/postimage514.jpg); max-width:100%; }
[href="/u/#q515"] {content: url(https://qagg.news/siteimages/postimage515.jpg); max-width:100%; }
[href="/u/#q516"] {content: url(https://qagg.news/siteimages/postimage516.jpg); max-width:100%; }
[href="/u/#q517"] {content: url(https://qagg.news/siteimages/postimage517.jpg); max-width:100%; }
[href="/u/#q518"] {content: url(https://qagg.news/siteimages/postimage518.jpg); max-width:100%; }
[href="/u/#q519"] {content: url(https://qagg.news/siteimages/postimage519.jpg); max-width:100%; }
[href="/u/#q520"] {content: url(https://qagg.news/siteimages/postimage520.jpg); max-width:100%; }
[href="/u/#q521"] {content: url(https://qagg.news/siteimages/postimage521.jpg); max-width:100%; }
[href="/u/#q522"] {content: url(https://qagg.news/siteimages/postimage522.jpg); max-width:100%; }
[href="/u/#q523"] {content: url(https://qagg.news/siteimages/postimage523.jpg); max-width:100%; }
[href="/u/#q524"] {content: url(https://qagg.news/siteimages/postimage524.jpg); max-width:100%; }
[href="/u/#q525"] {content: url(https://qagg.news/siteimages/postimage525.jpg); max-width:100%; }
[href="/u/#q526"] {content: url(https://qagg.news/siteimages/postimage526.jpg); max-width:100%; }
[href="/u/#q527"] {content: url(https://qagg.news/siteimages/postimage527.jpg); max-width:100%; }
[href="/u/#q528"] {content: url(https://qagg.news/siteimages/postimage528.jpg); max-width:100%; }
[href="/u/#q529"] {content: url(https://qagg.news/siteimages/postimage529.jpg); max-width:100%; }
[href="/u/#q530"] {content: url(https://qagg.news/siteimages/postimage530.jpg); max-width:100%; }
[href="/u/#q531"] {content: url(https://qagg.news/siteimages/postimage531.jpg); max-width:100%; }
[href="/u/#q532"] {content: url(https://qagg.news/siteimages/postimage532.jpg); max-width:100%; }
[href="/u/#q533"] {content: url(https://qagg.news/siteimages/postimage533.jpg); max-width:100%; }
[href="/u/#q534"] {content: url(https://qagg.news/siteimages/postimage534.jpg); max-width:100%; }
[href="/u/#q535"] {content: url(https://qagg.news/siteimages/postimage535.jpg); max-width:100%; }
[href="/u/#q536"] {content: url(https://qagg.news/siteimages/postimage536.jpg); max-width:100%; }
[href="/u/#q537"] {content: url(https://qagg.news/siteimages/postimage537.jpg); max-width:100%; }
[href="/u/#q538"] {content: url(https://qagg.news/siteimages/postimage538.jpg); max-width:100%; }
[href="/u/#q539"] {content: url(https://qagg.news/siteimages/postimage539.jpg); max-width:100%; }
[href="/u/#q540"] {content: url(https://qagg.news/siteimages/postimage540.jpg); max-width:100%; }
[href="/u/#q541"] {content: url(https://qagg.news/siteimages/postimage541.jpg); max-width:100%; }
[href="/u/#q542"] {content: url(https://qagg.news/siteimages/postimage542.jpg); max-width:100%; }
[href="/u/#q543"] {content: url(https://qagg.news/siteimages/postimage543.jpg); max-width:100%; }
[href="/u/#q544"] {content: url(https://qagg.news/siteimages/postimage544.jpg); max-width:100%; }
[href="/u/#q545"] {content: url(https://qagg.news/siteimages/postimage545.jpg); max-width:100%; }
[href="/u/#q546"] {content: url(https://qagg.news/siteimages/postimage546.jpg); max-width:100%; }
[href="/u/#q547"] {content: url(https://qagg.news/siteimages/postimage547.jpg); max-width:100%; }
[href="/u/#q548"] {content: url(https://qagg.news/siteimages/postimage548.jpg); max-width:100%; }
[href="/u/#q549"] {content: url(https://qagg.news/siteimages/postimage549.jpg); max-width:100%; }
[href="/u/#q550"] {content: url(https://qagg.news/siteimages/postimage550.jpg); max-width:100%; }
[href="/u/#q551"] {content: url(https://qagg.news/siteimages/postimage551.jpg); max-width:100%; }
[href="/u/#q552"] {content: url(https://qagg.news/siteimages/postimage552.jpg); max-width:100%; }
[href="/u/#q553"] {content: url(https://qagg.news/siteimages/postimage553.jpg); max-width:100%; }
[href="/u/#q554"] {content: url(https://qagg.news/siteimages/postimage554.jpg); max-width:100%; }
[href="/u/#q555"] {content: url(https://qagg.news/siteimages/postimage555.jpg); max-width:100%; }
[href="/u/#q556"] {content: url(https://qagg.news/siteimages/postimage556.jpg); max-width:100%; }
[href="/u/#q557"] {content: url(https://qagg.news/siteimages/postimage557.jpg); max-width:100%; }
[href="/u/#q558"] {content: url(https://qagg.news/siteimages/postimage558.jpg); max-width:100%; }
[href="/u/#q559"] {content: url(https://qagg.news/siteimages/postimage559.jpg); max-width:100%; }
[href="/u/#q560"] {content: url(https://qagg.news/siteimages/postimage560.jpg); max-width:100%; }
[href="/u/#q561"] {content: url(https://qagg.news/siteimages/postimage561.jpg); max-width:100%; }
[href="/u/#q562"] {content: url(https://qagg.news/siteimages/postimage562.jpg); max-width:100%; }
[href="/u/#q563"] {content: url(https://qagg.news/siteimages/postimage563.jpg); max-width:100%; }
[href="/u/#q564"] {content: url(https://qagg.news/siteimages/postimage564.jpg); max-width:100%; }
[href="/u/#q565"] {content: url(https://qagg.news/siteimages/postimage565.jpg); max-width:100%; }
[href="/u/#q566"] {content: url(https://qagg.news/siteimages/postimage566.jpg); max-width:100%; }
[href="/u/#q567"] {content: url(https://qagg.news/siteimages/postimage567.jpg); max-width:100%; }
[href="/u/#q568"] {content: url(https://qagg.news/siteimages/postimage568.jpg); max-width:100%; }
[href="/u/#q569"] {content: url(https://qagg.news/siteimages/postimage569.jpg); max-width:100%; }
[href="/u/#q570"] {content: url(https://qagg.news/siteimages/postimage570.jpg); max-width:100%; }
[href="/u/#q571"] {content: url(https://qagg.news/siteimages/postimage571.jpg); max-width:100%; }
[href="/u/#q572"] {content: url(https://qagg.news/siteimages/postimage572.jpg); max-width:100%; }
[href="/u/#q573"] {content: url(https://qagg.news/siteimages/postimage573.jpg); max-width:100%; }
[href="/u/#q574"] {content: url(https://qagg.news/siteimages/postimage574.jpg); max-width:100%; }
[href="/u/#q575"] {content: url(https://qagg.news/siteimages/postimage575.jpg); max-width:100%; }
[href="/u/#q576"] {content: url(https://qagg.news/siteimages/postimage576.jpg); max-width:100%; }
[href="/u/#q577"] {content: url(https://qagg.news/siteimages/postimage577.jpg); max-width:100%; }
[href="/u/#q578"] {content: url(https://qagg.news/siteimages/postimage578.jpg); max-width:100%; }
[href="/u/#q579"] {content: url(https://qagg.news/siteimages/postimage579.jpg); max-width:100%; }
[href="/u/#q580"] {content: url(https://qagg.news/siteimages/postimage580.jpg); max-width:100%; }
[href="/u/#q581"] {content: url(https://qagg.news/siteimages/postimage581.jpg); max-width:100%; }
[href="/u/#q582"] {content: url(https://qagg.news/siteimages/postimage582.jpg); max-width:100%; }
[href="/u/#q583"] {content: url(https://qagg.news/siteimages/postimage583.jpg); max-width:100%; }
[href="/u/#q584"] {content: url(https://qagg.news/siteimages/postimage584.jpg); max-width:100%; }
[href="/u/#q585"] {content: url(https://qagg.news/siteimages/postimage585.jpg); max-width:100%; }
[href="/u/#q586"] {content: url(https://qagg.news/siteimages/postimage586.jpg); max-width:100%; }
[href="/u/#q587"] {content: url(https://qagg.news/siteimages/postimage587.jpg); max-width:100%; }
[href="/u/#q588"] {content: url(https://qagg.news/siteimages/postimage588.jpg); max-width:100%; }
[href="/u/#q589"] {content: url(https://qagg.news/siteimages/postimage589.jpg); max-width:100%; }
[href="/u/#q590"] {content: url(https://qagg.news/siteimages/postimage590.jpg); max-width:100%; }
[href="/u/#q591"] {content: url(https://qagg.news/siteimages/postimage591.jpg); max-width:100%; }
[href="/u/#q592"] {content: url(https://qagg.news/siteimages/postimage592.jpg); max-width:100%; }
[href="/u/#q593"] {content: url(https://qagg.news/siteimages/postimage593.jpg); max-width:100%; }
[href="/u/#q594"] {content: url(https://qagg.news/siteimages/postimage594.jpg); max-width:100%; }
[href="/u/#q595"] {content: url(https://qagg.news/siteimages/postimage595.jpg); max-width:100%; }
[href="/u/#q596"] {content: url(https://qagg.news/siteimages/postimage596.jpg); max-width:100%; }
[href="/u/#q597"] {content: url(https://qagg.news/siteimages/postimage597.jpg); max-width:100%; }
[href="/u/#q598"] {content: url(https://qagg.news/siteimages/postimage598.jpg); max-width:100%; }
[href="/u/#q599"] {content: url(https://qagg.news/siteimages/postimage599.jpg); max-width:100%; }
[href="/u/#q600"] {content: url(https://qagg.news/siteimages/postimage600.jpg); max-width:100%; }
[href="/u/#q601"] {content: url(https://qagg.news/siteimages/postimage601.jpg); max-width:100%; }
[href="/u/#q602"] {content: url(https://qagg.news/siteimages/postimage602.jpg); max-width:100%; }
[href="/u/#q603"] {content: url(https://qagg.news/siteimages/postimage603.jpg); max-width:100%; }
[href="/u/#q604"] {content: url(https://qagg.news/siteimages/postimage604.jpg); max-width:100%; }
[href="/u/#q605"] {content: url(https://qagg.news/siteimages/postimage605.jpg); max-width:100%; }
[href="/u/#q606"] {content: url(https://qagg.news/siteimages/postimage606.jpg); max-width:100%; }
[href="/u/#q607"] {content: url(https://qagg.news/siteimages/postimage607.jpg); max-width:100%; }
[href="/u/#q608"] {content: url(https://qagg.news/siteimages/postimage608.jpg); max-width:100%; }
[href="/u/#q609"] {content: url(https://qagg.news/siteimages/postimage609.jpg); max-width:100%; }
[href="/u/#q610"] {content: url(https://qagg.news/siteimages/postimage610.jpg); max-width:100%; }
[href="/u/#q611"] {content: url(https://qagg.news/siteimages/postimage611.jpg); max-width:100%; }
[href="/u/#q612"] {content: url(https://qagg.news/siteimages/postimage612.jpg); max-width:100%; }
[href="/u/#q613"] {content: url(https://qagg.news/siteimages/postimage613.jpg); max-width:100%; }
[href="/u/#q614"] {content: url(https://qagg.news/siteimages/postimage614.jpg); max-width:100%; }
[href="/u/#q615"] {content: url(https://qagg.news/siteimages/postimage615.jpg); max-width:100%; }
[href="/u/#q616"] {content: url(https://qagg.news/siteimages/postimage616.jpg); max-width:100%; }
[href="/u/#q617"] {content: url(https://qagg.news/siteimages/postimage617.jpg); max-width:100%; }
[href="/u/#q618"] {content: url(https://qagg.news/siteimages/postimage618.jpg); max-width:100%; }
[href="/u/#q619"] {content: url(https://qagg.news/siteimages/postimage619.jpg); max-width:100%; }
[href="/u/#q620"] {content: url(https://qagg.news/siteimages/postimage620.jpg); max-width:100%; }
[href="/u/#q621"] {content: url(https://qagg.news/siteimages/postimage621.jpg); max-width:100%; }
[href="/u/#q622"] {content: url(https://qagg.news/siteimages/postimage622.jpg); max-width:100%; }
[href="/u/#q623"] {content: url(https://qagg.news/siteimages/postimage623.jpg); max-width:100%; }
[href="/u/#q624"] {content: url(https://qagg.news/siteimages/postimage624.jpg); max-width:100%; }
[href="/u/#q625"] {content: url(https://qagg.news/siteimages/postimage625.jpg); max-width:100%; }
[href="/u/#q626"] {content: url(https://qagg.news/siteimages/postimage626.jpg); max-width:100%; }
[href="/u/#q627"] {content: url(https://qagg.news/siteimages/postimage627.jpg); max-width:100%; }
[href="/u/#q628"] {content: url(https://qagg.news/siteimages/postimage628.jpg); max-width:100%; }
[href="/u/#q629"] {content: url(https://qagg.news/siteimages/postimage629.jpg); max-width:100%; }
[href="/u/#q630"] {content: url(https://qagg.news/siteimages/postimage630.jpg); max-width:100%; }
[href="/u/#q631"] {content: url(https://qagg.news/siteimages/postimage631.jpg); max-width:100%; }
[href="/u/#q632"] {content: url(https://qagg.news/siteimages/postimage632.jpg); max-width:100%; }
[href="/u/#q633"] {content: url(https://qagg.news/siteimages/postimage633.jpg); max-width:100%; }
[href="/u/#q634"] {content: url(https://qagg.news/siteimages/postimage634.jpg); max-width:100%; }
[href="/u/#q635"] {content: url(https://qagg.news/siteimages/postimage635.jpg); max-width:100%; }
[href="/u/#q636"] {content: url(https://qagg.news/siteimages/postimage636.jpg); max-width:100%; }
[href="/u/#q637"] {content: url(https://qagg.news/siteimages/postimage637.jpg); max-width:100%; }
[href="/u/#q638"] {content: url(https://qagg.news/siteimages/postimage638.jpg); max-width:100%; }
[href="/u/#q639"] {content: url(https://qagg.news/siteimages/postimage639.jpg); max-width:100%; }
[href="/u/#q640"] {content: url(https://qagg.news/siteimages/postimage640.jpg); max-width:100%; }
[href="/u/#q641"] {content: url(https://qagg.news/siteimages/postimage641.jpg); max-width:100%; }
[href="/u/#q642"] {content: url(https://qagg.news/siteimages/postimage642.jpg); max-width:100%; }
[href="/u/#q643"] {content: url(https://qagg.news/siteimages/postimage643.jpg); max-width:100%; }
[href="/u/#q644"] {content: url(https://qagg.news/siteimages/postimage644.jpg); max-width:100%; }
[href="/u/#q645"] {content: url(https://qagg.news/siteimages/postimage645.jpg); max-width:100%; }
[href="/u/#q646"] {content: url(https://qagg.news/siteimages/postimage646.jpg); max-width:100%; }
[href="/u/#q647"] {content: url(https://qagg.news/siteimages/postimage647.jpg); max-width:100%; }
[href="/u/#q648"] {content: url(https://qagg.news/siteimages/postimage648.jpg); max-width:100%; }
[href="/u/#q649"] {content: url(https://qagg.news/siteimages/postimage649.jpg); max-width:100%; }
[href="/u/#q650"] {content: url(https://qagg.news/siteimages/postimage650.jpg); max-width:100%; }
[href="/u/#q651"] {content: url(https://qagg.news/siteimages/postimage651.jpg); max-width:100%; }
[href="/u/#q652"] {content: url(https://qagg.news/siteimages/postimage652.jpg); max-width:100%; }
[href="/u/#q653"] {content: url(https://qagg.news/siteimages/postimage653.jpg); max-width:100%; }
[href="/u/#q654"] {content: url(https://qagg.news/siteimages/postimage654.jpg); max-width:100%; }
[href="/u/#q655"] {content: url(https://qagg.news/siteimages/postimage655.jpg); max-width:100%; }
[href="/u/#q656"] {content: url(https://qagg.news/siteimages/postimage656.jpg); max-width:100%; }
[href="/u/#q657"] {content: url(https://qagg.news/siteimages/postimage657.jpg); max-width:100%; }
[href="/u/#q658"] {content: url(https://qagg.news/siteimages/postimage658.jpg); max-width:100%; }
[href="/u/#q659"] {content: url(https://qagg.news/siteimages/postimage659.jpg); max-width:100%; }
[href="/u/#q660"] {content: url(https://qagg.news/siteimages/postimage660.jpg); max-width:100%; }
[href="/u/#q661"] {content: url(https://qagg.news/siteimages/postimage661.jpg); max-width:100%; }
[href="/u/#q662"] {content: url(https://qagg.news/siteimages/postimage662.jpg); max-width:100%; }
[href="/u/#q663"] {content: url(https://qagg.news/siteimages/postimage663.jpg); max-width:100%; }
[href="/u/#q664"] {content: url(https://qagg.news/siteimages/postimage664.jpg); max-width:100%; }
[href="/u/#q665"] {content: url(https://qagg.news/siteimages/postimage665.jpg); max-width:100%; }
[href="/u/#q666"] {content: url(https://qagg.news/siteimages/postimage666.jpg); max-width:100%; }
[href="/u/#q667"] {content: url(https://qagg.news/siteimages/postimage667.jpg); max-width:100%; }
[href="/u/#q668"] {content: url(https://qagg.news/siteimages/postimage668.jpg); max-width:100%; }
[href="/u/#q669"] {content: url(https://qagg.news/siteimages/postimage669.jpg); max-width:100%; }
[href="/u/#q670"] {content: url(https://qagg.news/siteimages/postimage670.jpg); max-width:100%; }
[href="/u/#q671"] {content: url(https://qagg.news/siteimages/postimage671.jpg); max-width:100%; }
[href="/u/#q672"] {content: url(https://qagg.news/siteimages/postimage672.jpg); max-width:100%; }
[href="/u/#q673"] {content: url(https://qagg.news/siteimages/postimage673.jpg); max-width:100%; }
[href="/u/#q674"] {content: url(https://qagg.news/siteimages/postimage674.jpg); max-width:100%; }
[href="/u/#q675"] {content: url(https://qagg.news/siteimages/postimage675.jpg); max-width:100%; }
[href="/u/#q676"] {content: url(https://qagg.news/siteimages/postimage676.jpg); max-width:100%; }
[href="/u/#q677"] {content: url(https://qagg.news/siteimages/postimage677.jpg); max-width:100%; }
[href="/u/#q678"] {content: url(https://qagg.news/siteimages/postimage678.jpg); max-width:100%; }
[href="/u/#q679"] {content: url(https://qagg.news/siteimages/postimage679.jpg); max-width:100%; }
[href="/u/#q680"] {content: url(https://qagg.news/siteimages/postimage680.jpg); max-width:100%; }
[href="/u/#q681"] {content: url(https://qagg.news/siteimages/postimage681.jpg); max-width:100%; }
[href="/u/#q682"] {content: url(https://qagg.news/siteimages/postimage682.jpg); max-width:100%; }
[href="/u/#q683"] {content: url(https://qagg.news/siteimages/postimage683.jpg); max-width:100%; }
[href="/u/#q684"] {content: url(https://qagg.news/siteimages/postimage684.jpg); max-width:100%; }
[href="/u/#q685"] {content: url(https://qagg.news/siteimages/postimage685.jpg); max-width:100%; }
[href="/u/#q686"] {content: url(https://qagg.news/siteimages/postimage686.jpg); max-width:100%; }
[href="/u/#q687"] {content: url(https://qagg.news/siteimages/postimage687.jpg); max-width:100%; }
[href="/u/#q688"] {content: url(https://qagg.news/siteimages/postimage688.jpg); max-width:100%; }
[href="/u/#q689"] {content: url(https://qagg.news/siteimages/postimage689.jpg); max-width:100%; }
[href="/u/#q690"] {content: url(https://qagg.news/siteimages/postimage690.jpg); max-width:100%; }
[href="/u/#q691"] {content: url(https://qagg.news/siteimages/postimage691.jpg); max-width:100%; }
[href="/u/#q692"] {content: url(https://qagg.news/siteimages/postimage692.jpg); max-width:100%; }
[href="/u/#q693"] {content: url(https://qagg.news/siteimages/postimage693.jpg); max-width:100%; }
[href="/u/#q694"] {content: url(https://qagg.news/siteimages/postimage694.jpg); max-width:100%; }
[href="/u/#q695"] {content: url(https://qagg.news/siteimages/postimage695.jpg); max-width:100%; }
[href="/u/#q696"] {content: url(https://qagg.news/siteimages/postimage696.jpg); max-width:100%; }
[href="/u/#q697"] {content: url(https://qagg.news/siteimages/postimage697.jpg); max-width:100%; }
[href="/u/#q698"] {content: url(https://qagg.news/siteimages/postimage698.jpg); max-width:100%; }
[href="/u/#q699"] {content: url(https://qagg.news/siteimages/postimage699.jpg); max-width:100%; }
[href="/u/#q700"] {content: url(https://qagg.news/siteimages/postimage700.jpg); max-width:100%; }
[href="/u/#q701"] {content: url(https://qagg.news/siteimages/postimage701.jpg); max-width:100%; }
[href="/u/#q702"] {content: url(https://qagg.news/siteimages/postimage702.jpg); max-width:100%; }
[href="/u/#q703"] {content: url(https://qagg.news/siteimages/postimage703.jpg); max-width:100%; }
[href="/u/#q704"] {content: url(https://qagg.news/siteimages/postimage704.jpg); max-width:100%; }
[href="/u/#q705"] {content: url(https://qagg.news/siteimages/postimage705.jpg); max-width:100%; }
[href="/u/#q706"] {content: url(https://qagg.news/siteimages/postimage706.jpg); max-width:100%; }
[href="/u/#q707"] {content: url(https://qagg.news/siteimages/postimage707.jpg); max-width:100%; }
[href="/u/#q708"] {content: url(https://qagg.news/siteimages/postimage708.jpg); max-width:100%; }
[href="/u/#q709"] {content: url(https://qagg.news/siteimages/postimage709.jpg); max-width:100%; }
[href="/u/#q710"] {content: url(https://qagg.news/siteimages/postimage710.jpg); max-width:100%; }
[href="/u/#q711"] {content: url(https://qagg.news/siteimages/postimage711.jpg); max-width:100%; }
[href="/u/#q712"] {content: url(https://qagg.news/siteimages/postimage712.jpg); max-width:100%; }
[href="/u/#q713"] {content: url(https://qagg.news/siteimages/postimage713.jpg); max-width:100%; }
[href="/u/#q714"] {content: url(https://qagg.news/siteimages/postimage714.jpg); max-width:100%; }
[href="/u/#q715"] {content: url(https://qagg.news/siteimages/postimage715.jpg); max-width:100%; }
[href="/u/#q716"] {content: url(https://qagg.news/siteimages/postimage716.jpg); max-width:100%; }
[href="/u/#q717"] {content: url(https://qagg.news/siteimages/postimage717.jpg); max-width:100%; }
[href="/u/#q718"] {content: url(https://qagg.news/siteimages/postimage718.jpg); max-width:100%; }
[href="/u/#q719"] {content: url(https://qagg.news/siteimages/postimage719.jpg); max-width:100%; }
[href="/u/#q720"] {content: url(https://qagg.news/siteimages/postimage720.jpg); max-width:100%; }
[href="/u/#q721"] {content: url(https://qagg.news/siteimages/postimage721.jpg); max-width:100%; }
[href="/u/#q722"] {content: url(https://qagg.news/siteimages/postimage722.jpg); max-width:100%; }
[href="/u/#q723"] {content: url(https://qagg.news/siteimages/postimage723.jpg); max-width:100%; }
[href="/u/#q724"] {content: url(https://qagg.news/siteimages/postimage724.jpg); max-width:100%; }
[href="/u/#q725"] {content: url(https://qagg.news/siteimages/postimage725.jpg); max-width:100%; }
[href="/u/#q726"] {content: url(https://qagg.news/siteimages/postimage726.jpg); max-width:100%; }
[href="/u/#q727"] {content: url(https://qagg.news/siteimages/postimage727.jpg); max-width:100%; }
[href="/u/#q728"] {content: url(https://qagg.news/siteimages/postimage728.jpg); max-width:100%; }
[href="/u/#q729"] {content: url(https://qagg.news/siteimages/postimage729.jpg); max-width:100%; }
[href="/u/#q730"] {content: url(https://qagg.news/siteimages/postimage730.jpg); max-width:100%; }
[href="/u/#q731"] {content: url(https://qagg.news/siteimages/postimage731.jpg); max-width:100%; }
[href="/u/#q732"] {content: url(https://qagg.news/siteimages/postimage732.jpg); max-width:100%; }
[href="/u/#q733"] {content: url(https://qagg.news/siteimages/postimage733.jpg); max-width:100%; }
[href="/u/#q734"] {content: url(https://qagg.news/siteimages/postimage734.jpg); max-width:100%; }
[href="/u/#q735"] {content: url(https://qagg.news/siteimages/postimage735.jpg); max-width:100%; }
[href="/u/#q736"] {content: url(https://qagg.news/siteimages/postimage736.jpg); max-width:100%; }
[href="/u/#q737"] {content: url(https://qagg.news/siteimages/postimage737.jpg); max-width:100%; }
[href="/u/#q738"] {content: url(https://qagg.news/siteimages/postimage738.jpg); max-width:100%; }
[href="/u/#q739"] {content: url(https://qagg.news/siteimages/postimage739.jpg); max-width:100%; }
[href="/u/#q740"] {content: url(https://qagg.news/siteimages/postimage740.jpg); max-width:100%; }
[href="/u/#q741"] {content: url(https://qagg.news/siteimages/postimage741.jpg); max-width:100%; }
[href="/u/#q742"] {content: url(https://qagg.news/siteimages/postimage742.jpg); max-width:100%; }
[href="/u/#q743"] {content: url(https://qagg.news/siteimages/postimage743.jpg); max-width:100%; }
[href="/u/#q744"] {content: url(https://qagg.news/siteimages/postimage744.jpg); max-width:100%; }
[href="/u/#q745"] {content: url(https://qagg.news/siteimages/postimage745.jpg); max-width:100%; }
[href="/u/#q746"] {content: url(https://qagg.news/siteimages/postimage746.jpg); max-width:100%; }
[href="/u/#q747"] {content: url(https://qagg.news/siteimages/postimage747.jpg); max-width:100%; }
[href="/u/#q748"] {content: url(https://qagg.news/siteimages/postimage748.jpg); max-width:100%; }
[href="/u/#q749"] {content: url(https://qagg.news/siteimages/postimage749.jpg); max-width:100%; }
[href="/u/#q750"] {content: url(https://qagg.news/siteimages/postimage750.jpg); max-width:100%; }
[href="/u/#q751"] {content: url(https://qagg.news/siteimages/postimage751.jpg); max-width:100%; }
[href="/u/#q752"] {content: url(https://qagg.news/siteimages/postimage752.jpg); max-width:100%; }
[href="/u/#q753"] {content: url(https://qagg.news/siteimages/postimage753.jpg); max-width:100%; }
[href="/u/#q754"] {content: url(https://qagg.news/siteimages/postimage754.jpg); max-width:100%; }
[href="/u/#q755"] {content: url(https://qagg.news/siteimages/postimage755.jpg); max-width:100%; }
[href="/u/#q756"] {content: url(https://qagg.news/siteimages/postimage756.jpg); max-width:100%; }
[href="/u/#q757"] {content: url(https://qagg.news/siteimages/postimage757.jpg); max-width:100%; }
[href="/u/#q758"] {content: url(https://qagg.news/siteimages/postimage758.jpg); max-width:100%; }
[href="/u/#q759"] {content: url(https://qagg.news/siteimages/postimage759.jpg); max-width:100%; }
[href="/u/#q760"] {content: url(https://qagg.news/siteimages/postimage760.jpg); max-width:100%; }
[href="/u/#q761"] {content: url(https://qagg.news/siteimages/postimage761.jpg); max-width:100%; }
[href="/u/#q762"] {content: url(https://qagg.news/siteimages/postimage762.jpg); max-width:100%; }
[href="/u/#q763"] {content: url(https://qagg.news/siteimages/postimage763.jpg); max-width:100%; }
[href="/u/#q764"] {content: url(https://qagg.news/siteimages/postimage764.jpg); max-width:100%; }
[href="/u/#q765"] {content: url(https://qagg.news/siteimages/postimage765.jpg); max-width:100%; }
[href="/u/#q766"] {content: url(https://qagg.news/siteimages/postimage766.jpg); max-width:100%; }
[href="/u/#q767"] {content: url(https://qagg.news/siteimages/postimage767.jpg); max-width:100%; }
[href="/u/#q768"] {content: url(https://qagg.news/siteimages/postimage768.jpg); max-width:100%; }
[href="/u/#q769"] {content: url(https://qagg.news/siteimages/postimage769.jpg); max-width:100%; }
[href="/u/#q770"] {content: url(https://qagg.news/siteimages/postimage770.jpg); max-width:100%; }
[href="/u/#q771"] {content: url(https://qagg.news/siteimages/postimage771.jpg); max-width:100%; }
[href="/u/#q772"] {content: url(https://qagg.news/siteimages/postimage772.jpg); max-width:100%; }
[href="/u/#q773"] {content: url(https://qagg.news/siteimages/postimage773.jpg); max-width:100%; }
[href="/u/#q774"] {content: url(https://qagg.news/siteimages/postimage774.jpg); max-width:100%; }
[href="/u/#q775"] {content: url(https://qagg.news/siteimages/postimage775.jpg); max-width:100%; }
[href="/u/#q776"] {content: url(https://qagg.news/siteimages/postimage776.jpg); max-width:100%; }
[href="/u/#q777"] {content: url(https://qagg.news/siteimages/postimage777.jpg); max-width:100%; }
[href="/u/#q778"] {content: url(https://qagg.news/siteimages/postimage778.jpg); max-width:100%; }
[href="/u/#q779"] {content: url(https://qagg.news/siteimages/postimage779.jpg); max-width:100%; }
[href="/u/#q780"] {content: url(https://qagg.news/siteimages/postimage780.jpg); max-width:100%; }
[href="/u/#q781"] {content: url(https://qagg.news/siteimages/postimage781.jpg); max-width:100%; }
[href="/u/#q782"] {content: url(https://qagg.news/siteimages/postimage782.jpg); max-width:100%; }
[href="/u/#q783"] {content: url(https://qagg.news/siteimages/postimage783.jpg); max-width:100%; }
[href="/u/#q784"] {content: url(https://qagg.news/siteimages/postimage784.jpg); max-width:100%; }
[href="/u/#q785"] {content: url(https://qagg.news/siteimages/postimage785.jpg); max-width:100%; }
[href="/u/#q786"] {content: url(https://qagg.news/siteimages/postimage786.jpg); max-width:100%; }
[href="/u/#q787"] {content: url(https://qagg.news/siteimages/postimage787.jpg); max-width:100%; }
[href="/u/#q788"] {content: url(https://qagg.news/siteimages/postimage788.jpg); max-width:100%; }
[href="/u/#q789"] {content: url(https://qagg.news/siteimages/postimage789.jpg); max-width:100%; }
[href="/u/#q790"] {content: url(https://qagg.news/siteimages/postimage790.jpg); max-width:100%; }
[href="/u/#q791"] {content: url(https://qagg.news/siteimages/postimage791.jpg); max-width:100%; }
[href="/u/#q792"] {content: url(https://qagg.news/siteimages/postimage792.jpg); max-width:100%; }
[href="/u/#q793"] {content: url(https://qagg.news/siteimages/postimage793.jpg); max-width:100%; }
[href="/u/#q794"] {content: url(https://qagg.news/siteimages/postimage794.jpg); max-width:100%; }
[href="/u/#q795"] {content: url(https://qagg.news/siteimages/postimage795.jpg); max-width:100%; }
[href="/u/#q796"] {content: url(https://qagg.news/siteimages/postimage796.jpg); max-width:100%; }
[href="/u/#q797"] {content: url(https://qagg.news/siteimages/postimage797.jpg); max-width:100%; }
[href="/u/#q798"] {content: url(https://qagg.news/siteimages/postimage798.jpg); max-width:100%; }
[href="/u/#q799"] {content: url(https://qagg.news/siteimages/postimage799.jpg); max-width:100%; }
[href="/u/#q800"] {content: url(https://qagg.news/siteimages/postimage800.jpg); max-width:100%; }
[href="/u/#q801"] {content: url(https://qagg.news/siteimages/postimage801.jpg); max-width:100%; }
[href="/u/#q802"] {content: url(https://qagg.news/siteimages/postimage802.jpg); max-width:100%; }
[href="/u/#q803"] {content: url(https://qagg.news/siteimages/postimage803.jpg); max-width:100%; }
[href="/u/#q804"] {content: url(https://qagg.news/siteimages/postimage804.jpg); max-width:100%; }
[href="/u/#q805"] {content: url(https://qagg.news/siteimages/postimage805.jpg); max-width:100%; }
[href="/u/#q806"] {content: url(https://qagg.news/siteimages/postimage806.jpg); max-width:100%; }
[href="/u/#q807"] {content: url(https://qagg.news/siteimages/postimage807.jpg); max-width:100%; }
[href="/u/#q808"] {content: url(https://qagg.news/siteimages/postimage808.jpg); max-width:100%; }
[href="/u/#q809"] {content: url(https://qagg.news/siteimages/postimage809.jpg); max-width:100%; }
[href="/u/#q810"] {content: url(https://qagg.news/siteimages/postimage810.jpg); max-width:100%; }
[href="/u/#q811"] {content: url(https://qagg.news/siteimages/postimage811.jpg); max-width:100%; }
[href="/u/#q812"] {content: url(https://qagg.news/siteimages/postimage812.jpg); max-width:100%; }
[href="/u/#q813"] {content: url(https://qagg.news/siteimages/postimage813.jpg); max-width:100%; }
[href="/u/#q814"] {content: url(https://qagg.news/siteimages/postimage814.jpg); max-width:100%; }
[href="/u/#q815"] {content: url(https://qagg.news/siteimages/postimage815.jpg); max-width:100%; }
[href="/u/#q816"] {content: url(https://qagg.news/siteimages/postimage816.jpg); max-width:100%; }
[href="/u/#q817"] {content: url(https://qagg.news/siteimages/postimage817.jpg); max-width:100%; }
[href="/u/#q818"] {content: url(https://qagg.news/siteimages/postimage818.jpg); max-width:100%; }
[href="/u/#q819"] {content: url(https://qagg.news/siteimages/postimage819.jpg); max-width:100%; }
[href="/u/#q820"] {content: url(https://qagg.news/siteimages/postimage820.jpg); max-width:100%; }
[href="/u/#q821"] {content: url(https://qagg.news/siteimages/postimage821.jpg); max-width:100%; }
[href="/u/#q822"] {content: url(https://qagg.news/siteimages/postimage822.jpg); max-width:100%; }
[href="/u/#q823"] {content: url(https://qagg.news/siteimages/postimage823.jpg); max-width:100%; }
[href="/u/#q824"] {content: url(https://qagg.news/siteimages/postimage824.jpg); max-width:100%; }
[href="/u/#q825"] {content: url(https://qagg.news/siteimages/postimage825.jpg); max-width:100%; }
[href="/u/#q826"] {content: url(https://qagg.news/siteimages/postimage826.jpg); max-width:100%; }
[href="/u/#q827"] {content: url(https://qagg.news/siteimages/postimage827.jpg); max-width:100%; }
[href="/u/#q828"] {content: url(https://qagg.news/siteimages/postimage828.jpg); max-width:100%; }
[href="/u/#q829"] {content: url(https://qagg.news/siteimages/postimage829.jpg); max-width:100%; }
[href="/u/#q830"] {content: url(https://qagg.news/siteimages/postimage830.jpg); max-width:100%; }
[href="/u/#q831"] {content: url(https://qagg.news/siteimages/postimage831.jpg); max-width:100%; }
[href="/u/#q832"] {content: url(https://qagg.news/siteimages/postimage832.jpg); max-width:100%; }
[href="/u/#q833"] {content: url(https://qagg.news/siteimages/postimage833.jpg); max-width:100%; }
[href="/u/#q834"] {content: url(https://qagg.news/siteimages/postimage834.jpg); max-width:100%; }
[href="/u/#q835"] {content: url(https://qagg.news/siteimages/postimage835.jpg); max-width:100%; }
[href="/u/#q836"] {content: url(https://qagg.news/siteimages/postimage836.jpg); max-width:100%; }
[href="/u/#q837"] {content: url(https://qagg.news/siteimages/postimage837.jpg); max-width:100%; }
[href="/u/#q838"] {content: url(https://qagg.news/siteimages/postimage838.jpg); max-width:100%; }
[href="/u/#q839"] {content: url(https://qagg.news/siteimages/postimage839.jpg); max-width:100%; }
[href="/u/#q840"] {content: url(https://qagg.news/siteimages/postimage840.jpg); max-width:100%; }
[href="/u/#q841"] {content: url(https://qagg.news/siteimages/postimage841.jpg); max-width:100%; }
[href="/u/#q842"] {content: url(https://qagg.news/siteimages/postimage842.jpg); max-width:100%; }
[href="/u/#q843"] {content: url(https://qagg.news/siteimages/postimage843.jpg); max-width:100%; }
[href="/u/#q844"] {content: url(https://qagg.news/siteimages/postimage844.jpg); max-width:100%; }
[href="/u/#q845"] {content: url(https://qagg.news/siteimages/postimage845.jpg); max-width:100%; }
[href="/u/#q846"] {content: url(https://qagg.news/siteimages/postimage846.jpg); max-width:100%; }
[href="/u/#q847"] {content: url(https://qagg.news/siteimages/postimage847.jpg); max-width:100%; }
[href="/u/#q848"] {content: url(https://qagg.news/siteimages/postimage848.jpg); max-width:100%; }
[href="/u/#q849"] {content: url(https://qagg.news/siteimages/postimage849.jpg); max-width:100%; }
[href="/u/#q850"] {content: url(https://qagg.news/siteimages/postimage850.jpg); max-width:100%; }
[href="/u/#q851"] {content: url(https://qagg.news/siteimages/postimage851.jpg); max-width:100%; }
[href="/u/#q852"] {content: url(https://qagg.news/siteimages/postimage852.jpg); max-width:100%; }
[href="/u/#q853"] {content: url(https://qagg.news/siteimages/postimage853.jpg); max-width:100%; }
[href="/u/#q854"] {content: url(https://qagg.news/siteimages/postimage854.jpg); max-width:100%; }
[href="/u/#q855"] {content: url(https://qagg.news/siteimages/postimage855.jpg); max-width:100%; }
[href="/u/#q856"] {content: url(https://qagg.news/siteimages/postimage856.jpg); max-width:100%; }
[href="/u/#q857"] {content: url(https://qagg.news/siteimages/postimage857.jpg); max-width:100%; }
[href="/u/#q858"] {content: url(https://qagg.news/siteimages/postimage858.jpg); max-width:100%; }
[href="/u/#q859"] {content: url(https://qagg.news/siteimages/postimage859.jpg); max-width:100%; }
[href="/u/#q860"] {content: url(https://qagg.news/siteimages/postimage860.jpg); max-width:100%; }
[href="/u/#q861"] {content: url(https://qagg.news/siteimages/postimage861.jpg); max-width:100%; }
[href="/u/#q862"] {content: url(https://qagg.news/siteimages/postimage862.jpg); max-width:100%; }
[href="/u/#q863"] {content: url(https://qagg.news/siteimages/postimage863.jpg); max-width:100%; }
[href="/u/#q864"] {content: url(https://qagg.news/siteimages/postimage864.jpg); max-width:100%; }
[href="/u/#q865"] {content: url(https://qagg.news/siteimages/postimage865.jpg); max-width:100%; }
[href="/u/#q866"] {content: url(https://qagg.news/siteimages/postimage866.jpg); max-width:100%; }
[href="/u/#q867"] {content: url(https://qagg.news/siteimages/postimage867.jpg); max-width:100%; }
[href="/u/#q868"] {content: url(https://qagg.news/siteimages/postimage868.jpg); max-width:100%; }
[href="/u/#q869"] {content: url(https://qagg.news/siteimages/postimage869.jpg); max-width:100%; }
[href="/u/#q870"] {content: url(https://qagg.news/siteimages/postimage870.jpg); max-width:100%; }
[href="/u/#q871"] {content: url(https://qagg.news/siteimages/postimage871.jpg); max-width:100%; }
[href="/u/#q872"] {content: url(https://qagg.news/siteimages/postimage872.jpg); max-width:100%; }
[href="/u/#q873"] {content: url(https://qagg.news/siteimages/postimage873.jpg); max-width:100%; }
[href="/u/#q874"] {content: url(https://qagg.news/siteimages/postimage874.jpg); max-width:100%; }
[href="/u/#q875"] {content: url(https://qagg.news/siteimages/postimage875.jpg); max-width:100%; }
[href="/u/#q876"] {content: url(https://qagg.news/siteimages/postimage876.jpg); max-width:100%; }
[href="/u/#q877"] {content: url(https://qagg.news/siteimages/postimage877.jpg); max-width:100%; }
[href="/u/#q878"] {content: url(https://qagg.news/siteimages/postimage878.jpg); max-width:100%; }
[href="/u/#q879"] {content: url(https://qagg.news/siteimages/postimage879.jpg); max-width:100%; }
[href="/u/#q880"] {content: url(https://qagg.news/siteimages/postimage880.jpg); max-width:100%; }
[href="/u/#q881"] {content: url(https://qagg.news/siteimages/postimage881.jpg); max-width:100%; }
[href="/u/#q882"] {content: url(https://qagg.news/siteimages/postimage882.jpg); max-width:100%; }
[href="/u/#q883"] {content: url(https://qagg.news/siteimages/postimage883.jpg); max-width:100%; }
[href="/u/#q884"] {content: url(https://qagg.news/siteimages/postimage884.jpg); max-width:100%; }
[href="/u/#q885"] {content: url(https://qagg.news/siteimages/postimage885.jpg); max-width:100%; }
[href="/u/#q886"] {content: url(https://qagg.news/siteimages/postimage886.jpg); max-width:100%; }
[href="/u/#q887"] {content: url(https://qagg.news/siteimages/postimage887.jpg); max-width:100%; }
[href="/u/#q888"] {content: url(https://qagg.news/siteimages/postimage888.jpg); max-width:100%; }
[href="/u/#q889"] {content: url(https://qagg.news/siteimages/postimage889.jpg); max-width:100%; }
[href="/u/#q890"] {content: url(https://qagg.news/siteimages/postimage890.jpg); max-width:100%; }
[href="/u/#q891"] {content: url(https://qagg.news/siteimages/postimage891.jpg); max-width:100%; }
[href="/u/#q892"] {content: url(https://qagg.news/siteimages/postimage892.jpg); max-width:100%; }
[href="/u/#q893"] {content: url(https://qagg.news/siteimages/postimage893.jpg); max-width:100%; }
[href="/u/#q894"] {content: url(https://qagg.news/siteimages/postimage894.jpg); max-width:100%; }
[href="/u/#q895"] {content: url(https://qagg.news/siteimages/postimage895.jpg); max-width:100%; }
[href="/u/#q896"] {content: url(https://qagg.news/siteimages/postimage896.jpg); max-width:100%; }
[href="/u/#q897"] {content: url(https://qagg.news/siteimages/postimage897.jpg); max-width:100%; }
[href="/u/#q898"] {content: url(https://qagg.news/siteimages/postimage898.jpg); max-width:100%; }
[href="/u/#q899"] {content: url(https://qagg.news/siteimages/postimage899.jpg); max-width:100%; }
[href="/u/#q900"] {content: url(https://qagg.news/siteimages/postimage900.jpg); max-width:100%; }
[href="/u/#q901"] {content: url(https://qagg.news/siteimages/postimage901.jpg); max-width:100%; }
[href="/u/#q902"] {content: url(https://qagg.news/siteimages/postimage902.jpg); max-width:100%; }
[href="/u/#q903"] {content: url(https://qagg.news/siteimages/postimage903.jpg); max-width:100%; }
[href="/u/#q904"] {content: url(https://qagg.news/siteimages/postimage904.jpg); max-width:100%; }
[href="/u/#q905"] {content: url(https://qagg.news/siteimages/postimage905.jpg); max-width:100%; }
[href="/u/#q906"] {content: url(https://qagg.news/siteimages/postimage906.jpg); max-width:100%; }
[href="/u/#q907"] {content: url(https://qagg.news/siteimages/postimage907.jpg); max-width:100%; }
[href="/u/#q908"] {content: url(https://qagg.news/siteimages/postimage908.jpg); max-width:100%; }
[href="/u/#q909"] {content: url(https://qagg.news/siteimages/postimage909.jpg); max-width:100%; }
[href="/u/#q910"] {content: url(https://qagg.news/siteimages/postimage910.jpg); max-width:100%; }
[href="/u/#q911"] {content: url(https://qagg.news/siteimages/postimage911.jpg); max-width:100%; }
[href="/u/#q912"] {content: url(https://qagg.news/siteimages/postimage912.jpg); max-width:100%; }
[href="/u/#q913"] {content: url(https://qagg.news/siteimages/postimage913.jpg); max-width:100%; }
[href="/u/#q914"] {content: url(https://qagg.news/siteimages/postimage914.jpg); max-width:100%; }
[href="/u/#q915"] {content: url(https://qagg.news/siteimages/postimage915.jpg); max-width:100%; }
[href="/u/#q916"] {content: url(https://qagg.news/siteimages/postimage916.jpg); max-width:100%; }
[href="/u/#q917"] {content: url(https://qagg.news/siteimages/postimage917.jpg); max-width:100%; }
[href="/u/#q918"] {content: url(https://qagg.news/siteimages/postimage918.jpg); max-width:100%; }
[href="/u/#q919"] {content: url(https://qagg.news/siteimages/postimage919.jpg); max-width:100%; }
[href="/u/#q920"] {content: url(https://qagg.news/siteimages/postimage920.jpg); max-width:100%; }
[href="/u/#q921"] {content: url(https://qagg.news/siteimages/postimage921.jpg); max-width:100%; }
[href="/u/#q922"] {content: url(https://qagg.news/siteimages/postimage922.jpg); max-width:100%; }
[href="/u/#q923"] {content: url(https://qagg.news/siteimages/postimage923.jpg); max-width:100%; }
[href="/u/#q924"] {content: url(https://qagg.news/siteimages/postimage924.jpg); max-width:100%; }
[href="/u/#q925"] {content: url(https://qagg.news/siteimages/postimage925.jpg); max-width:100%; }
[href="/u/#q926"] {content: url(https://qagg.news/siteimages/postimage926.jpg); max-width:100%; }
[href="/u/#q927"] {content: url(https://qagg.news/siteimages/postimage927.jpg); max-width:100%; }
[href="/u/#q928"] {content: url(https://qagg.news/siteimages/postimage928.jpg); max-width:100%; }
[href="/u/#q929"] {content: url(https://qagg.news/siteimages/postimage929.jpg); max-width:100%; }
[href="/u/#q930"] {content: url(https://qagg.news/siteimages/postimage930.jpg); max-width:100%; }
[href="/u/#q931"] {content: url(https://qagg.news/siteimages/postimage931.jpg); max-width:100%; }
[href="/u/#q932"] {content: url(https://qagg.news/siteimages/postimage932.jpg); max-width:100%; }
[href="/u/#q933"] {content: url(https://qagg.news/siteimages/postimage933.jpg); max-width:100%; }
[href="/u/#q934"] {content: url(https://qagg.news/siteimages/postimage934.jpg); max-width:100%; }
[href="/u/#q935"] {content: url(https://qagg.news/siteimages/postimage935.jpg); max-width:100%; }
[href="/u/#q936"] {content: url(https://qagg.news/siteimages/postimage936.jpg); max-width:100%; }
[href="/u/#q937"] {content: url(https://qagg.news/siteimages/postimage937.jpg); max-width:100%; }
[href="/u/#q938"] {content: url(https://qagg.news/siteimages/postimage938.jpg); max-width:100%; }
[href="/u/#q939"] {content: url(https://qagg.news/siteimages/postimage939.jpg); max-width:100%; }
[href="/u/#q940"] {content: url(https://qagg.news/siteimages/postimage940.jpg); max-width:100%; }
[href="/u/#q941"] {content: url(https://qagg.news/siteimages/postimage941.jpg); max-width:100%; }
[href="/u/#q942"] {content: url(https://qagg.news/siteimages/postimage942.jpg); max-width:100%; }
[href="/u/#q943"] {content: url(https://qagg.news/siteimages/postimage943.jpg); max-width:100%; }
[href="/u/#q944"] {content: url(https://qagg.news/siteimages/postimage944.jpg); max-width:100%; }
[href="/u/#q945"] {content: url(https://qagg.news/siteimages/postimage945.jpg); max-width:100%; }
[href="/u/#q946"] {content: url(https://qagg.news/siteimages/postimage946.jpg); max-width:100%; }
[href="/u/#q947"] {content: url(https://qagg.news/siteimages/postimage947.jpg); max-width:100%; }
[href="/u/#q948"] {content: url(https://qagg.news/siteimages/postimage948.jpg); max-width:100%; }
[href="/u/#q949"] {content: url(https://qagg.news/siteimages/postimage949.jpg); max-width:100%; }
[href="/u/#q950"] {content: url(https://qagg.news/siteimages/postimage950.jpg); max-width:100%; }
[href="/u/#q951"] {content: url(https://qagg.news/siteimages/postimage951.jpg); max-width:100%; }
[href="/u/#q952"] {content: url(https://qagg.news/siteimages/postimage952.jpg); max-width:100%; }
[href="/u/#q953"] {content: url(https://qagg.news/siteimages/postimage953.jpg); max-width:100%; }
[href="/u/#q954"] {content: url(https://qagg.news/siteimages/postimage954.jpg); max-width:100%; }
[href="/u/#q955"] {content: url(https://qagg.news/siteimages/postimage955.jpg); max-width:100%; }
[href="/u/#q956"] {content: url(https://qagg.news/siteimages/postimage956.jpg); max-width:100%; }
[href="/u/#q957"] {content: url(https://qagg.news/siteimages/postimage957.jpg); max-width:100%; }
[href="/u/#q958"] {content: url(https://qagg.news/siteimages/postimage958.jpg); max-width:100%; }
[href="/u/#q959"] {content: url(https://qagg.news/siteimages/postimage959.jpg); max-width:100%; }
[href="/u/#q960"] {content: url(https://qagg.news/siteimages/postimage960.jpg); max-width:100%; }
[href="/u/#q961"] {content: url(https://qagg.news/siteimages/postimage961.jpg); max-width:100%; }
[href="/u/#q962"] {content: url(https://qagg.news/siteimages/postimage962.jpg); max-width:100%; }
[href="/u/#q963"] {content: url(https://qagg.news/siteimages/postimage963.jpg); max-width:100%; }
[href="/u/#q964"] {content: url(https://qagg.news/siteimages/postimage964.jpg); max-width:100%; }
[href="/u/#q965"] {content: url(https://qagg.news/siteimages/postimage965.jpg); max-width:100%; }
[href="/u/#q966"] {content: url(https://qagg.news/siteimages/postimage966.jpg); max-width:100%; }
[href="/u/#q967"] {content: url(https://qagg.news/siteimages/postimage967.jpg); max-width:100%; }
[href="/u/#q968"] {content: url(https://qagg.news/siteimages/postimage968.jpg); max-width:100%; }
[href="/u/#q969"] {content: url(https://qagg.news/siteimages/postimage969.jpg); max-width:100%; }
[href="/u/#q970"] {content: url(https://qagg.news/siteimages/postimage970.jpg); max-width:100%; }
[href="/u/#q971"] {content: url(https://qagg.news/siteimages/postimage971.jpg); max-width:100%; }
[href="/u/#q972"] {content: url(https://qagg.news/siteimages/postimage972.jpg); max-width:100%; }
[href="/u/#q973"] {content: url(https://qagg.news/siteimages/postimage973.jpg); max-width:100%; }
[href="/u/#q974"] {content: url(https://qagg.news/siteimages/postimage974.jpg); max-width:100%; }
[href="/u/#q975"] {content: url(https://qagg.news/siteimages/postimage975.jpg); max-width:100%; }
[href="/u/#q976"] {content: url(https://qagg.news/siteimages/postimage976.jpg); max-width:100%; }
[href="/u/#q977"] {content: url(https://qagg.news/siteimages/postimage977.jpg); max-width:100%; }
[href="/u/#q978"] {content: url(https://qagg.news/siteimages/postimage978.jpg); max-width:100%; }
[href="/u/#q979"] {content: url(https://qagg.news/siteimages/postimage979.jpg); max-width:100%; }
[href="/u/#q980"] {content: url(https://qagg.news/siteimages/postimage980.jpg); max-width:100%; }
[href="/u/#q981"] {content: url(https://qagg.news/siteimages/postimage981.jpg); max-width:100%; }
[href="/u/#q982"] {content: url(https://qagg.news/siteimages/postimage982.jpg); max-width:100%; }
[href="/u/#q983"] {content: url(https://qagg.news/siteimages/postimage983.jpg); max-width:100%; }
[href="/u/#q984"] {content: url(https://qagg.news/siteimages/postimage984.jpg); max-width:100%; }
[href="/u/#q985"] {content: url(https://qagg.news/siteimages/postimage985.jpg); max-width:100%; }
[href="/u/#q986"] {content: url(https://qagg.news/siteimages/postimage986.jpg); max-width:100%; }
[href="/u/#q987"] {content: url(https://qagg.news/siteimages/postimage987.jpg); max-width:100%; }
[href="/u/#q988"] {content: url(https://qagg.news/siteimages/postimage988.jpg); max-width:100%; }
[href="/u/#q989"] {content: url(https://qagg.news/siteimages/postimage989.jpg); max-width:100%; }
[href="/u/#q990"] {content: url(https://qagg.news/siteimages/postimage990.jpg); max-width:100%; }
[href="/u/#q991"] {content: url(https://qagg.news/siteimages/postimage991.jpg); max-width:100%; }
[href="/u/#q992"] {content: url(https://qagg.news/siteimages/postimage992.jpg); max-width:100%; }
[href="/u/#q993"] {content: url(https://qagg.news/siteimages/postimage993.jpg); max-width:100%; }
[href="/u/#q994"] {content: url(https://qagg.news/siteimages/postimage994.jpg); max-width:100%; }
[href="/u/#q995"] {content: url(https://qagg.news/siteimages/postimage995.jpg); max-width:100%; }
[href="/u/#q996"] {content: url(https://qagg.news/siteimages/postimage996.jpg); max-width:100%; }
[href="/u/#q997"] {content: url(https://qagg.news/siteimages/postimage997.jpg); max-width:100%; }
[href="/u/#q998"] {content: url(https://qagg.news/siteimages/postimage998.jpg); max-width:100%; }
[href="/u/#q999"] {content: url(https://qagg.news/siteimages/postimage999.jpg); max-width:100%; }
[href="/u/#q1000"] {content: url(https://qagg.news/siteimages/postimage1000.jpg); max-width:100%; }
[href="/u/#q1001"] {content: url(https://qagg.news/siteimages/postimage1001.jpg); max-width:100%; }
[href="/u/#q1002"] {content: url(https://qagg.news/siteimages/postimage1002.jpg); max-width:100%; }
[href="/u/#q1003"] {content: url(https://qagg.news/siteimages/postimage1003.jpg); max-width:100%; }
[href="/u/#q1004"] {content: url(https://qagg.news/siteimages/postimage1004.jpg); max-width:100%; }
[href="/u/#q1005"] {content: url(https://qagg.news/siteimages/postimage1005.jpg); max-width:100%; }
[href="/u/#q1006"] {content: url(https://qagg.news/siteimages/postimage1006.jpg); max-width:100%; }
[href="/u/#q1007"] {content: url(https://qagg.news/siteimages/postimage1007.jpg); max-width:100%; }
[href="/u/#q1008"] {content: url(https://qagg.news/siteimages/postimage1008.jpg); max-width:100%; }
[href="/u/#q1009"] {content: url(https://qagg.news/siteimages/postimage1009.jpg); max-width:100%; }
[href="/u/#q1010"] {content: url(https://qagg.news/siteimages/postimage1010.jpg); max-width:100%; }
[href="/u/#q1011"] {content: url(https://qagg.news/siteimages/postimage1011.jpg); max-width:100%; }
[href="/u/#q1012"] {content: url(https://qagg.news/siteimages/postimage1012.jpg); max-width:100%; }
[href="/u/#q1013"] {content: url(https://qagg.news/siteimages/postimage1013.jpg); max-width:100%; }
[href="/u/#q1014"] {content: url(https://qagg.news/siteimages/postimage1014.jpg); max-width:100%; }
[href="/u/#q1015"] {content: url(https://qagg.news/siteimages/postimage1015.jpg); max-width:100%; }
[href="/u/#q1016"] {content: url(https://qagg.news/siteimages/postimage1016.jpg); max-width:100%; }
[href="/u/#q1017"] {content: url(https://qagg.news/siteimages/postimage1017.jpg); max-width:100%; }
[href="/u/#q1018"] {content: url(https://qagg.news/siteimages/postimage1018.jpg); max-width:100%; }
[href="/u/#q1019"] {content: url(https://qagg.news/siteimages/postimage1019.jpg); max-width:100%; }
[href="/u/#q1020"] {content: url(https://qagg.news/siteimages/postimage1020.jpg); max-width:100%; }
[href="/u/#q1021"] {content: url(https://qagg.news/siteimages/postimage1021.jpg); max-width:100%; }
[href="/u/#q1022"] {content: url(https://qagg.news/siteimages/postimage1022.jpg); max-width:100%; }
[href="/u/#q1023"] {content: url(https://qagg.news/siteimages/postimage1023.jpg); max-width:100%; }
[href="/u/#q1024"] {content: url(https://qagg.news/siteimages/postimage1024.jpg); max-width:100%; }
[href="/u/#q1025"] {content: url(https://qagg.news/siteimages/postimage1025.jpg); max-width:100%; }
[href="/u/#q1026"] {content: url(https://qagg.news/siteimages/postimage1026.jpg); max-width:100%; }
[href="/u/#q1027"] {content: url(https://qagg.news/siteimages/postimage1027.jpg); max-width:100%; }
[href="/u/#q1028"] {content: url(https://qagg.news/siteimages/postimage1028.jpg); max-width:100%; }
[href="/u/#q1029"] {content: url(https://qagg.news/siteimages/postimage1029.jpg); max-width:100%; }
[href="/u/#q1030"] {content: url(https://qagg.news/siteimages/postimage1030.jpg); max-width:100%; }
[href="/u/#q1031"] {content: url(https://qagg.news/siteimages/postimage1031.jpg); max-width:100%; }
[href="/u/#q1032"] {content: url(https://qagg.news/siteimages/postimage1032.jpg); max-width:100%; }
[href="/u/#q1033"] {content: url(https://qagg.news/siteimages/postimage1033.jpg); max-width:100%; }
[href="/u/#q1034"] {content: url(https://qagg.news/siteimages/postimage1034.jpg); max-width:100%; }
[href="/u/#q1035"] {content: url(https://qagg.news/siteimages/postimage1035.jpg); max-width:100%; }
[href="/u/#q1036"] {content: url(https://qagg.news/siteimages/postimage1036.jpg); max-width:100%; }
[href="/u/#q1037"] {content: url(https://qagg.news/siteimages/postimage1037.jpg); max-width:100%; }
[href="/u/#q1038"] {content: url(https://qagg.news/siteimages/postimage1038.jpg); max-width:100%; }
[href="/u/#q1039"] {content: url(https://qagg.news/siteimages/postimage1039.jpg); max-width:100%; }
[href="/u/#q1040"] {content: url(https://qagg.news/siteimages/postimage1040.jpg); max-width:100%; }
[href="/u/#q1041"] {content: url(https://qagg.news/siteimages/postimage1041.jpg); max-width:100%; }
[href="/u/#q1042"] {content: url(https://qagg.news/siteimages/postimage1042.jpg); max-width:100%; }
[href="/u/#q1043"] {content: url(https://qagg.news/siteimages/postimage1043.jpg); max-width:100%; }
[href="/u/#q1044"] {content: url(https://qagg.news/siteimages/postimage1044.jpg); max-width:100%; }
[href="/u/#q1045"] {content: url(https://qagg.news/siteimages/postimage1045.jpg); max-width:100%; }
[href="/u/#q1046"] {content: url(https://qagg.news/siteimages/postimage1046.jpg); max-width:100%; }
[href="/u/#q1047"] {content: url(https://qagg.news/siteimages/postimage1047.jpg); max-width:100%; }
[href="/u/#q1048"] {content: url(https://qagg.news/siteimages/postimage1048.jpg); max-width:100%; }
[href="/u/#q1049"] {content: url(https://qagg.news/siteimages/postimage1049.jpg); max-width:100%; }
[href="/u/#q1050"] {content: url(https://qagg.news/siteimages/postimage1050.jpg); max-width:100%; }
[href="/u/#q1051"] {content: url(https://qagg.news/siteimages/postimage1051.jpg); max-width:100%; }
[href="/u/#q1052"] {content: url(https://qagg.news/siteimages/postimage1052.jpg); max-width:100%; }
[href="/u/#q1053"] {content: url(https://qagg.news/siteimages/postimage1053.jpg); max-width:100%; }
[href="/u/#q1054"] {content: url(https://qagg.news/siteimages/postimage1054.jpg); max-width:100%; }
[href="/u/#q1055"] {content: url(https://qagg.news/siteimages/postimage1055.jpg); max-width:100%; }
[href="/u/#q1056"] {content: url(https://qagg.news/siteimages/postimage1056.jpg); max-width:100%; }
[href="/u/#q1057"] {content: url(https://qagg.news/siteimages/postimage1057.jpg); max-width:100%; }
[href="/u/#q1058"] {content: url(https://qagg.news/siteimages/postimage1058.jpg); max-width:100%; }
[href="/u/#q1059"] {content: url(https://qagg.news/siteimages/postimage1059.jpg); max-width:100%; }
[href="/u/#q1060"] {content: url(https://qagg.news/siteimages/postimage1060.jpg); max-width:100%; }
[href="/u/#q1061"] {content: url(https://qagg.news/siteimages/postimage1061.jpg); max-width:100%; }
[href="/u/#q1062"] {content: url(https://qagg.news/siteimages/postimage1062.jpg); max-width:100%; }
[href="/u/#q1063"] {content: url(https://qagg.news/siteimages/postimage1063.jpg); max-width:100%; }
[href="/u/#q1064"] {content: url(https://qagg.news/siteimages/postimage1064.jpg); max-width:100%; }
[href="/u/#q1065"] {content: url(https://qagg.news/siteimages/postimage1065.jpg); max-width:100%; }
[href="/u/#q1066"] {content: url(https://qagg.news/siteimages/postimage1066.jpg); max-width:100%; }
[href="/u/#q1067"] {content: url(https://qagg.news/siteimages/postimage1067.jpg); max-width:100%; }
[href="/u/#q1068"] {content: url(https://qagg.news/siteimages/postimage1068.jpg); max-width:100%; }
[href="/u/#q1069"] {content: url(https://qagg.news/siteimages/postimage1069.jpg); max-width:100%; }
[href="/u/#q1070"] {content: url(https://qagg.news/siteimages/postimage1070.jpg); max-width:100%; }
[href="/u/#q1071"] {content: url(https://qagg.news/siteimages/postimage1071.jpg); max-width:100%; }
[href="/u/#q1072"] {content: url(https://qagg.news/siteimages/postimage1072.jpg); max-width:100%; }
[href="/u/#q1073"] {content: url(https://qagg.news/siteimages/postimage1073.jpg); max-width:100%; }
[href="/u/#q1074"] {content: url(https://qagg.news/siteimages/postimage1074.jpg); max-width:100%; }
[href="/u/#q1075"] {content: url(https://qagg.news/siteimages/postimage1075.jpg); max-width:100%; }
[href="/u/#q1076"] {content: url(https://qagg.news/siteimages/postimage1076.jpg); max-width:100%; }
[href="/u/#q1077"] {content: url(https://qagg.news/siteimages/postimage1077.jpg); max-width:100%; }
[href="/u/#q1078"] {content: url(https://qagg.news/siteimages/postimage1078.jpg); max-width:100%; }
[href="/u/#q1079"] {content: url(https://qagg.news/siteimages/postimage1079.jpg); max-width:100%; }
[href="/u/#q1080"] {content: url(https://qagg.news/siteimages/postimage1080.jpg); max-width:100%; }
[href="/u/#q1081"] {content: url(https://qagg.news/siteimages/postimage1081.jpg); max-width:100%; }
[href="/u/#q1082"] {content: url(https://qagg.news/siteimages/postimage1082.jpg); max-width:100%; }
[href="/u/#q1083"] {content: url(https://qagg.news/siteimages/postimage1083.jpg); max-width:100%; }
[href="/u/#q1084"] {content: url(https://qagg.news/siteimages/postimage1084.jpg); max-width:100%; }
[href="/u/#q1085"] {content: url(https://qagg.news/siteimages/postimage1085.jpg); max-width:100%; }
[href="/u/#q1086"] {content: url(https://qagg.news/siteimages/postimage1086.jpg); max-width:100%; }
[href="/u/#q1087"] {content: url(https://qagg.news/siteimages/postimage1087.jpg); max-width:100%; }
[href="/u/#q1088"] {content: url(https://qagg.news/siteimages/postimage1088.jpg); max-width:100%; }
[href="/u/#q1089"] {content: url(https://qagg.news/siteimages/postimage1089.jpg); max-width:100%; }
[href="/u/#q1090"] {content: url(https://qagg.news/siteimages/postimage1090.jpg); max-width:100%; }
[href="/u/#q1091"] {content: url(https://qagg.news/siteimages/postimage1091.jpg); max-width:100%; }
[href="/u/#q1092"] {content: url(https://qagg.news/siteimages/postimage1092.jpg); max-width:100%; }
[href="/u/#q1093"] {content: url(https://qagg.news/siteimages/postimage1093.jpg); max-width:100%; }
[href="/u/#q1094"] {content: url(https://qagg.news/siteimages/postimage1094.jpg); max-width:100%; }
[href="/u/#q1095"] {content: url(https://qagg.news/siteimages/postimage1095.jpg); max-width:100%; }
[href="/u/#q1096"] {content: url(https://qagg.news/siteimages/postimage1096.jpg); max-width:100%; }
[href="/u/#q1097"] {content: url(https://qagg.news/siteimages/postimage1097.jpg); max-width:100%; }
[href="/u/#q1098"] {content: url(https://qagg.news/siteimages/postimage1098.jpg); max-width:100%; }
[href="/u/#q1099"] {content: url(https://qagg.news/siteimages/postimage1099.jpg); max-width:100%; }
[href="/u/#q1100"] {content: url(https://qagg.news/siteimages/postimage1100.jpg); max-width:100%; }
[href="/u/#q1101"] {content: url(https://qagg.news/siteimages/postimage1101.jpg); max-width:100%; }
[href="/u/#q1102"] {content: url(https://qagg.news/siteimages/postimage1102.jpg); max-width:100%; }
[href="/u/#q1103"] {content: url(https://qagg.news/siteimages/postimage1103.jpg); max-width:100%; }
[href="/u/#q1104"] {content: url(https://qagg.news/siteimages/postimage1104.jpg); max-width:100%; }
[href="/u/#q1105"] {content: url(https://qagg.news/siteimages/postimage1105.jpg); max-width:100%; }
[href="/u/#q1106"] {content: url(https://qagg.news/siteimages/postimage1106.jpg); max-width:100%; }
[href="/u/#q1107"] {content: url(https://qagg.news/siteimages/postimage1107.jpg); max-width:100%; }
[href="/u/#q1108"] {content: url(https://qagg.news/siteimages/postimage1108.jpg); max-width:100%; }
[href="/u/#q1109"] {content: url(https://qagg.news/siteimages/postimage1109.jpg); max-width:100%; }
[href="/u/#q1110"] {content: url(https://qagg.news/siteimages/postimage1110.jpg); max-width:100%; }
[href="/u/#q1111"] {content: url(https://qagg.news/siteimages/postimage1111.jpg); max-width:100%; }
[href="/u/#q1112"] {content: url(https://qagg.news/siteimages/postimage1112.jpg); max-width:100%; }
[href="/u/#q1113"] {content: url(https://qagg.news/siteimages/postimage1113.jpg); max-width:100%; }
[href="/u/#q1114"] {content: url(https://qagg.news/siteimages/postimage1114.jpg); max-width:100%; }
[href="/u/#q1115"] {content: url(https://qagg.news/siteimages/postimage1115.jpg); max-width:100%; }
[href="/u/#q1116"] {content: url(https://qagg.news/siteimages/postimage1116.jpg); max-width:100%; }
[href="/u/#q1117"] {content: url(https://qagg.news/siteimages/postimage1117.jpg); max-width:100%; }
[href="/u/#q1118"] {content: url(https://qagg.news/siteimages/postimage1118.jpg); max-width:100%; }
[href="/u/#q1119"] {content: url(https://qagg.news/siteimages/postimage1119.jpg); max-width:100%; }
[href="/u/#q1120"] {content: url(https://qagg.news/siteimages/postimage1120.jpg); max-width:100%; }
[href="/u/#q1121"] {content: url(https://qagg.news/siteimages/postimage1121.jpg); max-width:100%; }
[href="/u/#q1122"] {content: url(https://qagg.news/siteimages/postimage1122.jpg); max-width:100%; }
[href="/u/#q1123"] {content: url(https://qagg.news/siteimages/postimage1123.jpg); max-width:100%; }
[href="/u/#q1124"] {content: url(https://qagg.news/siteimages/postimage1124.jpg); max-width:100%; }
[href="/u/#q1125"] {content: url(https://qagg.news/siteimages/postimage1125.jpg); max-width:100%; }
[href="/u/#q1126"] {content: url(https://qagg.news/siteimages/postimage1126.jpg); max-width:100%; }
[href="/u/#q1127"] {content: url(https://qagg.news/siteimages/postimage1127.jpg); max-width:100%; }
[href="/u/#q1128"] {content: url(https://qagg.news/siteimages/postimage1128.jpg); max-width:100%; }
[href="/u/#q1129"] {content: url(https://qagg.news/siteimages/postimage1129.jpg); max-width:100%; }
[href="/u/#q1130"] {content: url(https://qagg.news/siteimages/postimage1130.jpg); max-width:100%; }
[href="/u/#q1131"] {content: url(https://qagg.news/siteimages/postimage1131.jpg); max-width:100%; }
[href="/u/#q1132"] {content: url(https://qagg.news/siteimages/postimage1132.jpg); max-width:100%; }
[href="/u/#q1133"] {content: url(https://qagg.news/siteimages/postimage1133.jpg); max-width:100%; }
[href="/u/#q1134"] {content: url(https://qagg.news/siteimages/postimage1134.jpg); max-width:100%; }
[href="/u/#q1135"] {content: url(https://qagg.news/siteimages/postimage1135.jpg); max-width:100%; }
[href="/u/#q1136"] {content: url(https://qagg.news/siteimages/postimage1136.jpg); max-width:100%; }
[href="/u/#q1137"] {content: url(https://qagg.news/siteimages/postimage1137.jpg); max-width:100%; }
[href="/u/#q1138"] {content: url(https://qagg.news/siteimages/postimage1138.jpg); max-width:100%; }
[href="/u/#q1139"] {content: url(https://qagg.news/siteimages/postimage1139.jpg); max-width:100%; }
[href="/u/#q1140"] {content: url(https://qagg.news/siteimages/postimage1140.jpg); max-width:100%; }
[href="/u/#q1141"] {content: url(https://qagg.news/siteimages/postimage1141.jpg); max-width:100%; }
[href="/u/#q1142"] {content: url(https://qagg.news/siteimages/postimage1142.jpg); max-width:100%; }
[href="/u/#q1143"] {content: url(https://qagg.news/siteimages/postimage1143.jpg); max-width:100%; }
[href="/u/#q1144"] {content: url(https://qagg.news/siteimages/postimage1144.jpg); max-width:100%; }
[href="/u/#q1145"] {content: url(https://qagg.news/siteimages/postimage1145.jpg); max-width:100%; }
[href="/u/#q1146"] {content: url(https://qagg.news/siteimages/postimage1146.jpg); max-width:100%; }
[href="/u/#q1147"] {content: url(https://qagg.news/siteimages/postimage1147.jpg); max-width:100%; }
[href="/u/#q1148"] {content: url(https://qagg.news/siteimages/postimage1148.jpg); max-width:100%; }
[href="/u/#q1149"] {content: url(https://qagg.news/siteimages/postimage1149.jpg); max-width:100%; }
[href="/u/#q1150"] {content: url(https://qagg.news/siteimages/postimage1150.jpg); max-width:100%; }
[href="/u/#q1151"] {content: url(https://qagg.news/siteimages/postimage1151.jpg); max-width:100%; }
[href="/u/#q1152"] {content: url(https://qagg.news/siteimages/postimage1152.jpg); max-width:100%; }
[href="/u/#q1153"] {content: url(https://qagg.news/siteimages/postimage1153.jpg); max-width:100%; }
[href="/u/#q1154"] {content: url(https://qagg.news/siteimages/postimage1154.jpg); max-width:100%; }
[href="/u/#q1155"] {content: url(https://qagg.news/siteimages/postimage1155.jpg); max-width:100%; }
[href="/u/#q1156"] {content: url(https://qagg.news/siteimages/postimage1156.jpg); max-width:100%; }
[href="/u/#q1157"] {content: url(https://qagg.news/siteimages/postimage1157.jpg); max-width:100%; }
[href="/u/#q1158"] {content: url(https://qagg.news/siteimages/postimage1158.jpg); max-width:100%; }
[href="/u/#q1159"] {content: url(https://qagg.news/siteimages/postimage1159.jpg); max-width:100%; }
[href="/u/#q1160"] {content: url(https://qagg.news/siteimages/postimage1160.jpg); max-width:100%; }
[href="/u/#q1161"] {content: url(https://qagg.news/siteimages/postimage1161.jpg); max-width:100%; }
[href="/u/#q1162"] {content: url(https://qagg.news/siteimages/postimage1162.jpg); max-width:100%; }
[href="/u/#q1163"] {content: url(https://qagg.news/siteimages/postimage1163.jpg); max-width:100%; }
[href="/u/#q1164"] {content: url(https://qagg.news/siteimages/postimage1164.jpg); max-width:100%; }
[href="/u/#q1165"] {content: url(https://qagg.news/siteimages/postimage1165.jpg); max-width:100%; }
[href="/u/#q1166"] {content: url(https://qagg.news/siteimages/postimage1166.jpg); max-width:100%; }
[href="/u/#q1167"] {content: url(https://qagg.news/siteimages/postimage1167.jpg); max-width:100%; }
[href="/u/#q1168"] {content: url(https://qagg.news/siteimages/postimage1168.jpg); max-width:100%; }
[href="/u/#q1169"] {content: url(https://qagg.news/siteimages/postimage1169.jpg); max-width:100%; }
[href="/u/#q1170"] {content: url(https://qagg.news/siteimages/postimage1170.jpg); max-width:100%; }
[href="/u/#q1171"] {content: url(https://qagg.news/siteimages/postimage1171.jpg); max-width:100%; }
[href="/u/#q1172"] {content: url(https://qagg.news/siteimages/postimage1172.jpg); max-width:100%; }
[href="/u/#q1173"] {content: url(https://qagg.news/siteimages/postimage1173.jpg); max-width:100%; }
[href="/u/#q1174"] {content: url(https://qagg.news/siteimages/postimage1174.jpg); max-width:100%; }
[href="/u/#q1175"] {content: url(https://qagg.news/siteimages/postimage1175.jpg); max-width:100%; }
[href="/u/#q1176"] {content: url(https://qagg.news/siteimages/postimage1176.jpg); max-width:100%; }
[href="/u/#q1177"] {content: url(https://qagg.news/siteimages/postimage1177.jpg); max-width:100%; }
[href="/u/#q1178"] {content: url(https://qagg.news/siteimages/postimage1178.jpg); max-width:100%; }
[href="/u/#q1179"] {content: url(https://qagg.news/siteimages/postimage1179.jpg); max-width:100%; }
[href="/u/#q1180"] {content: url(https://qagg.news/siteimages/postimage1180.jpg); max-width:100%; }
[href="/u/#q1181"] {content: url(https://qagg.news/siteimages/postimage1181.jpg); max-width:100%; }
[href="/u/#q1182"] {content: url(https://qagg.news/siteimages/postimage1182.jpg); max-width:100%; }
[href="/u/#q1183"] {content: url(https://qagg.news/siteimages/postimage1183.jpg); max-width:100%; }
[href="/u/#q1184"] {content: url(https://qagg.news/siteimages/postimage1184.jpg); max-width:100%; }
[href="/u/#q1185"] {content: url(https://qagg.news/siteimages/postimage1185.jpg); max-width:100%; }
[href="/u/#q1186"] {content: url(https://qagg.news/siteimages/postimage1186.jpg); max-width:100%; }
[href="/u/#q1187"] {content: url(https://qagg.news/siteimages/postimage1187.jpg); max-width:100%; }
[href="/u/#q1188"] {content: url(https://qagg.news/siteimages/postimage1188.jpg); max-width:100%; }
[href="/u/#q1189"] {content: url(https://qagg.news/siteimages/postimage1189.jpg); max-width:100%; }
[href="/u/#q1190"] {content: url(https://qagg.news/siteimages/postimage1190.jpg); max-width:100%; }
[href="/u/#q1191"] {content: url(https://qagg.news/siteimages/postimage1191.jpg); max-width:100%; }
[href="/u/#q1192"] {content: url(https://qagg.news/siteimages/postimage1192.jpg); max-width:100%; }
[href="/u/#q1193"] {content: url(https://qagg.news/siteimages/postimage1193.jpg); max-width:100%; }
[href="/u/#q1194"] {content: url(https://qagg.news/siteimages/postimage1194.jpg); max-width:100%; }
[href="/u/#q1195"] {content: url(https://qagg.news/siteimages/postimage1195.jpg); max-width:100%; }
[href="/u/#q1196"] {content: url(https://qagg.news/siteimages/postimage1196.jpg); max-width:100%; }
[href="/u/#q1197"] {content: url(https://qagg.news/siteimages/postimage1197.jpg); max-width:100%; }
[href="/u/#q1198"] {content: url(https://qagg.news/siteimages/postimage1198.jpg); max-width:100%; }
[href="/u/#q1199"] {content: url(https://qagg.news/siteimages/postimage1199.jpg); max-width:100%; }
[href="/u/#q1200"] {content: url(https://qagg.news/siteimages/postimage1200.jpg); max-width:100%; }
[href="/u/#q1201"] {content: url(https://qagg.news/siteimages/postimage1201.jpg); max-width:100%; }
[href="/u/#q1202"] {content: url(https://qagg.news/siteimages/postimage1202.jpg); max-width:100%; }
[href="/u/#q1203"] {content: url(https://qagg.news/siteimages/postimage1203.jpg); max-width:100%; }
[href="/u/#q1204"] {content: url(https://qagg.news/siteimages/postimage1204.jpg); max-width:100%; }
[href="/u/#q1205"] {content: url(https://qagg.news/siteimages/postimage1205.jpg); max-width:100%; }
[href="/u/#q1206"] {content: url(https://qagg.news/siteimages/postimage1206.jpg); max-width:100%; }
[href="/u/#q1207"] {content: url(https://qagg.news/siteimages/postimage1207.jpg); max-width:100%; }
[href="/u/#q1208"] {content: url(https://qagg.news/siteimages/postimage1208.jpg); max-width:100%; }
[href="/u/#q1209"] {content: url(https://qagg.news/siteimages/postimage1209.jpg); max-width:100%; }
[href="/u/#q1210"] {content: url(https://qagg.news/siteimages/postimage1210.jpg); max-width:100%; }
[href="/u/#q1211"] {content: url(https://qagg.news/siteimages/postimage1211.jpg); max-width:100%; }
[href="/u/#q1212"] {content: url(https://qagg.news/siteimages/postimage1212.jpg); max-width:100%; }
[href="/u/#q1213"] {content: url(https://qagg.news/siteimages/postimage1213.jpg); max-width:100%; }
[href="/u/#q1214"] {content: url(https://qagg.news/siteimages/postimage1214.jpg); max-width:100%; }
[href="/u/#q1215"] {content: url(https://qagg.news/siteimages/postimage1215.jpg); max-width:100%; }
[href="/u/#q1216"] {content: url(https://qagg.news/siteimages/postimage1216.jpg); max-width:100%; }
[href="/u/#q1217"] {content: url(https://qagg.news/siteimages/postimage1217.jpg); max-width:100%; }
[href="/u/#q1218"] {content: url(https://qagg.news/siteimages/postimage1218.jpg); max-width:100%; }
[href="/u/#q1219"] {content: url(https://qagg.news/siteimages/postimage1219.jpg); max-width:100%; }
[href="/u/#q1220"] {content: url(https://qagg.news/siteimages/postimage1220.jpg); max-width:100%; }
[href="/u/#q1221"] {content: url(https://qagg.news/siteimages/postimage1221.jpg); max-width:100%; }
[href="/u/#q1222"] {content: url(https://qagg.news/siteimages/postimage1222.jpg); max-width:100%; }
[href="/u/#q1223"] {content: url(https://qagg.news/siteimages/postimage1223.jpg); max-width:100%; }
[href="/u/#q1224"] {content: url(https://qagg.news/siteimages/postimage1224.jpg); max-width:100%; }
[href="/u/#q1225"] {content: url(https://qagg.news/siteimages/postimage1225.jpg); max-width:100%; }
[href="/u/#q1226"] {content: url(https://qagg.news/siteimages/postimage1226.jpg); max-width:100%; }
[href="/u/#q1227"] {content: url(https://qagg.news/siteimages/postimage1227.jpg); max-width:100%; }
[href="/u/#q1228"] {content: url(https://qagg.news/siteimages/postimage1228.jpg); max-width:100%; }
[href="/u/#q1229"] {content: url(https://qagg.news/siteimages/postimage1229.jpg); max-width:100%; }
[href="/u/#q1230"] {content: url(https://qagg.news/siteimages/postimage1230.jpg); max-width:100%; }
[href="/u/#q1231"] {content: url(https://qagg.news/siteimages/postimage1231.jpg); max-width:100%; }
[href="/u/#q1232"] {content: url(https://qagg.news/siteimages/postimage1232.jpg); max-width:100%; }
[href="/u/#q1233"] {content: url(https://qagg.news/siteimages/postimage1233.jpg); max-width:100%; }
[href="/u/#q1234"] {content: url(https://qagg.news/siteimages/postimage1234.jpg); max-width:100%; }
[href="/u/#q1235"] {content: url(https://qagg.news/siteimages/postimage1235.jpg); max-width:100%; }
[href="/u/#q1236"] {content: url(https://qagg.news/siteimages/postimage1236.jpg); max-width:100%; }
[href="/u/#q1237"] {content: url(https://qagg.news/siteimages/postimage1237.jpg); max-width:100%; }
[href="/u/#q1238"] {content: url(https://qagg.news/siteimages/postimage1238.jpg); max-width:100%; }
[href="/u/#q1239"] {content: url(https://qagg.news/siteimages/postimage1239.jpg); max-width:100%; }
[href="/u/#q1240"] {content: url(https://qagg.news/siteimages/postimage1240.jpg); max-width:100%; }
[href="/u/#q1241"] {content: url(https://qagg.news/siteimages/postimage1241.jpg); max-width:100%; }
[href="/u/#q1242"] {content: url(https://qagg.news/siteimages/postimage1242.jpg); max-width:100%; }
[href="/u/#q1243"] {content: url(https://qagg.news/siteimages/postimage1243.jpg); max-width:100%; }
[href="/u/#q1244"] {content: url(https://qagg.news/siteimages/postimage1244.jpg); max-width:100%; }
[href="/u/#q1245"] {content: url(https://qagg.news/siteimages/postimage1245.jpg); max-width:100%; }
[href="/u/#q1246"] {content: url(https://qagg.news/siteimages/postimage1246.jpg); max-width:100%; }
[href="/u/#q1247"] {content: url(https://qagg.news/siteimages/postimage1247.jpg); max-width:100%; }
[href="/u/#q1248"] {content: url(https://qagg.news/siteimages/postimage1248.jpg); max-width:100%; }
[href="/u/#q1249"] {content: url(https://qagg.news/siteimages/postimage1249.jpg); max-width:100%; }
[href="/u/#q1250"] {content: url(https://qagg.news/siteimages/postimage1250.jpg); max-width:100%; }
[href="/u/#q1251"] {content: url(https://qagg.news/siteimages/postimage1251.jpg); max-width:100%; }
[href="/u/#q1252"] {content: url(https://qagg.news/siteimages/postimage1252.jpg); max-width:100%; }
[href="/u/#q1253"] {content: url(https://qagg.news/siteimages/postimage1253.jpg); max-width:100%; }
[href="/u/#q1254"] {content: url(https://qagg.news/siteimages/postimage1254.jpg); max-width:100%; }
[href="/u/#q1255"] {content: url(https://qagg.news/siteimages/postimage1255.jpg); max-width:100%; }
[href="/u/#q1256"] {content: url(https://qagg.news/siteimages/postimage1256.jpg); max-width:100%; }
[href="/u/#q1257"] {content: url(https://qagg.news/siteimages/postimage1257.jpg); max-width:100%; }
[href="/u/#q1258"] {content: url(https://qagg.news/siteimages/postimage1258.jpg); max-width:100%; }
[href="/u/#q1259"] {content: url(https://qagg.news/siteimages/postimage1259.jpg); max-width:100%; }
[href="/u/#q1260"] {content: url(https://qagg.news/siteimages/postimage1260.jpg); max-width:100%; }
[href="/u/#q1261"] {content: url(https://qagg.news/siteimages/postimage1261.jpg); max-width:100%; }
[href="/u/#q1262"] {content: url(https://qagg.news/siteimages/postimage1262.jpg); max-width:100%; }
[href="/u/#q1263"] {content: url(https://qagg.news/siteimages/postimage1263.jpg); max-width:100%; }
[href="/u/#q1264"] {content: url(https://qagg.news/siteimages/postimage1264.jpg); max-width:100%; }
[href="/u/#q1265"] {content: url(https://qagg.news/siteimages/postimage1265.jpg); max-width:100%; }
[href="/u/#q1266"] {content: url(https://qagg.news/siteimages/postimage1266.jpg); max-width:100%; }
[href="/u/#q1267"] {content: url(https://qagg.news/siteimages/postimage1267.jpg); max-width:100%; }
[href="/u/#q1268"] {content: url(https://qagg.news/siteimages/postimage1268.jpg); max-width:100%; }
[href="/u/#q1269"] {content: url(https://qagg.news/siteimages/postimage1269.jpg); max-width:100%; }
[href="/u/#q1270"] {content: url(https://qagg.news/siteimages/postimage1270.jpg); max-width:100%; }
[href="/u/#q1271"] {content: url(https://qagg.news/siteimages/postimage1271.jpg); max-width:100%; }
[href="/u/#q1272"] {content: url(https://qagg.news/siteimages/postimage1272.jpg); max-width:100%; }
[href="/u/#q1273"] {content: url(https://qagg.news/siteimages/postimage1273.jpg); max-width:100%; }
[href="/u/#q1274"] {content: url(https://qagg.news/siteimages/postimage1274.jpg); max-width:100%; }
[href="/u/#q1275"] {content: url(https://qagg.news/siteimages/postimage1275.jpg); max-width:100%; }
[href="/u/#q1276"] {content: url(https://qagg.news/siteimages/postimage1276.jpg); max-width:100%; }
[href="/u/#q1277"] {content: url(https://qagg.news/siteimages/postimage1277.jpg); max-width:100%; }
[href="/u/#q1278"] {content: url(https://qagg.news/siteimages/postimage1278.jpg); max-width:100%; }
[href="/u/#q1279"] {content: url(https://qagg.news/siteimages/postimage1279.jpg); max-width:100%; }
[href="/u/#q1280"] {content: url(https://qagg.news/siteimages/postimage1280.jpg); max-width:100%; }
[href="/u/#q1281"] {content: url(https://qagg.news/siteimages/postimage1281.jpg); max-width:100%; }
[href="/u/#q1282"] {content: url(https://qagg.news/siteimages/postimage1282.jpg); max-width:100%; }
[href="/u/#q1283"] {content: url(https://qagg.news/siteimages/postimage1283.jpg); max-width:100%; }
[href="/u/#q1284"] {content: url(https://qagg.news/siteimages/postimage1284.jpg); max-width:100%; }
[href="/u/#q1285"] {content: url(https://qagg.news/siteimages/postimage1285.jpg); max-width:100%; }
[href="/u/#q1286"] {content: url(https://qagg.news/siteimages/postimage1286.jpg); max-width:100%; }
[href="/u/#q1287"] {content: url(https://qagg.news/siteimages/postimage1287.jpg); max-width:100%; }
[href="/u/#q1288"] {content: url(https://qagg.news/siteimages/postimage1288.jpg); max-width:100%; }
[href="/u/#q1289"] {content: url(https://qagg.news/siteimages/postimage1289.jpg); max-width:100%; }
[href="/u/#q1290"] {content: url(https://qagg.news/siteimages/postimage1290.jpg); max-width:100%; }
[href="/u/#q1291"] {content: url(https://qagg.news/siteimages/postimage1291.jpg); max-width:100%; }
[href="/u/#q1292"] {content: url(https://qagg.news/siteimages/postimage1292.jpg); max-width:100%; }
[href="/u/#q1293"] {content: url(https://qagg.news/siteimages/postimage1293.jpg); max-width:100%; }
[href="/u/#q1294"] {content: url(https://qagg.news/siteimages/postimage1294.jpg); max-width:100%; }
[href="/u/#q1295"] {content: url(https://qagg.news/siteimages/postimage1295.jpg); max-width:100%; }
[href="/u/#q1296"] {content: url(https://qagg.news/siteimages/postimage1296.jpg); max-width:100%; }
[href="/u/#q1297"] {content: url(https://qagg.news/siteimages/postimage1297.jpg); max-width:100%; }
[href="/u/#q1298"] {content: url(https://qagg.news/siteimages/postimage1298.jpg); max-width:100%; }
[href="/u/#q1299"] {content: url(https://qagg.news/siteimages/postimage1299.jpg); max-width:100%; }
[href="/u/#q1300"] {content: url(https://qagg.news/siteimages/postimage1300.jpg); max-width:100%; }
[href="/u/#q1301"] {content: url(https://qagg.news/siteimages/postimage1301.jpg); max-width:100%; }
[href="/u/#q1302"] {content: url(https://qagg.news/siteimages/postimage1302.jpg); max-width:100%; }
[href="/u/#q1303"] {content: url(https://qagg.news/siteimages/postimage1303.jpg); max-width:100%; }
[href="/u/#q1304"] {content: url(https://qagg.news/siteimages/postimage1304.jpg); max-width:100%; }
[href="/u/#q1305"] {content: url(https://qagg.news/siteimages/postimage1305.jpg); max-width:100%; }
[href="/u/#q1306"] {content: url(https://qagg.news/siteimages/postimage1306.jpg); max-width:100%; }
[href="/u/#q1307"] {content: url(https://qagg.news/siteimages/postimage1307.jpg); max-width:100%; }
[href="/u/#q1308"] {content: url(https://qagg.news/siteimages/postimage1308.jpg); max-width:100%; }
[href="/u/#q1309"] {content: url(https://qagg.news/siteimages/postimage1309.jpg); max-width:100%; }
[href="/u/#q1310"] {content: url(https://qagg.news/siteimages/postimage1310.jpg); max-width:100%; }
[href="/u/#q1311"] {content: url(https://qagg.news/siteimages/postimage1311.jpg); max-width:100%; }
[href="/u/#q1312"] {content: url(https://qagg.news/siteimages/postimage1312.jpg); max-width:100%; }
[href="/u/#q1313"] {content: url(https://qagg.news/siteimages/postimage1313.jpg); max-width:100%; }
[href="/u/#q1314"] {content: url(https://qagg.news/siteimages/postimage1314.jpg); max-width:100%; }
[href="/u/#q1315"] {content: url(https://qagg.news/siteimages/postimage1315.jpg); max-width:100%; }
[href="/u/#q1316"] {content: url(https://qagg.news/siteimages/postimage1316.jpg); max-width:100%; }
[href="/u/#q1317"] {content: url(https://qagg.news/siteimages/postimage1317.jpg); max-width:100%; }
[href="/u/#q1318"] {content: url(https://qagg.news/siteimages/postimage1318.jpg); max-width:100%; }
[href="/u/#q1319"] {content: url(https://qagg.news/siteimages/postimage1319.jpg); max-width:100%; }
[href="/u/#q1320"] {content: url(https://qagg.news/siteimages/postimage1320.jpg); max-width:100%; }
[href="/u/#q1321"] {content: url(https://qagg.news/siteimages/postimage1321.jpg); max-width:100%; }
[href="/u/#q1322"] {content: url(https://qagg.news/siteimages/postimage1322.jpg); max-width:100%; }
[href="/u/#q1323"] {content: url(https://qagg.news/siteimages/postimage1323.jpg); max-width:100%; }
[href="/u/#q1324"] {content: url(https://qagg.news/siteimages/postimage1324.jpg); max-width:100%; }
[href="/u/#q1325"] {content: url(https://qagg.news/siteimages/postimage1325.jpg); max-width:100%; }
[href="/u/#q1326"] {content: url(https://qagg.news/siteimages/postimage1326.jpg); max-width:100%; }
[href="/u/#q1327"] {content: url(https://qagg.news/siteimages/postimage1327.jpg); max-width:100%; }
[href="/u/#q1328"] {content: url(https://qagg.news/siteimages/postimage1328.jpg); max-width:100%; }
[href="/u/#q1329"] {content: url(https://qagg.news/siteimages/postimage1329.jpg); max-width:100%; }
[href="/u/#q1330"] {content: url(https://qagg.news/siteimages/postimage1330.jpg); max-width:100%; }
[href="/u/#q1331"] {content: url(https://qagg.news/siteimages/postimage1331.jpg); max-width:100%; }
[href="/u/#q1332"] {content: url(https://qagg.news/siteimages/postimage1332.jpg); max-width:100%; }
[href="/u/#q1333"] {content: url(https://qagg.news/siteimages/postimage1333.jpg); max-width:100%; }
[href="/u/#q1334"] {content: url(https://qagg.news/siteimages/postimage1334.jpg); max-width:100%; }
[href="/u/#q1335"] {content: url(https://qagg.news/siteimages/postimage1335.jpg); max-width:100%; }
[href="/u/#q1336"] {content: url(https://qagg.news/siteimages/postimage1336.jpg); max-width:100%; }
[href="/u/#q1337"] {content: url(https://qagg.news/siteimages/postimage1337.jpg); max-width:100%; }
[href="/u/#q1338"] {content: url(https://qagg.news/siteimages/postimage1338.jpg); max-width:100%; }
[href="/u/#q1339"] {content: url(https://qagg.news/siteimages/postimage1339.jpg); max-width:100%; }
[href="/u/#q1340"] {content: url(https://qagg.news/siteimages/postimage1340.jpg); max-width:100%; }
[href="/u/#q1341"] {content: url(https://qagg.news/siteimages/postimage1341.jpg); max-width:100%; }
[href="/u/#q1342"] {content: url(https://qagg.news/siteimages/postimage1342.jpg); max-width:100%; }
[href="/u/#q1343"] {content: url(https://qagg.news/siteimages/postimage1343.jpg); max-width:100%; }
[href="/u/#q1344"] {content: url(https://qagg.news/siteimages/postimage1344.jpg); max-width:100%; }
[href="/u/#q1345"] {content: url(https://qagg.news/siteimages/postimage1345.jpg); max-width:100%; }
[href="/u/#q1346"] {content: url(https://qagg.news/siteimages/postimage1346.jpg); max-width:100%; }
[href="/u/#q1347"] {content: url(https://qagg.news/siteimages/postimage1347.jpg); max-width:100%; }
[href="/u/#q1348"] {content: url(https://qagg.news/siteimages/postimage1348.jpg); max-width:100%; }
[href="/u/#q1349"] {content: url(https://qagg.news/siteimages/postimage1349.jpg); max-width:100%; }
[href="/u/#q1350"] {content: url(https://qagg.news/siteimages/postimage1350.jpg); max-width:100%; }
[href="/u/#q1351"] {content: url(https://qagg.news/siteimages/postimage1351.jpg); max-width:100%; }
[href="/u/#q1352"] {content: url(https://qagg.news/siteimages/postimage1352.jpg); max-width:100%; }
[href="/u/#q1353"] {content: url(https://qagg.news/siteimages/postimage1353.jpg); max-width:100%; }
[href="/u/#q1354"] {content: url(https://qagg.news/siteimages/postimage1354.jpg); max-width:100%; }
[href="/u/#q1355"] {content: url(https://qagg.news/siteimages/postimage1355.jpg); max-width:100%; }
[href="/u/#q1356"] {content: url(https://qagg.news/siteimages/postimage1356.jpg); max-width:100%; }
[href="/u/#q1357"] {content: url(https://qagg.news/siteimages/postimage1357.jpg); max-width:100%; }
[href="/u/#q1358"] {content: url(https://qagg.news/siteimages/postimage1358.jpg); max-width:100%; }
[href="/u/#q1359"] {content: url(https://qagg.news/siteimages/postimage1359.jpg); max-width:100%; }
[href="/u/#q1360"] {content: url(https://qagg.news/siteimages/postimage1360.jpg); max-width:100%; }
[href="/u/#q1361"] {content: url(https://qagg.news/siteimages/postimage1361.jpg); max-width:100%; }
[href="/u/#q1362"] {content: url(https://qagg.news/siteimages/postimage1362.jpg); max-width:100%; }
[href="/u/#q1363"] {content: url(https://qagg.news/siteimages/postimage1363.jpg); max-width:100%; }
[href="/u/#q1364"] {content: url(https://qagg.news/siteimages/postimage1364.jpg); max-width:100%; }
[href="/u/#q1365"] {content: url(https://qagg.news/siteimages/postimage1365.jpg); max-width:100%; }
[href="/u/#q1366"] {content: url(https://qagg.news/siteimages/postimage1366.jpg); max-width:100%; }
[href="/u/#q1367"] {content: url(https://qagg.news/siteimages/postimage1367.jpg); max-width:100%; }
[href="/u/#q1368"] {content: url(https://qagg.news/siteimages/postimage1368.jpg); max-width:100%; }
[href="/u/#q1369"] {content: url(https://qagg.news/siteimages/postimage1369.jpg); max-width:100%; }
[href="/u/#q1370"] {content: url(https://qagg.news/siteimages/postimage1370.jpg); max-width:100%; }
[href="/u/#q1371"] {content: url(https://qagg.news/siteimages/postimage1371.jpg); max-width:100%; }
[href="/u/#q1372"] {content: url(https://qagg.news/siteimages/postimage1372.jpg); max-width:100%; }
[href="/u/#q1373"] {content: url(https://qagg.news/siteimages/postimage1373.jpg); max-width:100%; }
[href="/u/#q1374"] {content: url(https://qagg.news/siteimages/postimage1374.jpg); max-width:100%; }
[href="/u/#q1375"] {content: url(https://qagg.news/siteimages/postimage1375.jpg); max-width:100%; }
[href="/u/#q1376"] {content: url(https://qagg.news/siteimages/postimage1376.jpg); max-width:100%; }
[href="/u/#q1377"] {content: url(https://qagg.news/siteimages/postimage1377.jpg); max-width:100%; }
[href="/u/#q1378"] {content: url(https://qagg.news/siteimages/postimage1378.jpg); max-width:100%; }
[href="/u/#q1379"] {content: url(https://qagg.news/siteimages/postimage1379.jpg); max-width:100%; }
[href="/u/#q1380"] {content: url(https://qagg.news/siteimages/postimage1380.jpg); max-width:100%; }
[href="/u/#q1381"] {content: url(https://qagg.news/siteimages/postimage1381.jpg); max-width:100%; }
[href="/u/#q1382"] {content: url(https://qagg.news/siteimages/postimage1382.jpg); max-width:100%; }
[href="/u/#q1383"] {content: url(https://qagg.news/siteimages/postimage1383.jpg); max-width:100%; }
[href="/u/#q1384"] {content: url(https://qagg.news/siteimages/postimage1384.jpg); max-width:100%; }
[href="/u/#q1385"] {content: url(https://qagg.news/siteimages/postimage1385.jpg); max-width:100%; }
[href="/u/#q1386"] {content: url(https://qagg.news/siteimages/postimage1386.jpg); max-width:100%; }
[href="/u/#q1387"] {content: url(https://qagg.news/siteimages/postimage1387.jpg); max-width:100%; }
[href="/u/#q1388"] {content: url(https://qagg.news/siteimages/postimage1388.jpg); max-width:100%; }
[href="/u/#q1389"] {content: url(https://qagg.news/siteimages/postimage1389.jpg); max-width:100%; }
[href="/u/#q1390"] {content: url(https://qagg.news/siteimages/postimage1390.jpg); max-width:100%; }
[href="/u/#q1391"] {content: url(https://qagg.news/siteimages/postimage1391.jpg); max-width:100%; }
[href="/u/#q1392"] {content: url(https://qagg.news/siteimages/postimage1392.jpg); max-width:100%; }
[href="/u/#q1393"] {content: url(https://qagg.news/siteimages/postimage1393.jpg); max-width:100%; }
[href="/u/#q1394"] {content: url(https://qagg.news/siteimages/postimage1394.jpg); max-width:100%; }
[href="/u/#q1395"] {content: url(https://qagg.news/siteimages/postimage1395.jpg); max-width:100%; }
[href="/u/#q1396"] {content: url(https://qagg.news/siteimages/postimage1396.jpg); max-width:100%; }
[href="/u/#q1397"] {content: url(https://qagg.news/siteimages/postimage1397.jpg); max-width:100%; }
[href="/u/#q1398"] {content: url(https://qagg.news/siteimages/postimage1398.jpg); max-width:100%; }
[href="/u/#q1399"] {content: url(https://qagg.news/siteimages/postimage1399.jpg); max-width:100%; }
[href="/u/#q1400"] {content: url(https://qagg.news/siteimages/postimage1400.jpg); max-width:100%; }
[href="/u/#q1401"] {content: url(https://qagg.news/siteimages/postimage1401.jpg); max-width:100%; }
[href="/u/#q1402"] {content: url(https://qagg.news/siteimages/postimage1402.jpg); max-width:100%; }
[href="/u/#q1403"] {content: url(https://qagg.news/siteimages/postimage1403.jpg); max-width:100%; }
[href="/u/#q1404"] {content: url(https://qagg.news/siteimages/postimage1404.jpg); max-width:100%; }
[href="/u/#q1405"] {content: url(https://qagg.news/siteimages/postimage1405.jpg); max-width:100%; }
[href="/u/#q1406"] {content: url(https://qagg.news/siteimages/postimage1406.jpg); max-width:100%; }
[href="/u/#q1407"] {content: url(https://qagg.news/siteimages/postimage1407.jpg); max-width:100%; }
[href="/u/#q1408"] {content: url(https://qagg.news/siteimages/postimage1408.jpg); max-width:100%; }
[href="/u/#q1409"] {content: url(https://qagg.news/siteimages/postimage1409.jpg); max-width:100%; }
[href="/u/#q1410"] {content: url(https://qagg.news/siteimages/postimage1410.jpg); max-width:100%; }
[href="/u/#q1411"] {content: url(https://qagg.news/siteimages/postimage1411.jpg); max-width:100%; }
[href="/u/#q1412"] {content: url(https://qagg.news/siteimages/postimage1412.jpg); max-width:100%; }
[href="/u/#q1413"] {content: url(https://qagg.news/siteimages/postimage1413.jpg); max-width:100%; }
[href="/u/#q1414"] {content: url(https://qagg.news/siteimages/postimage1414.jpg); max-width:100%; }
[href="/u/#q1415"] {content: url(https://qagg.news/siteimages/postimage1415.jpg); max-width:100%; }
[href="/u/#q1416"] {content: url(https://qagg.news/siteimages/postimage1416.jpg); max-width:100%; }
[href="/u/#q1417"] {content: url(https://qagg.news/siteimages/postimage1417.jpg); max-width:100%; }
[href="/u/#q1418"] {content: url(https://qagg.news/siteimages/postimage1418.jpg); max-width:100%; }
[href="/u/#q1419"] {content: url(https://qagg.news/siteimages/postimage1419.jpg); max-width:100%; }
[href="/u/#q1420"] {content: url(https://qagg.news/siteimages/postimage1420.jpg); max-width:100%; }
[href="/u/#q1421"] {content: url(https://qagg.news/siteimages/postimage1421.jpg); max-width:100%; }
[href="/u/#q1422"] {content: url(https://qagg.news/siteimages/postimage1422.jpg); max-width:100%; }
[href="/u/#q1423"] {content: url(https://qagg.news/siteimages/postimage1423.jpg); max-width:100%; }
[href="/u/#q1424"] {content: url(https://qagg.news/siteimages/postimage1424.jpg); max-width:100%; }
[href="/u/#q1425"] {content: url(https://qagg.news/siteimages/postimage1425.jpg); max-width:100%; }
[href="/u/#q1426"] {content: url(https://qagg.news/siteimages/postimage1426.jpg); max-width:100%; }
[href="/u/#q1427"] {content: url(https://qagg.news/siteimages/postimage1427.jpg); max-width:100%; }
[href="/u/#q1428"] {content: url(https://qagg.news/siteimages/postimage1428.jpg); max-width:100%; }
[href="/u/#q1429"] {content: url(https://qagg.news/siteimages/postimage1429.jpg); max-width:100%; }
[href="/u/#q1430"] {content: url(https://qagg.news/siteimages/postimage1430.jpg); max-width:100%; }
[href="/u/#q1431"] {content: url(https://qagg.news/siteimages/postimage1431.jpg); max-width:100%; }
[href="/u/#q1432"] {content: url(https://qagg.news/siteimages/postimage1432.jpg); max-width:100%; }
[href="/u/#q1433"] {content: url(https://qagg.news/siteimages/postimage1433.jpg); max-width:100%; }
[href="/u/#q1434"] {content: url(https://qagg.news/siteimages/postimage1434.jpg); max-width:100%; }
[href="/u/#q1435"] {content: url(https://qagg.news/siteimages/postimage1435.jpg); max-width:100%; }
[href="/u/#q1436"] {content: url(https://qagg.news/siteimages/postimage1436.jpg); max-width:100%; }
[href="/u/#q1437"] {content: url(https://qagg.news/siteimages/postimage1437.jpg); max-width:100%; }
[href="/u/#q1438"] {content: url(https://qagg.news/siteimages/postimage1438.jpg); max-width:100%; }
[href="/u/#q1439"] {content: url(https://qagg.news/siteimages/postimage1439.jpg); max-width:100%; }
[href="/u/#q1440"] {content: url(https://qagg.news/siteimages/postimage1440.jpg); max-width:100%; }
[href="/u/#q1441"] {content: url(https://qagg.news/siteimages/postimage1441.jpg); max-width:100%; }
[href="/u/#q1442"] {content: url(https://qagg.news/siteimages/postimage1442.jpg); max-width:100%; }
[href="/u/#q1443"] {content: url(https://qagg.news/siteimages/postimage1443.jpg); max-width:100%; }
[href="/u/#q1444"] {content: url(https://qagg.news/siteimages/postimage1444.jpg); max-width:100%; }
[href="/u/#q1445"] {content: url(https://qagg.news/siteimages/postimage1445.jpg); max-width:100%; }
[href="/u/#q1446"] {content: url(https://qagg.news/siteimages/postimage1446.jpg); max-width:100%; }
[href="/u/#q1447"] {content: url(https://qagg.news/siteimages/postimage1447.jpg); max-width:100%; }
[href="/u/#q1448"] {content: url(https://qagg.news/siteimages/postimage1448.jpg); max-width:100%; }
[href="/u/#q1449"] {content: url(https://qagg.news/siteimages/postimage1449.jpg); max-width:100%; }
[href="/u/#q1450"] {content: url(https://qagg.news/siteimages/postimage1450.jpg); max-width:100%; }
[href="/u/#q1451"] {content: url(https://qagg.news/siteimages/postimage1451.jpg); max-width:100%; }
[href="/u/#q1452"] {content: url(https://qagg.news/siteimages/postimage1452.jpg); max-width:100%; }
[href="/u/#q1453"] {content: url(https://qagg.news/siteimages/postimage1453.jpg); max-width:100%; }
[href="/u/#q1454"] {content: url(https://qagg.news/siteimages/postimage1454.jpg); max-width:100%; }
[href="/u/#q1455"] {content: url(https://qagg.news/siteimages/postimage1455.jpg); max-width:100%; }
[href="/u/#q1456"] {content: url(https://qagg.news/siteimages/postimage1456.jpg); max-width:100%; }
[href="/u/#q1457"] {content: url(https://qagg.news/siteimages/postimage1457.jpg); max-width:100%; }
[href="/u/#q1458"] {content: url(https://qagg.news/siteimages/postimage1458.jpg); max-width:100%; }
[href="/u/#q1459"] {content: url(https://qagg.news/siteimages/postimage1459.jpg); max-width:100%; }
[href="/u/#q1460"] {content: url(https://qagg.news/siteimages/postimage1460.jpg); max-width:100%; }
[href="/u/#q1461"] {content: url(https://qagg.news/siteimages/postimage1461.jpg); max-width:100%; }
[href="/u/#q1462"] {content: url(https://qagg.news/siteimages/postimage1462.jpg); max-width:100%; }
[href="/u/#q1463"] {content: url(https://qagg.news/siteimages/postimage1463.jpg); max-width:100%; }
[href="/u/#q1464"] {content: url(https://qagg.news/siteimages/postimage1464.jpg); max-width:100%; }
[href="/u/#q1465"] {content: url(https://qagg.news/siteimages/postimage1465.jpg); max-width:100%; }
[href="/u/#q1466"] {content: url(https://qagg.news/siteimages/postimage1466.jpg); max-width:100%; }
[href="/u/#q1467"] {content: url(https://qagg.news/siteimages/postimage1467.jpg); max-width:100%; }
[href="/u/#q1468"] {content: url(https://qagg.news/siteimages/postimage1468.jpg); max-width:100%; }
[href="/u/#q1469"] {content: url(https://qagg.news/siteimages/postimage1469.jpg); max-width:100%; }
[href="/u/#q1470"] {content: url(https://qagg.news/siteimages/postimage1470.jpg); max-width:100%; }
[href="/u/#q1471"] {content: url(https://qagg.news/siteimages/postimage1471.jpg); max-width:100%; }
[href="/u/#q1472"] {content: url(https://qagg.news/siteimages/postimage1472.jpg); max-width:100%; }
[href="/u/#q1473"] {content: url(https://qagg.news/siteimages/postimage1473.jpg); max-width:100%; }
[href="/u/#q1474"] {content: url(https://qagg.news/siteimages/postimage1474.jpg); max-width:100%; }
[href="/u/#q1475"] {content: url(https://qagg.news/siteimages/postimage1475.jpg); max-width:100%; }
[href="/u/#q1476"] {content: url(https://qagg.news/siteimages/postimage1476.jpg); max-width:100%; }
[href="/u/#q1477"] {content: url(https://qagg.news/siteimages/postimage1477.jpg); max-width:100%; }
[href="/u/#q1478"] {content: url(https://qagg.news/siteimages/postimage1478.jpg); max-width:100%; }
[href="/u/#q1479"] {content: url(https://qagg.news/siteimages/postimage1479.jpg); max-width:100%; }
[href="/u/#q1480"] {content: url(https://qagg.news/siteimages/postimage1480.jpg); max-width:100%; }
[href="/u/#q1481"] {content: url(https://qagg.news/siteimages/postimage1481.jpg); max-width:100%; }
[href="/u/#q1482"] {content: url(https://qagg.news/siteimages/postimage1482.jpg); max-width:100%; }
[href="/u/#q1483"] {content: url(https://qagg.news/siteimages/postimage1483.jpg); max-width:100%; }
[href="/u/#q1484"] {content: url(https://qagg.news/siteimages/postimage1484.jpg); max-width:100%; }
[href="/u/#q1485"] {content: url(https://qagg.news/siteimages/postimage1485.jpg); max-width:100%; }
[href="/u/#q1486"] {content: url(https://qagg.news/siteimages/postimage1486.jpg); max-width:100%; }
[href="/u/#q1487"] {content: url(https://qagg.news/siteimages/postimage1487.jpg); max-width:100%; }
[href="/u/#q1488"] {content: url(https://qagg.news/siteimages/postimage1488.jpg); max-width:100%; }
[href="/u/#q1489"] {content: url(https://qagg.news/siteimages/postimage1489.jpg); max-width:100%; }
[href="/u/#q1490"] {content: url(https://qagg.news/siteimages/postimage1490.jpg); max-width:100%; }
[href="/u/#q1491"] {content: url(https://qagg.news/siteimages/postimage1491.jpg); max-width:100%; }
[href="/u/#q1492"] {content: url(https://qagg.news/siteimages/postimage1492.jpg); max-width:100%; }
[href="/u/#q1493"] {content: url(https://qagg.news/siteimages/postimage1493.jpg); max-width:100%; }
[href="/u/#q1494"] {content: url(https://qagg.news/siteimages/postimage1494.jpg); max-width:100%; }
[href="/u/#q1495"] {content: url(https://qagg.news/siteimages/postimage1495.jpg); max-width:100%; }
[href="/u/#q1496"] {content: url(https://qagg.news/siteimages/postimage1496.jpg); max-width:100%; }
[href="/u/#q1497"] {content: url(https://qagg.news/siteimages/postimage1497.jpg); max-width:100%; }
[href="/u/#q1498"] {content: url(https://qagg.news/siteimages/postimage1498.jpg); max-width:100%; }
[href="/u/#q1499"] {content: url(https://qagg.news/siteimages/postimage1499.jpg); max-width:100%; }
[href="/u/#q1500"] {content: url(https://qagg.news/siteimages/postimage1500.jpg); max-width:100%; }
[href="/u/#q1501"] {content: url(https://qagg.news/siteimages/postimage1501.jpg); max-width:100%; }
[href="/u/#q1502"] {content: url(https://qagg.news/siteimages/postimage1502.jpg); max-width:100%; }
[href="/u/#q1503"] {content: url(https://qagg.news/siteimages/postimage1503.jpg); max-width:100%; }
[href="/u/#q1504"] {content: url(https://qagg.news/siteimages/postimage1504.jpg); max-width:100%; }
[href="/u/#q1505"] {content: url(https://qagg.news/siteimages/postimage1505.jpg); max-width:100%; }
[href="/u/#q1506"] {content: url(https://qagg.news/siteimages/postimage1506.jpg); max-width:100%; }
[href="/u/#q1507"] {content: url(https://qagg.news/siteimages/postimage1507.jpg); max-width:100%; }
[href="/u/#q1508"] {content: url(https://qagg.news/siteimages/postimage1508.jpg); max-width:100%; }
[href="/u/#q1509"] {content: url(https://qagg.news/siteimages/postimage1509.jpg); max-width:100%; }
[href="/u/#q1510"] {content: url(https://qagg.news/siteimages/postimage1510.jpg); max-width:100%; }
[href="/u/#q1511"] {content: url(https://qagg.news/siteimages/postimage1511.jpg); max-width:100%; }
[href="/u/#q1512"] {content: url(https://qagg.news/siteimages/postimage1512.jpg); max-width:100%; }
[href="/u/#q1513"] {content: url(https://qagg.news/siteimages/postimage1513.jpg); max-width:100%; }
[href="/u/#q1514"] {content: url(https://qagg.news/siteimages/postimage1514.jpg); max-width:100%; }
[href="/u/#q1515"] {content: url(https://qagg.news/siteimages/postimage1515.jpg); max-width:100%; }
[href="/u/#q1516"] {content: url(https://qagg.news/siteimages/postimage1516.jpg); max-width:100%; }
[href="/u/#q1517"] {content: url(https://qagg.news/siteimages/postimage1517.jpg); max-width:100%; }
[href="/u/#q1518"] {content: url(https://qagg.news/siteimages/postimage1518.jpg); max-width:100%; }
[href="/u/#q1519"] {content: url(https://qagg.news/siteimages/postimage1519.jpg); max-width:100%; }
[href="/u/#q1520"] {content: url(https://qagg.news/siteimages/postimage1520.jpg); max-width:100%; }
[href="/u/#q1521"] {content: url(https://qagg.news/siteimages/postimage1521.jpg); max-width:100%; }
[href="/u/#q1522"] {content: url(https://qagg.news/siteimages/postimage1522.jpg); max-width:100%; }
[href="/u/#q1523"] {content: url(https://qagg.news/siteimages/postimage1523.jpg); max-width:100%; }
[href="/u/#q1524"] {content: url(https://qagg.news/siteimages/postimage1524.jpg); max-width:100%; }
[href="/u/#q1525"] {content: url(https://qagg.news/siteimages/postimage1525.jpg); max-width:100%; }
[href="/u/#q1526"] {content: url(https://qagg.news/siteimages/postimage1526.jpg); max-width:100%; }
[href="/u/#q1527"] {content: url(https://qagg.news/siteimages/postimage1527.jpg); max-width:100%; }
[href="/u/#q1528"] {content: url(https://qagg.news/siteimages/postimage1528.jpg); max-width:100%; }
[href="/u/#q1529"] {content: url(https://qagg.news/siteimages/postimage1529.jpg); max-width:100%; }
[href="/u/#q1530"] {content: url(https://qagg.news/siteimages/postimage1530.jpg); max-width:100%; }
[href="/u/#q1531"] {content: url(https://qagg.news/siteimages/postimage1531.jpg); max-width:100%; }
[href="/u/#q1532"] {content: url(https://qagg.news/siteimages/postimage1532.jpg); max-width:100%; }
[href="/u/#q1533"] {content: url(https://qagg.news/siteimages/postimage1533.jpg); max-width:100%; }
[href="/u/#q1534"] {content: url(https://qagg.news/siteimages/postimage1534.jpg); max-width:100%; }
[href="/u/#q1535"] {content: url(https://qagg.news/siteimages/postimage1535.jpg); max-width:100%; }
[href="/u/#q1536"] {content: url(https://qagg.news/siteimages/postimage1536.jpg); max-width:100%; }
[href="/u/#q1537"] {content: url(https://qagg.news/siteimages/postimage1537.jpg); max-width:100%; }
[href="/u/#q1538"] {content: url(https://qagg.news/siteimages/postimage1538.jpg); max-width:100%; }
[href="/u/#q1539"] {content: url(https://qagg.news/siteimages/postimage1539.jpg); max-width:100%; }
[href="/u/#q1540"] {content: url(https://qagg.news/siteimages/postimage1540.jpg); max-width:100%; }
[href="/u/#q1541"] {content: url(https://qagg.news/siteimages/postimage1541.jpg); max-width:100%; }
[href="/u/#q1542"] {content: url(https://qagg.news/siteimages/postimage1542.jpg); max-width:100%; }
[href="/u/#q1543"] {content: url(https://qagg.news/siteimages/postimage1543.jpg); max-width:100%; }
[href="/u/#q1544"] {content: url(https://qagg.news/siteimages/postimage1544.jpg); max-width:100%; }
[href="/u/#q1545"] {content: url(https://qagg.news/siteimages/postimage1545.jpg); max-width:100%; }
[href="/u/#q1546"] {content: url(https://qagg.news/siteimages/postimage1546.jpg); max-width:100%; }
[href="/u/#q1547"] {content: url(https://qagg.news/siteimages/postimage1547.jpg); max-width:100%; }
[href="/u/#q1548"] {content: url(https://qagg.news/siteimages/postimage1548.jpg); max-width:100%; }
[href="/u/#q1549"] {content: url(https://qagg.news/siteimages/postimage1549.jpg); max-width:100%; }
[href="/u/#q1550"] {content: url(https://qagg.news/siteimages/postimage1550.jpg); max-width:100%; }
[href="/u/#q1551"] {content: url(https://qagg.news/siteimages/postimage1551.jpg); max-width:100%; }
[href="/u/#q1552"] {content: url(https://qagg.news/siteimages/postimage1552.jpg); max-width:100%; }
[href="/u/#q1553"] {content: url(https://qagg.news/siteimages/postimage1553.jpg); max-width:100%; }
[href="/u/#q1554"] {content: url(https://qagg.news/siteimages/postimage1554.jpg); max-width:100%; }
[href="/u/#q1555"] {content: url(https://qagg.news/siteimages/postimage1555.jpg); max-width:100%; }
[href="/u/#q1556"] {content: url(https://qagg.news/siteimages/postimage1556.jpg); max-width:100%; }
[href="/u/#q1557"] {content: url(https://qagg.news/siteimages/postimage1557.jpg); max-width:100%; }
[href="/u/#q1558"] {content: url(https://qagg.news/siteimages/postimage1558.jpg); max-width:100%; }
[href="/u/#q1559"] {content: url(https://qagg.news/siteimages/postimage1559.jpg); max-width:100%; }
[href="/u/#q1560"] {content: url(https://qagg.news/siteimages/postimage1560.jpg); max-width:100%; }
[href="/u/#q1561"] {content: url(https://qagg.news/siteimages/postimage1561.jpg); max-width:100%; }
[href="/u/#q1562"] {content: url(https://qagg.news/siteimages/postimage1562.jpg); max-width:100%; }
[href="/u/#q1563"] {content: url(https://qagg.news/siteimages/postimage1563.jpg); max-width:100%; }
[href="/u/#q1564"] {content: url(https://qagg.news/siteimages/postimage1564.jpg); max-width:100%; }
[href="/u/#q1565"] {content: url(https://qagg.news/siteimages/postimage1565.jpg); max-width:100%; }
[href="/u/#q1566"] {content: url(https://qagg.news/siteimages/postimage1566.jpg); max-width:100%; }
[href="/u/#q1567"] {content: url(https://qagg.news/siteimages/postimage1567.jpg); max-width:100%; }
[href="/u/#q1568"] {content: url(https://qagg.news/siteimages/postimage1568.jpg); max-width:100%; }
[href="/u/#q1569"] {content: url(https://qagg.news/siteimages/postimage1569.jpg); max-width:100%; }
[href="/u/#q1570"] {content: url(https://qagg.news/siteimages/postimage1570.jpg); max-width:100%; }
[href="/u/#q1571"] {content: url(https://qagg.news/siteimages/postimage1571.jpg); max-width:100%; }
[href="/u/#q1572"] {content: url(https://qagg.news/siteimages/postimage1572.jpg); max-width:100%; }
[href="/u/#q1573"] {content: url(https://qagg.news/siteimages/postimage1573.jpg); max-width:100%; }
[href="/u/#q1574"] {content: url(https://qagg.news/siteimages/postimage1574.jpg); max-width:100%; }
[href="/u/#q1575"] {content: url(https://qagg.news/siteimages/postimage1575.jpg); max-width:100%; }
[href="/u/#q1576"] {content: url(https://qagg.news/siteimages/postimage1576.jpg); max-width:100%; }
[href="/u/#q1577"] {content: url(https://qagg.news/siteimages/postimage1577.jpg); max-width:100%; }
[href="/u/#q1578"] {content: url(https://qagg.news/siteimages/postimage1578.jpg); max-width:100%; }
[href="/u/#q1579"] {content: url(https://qagg.news/siteimages/postimage1579.jpg); max-width:100%; }
[href="/u/#q1580"] {content: url(https://qagg.news/siteimages/postimage1580.jpg); max-width:100%; }
[href="/u/#q1581"] {content: url(https://qagg.news/siteimages/postimage1581.jpg); max-width:100%; }
[href="/u/#q1582"] {content: url(https://qagg.news/siteimages/postimage1582.jpg); max-width:100%; }
[href="/u/#q1583"] {content: url(https://qagg.news/siteimages/postimage1583.jpg); max-width:100%; }
[href="/u/#q1584"] {content: url(https://qagg.news/siteimages/postimage1584.jpg); max-width:100%; }
[href="/u/#q1585"] {content: url(https://qagg.news/siteimages/postimage1585.jpg); max-width:100%; }
[href="/u/#q1586"] {content: url(https://qagg.news/siteimages/postimage1586.jpg); max-width:100%; }
[href="/u/#q1587"] {content: url(https://qagg.news/siteimages/postimage1587.jpg); max-width:100%; }
[href="/u/#q1588"] {content: url(https://qagg.news/siteimages/postimage1588.jpg); max-width:100%; }
[href="/u/#q1589"] {content: url(https://qagg.news/siteimages/postimage1589.jpg); max-width:100%; }
[href="/u/#q1590"] {content: url(https://qagg.news/siteimages/postimage1590.jpg); max-width:100%; }
[href="/u/#q1591"] {content: url(https://qagg.news/siteimages/postimage1591.jpg); max-width:100%; }
[href="/u/#q1592"] {content: url(https://qagg.news/siteimages/postimage1592.jpg); max-width:100%; }
[href="/u/#q1593"] {content: url(https://qagg.news/siteimages/postimage1593.jpg); max-width:100%; }
[href="/u/#q1594"] {content: url(https://qagg.news/siteimages/postimage1594.jpg); max-width:100%; }
[href="/u/#q1595"] {content: url(https://qagg.news/siteimages/postimage1595.jpg); max-width:100%; }
[href="/u/#q1596"] {content: url(https://qagg.news/siteimages/postimage1596.jpg); max-width:100%; }
[href="/u/#q1597"] {content: url(https://qagg.news/siteimages/postimage1597.jpg); max-width:100%; }
[href="/u/#q1598"] {content: url(https://qagg.news/siteimages/postimage1598.jpg); max-width:100%; }
[href="/u/#q1599"] {content: url(https://qagg.news/siteimages/postimage1599.jpg); max-width:100%; }
[href="/u/#q1600"] {content: url(https://qagg.news/siteimages/postimage1600.jpg); max-width:100%; }
[href="/u/#q1601"] {content: url(https://qagg.news/siteimages/postimage1601.jpg); max-width:100%; }
[href="/u/#q1602"] {content: url(https://qagg.news/siteimages/postimage1602.jpg); max-width:100%; }
[href="/u/#q1603"] {content: url(https://qagg.news/siteimages/postimage1603.jpg); max-width:100%; }
[href="/u/#q1604"] {content: url(https://qagg.news/siteimages/postimage1604.jpg); max-width:100%; }
[href="/u/#q1605"] {content: url(https://qagg.news/siteimages/postimage1605.jpg); max-width:100%; }
[href="/u/#q1606"] {content: url(https://qagg.news/siteimages/postimage1606.jpg); max-width:100%; }
[href="/u/#q1607"] {content: url(https://qagg.news/siteimages/postimage1607.jpg); max-width:100%; }
[href="/u/#q1608"] {content: url(https://qagg.news/siteimages/postimage1608.jpg); max-width:100%; }
[href="/u/#q1609"] {content: url(https://qagg.news/siteimages/postimage1609.jpg); max-width:100%; }
[href="/u/#q1610"] {content: url(https://qagg.news/siteimages/postimage1610.jpg); max-width:100%; }
[href="/u/#q1611"] {content: url(https://qagg.news/siteimages/postimage1611.jpg); max-width:100%; }
[href="/u/#q1612"] {content: url(https://qagg.news/siteimages/postimage1612.jpg); max-width:100%; }
[href="/u/#q1613"] {content: url(https://qagg.news/siteimages/postimage1613.jpg); max-width:100%; }
[href="/u/#q1614"] {content: url(https://qagg.news/siteimages/postimage1614.jpg); max-width:100%; }
[href="/u/#q1615"] {content: url(https://qagg.news/siteimages/postimage1615.jpg); max-width:100%; }
[href="/u/#q1616"] {content: url(https://qagg.news/siteimages/postimage1616.jpg); max-width:100%; }
[href="/u/#q1617"] {content: url(https://qagg.news/siteimages/postimage1617.jpg); max-width:100%; }
[href="/u/#q1618"] {content: url(https://qagg.news/siteimages/postimage1618.jpg); max-width:100%; }
[href="/u/#q1619"] {content: url(https://qagg.news/siteimages/postimage1619.jpg); max-width:100%; }
[href="/u/#q1620"] {content: url(https://qagg.news/siteimages/postimage1620.jpg); max-width:100%; }
[href="/u/#q1621"] {content: url(https://qagg.news/siteimages/postimage1621.jpg); max-width:100%; }
[href="/u/#q1622"] {content: url(https://qagg.news/siteimages/postimage1622.jpg); max-width:100%; }
[href="/u/#q1623"] {content: url(https://qagg.news/siteimages/postimage1623.jpg); max-width:100%; }
[href="/u/#q1624"] {content: url(https://qagg.news/siteimages/postimage1624.jpg); max-width:100%; }
[href="/u/#q1625"] {content: url(https://qagg.news/siteimages/postimage1625.jpg); max-width:100%; }
[href="/u/#q1626"] {content: url(https://qagg.news/siteimages/postimage1626.jpg); max-width:100%; }
[href="/u/#q1627"] {content: url(https://qagg.news/siteimages/postimage1627.jpg); max-width:100%; }
[href="/u/#q1628"] {content: url(https://qagg.news/siteimages/postimage1628.jpg); max-width:100%; }
[href="/u/#q1629"] {content: url(https://qagg.news/siteimages/postimage1629.jpg); max-width:100%; }
[href="/u/#q1630"] {content: url(https://qagg.news/siteimages/postimage1630.jpg); max-width:100%; }
[href="/u/#q1631"] {content: url(https://qagg.news/siteimages/postimage1631.jpg); max-width:100%; }
[href="/u/#q1632"] {content: url(https://qagg.news/siteimages/postimage1632.jpg); max-width:100%; }
[href="/u/#q1633"] {content: url(https://qagg.news/siteimages/postimage1633.jpg); max-width:100%; }
[href="/u/#q1634"] {content: url(https://qagg.news/siteimages/postimage1634.jpg); max-width:100%; }
[href="/u/#q1635"] {content: url(https://qagg.news/siteimages/postimage1635.jpg); max-width:100%; }
[href="/u/#q1636"] {content: url(https://qagg.news/siteimages/postimage1636.jpg); max-width:100%; }
[href="/u/#q1637"] {content: url(https://qagg.news/siteimages/postimage1637.jpg); max-width:100%; }
[href="/u/#q1638"] {content: url(https://qagg.news/siteimages/postimage1638.jpg); max-width:100%; }
[href="/u/#q1639"] {content: url(https://qagg.news/siteimages/postimage1639.jpg); max-width:100%; }
[href="/u/#q1640"] {content: url(https://qagg.news/siteimages/postimage1640.jpg); max-width:100%; }
[href="/u/#q1641"] {content: url(https://qagg.news/siteimages/postimage1641.jpg); max-width:100%; }
[href="/u/#q1642"] {content: url(https://qagg.news/siteimages/postimage1642.jpg); max-width:100%; }
[href="/u/#q1643"] {content: url(https://qagg.news/siteimages/postimage1643.jpg); max-width:100%; }
[href="/u/#q1644"] {content: url(https://qagg.news/siteimages/postimage1644.jpg); max-width:100%; }
[href="/u/#q1645"] {content: url(https://qagg.news/siteimages/postimage1645.jpg); max-width:100%; }
[href="/u/#q1646"] {content: url(https://qagg.news/siteimages/postimage1646.jpg); max-width:100%; }
[href="/u/#q1647"] {content: url(https://qagg.news/siteimages/postimage1647.jpg); max-width:100%; }
[href="/u/#q1648"] {content: url(https://qagg.news/siteimages/postimage1648.jpg); max-width:100%; }
[href="/u/#q1649"] {content: url(https://qagg.news/siteimages/postimage1649.jpg); max-width:100%; }
[href="/u/#q1650"] {content: url(https://qagg.news/siteimages/postimage1650.jpg); max-width:100%; }
[href="/u/#q1651"] {content: url(https://qagg.news/siteimages/postimage1651.jpg); max-width:100%; }
[href="/u/#q1652"] {content: url(https://qagg.news/siteimages/postimage1652.jpg); max-width:100%; }
[href="/u/#q1653"] {content: url(https://qagg.news/siteimages/postimage1653.jpg); max-width:100%; }
[href="/u/#q1654"] {content: url(https://qagg.news/siteimages/postimage1654.jpg); max-width:100%; }
[href="/u/#q1655"] {content: url(https://qagg.news/siteimages/postimage1655.jpg); max-width:100%; }
[href="/u/#q1656"] {content: url(https://qagg.news/siteimages/postimage1656.jpg); max-width:100%; }
[href="/u/#q1657"] {content: url(https://qagg.news/siteimages/postimage1657.jpg); max-width:100%; }
[href="/u/#q1658"] {content: url(https://qagg.news/siteimages/postimage1658.jpg); max-width:100%; }
[href="/u/#q1659"] {content: url(https://qagg.news/siteimages/postimage1659.jpg); max-width:100%; }
[href="/u/#q1660"] {content: url(https://qagg.news/siteimages/postimage1660.jpg); max-width:100%; }
[href="/u/#q1661"] {content: url(https://qagg.news/siteimages/postimage1661.jpg); max-width:100%; }
[href="/u/#q1662"] {content: url(https://qagg.news/siteimages/postimage1662.jpg); max-width:100%; }
[href="/u/#q1663"] {content: url(https://qagg.news/siteimages/postimage1663.jpg); max-width:100%; }
[href="/u/#q1664"] {content: url(https://qagg.news/siteimages/postimage1664.jpg); max-width:100%; }
[href="/u/#q1665"] {content: url(https://qagg.news/siteimages/postimage1665.jpg); max-width:100%; }
[href="/u/#q1666"] {content: url(https://qagg.news/siteimages/postimage1666.jpg); max-width:100%; }
[href="/u/#q1667"] {content: url(https://qagg.news/siteimages/postimage1667.jpg); max-width:100%; }
[href="/u/#q1668"] {content: url(https://qagg.news/siteimages/postimage1668.jpg); max-width:100%; }
[href="/u/#q1669"] {content: url(https://qagg.news/siteimages/postimage1669.jpg); max-width:100%; }
[href="/u/#q1670"] {content: url(https://qagg.news/siteimages/postimage1670.jpg); max-width:100%; }
[href="/u/#q1671"] {content: url(https://qagg.news/siteimages/postimage1671.jpg); max-width:100%; }
[href="/u/#q1672"] {content: url(https://qagg.news/siteimages/postimage1672.jpg); max-width:100%; }
[href="/u/#q1673"] {content: url(https://qagg.news/siteimages/postimage1673.jpg); max-width:100%; }
[href="/u/#q1674"] {content: url(https://qagg.news/siteimages/postimage1674.jpg); max-width:100%; }
[href="/u/#q1675"] {content: url(https://qagg.news/siteimages/postimage1675.jpg); max-width:100%; }
[href="/u/#q1676"] {content: url(https://qagg.news/siteimages/postimage1676.jpg); max-width:100%; }
[href="/u/#q1677"] {content: url(https://qagg.news/siteimages/postimage1677.jpg); max-width:100%; }
[href="/u/#q1678"] {content: url(https://qagg.news/siteimages/postimage1678.jpg); max-width:100%; }
[href="/u/#q1679"] {content: url(https://qagg.news/siteimages/postimage1679.jpg); max-width:100%; }
[href="/u/#q1680"] {content: url(https://qagg.news/siteimages/postimage1680.jpg); max-width:100%; }
[href="/u/#q1681"] {content: url(https://qagg.news/siteimages/postimage1681.jpg); max-width:100%; }
[href="/u/#q1682"] {content: url(https://qagg.news/siteimages/postimage1682.jpg); max-width:100%; }
[href="/u/#q1683"] {content: url(https://qagg.news/siteimages/postimage1683.jpg); max-width:100%; }
[href="/u/#q1684"] {content: url(https://qagg.news/siteimages/postimage1684.jpg); max-width:100%; }
[href="/u/#q1685"] {content: url(https://qagg.news/siteimages/postimage1685.jpg); max-width:100%; }
[href="/u/#q1686"] {content: url(https://qagg.news/siteimages/postimage1686.jpg); max-width:100%; }
[href="/u/#q1687"] {content: url(https://qagg.news/siteimages/postimage1687.jpg); max-width:100%; }
[href="/u/#q1688"] {content: url(https://qagg.news/siteimages/postimage1688.jpg); max-width:100%; }
[href="/u/#q1689"] {content: url(https://qagg.news/siteimages/postimage1689.jpg); max-width:100%; }
[href="/u/#q1690"] {content: url(https://qagg.news/siteimages/postimage1690.jpg); max-width:100%; }
[href="/u/#q1691"] {content: url(https://qagg.news/siteimages/postimage1691.jpg); max-width:100%; }
[href="/u/#q1692"] {content: url(https://qagg.news/siteimages/postimage1692.jpg); max-width:100%; }
[href="/u/#q1693"] {content: url(https://qagg.news/siteimages/postimage1693.jpg); max-width:100%; }
[href="/u/#q1694"] {content: url(https://qagg.news/siteimages/postimage1694.jpg); max-width:100%; }
[href="/u/#q1695"] {content: url(https://qagg.news/siteimages/postimage1695.jpg); max-width:100%; }
[href="/u/#q1696"] {content: url(https://qagg.news/siteimages/postimage1696.jpg); max-width:100%; }
[href="/u/#q1697"] {content: url(https://qagg.news/siteimages/postimage1697.jpg); max-width:100%; }
[href="/u/#q1698"] {content: url(https://qagg.news/siteimages/postimage1698.jpg); max-width:100%; }
[href="/u/#q1699"] {content: url(https://qagg.news/siteimages/postimage1699.jpg); max-width:100%; }
[href="/u/#q1700"] {content: url(https://qagg.news/siteimages/postimage1700.jpg); max-width:100%; }
[href="/u/#q1701"] {content: url(https://qagg.news/siteimages/postimage1701.jpg); max-width:100%; }
[href="/u/#q1702"] {content: url(https://qagg.news/siteimages/postimage1702.jpg); max-width:100%; }
[href="/u/#q1703"] {content: url(https://qagg.news/siteimages/postimage1703.jpg); max-width:100%; }
[href="/u/#q1704"] {content: url(https://qagg.news/siteimages/postimage1704.jpg); max-width:100%; }
[href="/u/#q1705"] {content: url(https://qagg.news/siteimages/postimage1705.jpg); max-width:100%; }
[href="/u/#q1706"] {content: url(https://qagg.news/siteimages/postimage1706.jpg); max-width:100%; }
[href="/u/#q1707"] {content: url(https://qagg.news/siteimages/postimage1707.jpg); max-width:100%; }
[href="/u/#q1708"] {content: url(https://qagg.news/siteimages/postimage1708.jpg); max-width:100%; }
[href="/u/#q1709"] {content: url(https://qagg.news/siteimages/postimage1709.jpg); max-width:100%; }
[href="/u/#q1710"] {content: url(https://qagg.news/siteimages/postimage1710.jpg); max-width:100%; }
[href="/u/#q1711"] {content: url(https://qagg.news/siteimages/postimage1711.jpg); max-width:100%; }
[href="/u/#q1712"] {content: url(https://qagg.news/siteimages/postimage1712.jpg); max-width:100%; }
[href="/u/#q1713"] {content: url(https://qagg.news/siteimages/postimage1713.jpg); max-width:100%; }
[href="/u/#q1714"] {content: url(https://qagg.news/siteimages/postimage1714.jpg); max-width:100%; }
[href="/u/#q1715"] {content: url(https://qagg.news/siteimages/postimage1715.jpg); max-width:100%; }
[href="/u/#q1716"] {content: url(https://qagg.news/siteimages/postimage1716.jpg); max-width:100%; }
[href="/u/#q1717"] {content: url(https://qagg.news/siteimages/postimage1717.jpg); max-width:100%; }
[href="/u/#q1718"] {content: url(https://qagg.news/siteimages/postimage1718.jpg); max-width:100%; }
[href="/u/#q1719"] {content: url(https://qagg.news/siteimages/postimage1719.jpg); max-width:100%; }
[href="/u/#q1720"] {content: url(https://qagg.news/siteimages/postimage1720.jpg); max-width:100%; }
[href="/u/#q1721"] {content: url(https://qagg.news/siteimages/postimage1721.jpg); max-width:100%; }
[href="/u/#q1722"] {content: url(https://qagg.news/siteimages/postimage1722.jpg); max-width:100%; }
[href="/u/#q1723"] {content: url(https://qagg.news/siteimages/postimage1723.jpg); max-width:100%; }
[href="/u/#q1724"] {content: url(https://qagg.news/siteimages/postimage1724.jpg); max-width:100%; }
[href="/u/#q1725"] {content: url(https://qagg.news/siteimages/postimage1725.jpg); max-width:100%; }
[href="/u/#q1726"] {content: url(https://qagg.news/siteimages/postimage1726.jpg); max-width:100%; }
[href="/u/#q1727"] {content: url(https://qagg.news/siteimages/postimage1727.jpg); max-width:100%; }
[href="/u/#q1728"] {content: url(https://qagg.news/siteimages/postimage1728.jpg); max-width:100%; }
[href="/u/#q1729"] {content: url(https://qagg.news/siteimages/postimage1729.jpg); max-width:100%; }
[href="/u/#q1730"] {content: url(https://qagg.news/siteimages/postimage1730.jpg); max-width:100%; }
[href="/u/#q1731"] {content: url(https://qagg.news/siteimages/postimage1731.jpg); max-width:100%; }
[href="/u/#q1732"] {content: url(https://qagg.news/siteimages/postimage1732.jpg); max-width:100%; }
[href="/u/#q1733"] {content: url(https://qagg.news/siteimages/postimage1733.jpg); max-width:100%; }
[href="/u/#q1734"] {content: url(https://qagg.news/siteimages/postimage1734.jpg); max-width:100%; }
[href="/u/#q1735"] {content: url(https://qagg.news/siteimages/postimage1735.jpg); max-width:100%; }
[href="/u/#q1736"] {content: url(https://qagg.news/siteimages/postimage1736.jpg); max-width:100%; }
[href="/u/#q1737"] {content: url(https://qagg.news/siteimages/postimage1737.jpg); max-width:100%; }
[href="/u/#q1738"] {content: url(https://qagg.news/siteimages/postimage1738.jpg); max-width:100%; }
[href="/u/#q1739"] {content: url(https://qagg.news/siteimages/postimage1739.jpg); max-width:100%; }
[href="/u/#q1740"] {content: url(https://qagg.news/siteimages/postimage1740.jpg); max-width:100%; }
[href="/u/#q1741"] {content: url(https://qagg.news/siteimages/postimage1741.jpg); max-width:100%; }
[href="/u/#q1742"] {content: url(https://qagg.news/siteimages/postimage1742.jpg); max-width:100%; }
[href="/u/#q1743"] {content: url(https://qagg.news/siteimages/postimage1743.jpg); max-width:100%; }
[href="/u/#q1744"] {content: url(https://qagg.news/siteimages/postimage1744.jpg); max-width:100%; }
[href="/u/#q1745"] {content: url(https://qagg.news/siteimages/postimage1745.jpg); max-width:100%; }
[href="/u/#q1746"] {content: url(https://qagg.news/siteimages/postimage1746.jpg); max-width:100%; }
[href="/u/#q1747"] {content: url(https://qagg.news/siteimages/postimage1747.jpg); max-width:100%; }
[href="/u/#q1748"] {content: url(https://qagg.news/siteimages/postimage1748.jpg); max-width:100%; }
[href="/u/#q1749"] {content: url(https://qagg.news/siteimages/postimage1749.jpg); max-width:100%; }
[href="/u/#q1750"] {content: url(https://qagg.news/siteimages/postimage1750.jpg); max-width:100%; }
[href="/u/#q1751"] {content: url(https://qagg.news/siteimages/postimage1751.jpg); max-width:100%; }
[href="/u/#q1752"] {content: url(https://qagg.news/siteimages/postimage1752.jpg); max-width:100%; }
[href="/u/#q1753"] {content: url(https://qagg.news/siteimages/postimage1753.jpg); max-width:100%; }
[href="/u/#q1754"] {content: url(https://qagg.news/siteimages/postimage1754.jpg); max-width:100%; }
[href="/u/#q1755"] {content: url(https://qagg.news/siteimages/postimage1755.jpg); max-width:100%; }
[href="/u/#q1756"] {content: url(https://qagg.news/siteimages/postimage1756.jpg); max-width:100%; }
[href="/u/#q1757"] {content: url(https://qagg.news/siteimages/postimage1757.jpg); max-width:100%; }
[href="/u/#q1758"] {content: url(https://qagg.news/siteimages/postimage1758.jpg); max-width:100%; }
[href="/u/#q1759"] {content: url(https://qagg.news/siteimages/postimage1759.jpg); max-width:100%; }
[href="/u/#q1760"] {content: url(https://qagg.news/siteimages/postimage1760.jpg); max-width:100%; }
[href="/u/#q1761"] {content: url(https://qagg.news/siteimages/postimage1761.jpg); max-width:100%; }
[href="/u/#q1762"] {content: url(https://qagg.news/siteimages/postimage1762.jpg); max-width:100%; }
[href="/u/#q1763"] {content: url(https://qagg.news/siteimages/postimage1763.jpg); max-width:100%; }
[href="/u/#q1764"] {content: url(https://qagg.news/siteimages/postimage1764.jpg); max-width:100%; }
[href="/u/#q1765"] {content: url(https://qagg.news/siteimages/postimage1765.jpg); max-width:100%; }
[href="/u/#q1766"] {content: url(https://qagg.news/siteimages/postimage1766.jpg); max-width:100%; }
[href="/u/#q1767"] {content: url(https://qagg.news/siteimages/postimage1767.jpg); max-width:100%; }
[href="/u/#q1768"] {content: url(https://qagg.news/siteimages/postimage1768.jpg); max-width:100%; }
[href="/u/#q1769"] {content: url(https://qagg.news/siteimages/postimage1769.jpg); max-width:100%; }
[href="/u/#q1770"] {content: url(https://qagg.news/siteimages/postimage1770.jpg); max-width:100%; }
[href="/u/#q1771"] {content: url(https://qagg.news/siteimages/postimage1771.jpg); max-width:100%; }
[href="/u/#q1772"] {content: url(https://qagg.news/siteimages/postimage1772.jpg); max-width:100%; }
[href="/u/#q1773"] {content: url(https://qagg.news/siteimages/postimage1773.jpg); max-width:100%; }
[href="/u/#q1774"] {content: url(https://qagg.news/siteimages/postimage1774.jpg); max-width:100%; }
[href="/u/#q1775"] {content: url(https://qagg.news/siteimages/postimage1775.jpg); max-width:100%; }
[href="/u/#q1776"] {content: url(https://qagg.news/siteimages/postimage1776.jpg); max-width:100%; }
[href="/u/#q1777"] {content: url(https://qagg.news/siteimages/postimage1777.jpg); max-width:100%; }
[href="/u/#q1778"] {content: url(https://qagg.news/siteimages/postimage1778.jpg); max-width:100%; }
[href="/u/#q1779"] {content: url(https://qagg.news/siteimages/postimage1779.jpg); max-width:100%; }
[href="/u/#q1780"] {content: url(https://qagg.news/siteimages/postimage1780.jpg); max-width:100%; }
[href="/u/#q1781"] {content: url(https://qagg.news/siteimages/postimage1781.jpg); max-width:100%; }
[href="/u/#q1782"] {content: url(https://qagg.news/siteimages/postimage1782.jpg); max-width:100%; }
[href="/u/#q1783"] {content: url(https://qagg.news/siteimages/postimage1783.jpg); max-width:100%; }
[href="/u/#q1784"] {content: url(https://qagg.news/siteimages/postimage1784.jpg); max-width:100%; }
[href="/u/#q1785"] {content: url(https://qagg.news/siteimages/postimage1785.jpg); max-width:100%; }
[href="/u/#q1786"] {content: url(https://qagg.news/siteimages/postimage1786.jpg); max-width:100%; }
[href="/u/#q1787"] {content: url(https://qagg.news/siteimages/postimage1787.jpg); max-width:100%; }
[href="/u/#q1788"] {content: url(https://qagg.news/siteimages/postimage1788.jpg); max-width:100%; }
[href="/u/#q1789"] {content: url(https://qagg.news/siteimages/postimage1789.jpg); max-width:100%; }
[href="/u/#q1790"] {content: url(https://qagg.news/siteimages/postimage1790.jpg); max-width:100%; }
[href="/u/#q1791"] {content: url(https://qagg.news/siteimages/postimage1791.jpg); max-width:100%; }
[href="/u/#q1792"] {content: url(https://qagg.news/siteimages/postimage1792.jpg); max-width:100%; }
[href="/u/#q1793"] {content: url(https://qagg.news/siteimages/postimage1793.jpg); max-width:100%; }
[href="/u/#q1794"] {content: url(https://qagg.news/siteimages/postimage1794.jpg); max-width:100%; }
[href="/u/#q1795"] {content: url(https://qagg.news/siteimages/postimage1795.jpg); max-width:100%; }
[href="/u/#q1796"] {content: url(https://qagg.news/siteimages/postimage1796.jpg); max-width:100%; }
[href="/u/#q1797"] {content: url(https://qagg.news/siteimages/postimage1797.jpg); max-width:100%; }
[href="/u/#q1798"] {content: url(https://qagg.news/siteimages/postimage1798.jpg); max-width:100%; }
[href="/u/#q1799"] {content: url(https://qagg.news/siteimages/postimage1799.jpg); max-width:100%; }
[href="/u/#q1800"] {content: url(https://qagg.news/siteimages/postimage1800.jpg); max-width:100%; }
[href="/u/#q1801"] {content: url(https://qagg.news/siteimages/postimage1801.jpg); max-width:100%; }
[href="/u/#q1802"] {content: url(https://qagg.news/siteimages/postimage1802.jpg); max-width:100%; }
[href="/u/#q1803"] {content: url(https://qagg.news/siteimages/postimage1803.jpg); max-width:100%; }
[href="/u/#q1804"] {content: url(https://qagg.news/siteimages/postimage1804.jpg); max-width:100%; }
[href="/u/#q1805"] {content: url(https://qagg.news/siteimages/postimage1805.jpg); max-width:100%; }
[href="/u/#q1806"] {content: url(https://qagg.news/siteimages/postimage1806.jpg); max-width:100%; }
[href="/u/#q1807"] {content: url(https://qagg.news/siteimages/postimage1807.jpg); max-width:100%; }
[href="/u/#q1808"] {content: url(https://qagg.news/siteimages/postimage1808.jpg); max-width:100%; }
[href="/u/#q1809"] {content: url(https://qagg.news/siteimages/postimage1809.jpg); max-width:100%; }
[href="/u/#q1810"] {content: url(https://qagg.news/siteimages/postimage1810.jpg); max-width:100%; }
[href="/u/#q1811"] {content: url(https://qagg.news/siteimages/postimage1811.jpg); max-width:100%; }
[href="/u/#q1812"] {content: url(https://qagg.news/siteimages/postimage1812.jpg); max-width:100%; }
[href="/u/#q1813"] {content: url(https://qagg.news/siteimages/postimage1813.jpg); max-width:100%; }
[href="/u/#q1814"] {content: url(https://qagg.news/siteimages/postimage1814.jpg); max-width:100%; }
[href="/u/#q1815"] {content: url(https://qagg.news/siteimages/postimage1815.jpg); max-width:100%; }
[href="/u/#q1816"] {content: url(https://qagg.news/siteimages/postimage1816.jpg); max-width:100%; }
[href="/u/#q1817"] {content: url(https://qagg.news/siteimages/postimage1817.jpg); max-width:100%; }
[href="/u/#q1818"] {content: url(https://qagg.news/siteimages/postimage1818.jpg); max-width:100%; }
[href="/u/#q1819"] {content: url(https://qagg.news/siteimages/postimage1819.jpg); max-width:100%; }
[href="/u/#q1820"] {content: url(https://qagg.news/siteimages/postimage1820.jpg); max-width:100%; }
[href="/u/#q1821"] {content: url(https://qagg.news/siteimages/postimage1821.jpg); max-width:100%; }
[href="/u/#q1822"] {content: url(https://qagg.news/siteimages/postimage1822.jpg); max-width:100%; }
[href="/u/#q1823"] {content: url(https://qagg.news/siteimages/postimage1823.jpg); max-width:100%; }
[href="/u/#q1824"] {content: url(https://qagg.news/siteimages/postimage1824.jpg); max-width:100%; }
[href="/u/#q1825"] {content: url(https://qagg.news/siteimages/postimage1825.jpg); max-width:100%; }
[href="/u/#q1826"] {content: url(https://qagg.news/siteimages/postimage1826.jpg); max-width:100%; }
[href="/u/#q1827"] {content: url(https://qagg.news/siteimages/postimage1827.jpg); max-width:100%; }
[href="/u/#q1828"] {content: url(https://qagg.news/siteimages/postimage1828.jpg); max-width:100%; }
[href="/u/#q1829"] {content: url(https://qagg.news/siteimages/postimage1829.jpg); max-width:100%; }
[href="/u/#q1830"] {content: url(https://qagg.news/siteimages/postimage1830.jpg); max-width:100%; }
[href="/u/#q1831"] {content: url(https://qagg.news/siteimages/postimage1831.jpg); max-width:100%; }
[href="/u/#q1832"] {content: url(https://qagg.news/siteimages/postimage1832.jpg); max-width:100%; }
[href="/u/#q1833"] {content: url(https://qagg.news/siteimages/postimage1833.jpg); max-width:100%; }
[href="/u/#q1834"] {content: url(https://qagg.news/siteimages/postimage1834.jpg); max-width:100%; }
[href="/u/#q1835"] {content: url(https://qagg.news/siteimages/postimage1835.jpg); max-width:100%; }
[href="/u/#q1836"] {content: url(https://qagg.news/siteimages/postimage1836.jpg); max-width:100%; }
[href="/u/#q1837"] {content: url(https://qagg.news/siteimages/postimage1837.jpg); max-width:100%; }
[href="/u/#q1838"] {content: url(https://qagg.news/siteimages/postimage1838.jpg); max-width:100%; }
[href="/u/#q1839"] {content: url(https://qagg.news/siteimages/postimage1839.jpg); max-width:100%; }
[href="/u/#q1840"] {content: url(https://qagg.news/siteimages/postimage1840.jpg); max-width:100%; }
[href="/u/#q1841"] {content: url(https://qagg.news/siteimages/postimage1841.jpg); max-width:100%; }
[href="/u/#q1842"] {content: url(https://qagg.news/siteimages/postimage1842.jpg); max-width:100%; }
[href="/u/#q1843"] {content: url(https://qagg.news/siteimages/postimage1843.jpg); max-width:100%; }
[href="/u/#q1844"] {content: url(https://qagg.news/siteimages/postimage1844.jpg); max-width:100%; }
[href="/u/#q1845"] {content: url(https://qagg.news/siteimages/postimage1845.jpg); max-width:100%; }
[href="/u/#q1846"] {content: url(https://qagg.news/siteimages/postimage1846.jpg); max-width:100%; }
[href="/u/#q1847"] {content: url(https://qagg.news/siteimages/postimage1847.jpg); max-width:100%; }
[href="/u/#q1848"] {content: url(https://qagg.news/siteimages/postimage1848.jpg); max-width:100%; }
[href="/u/#q1849"] {content: url(https://qagg.news/siteimages/postimage1849.jpg); max-width:100%; }
[href="/u/#q1850"] {content: url(https://qagg.news/siteimages/postimage1850.jpg); max-width:100%; }
[href="/u/#q1851"] {content: url(https://qagg.news/siteimages/postimage1851.jpg); max-width:100%; }
[href="/u/#q1852"] {content: url(https://qagg.news/siteimages/postimage1852.jpg); max-width:100%; }
[href="/u/#q1853"] {content: url(https://qagg.news/siteimages/postimage1853.jpg); max-width:100%; }
[href="/u/#q1854"] {content: url(https://qagg.news/siteimages/postimage1854.jpg); max-width:100%; }
[href="/u/#q1855"] {content: url(https://qagg.news/siteimages/postimage1855.jpg); max-width:100%; }
[href="/u/#q1856"] {content: url(https://qagg.news/siteimages/postimage1856.jpg); max-width:100%; }
[href="/u/#q1857"] {content: url(https://qagg.news/siteimages/postimage1857.jpg); max-width:100%; }
[href="/u/#q1858"] {content: url(https://qagg.news/siteimages/postimage1858.jpg); max-width:100%; }
[href="/u/#q1859"] {content: url(https://qagg.news/siteimages/postimage1859.jpg); max-width:100%; }
[href="/u/#q1860"] {content: url(https://qagg.news/siteimages/postimage1860.jpg); max-width:100%; }
[href="/u/#q1861"] {content: url(https://qagg.news/siteimages/postimage1861.jpg); max-width:100%; }
[href="/u/#q1862"] {content: url(https://qagg.news/siteimages/postimage1862.jpg); max-width:100%; }
[href="/u/#q1863"] {content: url(https://qagg.news/siteimages/postimage1863.jpg); max-width:100%; }
[href="/u/#q1864"] {content: url(https://qagg.news/siteimages/postimage1864.jpg); max-width:100%; }
[href="/u/#q1865"] {content: url(https://qagg.news/siteimages/postimage1865.jpg); max-width:100%; }
[href="/u/#q1866"] {content: url(https://qagg.news/siteimages/postimage1866.jpg); max-width:100%; }
[href="/u/#q1867"] {content: url(https://qagg.news/siteimages/postimage1867.jpg); max-width:100%; }
[href="/u/#q1868"] {content: url(https://qagg.news/siteimages/postimage1868.jpg); max-width:100%; }
[href="/u/#q1869"] {content: url(https://qagg.news/siteimages/postimage1869.jpg); max-width:100%; }
[href="/u/#q1870"] {content: url(https://qagg.news/siteimages/postimage1870.jpg); max-width:100%; }
[href="/u/#q1871"] {content: url(https://qagg.news/siteimages/postimage1871.jpg); max-width:100%; }
[href="/u/#q1872"] {content: url(https://qagg.news/siteimages/postimage1872.jpg); max-width:100%; }
[href="/u/#q1873"] {content: url(https://qagg.news/siteimages/postimage1873.jpg); max-width:100%; }
[href="/u/#q1874"] {content: url(https://qagg.news/siteimages/postimage1874.jpg); max-width:100%; }
[href="/u/#q1875"] {content: url(https://qagg.news/siteimages/postimage1875.jpg); max-width:100%; }
[href="/u/#q1876"] {content: url(https://qagg.news/siteimages/postimage1876.jpg); max-width:100%; }
[href="/u/#q1877"] {content: url(https://qagg.news/siteimages/postimage1877.jpg); max-width:100%; }
[href="/u/#q1878"] {content: url(https://qagg.news/siteimages/postimage1878.jpg); max-width:100%; }
[href="/u/#q1879"] {content: url(https://qagg.news/siteimages/postimage1879.jpg); max-width:100%; }
[href="/u/#q1880"] {content: url(https://qagg.news/siteimages/postimage1880.jpg); max-width:100%; }
[href="/u/#q1881"] {content: url(https://qagg.news/siteimages/postimage1881.jpg); max-width:100%; }
[href="/u/#q1882"] {content: url(https://qagg.news/siteimages/postimage1882.jpg); max-width:100%; }
[href="/u/#q1883"] {content: url(https://qagg.news/siteimages/postimage1883.jpg); max-width:100%; }
[href="/u/#q1884"] {content: url(https://qagg.news/siteimages/postimage1884.jpg); max-width:100%; }
[href="/u/#q1885"] {content: url(https://qagg.news/siteimages/postimage1885.jpg); max-width:100%; }
[href="/u/#q1886"] {content: url(https://qagg.news/siteimages/postimage1886.jpg); max-width:100%; }
[href="/u/#q1887"] {content: url(https://qagg.news/siteimages/postimage1887.jpg); max-width:100%; }
[href="/u/#q1888"] {content: url(https://qagg.news/siteimages/postimage1888.jpg); max-width:100%; }
[href="/u/#q1889"] {content: url(https://qagg.news/siteimages/postimage1889.jpg); max-width:100%; }
[href="/u/#q1890"] {content: url(https://qagg.news/siteimages/postimage1890.jpg); max-width:100%; }
[href="/u/#q1891"] {content: url(https://qagg.news/siteimages/postimage1891.jpg); max-width:100%; }
[href="/u/#q1892"] {content: url(https://qagg.news/siteimages/postimage1892.jpg); max-width:100%; }
[href="/u/#q1893"] {content: url(https://qagg.news/siteimages/postimage1893.jpg); max-width:100%; }
[href="/u/#q1894"] {content: url(https://qagg.news/siteimages/postimage1894.jpg); max-width:100%; }
[href="/u/#q1895"] {content: url(https://qagg.news/siteimages/postimage1895.jpg); max-width:100%; }
[href="/u/#q1896"] {content: url(https://qagg.news/siteimages/postimage1896.jpg); max-width:100%; }
[href="/u/#q1897"] {content: url(https://qagg.news/siteimages/postimage1897.jpg); max-width:100%; }
[href="/u/#q1898"] {content: url(https://qagg.news/siteimages/postimage1898.jpg); max-width:100%; }
[href="/u/#q1899"] {content: url(https://qagg.news/siteimages/postimage1899.jpg); max-width:100%; }
[href="/u/#q1900"] {content: url(https://qagg.news/siteimages/postimage1900.jpg); max-width:100%; }
[href="/u/#q1901"] {content: url(https://qagg.news/siteimages/postimage1901.jpg); max-width:100%; }
[href="/u/#q1902"] {content: url(https://qagg.news/siteimages/postimage1902.jpg); max-width:100%; }
[href="/u/#q1903"] {content: url(https://qagg.news/siteimages/postimage1903.jpg); max-width:100%; }
[href="/u/#q1904"] {content: url(https://qagg.news/siteimages/postimage1904.jpg); max-width:100%; }
[href="/u/#q1905"] {content: url(https://qagg.news/siteimages/postimage1905.jpg); max-width:100%; }
[href="/u/#q1906"] {content: url(https://qagg.news/siteimages/postimage1906.jpg); max-width:100%; }
[href="/u/#q1907"] {content: url(https://qagg.news/siteimages/postimage1907.jpg); max-width:100%; }
[href="/u/#q1908"] {content: url(https://qagg.news/siteimages/postimage1908.jpg); max-width:100%; }
[href="/u/#q1909"] {content: url(https://qagg.news/siteimages/postimage1909.jpg); max-width:100%; }
[href="/u/#q1910"] {content: url(https://qagg.news/siteimages/postimage1910.jpg); max-width:100%; }
[href="/u/#q1911"] {content: url(https://qagg.news/siteimages/postimage1911.jpg); max-width:100%; }
[href="/u/#q1912"] {content: url(https://qagg.news/siteimages/postimage1912.jpg); max-width:100%; }
[href="/u/#q1913"] {content: url(https://qagg.news/siteimages/postimage1913.jpg); max-width:100%; }
[href="/u/#q1914"] {content: url(https://qagg.news/siteimages/postimage1914.jpg); max-width:100%; }
[href="/u/#q1915"] {content: url(https://qagg.news/siteimages/postimage1915.jpg); max-width:100%; }
[href="/u/#q1916"] {content: url(https://qagg.news/siteimages/postimage1916.jpg); max-width:100%; }
[href="/u/#q1917"] {content: url(https://qagg.news/siteimages/postimage1917.jpg); max-width:100%; }
[href="/u/#q1918"] {content: url(https://qagg.news/siteimages/postimage1918.jpg); max-width:100%; }
[href="/u/#q1919"] {content: url(https://qagg.news/siteimages/postimage1919.jpg); max-width:100%; }
[href="/u/#q1920"] {content: url(https://qagg.news/siteimages/postimage1920.jpg); max-width:100%; }
[href="/u/#q1921"] {content: url(https://qagg.news/siteimages/postimage1921.jpg); max-width:100%; }
[href="/u/#q1922"] {content: url(https://qagg.news/siteimages/postimage1922.jpg); max-width:100%; }
[href="/u/#q1923"] {content: url(https://qagg.news/siteimages/postimage1923.jpg); max-width:100%; }
[href="/u/#q1924"] {content: url(https://qagg.news/siteimages/postimage1924.jpg); max-width:100%; }
[href="/u/#q1925"] {content: url(https://qagg.news/siteimages/postimage1925.jpg); max-width:100%; }
[href="/u/#q1926"] {content: url(https://qagg.news/siteimages/postimage1926.jpg); max-width:100%; }
[href="/u/#q1927"] {content: url(https://qagg.news/siteimages/postimage1927.jpg); max-width:100%; }
[href="/u/#q1928"] {content: url(https://qagg.news/siteimages/postimage1928.jpg); max-width:100%; }
[href="/u/#q1929"] {content: url(https://qagg.news/siteimages/postimage1929.jpg); max-width:100%; }
[href="/u/#q1930"] {content: url(https://qagg.news/siteimages/postimage1930.jpg); max-width:100%; }
[href="/u/#q1931"] {content: url(https://qagg.news/siteimages/postimage1931.jpg); max-width:100%; }
[href="/u/#q1932"] {content: url(https://qagg.news/siteimages/postimage1932.jpg); max-width:100%; }
[href="/u/#q1933"] {content: url(https://qagg.news/siteimages/postimage1933.jpg); max-width:100%; }
[href="/u/#q1934"] {content: url(https://qagg.news/siteimages/postimage1934.jpg); max-width:100%; }
[href="/u/#q1935"] {content: url(https://qagg.news/siteimages/postimage1935.jpg); max-width:100%; }
[href="/u/#q1936"] {content: url(https://qagg.news/siteimages/postimage1936.jpg); max-width:100%; }
[href="/u/#q1937"] {content: url(https://qagg.news/siteimages/postimage1937.jpg); max-width:100%; }
[href="/u/#q1938"] {content: url(https://qagg.news/siteimages/postimage1938.jpg); max-width:100%; }
[href="/u/#q1939"] {content: url(https://qagg.news/siteimages/postimage1939.jpg); max-width:100%; }
[href="/u/#q1940"] {content: url(https://qagg.news/siteimages/postimage1940.jpg); max-width:100%; }
[href="/u/#q1941"] {content: url(https://qagg.news/siteimages/postimage1941.jpg); max-width:100%; }
[href="/u/#q1942"] {content: url(https://qagg.news/siteimages/postimage1942.jpg); max-width:100%; }
[href="/u/#q1943"] {content: url(https://qagg.news/siteimages/postimage1943.jpg); max-width:100%; }
[href="/u/#q1944"] {content: url(https://qagg.news/siteimages/postimage1944.jpg); max-width:100%; }
[href="/u/#q1945"] {content: url(https://qagg.news/siteimages/postimage1945.jpg); max-width:100%; }
[href="/u/#q1946"] {content: url(https://qagg.news/siteimages/postimage1946.jpg); max-width:100%; }
[href="/u/#q1947"] {content: url(https://qagg.news/siteimages/postimage1947.jpg); max-width:100%; }
[href="/u/#q1948"] {content: url(https://qagg.news/siteimages/postimage1948.jpg); max-width:100%; }
[href="/u/#q1949"] {content: url(https://qagg.news/siteimages/postimage1949.jpg); max-width:100%; }
[href="/u/#q1950"] {content: url(https://qagg.news/siteimages/postimage1950.jpg); max-width:100%; }
[href="/u/#q1951"] {content: url(https://qagg.news/siteimages/postimage1951.jpg); max-width:100%; }
[href="/u/#q1952"] {content: url(https://qagg.news/siteimages/postimage1952.jpg); max-width:100%; }
[href="/u/#q1953"] {content: url(https://qagg.news/siteimages/postimage1953.jpg); max-width:100%; }
[href="/u/#q1954"] {content: url(https://qagg.news/siteimages/postimage1954.jpg); max-width:100%; }
[href="/u/#q1955"] {content: url(https://qagg.news/siteimages/postimage1955.jpg); max-width:100%; }
[href="/u/#q1956"] {content: url(https://qagg.news/siteimages/postimage1956.jpg); max-width:100%; }
[href="/u/#q1957"] {content: url(https://qagg.news/siteimages/postimage1957.jpg); max-width:100%; }
[href="/u/#q1958"] {content: url(https://qagg.news/siteimages/postimage1958.jpg); max-width:100%; }
[href="/u/#q1959"] {content: url(https://qagg.news/siteimages/postimage1959.jpg); max-width:100%; }
[href="/u/#q1960"] {content: url(https://qagg.news/siteimages/postimage1960.jpg); max-width:100%; }
[href="/u/#q1961"] {content: url(https://qagg.news/siteimages/postimage1961.jpg); max-width:100%; }
[href="/u/#q1962"] {content: url(https://qagg.news/siteimages/postimage1962.jpg); max-width:100%; }
[href="/u/#q1963"] {content: url(https://qagg.news/siteimages/postimage1963.jpg); max-width:100%; }
[href="/u/#q1964"] {content: url(https://qagg.news/siteimages/postimage1964.jpg); max-width:100%; }
[href="/u/#q1965"] {content: url(https://qagg.news/siteimages/postimage1965.jpg); max-width:100%; }
[href="/u/#q1966"] {content: url(https://qagg.news/siteimages/postimage1966.jpg); max-width:100%; }
[href="/u/#q1967"] {content: url(https://qagg.news/siteimages/postimage1967.jpg); max-width:100%; }
[href="/u/#q1968"] {content: url(https://qagg.news/siteimages/postimage1968.jpg); max-width:100%; }
[href="/u/#q1969"] {content: url(https://qagg.news/siteimages/postimage1969.jpg); max-width:100%; }
[href="/u/#q1970"] {content: url(https://qagg.news/siteimages/postimage1970.jpg); max-width:100%; }
[href="/u/#q1971"] {content: url(https://qagg.news/siteimages/postimage1971.jpg); max-width:100%; }
[href="/u/#q1972"] {content: url(https://qagg.news/siteimages/postimage1972.jpg); max-width:100%; }
[href="/u/#q1973"] {content: url(https://qagg.news/siteimages/postimage1973.jpg); max-width:100%; }
[href="/u/#q1974"] {content: url(https://qagg.news/siteimages/postimage1974.jpg); max-width:100%; }
[href="/u/#q1975"] {content: url(https://qagg.news/siteimages/postimage1975.jpg); max-width:100%; }
[href="/u/#q1976"] {content: url(https://qagg.news/siteimages/postimage1976.jpg); max-width:100%; }
[href="/u/#q1977"] {content: url(https://qagg.news/siteimages/postimage1977.jpg); max-width:100%; }
[href="/u/#q1978"] {content: url(https://qagg.news/siteimages/postimage1978.jpg); max-width:100%; }
[href="/u/#q1979"] {content: url(https://qagg.news/siteimages/postimage1979.jpg); max-width:100%; }
[href="/u/#q1980"] {content: url(https://qagg.news/siteimages/postimage1980.jpg); max-width:100%; }
[href="/u/#q1981"] {content: url(https://qagg.news/siteimages/postimage1981.jpg); max-width:100%; }
[href="/u/#q1982"] {content: url(https://qagg.news/siteimages/postimage1982.jpg); max-width:100%; }
[href="/u/#q1983"] {content: url(https://qagg.news/siteimages/postimage1983.jpg); max-width:100%; }
[href="/u/#q1984"] {content: url(https://qagg.news/siteimages/postimage1984.jpg); max-width:100%; }
[href="/u/#q1985"] {content: url(https://qagg.news/siteimages/postimage1985.jpg); max-width:100%; }
[href="/u/#q1986"] {content: url(https://qagg.news/siteimages/postimage1986.jpg); max-width:100%; }
[href="/u/#q1987"] {content: url(https://qagg.news/siteimages/postimage1987.jpg); max-width:100%; }
[href="/u/#q1988"] {content: url(https://qagg.news/siteimages/postimage1988.jpg); max-width:100%; }
[href="/u/#q1989"] {content: url(https://qagg.news/siteimages/postimage1989.jpg); max-width:100%; }
[href="/u/#q1990"] {content: url(https://qagg.news/siteimages/postimage1990.jpg); max-width:100%; }
[href="/u/#q1991"] {content: url(https://qagg.news/siteimages/postimage1991.jpg); max-width:100%; }
[href="/u/#q1992"] {content: url(https://qagg.news/siteimages/postimage1992.jpg); max-width:100%; }
[href="/u/#q1993"] {content: url(https://qagg.news/siteimages/postimage1993.jpg); max-width:100%; }
[href="/u/#q1994"] {content: url(https://qagg.news/siteimages/postimage1994.jpg); max-width:100%; }
[href="/u/#q1995"] {content: url(https://qagg.news/siteimages/postimage1995.jpg); max-width:100%; }
[href="/u/#q1996"] {content: url(https://qagg.news/siteimages/postimage1996.jpg); max-width:100%; }
[href="/u/#q1997"] {content: url(https://qagg.news/siteimages/postimage1997.jpg); max-width:100%; }
[href="/u/#q1998"] {content: url(https://qagg.news/siteimages/postimage1998.jpg); max-width:100%; }
[href="/u/#q1999"] {content: url(https://qagg.news/siteimages/postimage1999.jpg); max-width:100%; }
[href="/u/#q2000"] {content: url(https://qagg.news/siteimages/postimage2000.jpg); max-width:100%; }
[href="/u/#q2001"] {content: url(https://qagg.news/siteimages/postimage2001.jpg); max-width:100%; }
[href="/u/#q2002"] {content: url(https://qagg.news/siteimages/postimage2002.jpg); max-width:100%; }
[href="/u/#q2003"] {content: url(https://qagg.news/siteimages/postimage2003.jpg); max-width:100%; }
[href="/u/#q2004"] {content: url(https://qagg.news/siteimages/postimage2004.jpg); max-width:100%; }
[href="/u/#q2005"] {content: url(https://qagg.news/siteimages/postimage2005.jpg); max-width:100%; }
[href="/u/#q2006"] {content: url(https://qagg.news/siteimages/postimage2006.jpg); max-width:100%; }
[href="/u/#q2007"] {content: url(https://qagg.news/siteimages/postimage2007.jpg); max-width:100%; }
[href="/u/#q2008"] {content: url(https://qagg.news/siteimages/postimage2008.jpg); max-width:100%; }
[href="/u/#q2009"] {content: url(https://qagg.news/siteimages/postimage2009.jpg); max-width:100%; }
[href="/u/#q2010"] {content: url(https://qagg.news/siteimages/postimage2010.jpg); max-width:100%; }
[href="/u/#q2011"] {content: url(https://qagg.news/siteimages/postimage2011.jpg); max-width:100%; }
[href="/u/#q2012"] {content: url(https://qagg.news/siteimages/postimage2012.jpg); max-width:100%; }
[href="/u/#q2013"] {content: url(https://qagg.news/siteimages/postimage2013.jpg); max-width:100%; }
[href="/u/#q2014"] {content: url(https://qagg.news/siteimages/postimage2014.jpg); max-width:100%; }
[href="/u/#q2015"] {content: url(https://qagg.news/siteimages/postimage2015.jpg); max-width:100%; }
[href="/u/#q2016"] {content: url(https://qagg.news/siteimages/postimage2016.jpg); max-width:100%; }
[href="/u/#q2017"] {content: url(https://qagg.news/siteimages/postimage2017.jpg); max-width:100%; }
[href="/u/#q2018"] {content: url(https://qagg.news/siteimages/postimage2018.jpg); max-width:100%; }
[href="/u/#q2019"] {content: url(https://qagg.news/siteimages/postimage2019.jpg); max-width:100%; }
[href="/u/#q2020"] {content: url(https://qagg.news/siteimages/postimage2020.jpg); max-width:100%; }
[href="/u/#q2021"] {content: url(https://qagg.news/siteimages/postimage2021.jpg); max-width:100%; }
[href="/u/#q2022"] {content: url(https://qagg.news/siteimages/postimage2022.jpg); max-width:100%; }
[href="/u/#q2023"] {content: url(https://qagg.news/siteimages/postimage2023.jpg); max-width:100%; }
[href="/u/#q2024"] {content: url(https://qagg.news/siteimages/postimage2024.jpg); max-width:100%; }
[href="/u/#q2025"] {content: url(https://qagg.news/siteimages/postimage2025.jpg); max-width:100%; }
[href="/u/#q2026"] {content: url(https://qagg.news/siteimages/postimage2026.jpg); max-width:100%; }
[href="/u/#q2027"] {content: url(https://qagg.news/siteimages/postimage2027.jpg); max-width:100%; }
[href="/u/#q2028"] {content: url(https://qagg.news/siteimages/postimage2028.jpg); max-width:100%; }
[href="/u/#q2029"] {content: url(https://qagg.news/siteimages/postimage2029.jpg); max-width:100%; }
[href="/u/#q2030"] {content: url(https://qagg.news/siteimages/postimage2030.jpg); max-width:100%; }
[href="/u/#q2031"] {content: url(https://qagg.news/siteimages/postimage2031.jpg); max-width:100%; }
[href="/u/#q2032"] {content: url(https://qagg.news/siteimages/postimage2032.jpg); max-width:100%; }
[href="/u/#q2033"] {content: url(https://qagg.news/siteimages/postimage2033.jpg); max-width:100%; }
[href="/u/#q2034"] {content: url(https://qagg.news/siteimages/postimage2034.jpg); max-width:100%; }
[href="/u/#q2035"] {content: url(https://qagg.news/siteimages/postimage2035.jpg); max-width:100%; }
[href="/u/#q2036"] {content: url(https://qagg.news/siteimages/postimage2036.jpg); max-width:100%; }
[href="/u/#q2037"] {content: url(https://qagg.news/siteimages/postimage2037.jpg); max-width:100%; }
[href="/u/#q2038"] {content: url(https://qagg.news/siteimages/postimage2038.jpg); max-width:100%; }
[href="/u/#q2039"] {content: url(https://qagg.news/siteimages/postimage2039.jpg); max-width:100%; }
[href="/u/#q2040"] {content: url(https://qagg.news/siteimages/postimage2040.jpg); max-width:100%; }
[href="/u/#q2041"] {content: url(https://qagg.news/siteimages/postimage2041.jpg); max-width:100%; }
[href="/u/#q2042"] {content: url(https://qagg.news/siteimages/postimage2042.jpg); max-width:100%; }
[href="/u/#q2043"] {content: url(https://qagg.news/siteimages/postimage2043.jpg); max-width:100%; }
[href="/u/#q2044"] {content: url(https://qagg.news/siteimages/postimage2044.jpg); max-width:100%; }
[href="/u/#q2045"] {content: url(https://qagg.news/siteimages/postimage2045.jpg); max-width:100%; }
[href="/u/#q2046"] {content: url(https://qagg.news/siteimages/postimage2046.jpg); max-width:100%; }
[href="/u/#q2047"] {content: url(https://qagg.news/siteimages/postimage2047.jpg); max-width:100%; }
[href="/u/#q2048"] {content: url(https://qagg.news/siteimages/postimage2048.jpg); max-width:100%; }
[href="/u/#q2049"] {content: url(https://qagg.news/siteimages/postimage2049.jpg); max-width:100%; }
[href="/u/#q2050"] {content: url(https://qagg.news/siteimages/postimage2050.jpg); max-width:100%; }
[href="/u/#q2051"] {content: url(https://qagg.news/siteimages/postimage2051.jpg); max-width:100%; }
[href="/u/#q2052"] {content: url(https://qagg.news/siteimages/postimage2052.jpg); max-width:100%; }
[href="/u/#q2053"] {content: url(https://qagg.news/siteimages/postimage2053.jpg); max-width:100%; }
[href="/u/#q2054"] {content: url(https://qagg.news/siteimages/postimage2054.jpg); max-width:100%; }
[href="/u/#q2055"] {content: url(https://qagg.news/siteimages/postimage2055.jpg); max-width:100%; }
[href="/u/#q2056"] {content: url(https://qagg.news/siteimages/postimage2056.jpg); max-width:100%; }
[href="/u/#q2057"] {content: url(https://qagg.news/siteimages/postimage2057.jpg); max-width:100%; }
[href="/u/#q2058"] {content: url(https://qagg.news/siteimages/postimage2058.jpg); max-width:100%; }
[href="/u/#q2059"] {content: url(https://qagg.news/siteimages/postimage2059.jpg); max-width:100%; }
[href="/u/#q2060"] {content: url(https://qagg.news/siteimages/postimage2060.jpg); max-width:100%; }
[href="/u/#q2061"] {content: url(https://qagg.news/siteimages/postimage2061.jpg); max-width:100%; }
[href="/u/#q2062"] {content: url(https://qagg.news/siteimages/postimage2062.jpg); max-width:100%; }
[href="/u/#q2063"] {content: url(https://qagg.news/siteimages/postimage2063.jpg); max-width:100%; }
[href="/u/#q2064"] {content: url(https://qagg.news/siteimages/postimage2064.jpg); max-width:100%; }
[href="/u/#q2065"] {content: url(https://qagg.news/siteimages/postimage2065.jpg); max-width:100%; }
[href="/u/#q2066"] {content: url(https://qagg.news/siteimages/postimage2066.jpg); max-width:100%; }
[href="/u/#q2067"] {content: url(https://qagg.news/siteimages/postimage2067.jpg); max-width:100%; }
[href="/u/#q2068"] {content: url(https://qagg.news/siteimages/postimage2068.jpg); max-width:100%; }
[href="/u/#q2069"] {content: url(https://qagg.news/siteimages/postimage2069.jpg); max-width:100%; }
[href="/u/#q2070"] {content: url(https://qagg.news/siteimages/postimage2070.jpg); max-width:100%; }
[href="/u/#q2071"] {content: url(https://qagg.news/siteimages/postimage2071.jpg); max-width:100%; }
[href="/u/#q2072"] {content: url(https://qagg.news/siteimages/postimage2072.jpg); max-width:100%; }
[href="/u/#q2073"] {content: url(https://qagg.news/siteimages/postimage2073.jpg); max-width:100%; }
[href="/u/#q2074"] {content: url(https://qagg.news/siteimages/postimage2074.jpg); max-width:100%; }
[href="/u/#q2075"] {content: url(https://qagg.news/siteimages/postimage2075.jpg); max-width:100%; }
[href="/u/#q2076"] {content: url(https://qagg.news/siteimages/postimage2076.jpg); max-width:100%; }
[href="/u/#q2077"] {content: url(https://qagg.news/siteimages/postimage2077.jpg); max-width:100%; }
[href="/u/#q2078"] {content: url(https://qagg.news/siteimages/postimage2078.jpg); max-width:100%; }
[href="/u/#q2079"] {content: url(https://qagg.news/siteimages/postimage2079.jpg); max-width:100%; }
[href="/u/#q2080"] {content: url(https://qagg.news/siteimages/postimage2080.jpg); max-width:100%; }
[href="/u/#q2081"] {content: url(https://qagg.news/siteimages/postimage2081.jpg); max-width:100%; }
[href="/u/#q2082"] {content: url(https://qagg.news/siteimages/postimage2082.jpg); max-width:100%; }
[href="/u/#q2083"] {content: url(https://qagg.news/siteimages/postimage2083.jpg); max-width:100%; }
[href="/u/#q2084"] {content: url(https://qagg.news/siteimages/postimage2084.jpg); max-width:100%; }
[href="/u/#q2085"] {content: url(https://qagg.news/siteimages/postimage2085.jpg); max-width:100%; }
[href="/u/#q2086"] {content: url(https://qagg.news/siteimages/postimage2086.jpg); max-width:100%; }
[href="/u/#q2087"] {content: url(https://qagg.news/siteimages/postimage2087.jpg); max-width:100%; }
[href="/u/#q2088"] {content: url(https://qagg.news/siteimages/postimage2088.jpg); max-width:100%; }
[href="/u/#q2089"] {content: url(https://qagg.news/siteimages/postimage2089.jpg); max-width:100%; }
[href="/u/#q2090"] {content: url(https://qagg.news/siteimages/postimage2090.jpg); max-width:100%; }
[href="/u/#q2091"] {content: url(https://qagg.news/siteimages/postimage2091.jpg); max-width:100%; }
[href="/u/#q2092"] {content: url(https://qagg.news/siteimages/postimage2092.jpg); max-width:100%; }
[href="/u/#q2093"] {content: url(https://qagg.news/siteimages/postimage2093.jpg); max-width:100%; }
[href="/u/#q2094"] {content: url(https://qagg.news/siteimages/postimage2094.jpg); max-width:100%; }
[href="/u/#q2095"] {content: url(https://qagg.news/siteimages/postimage2095.jpg); max-width:100%; }
[href="/u/#q2096"] {content: url(https://qagg.news/siteimages/postimage2096.jpg); max-width:100%; }
[href="/u/#q2097"] {content: url(https://qagg.news/siteimages/postimage2097.jpg); max-width:100%; }
[href="/u/#q2098"] {content: url(https://qagg.news/siteimages/postimage2098.jpg); max-width:100%; }
[href="/u/#q2099"] {content: url(https://qagg.news/siteimages/postimage2099.jpg); max-width:100%; }
[href="/u/#q2100"] {content: url(https://qagg.news/siteimages/postimage2100.jpg); max-width:100%; }
[href="/u/#q2101"] {content: url(https://qagg.news/siteimages/postimage2101.jpg); max-width:100%; }
[href="/u/#q2102"] {content: url(https://qagg.news/siteimages/postimage2102.jpg); max-width:100%; }
[href="/u/#q2103"] {content: url(https://qagg.news/siteimages/postimage2103.jpg); max-width:100%; }
[href="/u/#q2104"] {content: url(https://qagg.news/siteimages/postimage2104.jpg); max-width:100%; }
[href="/u/#q2105"] {content: url(https://qagg.news/siteimages/postimage2105.jpg); max-width:100%; }
[href="/u/#q2106"] {content: url(https://qagg.news/siteimages/postimage2106.jpg); max-width:100%; }
[href="/u/#q2107"] {content: url(https://qagg.news/siteimages/postimage2107.jpg); max-width:100%; }
[href="/u/#q2108"] {content: url(https://qagg.news/siteimages/postimage2108.jpg); max-width:100%; }
[href="/u/#q2109"] {content: url(https://qagg.news/siteimages/postimage2109.jpg); max-width:100%; }
[href="/u/#q2110"] {content: url(https://qagg.news/siteimages/postimage2110.jpg); max-width:100%; }
[href="/u/#q2111"] {content: url(https://qagg.news/siteimages/postimage2111.jpg); max-width:100%; }
[href="/u/#q2112"] {content: url(https://qagg.news/siteimages/postimage2112.jpg); max-width:100%; }
[href="/u/#q2113"] {content: url(https://qagg.news/siteimages/postimage2113.jpg); max-width:100%; }
[href="/u/#q2114"] {content: url(https://qagg.news/siteimages/postimage2114.jpg); max-width:100%; }
[href="/u/#q2115"] {content: url(https://qagg.news/siteimages/postimage2115.jpg); max-width:100%; }
[href="/u/#q2116"] {content: url(https://qagg.news/siteimages/postimage2116.jpg); max-width:100%; }
[href="/u/#q2117"] {content: url(https://qagg.news/siteimages/postimage2117.jpg); max-width:100%; }
[href="/u/#q2118"] {content: url(https://qagg.news/siteimages/postimage2118.jpg); max-width:100%; }
[href="/u/#q2119"] {content: url(https://qagg.news/siteimages/postimage2119.jpg); max-width:100%; }
[href="/u/#q2120"] {content: url(https://qagg.news/siteimages/postimage2120.jpg); max-width:100%; }
[href="/u/#q2121"] {content: url(https://qagg.news/siteimages/postimage2121.jpg); max-width:100%; }
[href="/u/#q2122"] {content: url(https://qagg.news/siteimages/postimage2122.jpg); max-width:100%; }
[href="/u/#q2123"] {content: url(https://qagg.news/siteimages/postimage2123.jpg); max-width:100%; }
[href="/u/#q2124"] {content: url(https://qagg.news/siteimages/postimage2124.jpg); max-width:100%; }
[href="/u/#q2125"] {content: url(https://qagg.news/siteimages/postimage2125.jpg); max-width:100%; }
[href="/u/#q2126"] {content: url(https://qagg.news/siteimages/postimage2126.jpg); max-width:100%; }
[href="/u/#q2127"] {content: url(https://qagg.news/siteimages/postimage2127.jpg); max-width:100%; }
[href="/u/#q2128"] {content: url(https://qagg.news/siteimages/postimage2128.jpg); max-width:100%; }
[href="/u/#q2129"] {content: url(https://qagg.news/siteimages/postimage2129.jpg); max-width:100%; }
[href="/u/#q2130"] {content: url(https://qagg.news/siteimages/postimage2130.jpg); max-width:100%; }
[href="/u/#q2131"] {content: url(https://qagg.news/siteimages/postimage2131.jpg); max-width:100%; }
[href="/u/#q2132"] {content: url(https://qagg.news/siteimages/postimage2132.jpg); max-width:100%; }
[href="/u/#q2133"] {content: url(https://qagg.news/siteimages/postimage2133.jpg); max-width:100%; }
[href="/u/#q2134"] {content: url(https://qagg.news/siteimages/postimage2134.jpg); max-width:100%; }
[href="/u/#q2135"] {content: url(https://qagg.news/siteimages/postimage2135.jpg); max-width:100%; }
[href="/u/#q2136"] {content: url(https://qagg.news/siteimages/postimage2136.jpg); max-width:100%; }
[href="/u/#q2137"] {content: url(https://qagg.news/siteimages/postimage2137.jpg); max-width:100%; }
[href="/u/#q2138"] {content: url(https://qagg.news/siteimages/postimage2138.jpg); max-width:100%; }
[href="/u/#q2139"] {content: url(https://qagg.news/siteimages/postimage2139.jpg); max-width:100%; }
[href="/u/#q2140"] {content: url(https://qagg.news/siteimages/postimage2140.jpg); max-width:100%; }
[href="/u/#q2141"] {content: url(https://qagg.news/siteimages/postimage2141.jpg); max-width:100%; }
[href="/u/#q2142"] {content: url(https://qagg.news/siteimages/postimage2142.jpg); max-width:100%; }
[href="/u/#q2143"] {content: url(https://qagg.news/siteimages/postimage2143.jpg); max-width:100%; }
[href="/u/#q2144"] {content: url(https://qagg.news/siteimages/postimage2144.jpg); max-width:100%; }
[href="/u/#q2145"] {content: url(https://qagg.news/siteimages/postimage2145.jpg); max-width:100%; }
[href="/u/#q2146"] {content: url(https://qagg.news/siteimages/postimage2146.jpg); max-width:100%; }
[href="/u/#q2147"] {content: url(https://qagg.news/siteimages/postimage2147.jpg); max-width:100%; }
[href="/u/#q2148"] {content: url(https://qagg.news/siteimages/postimage2148.jpg); max-width:100%; }
[href="/u/#q2149"] {content: url(https://qagg.news/siteimages/postimage2149.jpg); max-width:100%; }
[href="/u/#q2150"] {content: url(https://qagg.news/siteimages/postimage2150.jpg); max-width:100%; }
[href="/u/#q2151"] {content: url(https://qagg.news/siteimages/postimage2151.jpg); max-width:100%; }
[href="/u/#q2152"] {content: url(https://qagg.news/siteimages/postimage2152.jpg); max-width:100%; }
[href="/u/#q2153"] {content: url(https://qagg.news/siteimages/postimage2153.jpg); max-width:100%; }
[href="/u/#q2154"] {content: url(https://qagg.news/siteimages/postimage2154.jpg); max-width:100%; }
[href="/u/#q2155"] {content: url(https://qagg.news/siteimages/postimage2155.jpg); max-width:100%; }
[href="/u/#q2156"] {content: url(https://qagg.news/siteimages/postimage2156.jpg); max-width:100%; }
[href="/u/#q2157"] {content: url(https://qagg.news/siteimages/postimage2157.jpg); max-width:100%; }
[href="/u/#q2158"] {content: url(https://qagg.news/siteimages/postimage2158.jpg); max-width:100%; }
[href="/u/#q2159"] {content: url(https://qagg.news/siteimages/postimage2159.jpg); max-width:100%; }
[href="/u/#q2160"] {content: url(https://qagg.news/siteimages/postimage2160.jpg); max-width:100%; }
[href="/u/#q2161"] {content: url(https://qagg.news/siteimages/postimage2161.jpg); max-width:100%; }
[href="/u/#q2162"] {content: url(https://qagg.news/siteimages/postimage2162.jpg); max-width:100%; }
[href="/u/#q2163"] {content: url(https://qagg.news/siteimages/postimage2163.jpg); max-width:100%; }
[href="/u/#q2164"] {content: url(https://qagg.news/siteimages/postimage2164.jpg); max-width:100%; }
[href="/u/#q2165"] {content: url(https://qagg.news/siteimages/postimage2165.jpg); max-width:100%; }
[href="/u/#q2166"] {content: url(https://qagg.news/siteimages/postimage2166.jpg); max-width:100%; }
[href="/u/#q2167"] {content: url(https://qagg.news/siteimages/postimage2167.jpg); max-width:100%; }
[href="/u/#q2168"] {content: url(https://qagg.news/siteimages/postimage2168.jpg); max-width:100%; }
[href="/u/#q2169"] {content: url(https://qagg.news/siteimages/postimage2169.jpg); max-width:100%; }
[href="/u/#q2170"] {content: url(https://qagg.news/siteimages/postimage2170.jpg); max-width:100%; }
[href="/u/#q2171"] {content: url(https://qagg.news/siteimages/postimage2171.jpg); max-width:100%; }
[href="/u/#q2172"] {content: url(https://qagg.news/siteimages/postimage2172.jpg); max-width:100%; }
[href="/u/#q2173"] {content: url(https://qagg.news/siteimages/postimage2173.jpg); max-width:100%; }
[href="/u/#q2174"] {content: url(https://qagg.news/siteimages/postimage2174.jpg); max-width:100%; }
[href="/u/#q2175"] {content: url(https://qagg.news/siteimages/postimage2175.jpg); max-width:100%; }
[href="/u/#q2176"] {content: url(https://qagg.news/siteimages/postimage2176.jpg); max-width:100%; }
[href="/u/#q2177"] {content: url(https://qagg.news/siteimages/postimage2177.jpg); max-width:100%; }
[href="/u/#q2178"] {content: url(https://qagg.news/siteimages/postimage2178.jpg); max-width:100%; }
[href="/u/#q2179"] {content: url(https://qagg.news/siteimages/postimage2179.jpg); max-width:100%; }
[href="/u/#q2180"] {content: url(https://qagg.news/siteimages/postimage2180.jpg); max-width:100%; }
[href="/u/#q2181"] {content: url(https://qagg.news/siteimages/postimage2181.jpg); max-width:100%; }
[href="/u/#q2182"] {content: url(https://qagg.news/siteimages/postimage2182.jpg); max-width:100%; }
[href="/u/#q2183"] {content: url(https://qagg.news/siteimages/postimage2183.jpg); max-width:100%; }
[href="/u/#q2184"] {content: url(https://qagg.news/siteimages/postimage2184.jpg); max-width:100%; }
[href="/u/#q2185"] {content: url(https://qagg.news/siteimages/postimage2185.jpg); max-width:100%; }
[href="/u/#q2186"] {content: url(https://qagg.news/siteimages/postimage2186.jpg); max-width:100%; }
[href="/u/#q2187"] {content: url(https://qagg.news/siteimages/postimage2187.jpg); max-width:100%; }
[href="/u/#q2188"] {content: url(https://qagg.news/siteimages/postimage2188.jpg); max-width:100%; }
[href="/u/#q2189"] {content: url(https://qagg.news/siteimages/postimage2189.jpg); max-width:100%; }
[href="/u/#q2190"] {content: url(https://qagg.news/siteimages/postimage2190.jpg); max-width:100%; }
[href="/u/#q2191"] {content: url(https://qagg.news/siteimages/postimage2191.jpg); max-width:100%; }
[href="/u/#q2192"] {content: url(https://qagg.news/siteimages/postimage2192.jpg); max-width:100%; }
[href="/u/#q2193"] {content: url(https://qagg.news/siteimages/postimage2193.jpg); max-width:100%; }
[href="/u/#q2194"] {content: url(https://qagg.news/siteimages/postimage2194.jpg); max-width:100%; }
[href="/u/#q2195"] {content: url(https://qagg.news/siteimages/postimage2195.jpg); max-width:100%; }
[href="/u/#q2196"] {content: url(https://qagg.news/siteimages/postimage2196.jpg); max-width:100%; }
[href="/u/#q2197"] {content: url(https://qagg.news/siteimages/postimage2197.jpg); max-width:100%; }
[href="/u/#q2198"] {content: url(https://qagg.news/siteimages/postimage2198.jpg); max-width:100%; }
[href="/u/#q2199"] {content: url(https://qagg.news/siteimages/postimage2199.jpg); max-width:100%; }
[href="/u/#q2200"] {content: url(https://qagg.news/siteimages/postimage2200.jpg); max-width:100%; }
[href="/u/#q2201"] {content: url(https://qagg.news/siteimages/postimage2201.jpg); max-width:100%; }
[href="/u/#q2202"] {content: url(https://qagg.news/siteimages/postimage2202.jpg); max-width:100%; }
[href="/u/#q2203"] {content: url(https://qagg.news/siteimages/postimage2203.jpg); max-width:100%; }
[href="/u/#q2204"] {content: url(https://qagg.news/siteimages/postimage2204.jpg); max-width:100%; }
[href="/u/#q2205"] {content: url(https://qagg.news/siteimages/postimage2205.jpg); max-width:100%; }
[href="/u/#q2206"] {content: url(https://qagg.news/siteimages/postimage2206.jpg); max-width:100%; }
[href="/u/#q2207"] {content: url(https://qagg.news/siteimages/postimage2207.jpg); max-width:100%; }
[href="/u/#q2208"] {content: url(https://qagg.news/siteimages/postimage2208.jpg); max-width:100%; }
[href="/u/#q2209"] {content: url(https://qagg.news/siteimages/postimage2209.jpg); max-width:100%; }
[href="/u/#q2210"] {content: url(https://qagg.news/siteimages/postimage2210.jpg); max-width:100%; }
[href="/u/#q2211"] {content: url(https://qagg.news/siteimages/postimage2211.jpg); max-width:100%; }
[href="/u/#q2212"] {content: url(https://qagg.news/siteimages/postimage2212.jpg); max-width:100%; }
[href="/u/#q2213"] {content: url(https://qagg.news/siteimages/postimage2213.jpg); max-width:100%; }
[href="/u/#q2214"] {content: url(https://qagg.news/siteimages/postimage2214.jpg); max-width:100%; }
[href="/u/#q2215"] {content: url(https://qagg.news/siteimages/postimage2215.jpg); max-width:100%; }
[href="/u/#q2216"] {content: url(https://qagg.news/siteimages/postimage2216.jpg); max-width:100%; }
[href="/u/#q2217"] {content: url(https://qagg.news/siteimages/postimage2217.jpg); max-width:100%; }
[href="/u/#q2218"] {content: url(https://qagg.news/siteimages/postimage2218.jpg); max-width:100%; }
[href="/u/#q2219"] {content: url(https://qagg.news/siteimages/postimage2219.jpg); max-width:100%; }
[href="/u/#q2220"] {content: url(https://qagg.news/siteimages/postimage2220.jpg); max-width:100%; }
[href="/u/#q2221"] {content: url(https://qagg.news/siteimages/postimage2221.jpg); max-width:100%; }
[href="/u/#q2222"] {content: url(https://qagg.news/siteimages/postimage2222.jpg); max-width:100%; }
[href="/u/#q2223"] {content: url(https://qagg.news/siteimages/postimage2223.jpg); max-width:100%; }
[href="/u/#q2224"] {content: url(https://qagg.news/siteimages/postimage2224.jpg); max-width:100%; }
[href="/u/#q2225"] {content: url(https://qagg.news/siteimages/postimage2225.jpg); max-width:100%; }
[href="/u/#q2226"] {content: url(https://qagg.news/siteimages/postimage2226.jpg); max-width:100%; }
[href="/u/#q2227"] {content: url(https://qagg.news/siteimages/postimage2227.jpg); max-width:100%; }
[href="/u/#q2228"] {content: url(https://qagg.news/siteimages/postimage2228.jpg); max-width:100%; }
[href="/u/#q2229"] {content: url(https://qagg.news/siteimages/postimage2229.jpg); max-width:100%; }
[href="/u/#q2230"] {content: url(https://qagg.news/siteimages/postimage2230.jpg); max-width:100%; }
[href="/u/#q2231"] {content: url(https://qagg.news/siteimages/postimage2231.jpg); max-width:100%; }
[href="/u/#q2232"] {content: url(https://qagg.news/siteimages/postimage2232.jpg); max-width:100%; }
[href="/u/#q2233"] {content: url(https://qagg.news/siteimages/postimage2233.jpg); max-width:100%; }
[href="/u/#q2234"] {content: url(https://qagg.news/siteimages/postimage2234.jpg); max-width:100%; }
[href="/u/#q2235"] {content: url(https://qagg.news/siteimages/postimage2235.jpg); max-width:100%; }
[href="/u/#q2236"] {content: url(https://qagg.news/siteimages/postimage2236.jpg); max-width:100%; }
[href="/u/#q2237"] {content: url(https://qagg.news/siteimages/postimage2237.jpg); max-width:100%; }
[href="/u/#q2238"] {content: url(https://qagg.news/siteimages/postimage2238.jpg); max-width:100%; }
[href="/u/#q2239"] {content: url(https://qagg.news/siteimages/postimage2239.jpg); max-width:100%; }
[href="/u/#q2240"] {content: url(https://qagg.news/siteimages/postimage2240.jpg); max-width:100%; }
[href="/u/#q2241"] {content: url(https://qagg.news/siteimages/postimage2241.jpg); max-width:100%; }
[href="/u/#q2242"] {content: url(https://qagg.news/siteimages/postimage2242.jpg); max-width:100%; }
[href="/u/#q2243"] {content: url(https://qagg.news/siteimages/postimage2243.jpg); max-width:100%; }
[href="/u/#q2244"] {content: url(https://qagg.news/siteimages/postimage2244.jpg); max-width:100%; }
[href="/u/#q2245"] {content: url(https://qagg.news/siteimages/postimage2245.jpg); max-width:100%; }
[href="/u/#q2246"] {content: url(https://qagg.news/siteimages/postimage2246.jpg); max-width:100%; }
[href="/u/#q2247"] {content: url(https://qagg.news/siteimages/postimage2247.jpg); max-width:100%; }
[href="/u/#q2248"] {content: url(https://qagg.news/siteimages/postimage2248.jpg); max-width:100%; }
[href="/u/#q2249"] {content: url(https://qagg.news/siteimages/postimage2249.jpg); max-width:100%; }
[href="/u/#q2250"] {content: url(https://qagg.news/siteimages/postimage2250.jpg); max-width:100%; }
[href="/u/#q2251"] {content: url(https://qagg.news/siteimages/postimage2251.jpg); max-width:100%; }
[href="/u/#q2252"] {content: url(https://qagg.news/siteimages/postimage2252.jpg); max-width:100%; }
[href="/u/#q2253"] {content: url(https://qagg.news/siteimages/postimage2253.jpg); max-width:100%; }
[href="/u/#q2254"] {content: url(https://qagg.news/siteimages/postimage2254.jpg); max-width:100%; }
[href="/u/#q2255"] {content: url(https://qagg.news/siteimages/postimage2255.jpg); max-width:100%; }
[href="/u/#q2256"] {content: url(https://qagg.news/siteimages/postimage2256.jpg); max-width:100%; }
[href="/u/#q2257"] {content: url(https://qagg.news/siteimages/postimage2257.jpg); max-width:100%; }
[href="/u/#q2258"] {content: url(https://qagg.news/siteimages/postimage2258.jpg); max-width:100%; }
[href="/u/#q2259"] {content: url(https://qagg.news/siteimages/postimage2259.jpg); max-width:100%; }
[href="/u/#q2260"] {content: url(https://qagg.news/siteimages/postimage2260.jpg); max-width:100%; }
[href="/u/#q2261"] {content: url(https://qagg.news/siteimages/postimage2261.jpg); max-width:100%; }
[href="/u/#q2262"] {content: url(https://qagg.news/siteimages/postimage2262.jpg); max-width:100%; }
[href="/u/#q2263"] {content: url(https://qagg.news/siteimages/postimage2263.jpg); max-width:100%; }
[href="/u/#q2264"] {content: url(https://qagg.news/siteimages/postimage2264.jpg); max-width:100%; }
[href="/u/#q2265"] {content: url(https://qagg.news/siteimages/postimage2265.jpg); max-width:100%; }
[href="/u/#q2266"] {content: url(https://qagg.news/siteimages/postimage2266.jpg); max-width:100%; }
[href="/u/#q2267"] {content: url(https://qagg.news/siteimages/postimage2267.jpg); max-width:100%; }
[href="/u/#q2268"] {content: url(https://qagg.news/siteimages/postimage2268.jpg); max-width:100%; }
[href="/u/#q2269"] {content: url(https://qagg.news/siteimages/postimage2269.jpg); max-width:100%; }
[href="/u/#q2270"] {content: url(https://qagg.news/siteimages/postimage2270.jpg); max-width:100%; }
[href="/u/#q2271"] {content: url(https://qagg.news/siteimages/postimage2271.jpg); max-width:100%; }
[href="/u/#q2272"] {content: url(https://qagg.news/siteimages/postimage2272.jpg); max-width:100%; }
[href="/u/#q2273"] {content: url(https://qagg.news/siteimages/postimage2273.jpg); max-width:100%; }
[href="/u/#q2274"] {content: url(https://qagg.news/siteimages/postimage2274.jpg); max-width:100%; }
[href="/u/#q2275"] {content: url(https://qagg.news/siteimages/postimage2275.jpg); max-width:100%; }
[href="/u/#q2276"] {content: url(https://qagg.news/siteimages/postimage2276.jpg); max-width:100%; }
[href="/u/#q2277"] {content: url(https://qagg.news/siteimages/postimage2277.jpg); max-width:100%; }
[href="/u/#q2278"] {content: url(https://qagg.news/siteimages/postimage2278.jpg); max-width:100%; }
[href="/u/#q2279"] {content: url(https://qagg.news/siteimages/postimage2279.jpg); max-width:100%; }
[href="/u/#q2280"] {content: url(https://qagg.news/siteimages/postimage2280.jpg); max-width:100%; }
[href="/u/#q2281"] {content: url(https://qagg.news/siteimages/postimage2281.jpg); max-width:100%; }
[href="/u/#q2282"] {content: url(https://qagg.news/siteimages/postimage2282.jpg); max-width:100%; }
[href="/u/#q2283"] {content: url(https://qagg.news/siteimages/postimage2283.jpg); max-width:100%; }
[href="/u/#q2284"] {content: url(https://qagg.news/siteimages/postimage2284.jpg); max-width:100%; }
[href="/u/#q2285"] {content: url(https://qagg.news/siteimages/postimage2285.jpg); max-width:100%; }
[href="/u/#q2286"] {content: url(https://qagg.news/siteimages/postimage2286.jpg); max-width:100%; }
[href="/u/#q2287"] {content: url(https://qagg.news/siteimages/postimage2287.jpg); max-width:100%; }
[href="/u/#q2288"] {content: url(https://qagg.news/siteimages/postimage2288.jpg); max-width:100%; }
[href="/u/#q2289"] {content: url(https://qagg.news/siteimages/postimage2289.jpg); max-width:100%; }
[href="/u/#q2290"] {content: url(https://qagg.news/siteimages/postimage2290.jpg); max-width:100%; }
[href="/u/#q2291"] {content: url(https://qagg.news/siteimages/postimage2291.jpg); max-width:100%; }
[href="/u/#q2292"] {content: url(https://qagg.news/siteimages/postimage2292.jpg); max-width:100%; }
[href="/u/#q2293"] {content: url(https://qagg.news/siteimages/postimage2293.jpg); max-width:100%; }
[href="/u/#q2294"] {content: url(https://qagg.news/siteimages/postimage2294.jpg); max-width:100%; }
[href="/u/#q2295"] {content: url(https://qagg.news/siteimages/postimage2295.jpg); max-width:100%; }
[href="/u/#q2296"] {content: url(https://qagg.news/siteimages/postimage2296.jpg); max-width:100%; }
[href="/u/#q2297"] {content: url(https://qagg.news/siteimages/postimage2297.jpg); max-width:100%; }
[href="/u/#q2298"] {content: url(https://qagg.news/siteimages/postimage2298.jpg); max-width:100%; }
[href="/u/#q2299"] {content: url(https://qagg.news/siteimages/postimage2299.jpg); max-width:100%; }
[href="/u/#q2300"] {content: url(https://qagg.news/siteimages/postimage2300.jpg); max-width:100%; }
[href="/u/#q2301"] {content: url(https://qagg.news/siteimages/postimage2301.jpg); max-width:100%; }
[href="/u/#q2302"] {content: url(https://qagg.news/siteimages/postimage2302.jpg); max-width:100%; }
[href="/u/#q2303"] {content: url(https://qagg.news/siteimages/postimage2303.jpg); max-width:100%; }
[href="/u/#q2304"] {content: url(https://qagg.news/siteimages/postimage2304.jpg); max-width:100%; }
[href="/u/#q2305"] {content: url(https://qagg.news/siteimages/postimage2305.jpg); max-width:100%; }
[href="/u/#q2306"] {content: url(https://qagg.news/siteimages/postimage2306.jpg); max-width:100%; }
[href="/u/#q2307"] {content: url(https://qagg.news/siteimages/postimage2307.jpg); max-width:100%; }
[href="/u/#q2308"] {content: url(https://qagg.news/siteimages/postimage2308.jpg); max-width:100%; }
[href="/u/#q2309"] {content: url(https://qagg.news/siteimages/postimage2309.jpg); max-width:100%; }
[href="/u/#q2310"] {content: url(https://qagg.news/siteimages/postimage2310.jpg); max-width:100%; }
[href="/u/#q2311"] {content: url(https://qagg.news/siteimages/postimage2311.jpg); max-width:100%; }
[href="/u/#q2312"] {content: url(https://qagg.news/siteimages/postimage2312.jpg); max-width:100%; }
[href="/u/#q2313"] {content: url(https://qagg.news/siteimages/postimage2313.jpg); max-width:100%; }
[href="/u/#q2314"] {content: url(https://qagg.news/siteimages/postimage2314.jpg); max-width:100%; }
[href="/u/#q2315"] {content: url(https://qagg.news/siteimages/postimage2315.jpg); max-width:100%; }
[href="/u/#q2316"] {content: url(https://qagg.news/siteimages/postimage2316.jpg); max-width:100%; }
[href="/u/#q2317"] {content: url(https://qagg.news/siteimages/postimage2317.jpg); max-width:100%; }
[href="/u/#q2318"] {content: url(https://qagg.news/siteimages/postimage2318.jpg); max-width:100%; }
[href="/u/#q2319"] {content: url(https://qagg.news/siteimages/postimage2319.jpg); max-width:100%; }
[href="/u/#q2320"] {content: url(https://qagg.news/siteimages/postimage2320.jpg); max-width:100%; }
[href="/u/#q2321"] {content: url(https://qagg.news/siteimages/postimage2321.jpg); max-width:100%; }
[href="/u/#q2322"] {content: url(https://qagg.news/siteimages/postimage2322.jpg); max-width:100%; }
[href="/u/#q2323"] {content: url(https://qagg.news/siteimages/postimage2323.jpg); max-width:100%; }
[href="/u/#q2324"] {content: url(https://qagg.news/siteimages/postimage2324.jpg); max-width:100%; }
[href="/u/#q2325"] {content: url(https://qagg.news/siteimages/postimage2325.jpg); max-width:100%; }
[href="/u/#q2326"] {content: url(https://qagg.news/siteimages/postimage2326.jpg); max-width:100%; }
[href="/u/#q2327"] {content: url(https://qagg.news/siteimages/postimage2327.jpg); max-width:100%; }
[href="/u/#q2328"] {content: url(https://qagg.news/siteimages/postimage2328.jpg); max-width:100%; }
[href="/u/#q2329"] {content: url(https://qagg.news/siteimages/postimage2329.jpg); max-width:100%; }
[href="/u/#q2330"] {content: url(https://qagg.news/siteimages/postimage2330.jpg); max-width:100%; }
[href="/u/#q2331"] {content: url(https://qagg.news/siteimages/postimage2331.jpg); max-width:100%; }
[href="/u/#q2332"] {content: url(https://qagg.news/siteimages/postimage2332.jpg); max-width:100%; }
[href="/u/#q2333"] {content: url(https://qagg.news/siteimages/postimage2333.jpg); max-width:100%; }
[href="/u/#q2334"] {content: url(https://qagg.news/siteimages/postimage2334.jpg); max-width:100%; }
[href="/u/#q2335"] {content: url(https://qagg.news/siteimages/postimage2335.jpg); max-width:100%; }
[href="/u/#q2336"] {content: url(https://qagg.news/siteimages/postimage2336.jpg); max-width:100%; }
[href="/u/#q2337"] {content: url(https://qagg.news/siteimages/postimage2337.jpg); max-width:100%; }
[href="/u/#q2338"] {content: url(https://qagg.news/siteimages/postimage2338.jpg); max-width:100%; }
[href="/u/#q2339"] {content: url(https://qagg.news/siteimages/postimage2339.jpg); max-width:100%; }
[href="/u/#q2340"] {content: url(https://qagg.news/siteimages/postimage2340.jpg); max-width:100%; }
[href="/u/#q2341"] {content: url(https://qagg.news/siteimages/postimage2341.jpg); max-width:100%; }
[href="/u/#q2342"] {content: url(https://qagg.news/siteimages/postimage2342.jpg); max-width:100%; }
[href="/u/#q2343"] {content: url(https://qagg.news/siteimages/postimage2343.jpg); max-width:100%; }
[href="/u/#q2344"] {content: url(https://qagg.news/siteimages/postimage2344.jpg); max-width:100%; }
[href="/u/#q2345"] {content: url(https://qagg.news/siteimages/postimage2345.jpg); max-width:100%; }
[href="/u/#q2346"] {content: url(https://qagg.news/siteimages/postimage2346.jpg); max-width:100%; }
[href="/u/#q2347"] {content: url(https://qagg.news/siteimages/postimage2347.jpg); max-width:100%; }
[href="/u/#q2348"] {content: url(https://qagg.news/siteimages/postimage2348.jpg); max-width:100%; }
[href="/u/#q2349"] {content: url(https://qagg.news/siteimages/postimage2349.jpg); max-width:100%; }
[href="/u/#q2350"] {content: url(https://qagg.news/siteimages/postimage2350.jpg); max-width:100%; }
[href="/u/#q2351"] {content: url(https://qagg.news/siteimages/postimage2351.jpg); max-width:100%; }
[href="/u/#q2352"] {content: url(https://qagg.news/siteimages/postimage2352.jpg); max-width:100%; }
[href="/u/#q2353"] {content: url(https://qagg.news/siteimages/postimage2353.jpg); max-width:100%; }
[href="/u/#q2354"] {content: url(https://qagg.news/siteimages/postimage2354.jpg); max-width:100%; }
[href="/u/#q2355"] {content: url(https://qagg.news/siteimages/postimage2355.jpg); max-width:100%; }
[href="/u/#q2356"] {content: url(https://qagg.news/siteimages/postimage2356.jpg); max-width:100%; }
[href="/u/#q2357"] {content: url(https://qagg.news/siteimages/postimage2357.jpg); max-width:100%; }
[href="/u/#q2358"] {content: url(https://qagg.news/siteimages/postimage2358.jpg); max-width:100%; }
[href="/u/#q2359"] {content: url(https://qagg.news/siteimages/postimage2359.jpg); max-width:100%; }
[href="/u/#q2360"] {content: url(https://qagg.news/siteimages/postimage2360.jpg); max-width:100%; }
[href="/u/#q2361"] {content: url(https://qagg.news/siteimages/postimage2361.jpg); max-width:100%; }
[href="/u/#q2362"] {content: url(https://qagg.news/siteimages/postimage2362.jpg); max-width:100%; }
[href="/u/#q2363"] {content: url(https://qagg.news/siteimages/postimage2363.jpg); max-width:100%; }
[href="/u/#q2364"] {content: url(https://qagg.news/siteimages/postimage2364.jpg); max-width:100%; }
[href="/u/#q2365"] {content: url(https://qagg.news/siteimages/postimage2365.jpg); max-width:100%; }
[href="/u/#q2366"] {content: url(https://qagg.news/siteimages/postimage2366.jpg); max-width:100%; }
[href="/u/#q2367"] {content: url(https://qagg.news/siteimages/postimage2367.jpg); max-width:100%; }
[href="/u/#q2368"] {content: url(https://qagg.news/siteimages/postimage2368.jpg); max-width:100%; }
[href="/u/#q2369"] {content: url(https://qagg.news/siteimages/postimage2369.jpg); max-width:100%; }
[href="/u/#q2370"] {content: url(https://qagg.news/siteimages/postimage2370.jpg); max-width:100%; }
[href="/u/#q2371"] {content: url(https://qagg.news/siteimages/postimage2371.jpg); max-width:100%; }
[href="/u/#q2372"] {content: url(https://qagg.news/siteimages/postimage2372.jpg); max-width:100%; }
[href="/u/#q2373"] {content: url(https://qagg.news/siteimages/postimage2373.jpg); max-width:100%; }
[href="/u/#q2374"] {content: url(https://qagg.news/siteimages/postimage2374.jpg); max-width:100%; }
[href="/u/#q2375"] {content: url(https://qagg.news/siteimages/postimage2375.jpg); max-width:100%; }
[href="/u/#q2376"] {content: url(https://qagg.news/siteimages/postimage2376.jpg); max-width:100%; }
[href="/u/#q2377"] {content: url(https://qagg.news/siteimages/postimage2377.jpg); max-width:100%; }
[href="/u/#q2378"] {content: url(https://qagg.news/siteimages/postimage2378.jpg); max-width:100%; }
[href="/u/#q2379"] {content: url(https://qagg.news/siteimages/postimage2379.jpg); max-width:100%; }
[href="/u/#q2380"] {content: url(https://qagg.news/siteimages/postimage2380.jpg); max-width:100%; }
[href="/u/#q2381"] {content: url(https://qagg.news/siteimages/postimage2381.jpg); max-width:100%; }
[href="/u/#q2382"] {content: url(https://qagg.news/siteimages/postimage2382.jpg); max-width:100%; }
[href="/u/#q2383"] {content: url(https://qagg.news/siteimages/postimage2383.jpg); max-width:100%; }
[href="/u/#q2384"] {content: url(https://qagg.news/siteimages/postimage2384.jpg); max-width:100%; }
[href="/u/#q2385"] {content: url(https://qagg.news/siteimages/postimage2385.jpg); max-width:100%; }
[href="/u/#q2386"] {content: url(https://qagg.news/siteimages/postimage2386.jpg); max-width:100%; }
[href="/u/#q2387"] {content: url(https://qagg.news/siteimages/postimage2387.jpg); max-width:100%; }
[href="/u/#q2388"] {content: url(https://qagg.news/siteimages/postimage2388.jpg); max-width:100%; }
[href="/u/#q2389"] {content: url(https://qagg.news/siteimages/postimage2389.jpg); max-width:100%; }
[href="/u/#q2390"] {content: url(https://qagg.news/siteimages/postimage2390.jpg); max-width:100%; }
[href="/u/#q2391"] {content: url(https://qagg.news/siteimages/postimage2391.jpg); max-width:100%; }
[href="/u/#q2392"] {content: url(https://qagg.news/siteimages/postimage2392.jpg); max-width:100%; }
[href="/u/#q2393"] {content: url(https://qagg.news/siteimages/postimage2393.jpg); max-width:100%; }
[href="/u/#q2394"] {content: url(https://qagg.news/siteimages/postimage2394.jpg); max-width:100%; }
[href="/u/#q2395"] {content: url(https://qagg.news/siteimages/postimage2395.jpg); max-width:100%; }
[href="/u/#q2396"] {content: url(https://qagg.news/siteimages/postimage2396.jpg); max-width:100%; }
[href="/u/#q2397"] {content: url(https://qagg.news/siteimages/postimage2397.jpg); max-width:100%; }
[href="/u/#q2398"] {content: url(https://qagg.news/siteimages/postimage2398.jpg); max-width:100%; }
[href="/u/#q2399"] {content: url(https://qagg.news/siteimages/postimage2399.jpg); max-width:100%; }
[href="/u/#q2400"] {content: url(https://qagg.news/siteimages/postimage2400.jpg); max-width:100%; }
[href="/u/#q2401"] {content: url(https://qagg.news/siteimages/postimage2401.jpg); max-width:100%; }
[href="/u/#q2402"] {content: url(https://qagg.news/siteimages/postimage2402.jpg); max-width:100%; }
[href="/u/#q2403"] {content: url(https://qagg.news/siteimages/postimage2403.jpg); max-width:100%; }
[href="/u/#q2404"] {content: url(https://qagg.news/siteimages/postimage2404.jpg); max-width:100%; }
[href="/u/#q2405"] {content: url(https://qagg.news/siteimages/postimage2405.jpg); max-width:100%; }
[href="/u/#q2406"] {content: url(https://qagg.news/siteimages/postimage2406.jpg); max-width:100%; }
[href="/u/#q2407"] {content: url(https://qagg.news/siteimages/postimage2407.jpg); max-width:100%; }
[href="/u/#q2408"] {content: url(https://qagg.news/siteimages/postimage2408.jpg); max-width:100%; }
[href="/u/#q2409"] {content: url(https://qagg.news/siteimages/postimage2409.jpg); max-width:100%; }
[href="/u/#q2410"] {content: url(https://qagg.news/siteimages/postimage2410.jpg); max-width:100%; }
[href="/u/#q2411"] {content: url(https://qagg.news/siteimages/postimage2411.jpg); max-width:100%; }
[href="/u/#q2412"] {content: url(https://qagg.news/siteimages/postimage2412.jpg); max-width:100%; }
[href="/u/#q2413"] {content: url(https://qagg.news/siteimages/postimage2413.jpg); max-width:100%; }
[href="/u/#q2414"] {content: url(https://qagg.news/siteimages/postimage2414.jpg); max-width:100%; }
[href="/u/#q2415"] {content: url(https://qagg.news/siteimages/postimage2415.jpg); max-width:100%; }
[href="/u/#q2416"] {content: url(https://qagg.news/siteimages/postimage2416.jpg); max-width:100%; }
[href="/u/#q2417"] {content: url(https://qagg.news/siteimages/postimage2417.jpg); max-width:100%; }
[href="/u/#q2418"] {content: url(https://qagg.news/siteimages/postimage2418.jpg); max-width:100%; }
[href="/u/#q2419"] {content: url(https://qagg.news/siteimages/postimage2419.jpg); max-width:100%; }
[href="/u/#q2420"] {content: url(https://qagg.news/siteimages/postimage2420.jpg); max-width:100%; }
[href="/u/#q2421"] {content: url(https://qagg.news/siteimages/postimage2421.jpg); max-width:100%; }
[href="/u/#q2422"] {content: url(https://qagg.news/siteimages/postimage2422.jpg); max-width:100%; }
[href="/u/#q2423"] {content: url(https://qagg.news/siteimages/postimage2423.jpg); max-width:100%; }
[href="/u/#q2424"] {content: url(https://qagg.news/siteimages/postimage2424.jpg); max-width:100%; }
[href="/u/#q2425"] {content: url(https://qagg.news/siteimages/postimage2425.jpg); max-width:100%; }
[href="/u/#q2426"] {content: url(https://qagg.news/siteimages/postimage2426.jpg); max-width:100%; }
[href="/u/#q2427"] {content: url(https://qagg.news/siteimages/postimage2427.jpg); max-width:100%; }
[href="/u/#q2428"] {content: url(https://qagg.news/siteimages/postimage2428.jpg); max-width:100%; }
[href="/u/#q2429"] {content: url(https://qagg.news/siteimages/postimage2429.jpg); max-width:100%; }
[href="/u/#q2430"] {content: url(https://qagg.news/siteimages/postimage2430.jpg); max-width:100%; }
[href="/u/#q2431"] {content: url(https://qagg.news/siteimages/postimage2431.jpg); max-width:100%; }
[href="/u/#q2432"] {content: url(https://qagg.news/siteimages/postimage2432.jpg); max-width:100%; }
[href="/u/#q2433"] {content: url(https://qagg.news/siteimages/postimage2433.jpg); max-width:100%; }
[href="/u/#q2434"] {content: url(https://qagg.news/siteimages/postimage2434.jpg); max-width:100%; }
[href="/u/#q2435"] {content: url(https://qagg.news/siteimages/postimage2435.jpg); max-width:100%; }
[href="/u/#q2436"] {content: url(https://qagg.news/siteimages/postimage2436.jpg); max-width:100%; }
[href="/u/#q2437"] {content: url(https://qagg.news/siteimages/postimage2437.jpg); max-width:100%; }
[href="/u/#q2438"] {content: url(https://qagg.news/siteimages/postimage2438.jpg); max-width:100%; }
[href="/u/#q2439"] {content: url(https://qagg.news/siteimages/postimage2439.jpg); max-width:100%; }
[href="/u/#q2440"] {content: url(https://qagg.news/siteimages/postimage2440.jpg); max-width:100%; }
[href="/u/#q2441"] {content: url(https://qagg.news/siteimages/postimage2441.jpg); max-width:100%; }
[href="/u/#q2442"] {content: url(https://qagg.news/siteimages/postimage2442.jpg); max-width:100%; }
[href="/u/#q2443"] {content: url(https://qagg.news/siteimages/postimage2443.jpg); max-width:100%; }
[href="/u/#q2444"] {content: url(https://qagg.news/siteimages/postimage2444.jpg); max-width:100%; }
[href="/u/#q2445"] {content: url(https://qagg.news/siteimages/postimage2445.jpg); max-width:100%; }
[href="/u/#q2446"] {content: url(https://qagg.news/siteimages/postimage2446.jpg); max-width:100%; }
[href="/u/#q2447"] {content: url(https://qagg.news/siteimages/postimage2447.jpg); max-width:100%; }
[href="/u/#q2448"] {content: url(https://qagg.news/siteimages/postimage2448.jpg); max-width:100%; }
[href="/u/#q2449"] {content: url(https://qagg.news/siteimages/postimage2449.jpg); max-width:100%; }
[href="/u/#q2450"] {content: url(https://qagg.news/siteimages/postimage2450.jpg); max-width:100%; }
[href="/u/#q2451"] {content: url(https://qagg.news/siteimages/postimage2451.jpg); max-width:100%; }
[href="/u/#q2452"] {content: url(https://qagg.news/siteimages/postimage2452.jpg); max-width:100%; }
[href="/u/#q2453"] {content: url(https://qagg.news/siteimages/postimage2453.jpg); max-width:100%; }
[href="/u/#q2454"] {content: url(https://qagg.news/siteimages/postimage2454.jpg); max-width:100%; }
[href="/u/#q2455"] {content: url(https://qagg.news/siteimages/postimage2455.jpg); max-width:100%; }
[href="/u/#q2456"] {content: url(https://qagg.news/siteimages/postimage2456.jpg); max-width:100%; }
[href="/u/#q2457"] {content: url(https://qagg.news/siteimages/postimage2457.jpg); max-width:100%; }
[href="/u/#q2458"] {content: url(https://qagg.news/siteimages/postimage2458.jpg); max-width:100%; }
[href="/u/#q2459"] {content: url(https://qagg.news/siteimages/postimage2459.jpg); max-width:100%; }
[href="/u/#q2460"] {content: url(https://qagg.news/siteimages/postimage2460.jpg); max-width:100%; }
[href="/u/#q2461"] {content: url(https://qagg.news/siteimages/postimage2461.jpg); max-width:100%; }
[href="/u/#q2462"] {content: url(https://qagg.news/siteimages/postimage2462.jpg); max-width:100%; }
[href="/u/#q2463"] {content: url(https://qagg.news/siteimages/postimage2463.jpg); max-width:100%; }
[href="/u/#q2464"] {content: url(https://qagg.news/siteimages/postimage2464.jpg); max-width:100%; }
[href="/u/#q2465"] {content: url(https://qagg.news/siteimages/postimage2465.jpg); max-width:100%; }
[href="/u/#q2466"] {content: url(https://qagg.news/siteimages/postimage2466.jpg); max-width:100%; }
[href="/u/#q2467"] {content: url(https://qagg.news/siteimages/postimage2467.jpg); max-width:100%; }
[href="/u/#q2468"] {content: url(https://qagg.news/siteimages/postimage2468.jpg); max-width:100%; }
[href="/u/#q2469"] {content: url(https://qagg.news/siteimages/postimage2469.jpg); max-width:100%; }
[href="/u/#q2470"] {content: url(https://qagg.news/siteimages/postimage2470.jpg); max-width:100%; }
[href="/u/#q2471"] {content: url(https://qagg.news/siteimages/postimage2471.jpg); max-width:100%; }
[href="/u/#q2472"] {content: url(https://qagg.news/siteimages/postimage2472.jpg); max-width:100%; }
[href="/u/#q2473"] {content: url(https://qagg.news/siteimages/postimage2473.jpg); max-width:100%; }
[href="/u/#q2474"] {content: url(https://qagg.news/siteimages/postimage2474.jpg); max-width:100%; }
[href="/u/#q2475"] {content: url(https://qagg.news/siteimages/postimage2475.jpg); max-width:100%; }
[href="/u/#q2476"] {content: url(https://qagg.news/siteimages/postimage2476.jpg); max-width:100%; }
[href="/u/#q2477"] {content: url(https://qagg.news/siteimages/postimage2477.jpg); max-width:100%; }
[href="/u/#q2478"] {content: url(https://qagg.news/siteimages/postimage2478.jpg); max-width:100%; }
[href="/u/#q2479"] {content: url(https://qagg.news/siteimages/postimage2479.jpg); max-width:100%; }
[href="/u/#q2480"] {content: url(https://qagg.news/siteimages/postimage2480.jpg); max-width:100%; }
[href="/u/#q2481"] {content: url(https://qagg.news/siteimages/postimage2481.jpg); max-width:100%; }
[href="/u/#q2482"] {content: url(https://qagg.news/siteimages/postimage2482.jpg); max-width:100%; }
[href="/u/#q2483"] {content: url(https://qagg.news/siteimages/postimage2483.jpg); max-width:100%; }
[href="/u/#q2484"] {content: url(https://qagg.news/siteimages/postimage2484.jpg); max-width:100%; }
[href="/u/#q2485"] {content: url(https://qagg.news/siteimages/postimage2485.jpg); max-width:100%; }
[href="/u/#q2486"] {content: url(https://qagg.news/siteimages/postimage2486.jpg); max-width:100%; }
[href="/u/#q2487"] {content: url(https://qagg.news/siteimages/postimage2487.jpg); max-width:100%; }
[href="/u/#q2488"] {content: url(https://qagg.news/siteimages/postimage2488.jpg); max-width:100%; }
[href="/u/#q2489"] {content: url(https://qagg.news/siteimages/postimage2489.jpg); max-width:100%; }
[href="/u/#q2490"] {content: url(https://qagg.news/siteimages/postimage2490.jpg); max-width:100%; }
[href="/u/#q2491"] {content: url(https://qagg.news/siteimages/postimage2491.jpg); max-width:100%; }
[href="/u/#q2492"] {content: url(https://qagg.news/siteimages/postimage2492.jpg); max-width:100%; }
[href="/u/#q2493"] {content: url(https://qagg.news/siteimages/postimage2493.jpg); max-width:100%; }
[href="/u/#q2494"] {content: url(https://qagg.news/siteimages/postimage2494.jpg); max-width:100%; }
[href="/u/#q2495"] {content: url(https://qagg.news/siteimages/postimage2495.jpg); max-width:100%; }
[href="/u/#q2496"] {content: url(https://qagg.news/siteimages/postimage2496.jpg); max-width:100%; }
[href="/u/#q2497"] {content: url(https://qagg.news/siteimages/postimage2497.jpg); max-width:100%; }
[href="/u/#q2498"] {content: url(https://qagg.news/siteimages/postimage2498.jpg); max-width:100%; }
[href="/u/#q2499"] {content: url(https://qagg.news/siteimages/postimage2499.jpg); max-width:100%; }
[href="/u/#q2500"] {content: url(https://qagg.news/siteimages/postimage2500.jpg); max-width:100%; }
[href="/u/#q2501"] {content: url(https://qagg.news/siteimages/postimage2501.jpg); max-width:100%; }
[href="/u/#q2502"] {content: url(https://qagg.news/siteimages/postimage2502.jpg); max-width:100%; }
[href="/u/#q2503"] {content: url(https://qagg.news/siteimages/postimage2503.jpg); max-width:100%; }
[href="/u/#q2504"] {content: url(https://qagg.news/siteimages/postimage2504.jpg); max-width:100%; }
[href="/u/#q2505"] {content: url(https://qagg.news/siteimages/postimage2505.jpg); max-width:100%; }
[href="/u/#q2506"] {content: url(https://qagg.news/siteimages/postimage2506.jpg); max-width:100%; }
[href="/u/#q2507"] {content: url(https://qagg.news/siteimages/postimage2507.jpg); max-width:100%; }
[href="/u/#q2508"] {content: url(https://qagg.news/siteimages/postimage2508.jpg); max-width:100%; }
[href="/u/#q2509"] {content: url(https://qagg.news/siteimages/postimage2509.jpg); max-width:100%; }
[href="/u/#q2510"] {content: url(https://qagg.news/siteimages/postimage2510.jpg); max-width:100%; }
[href="/u/#q2511"] {content: url(https://qagg.news/siteimages/postimage2511.jpg); max-width:100%; }
[href="/u/#q2512"] {content: url(https://qagg.news/siteimages/postimage2512.jpg); max-width:100%; }
[href="/u/#q2513"] {content: url(https://qagg.news/siteimages/postimage2513.jpg); max-width:100%; }
[href="/u/#q2514"] {content: url(https://qagg.news/siteimages/postimage2514.jpg); max-width:100%; }
[href="/u/#q2515"] {content: url(https://qagg.news/siteimages/postimage2515.jpg); max-width:100%; }
[href="/u/#q2516"] {content: url(https://qagg.news/siteimages/postimage2516.jpg); max-width:100%; }
[href="/u/#q2517"] {content: url(https://qagg.news/siteimages/postimage2517.jpg); max-width:100%; }
[href="/u/#q2518"] {content: url(https://qagg.news/siteimages/postimage2518.jpg); max-width:100%; }
[href="/u/#q2519"] {content: url(https://qagg.news/siteimages/postimage2519.jpg); max-width:100%; }
[href="/u/#q2520"] {content: url(https://qagg.news/siteimages/postimage2520.jpg); max-width:100%; }
[href="/u/#q2521"] {content: url(https://qagg.news/siteimages/postimage2521.jpg); max-width:100%; }
[href="/u/#q2522"] {content: url(https://qagg.news/siteimages/postimage2522.jpg); max-width:100%; }
[href="/u/#q2523"] {content: url(https://qagg.news/siteimages/postimage2523.jpg); max-width:100%; }
[href="/u/#q2524"] {content: url(https://qagg.news/siteimages/postimage2524.jpg); max-width:100%; }
[href="/u/#q2525"] {content: url(https://qagg.news/siteimages/postimage2525.jpg); max-width:100%; }
[href="/u/#q2526"] {content: url(https://qagg.news/siteimages/postimage2526.jpg); max-width:100%; }
[href="/u/#q2527"] {content: url(https://qagg.news/siteimages/postimage2527.jpg); max-width:100%; }
[href="/u/#q2528"] {content: url(https://qagg.news/siteimages/postimage2528.jpg); max-width:100%; }
[href="/u/#q2529"] {content: url(https://qagg.news/siteimages/postimage2529.jpg); max-width:100%; }
[href="/u/#q2530"] {content: url(https://qagg.news/siteimages/postimage2530.jpg); max-width:100%; }
[href="/u/#q2531"] {content: url(https://qagg.news/siteimages/postimage2531.jpg); max-width:100%; }
[href="/u/#q2532"] {content: url(https://qagg.news/siteimages/postimage2532.jpg); max-width:100%; }
[href="/u/#q2533"] {content: url(https://qagg.news/siteimages/postimage2533.jpg); max-width:100%; }
[href="/u/#q2534"] {content: url(https://qagg.news/siteimages/postimage2534.jpg); max-width:100%; }
[href="/u/#q2535"] {content: url(https://qagg.news/siteimages/postimage2535.jpg); max-width:100%; }
[href="/u/#q2536"] {content: url(https://qagg.news/siteimages/postimage2536.jpg); max-width:100%; }
[href="/u/#q2537"] {content: url(https://qagg.news/siteimages/postimage2537.jpg); max-width:100%; }
[href="/u/#q2538"] {content: url(https://qagg.news/siteimages/postimage2538.jpg); max-width:100%; }
[href="/u/#q2539"] {content: url(https://qagg.news/siteimages/postimage2539.jpg); max-width:100%; }
[href="/u/#q2540"] {content: url(https://qagg.news/siteimages/postimage2540.jpg); max-width:100%; }
[href="/u/#q2541"] {content: url(https://qagg.news/siteimages/postimage2541.jpg); max-width:100%; }
[href="/u/#q2542"] {content: url(https://qagg.news/siteimages/postimage2542.jpg); max-width:100%; }
[href="/u/#q2543"] {content: url(https://qagg.news/siteimages/postimage2543.jpg); max-width:100%; }
[href="/u/#q2544"] {content: url(https://qagg.news/siteimages/postimage2544.jpg); max-width:100%; }
[href="/u/#q2545"] {content: url(https://qagg.news/siteimages/postimage2545.jpg); max-width:100%; }
[href="/u/#q2546"] {content: url(https://qagg.news/siteimages/postimage2546.jpg); max-width:100%; }
[href="/u/#q2547"] {content: url(https://qagg.news/siteimages/postimage2547.jpg); max-width:100%; }
[href="/u/#q2548"] {content: url(https://qagg.news/siteimages/postimage2548.jpg); max-width:100%; }
[href="/u/#q2549"] {content: url(https://qagg.news/siteimages/postimage2549.jpg); max-width:100%; }
[href="/u/#q2550"] {content: url(https://qagg.news/siteimages/postimage2550.jpg); max-width:100%; }
[href="/u/#q2551"] {content: url(https://qagg.news/siteimages/postimage2551.jpg); max-width:100%; }
[href="/u/#q2552"] {content: url(https://qagg.news/siteimages/postimage2552.jpg); max-width:100%; }
[href="/u/#q2553"] {content: url(https://qagg.news/siteimages/postimage2553.jpg); max-width:100%; }
[href="/u/#q2554"] {content: url(https://qagg.news/siteimages/postimage2554.jpg); max-width:100%; }
[href="/u/#q2555"] {content: url(https://qagg.news/siteimages/postimage2555.jpg); max-width:100%; }
[href="/u/#q2556"] {content: url(https://qagg.news/siteimages/postimage2556.jpg); max-width:100%; }
[href="/u/#q2557"] {content: url(https://qagg.news/siteimages/postimage2557.jpg); max-width:100%; }
[href="/u/#q2558"] {content: url(https://qagg.news/siteimages/postimage2558.jpg); max-width:100%; }
[href="/u/#q2559"] {content: url(https://qagg.news/siteimages/postimage2559.jpg); max-width:100%; }
[href="/u/#q2560"] {content: url(https://qagg.news/siteimages/postimage2560.jpg); max-width:100%; }
[href="/u/#q2561"] {content: url(https://qagg.news/siteimages/postimage2561.jpg); max-width:100%; }
[href="/u/#q2562"] {content: url(https://qagg.news/siteimages/postimage2562.jpg); max-width:100%; }
[href="/u/#q2563"] {content: url(https://qagg.news/siteimages/postimage2563.jpg); max-width:100%; }
[href="/u/#q2564"] {content: url(https://qagg.news/siteimages/postimage2564.jpg); max-width:100%; }
[href="/u/#q2565"] {content: url(https://qagg.news/siteimages/postimage2565.jpg); max-width:100%; }
[href="/u/#q2566"] {content: url(https://qagg.news/siteimages/postimage2566.jpg); max-width:100%; }
[href="/u/#q2567"] {content: url(https://qagg.news/siteimages/postimage2567.jpg); max-width:100%; }
[href="/u/#q2568"] {content: url(https://qagg.news/siteimages/postimage2568.jpg); max-width:100%; }
[href="/u/#q2569"] {content: url(https://qagg.news/siteimages/postimage2569.jpg); max-width:100%; }
[href="/u/#q2570"] {content: url(https://qagg.news/siteimages/postimage2570.jpg); max-width:100%; }
[href="/u/#q2571"] {content: url(https://qagg.news/siteimages/postimage2571.jpg); max-width:100%; }
[href="/u/#q2572"] {content: url(https://qagg.news/siteimages/postimage2572.jpg); max-width:100%; }
[href="/u/#q2573"] {content: url(https://qagg.news/siteimages/postimage2573.jpg); max-width:100%; }
[href="/u/#q2574"] {content: url(https://qagg.news/siteimages/postimage2574.jpg); max-width:100%; }
[href="/u/#q2575"] {content: url(https://qagg.news/siteimages/postimage2575.jpg); max-width:100%; }
[href="/u/#q2576"] {content: url(https://qagg.news/siteimages/postimage2576.jpg); max-width:100%; }
[href="/u/#q2577"] {content: url(https://qagg.news/siteimages/postimage2577.jpg); max-width:100%; }
[href="/u/#q2578"] {content: url(https://qagg.news/siteimages/postimage2578.jpg); max-width:100%; }
[href="/u/#q2579"] {content: url(https://qagg.news/siteimages/postimage2579.jpg); max-width:100%; }
[href="/u/#q2580"] {content: url(https://qagg.news/siteimages/postimage2580.jpg); max-width:100%; }
[href="/u/#q2581"] {content: url(https://qagg.news/siteimages/postimage2581.jpg); max-width:100%; }
[href="/u/#q2582"] {content: url(https://qagg.news/siteimages/postimage2582.jpg); max-width:100%; }
[href="/u/#q2583"] {content: url(https://qagg.news/siteimages/postimage2583.jpg); max-width:100%; }
[href="/u/#q2584"] {content: url(https://qagg.news/siteimages/postimage2584.jpg); max-width:100%; }
[href="/u/#q2585"] {content: url(https://qagg.news/siteimages/postimage2585.jpg); max-width:100%; }
[href="/u/#q2586"] {content: url(https://qagg.news/siteimages/postimage2586.jpg); max-width:100%; }
[href="/u/#q2587"] {content: url(https://qagg.news/siteimages/postimage2587.jpg); max-width:100%; }
[href="/u/#q2588"] {content: url(https://qagg.news/siteimages/postimage2588.jpg); max-width:100%; }
[href="/u/#q2589"] {content: url(https://qagg.news/siteimages/postimage2589.jpg); max-width:100%; }
[href="/u/#q2590"] {content: url(https://qagg.news/siteimages/postimage2590.jpg); max-width:100%; }
[href="/u/#q2591"] {content: url(https://qagg.news/siteimages/postimage2591.jpg); max-width:100%; }
[href="/u/#q2592"] {content: url(https://qagg.news/siteimages/postimage2592.jpg); max-width:100%; }
[href="/u/#q2593"] {content: url(https://qagg.news/siteimages/postimage2593.jpg); max-width:100%; }
[href="/u/#q2594"] {content: url(https://qagg.news/siteimages/postimage2594.jpg); max-width:100%; }
[href="/u/#q2595"] {content: url(https://qagg.news/siteimages/postimage2595.jpg); max-width:100%; }
[href="/u/#q2596"] {content: url(https://qagg.news/siteimages/postimage2596.jpg); max-width:100%; }
[href="/u/#q2597"] {content: url(https://qagg.news/siteimages/postimage2597.jpg); max-width:100%; }
[href="/u/#q2598"] {content: url(https://qagg.news/siteimages/postimage2598.jpg); max-width:100%; }
[href="/u/#q2599"] {content: url(https://qagg.news/siteimages/postimage2599.jpg); max-width:100%; }
[href="/u/#q2600"] {content: url(https://qagg.news/siteimages/postimage2600.jpg); max-width:100%; }
[href="/u/#q2601"] {content: url(https://qagg.news/siteimages/postimage2601.jpg); max-width:100%; }
[href="/u/#q2602"] {content: url(https://qagg.news/siteimages/postimage2602.jpg); max-width:100%; }
[href="/u/#q2603"] {content: url(https://qagg.news/siteimages/postimage2603.jpg); max-width:100%; }
[href="/u/#q2604"] {content: url(https://qagg.news/siteimages/postimage2604.jpg); max-width:100%; }
[href="/u/#q2605"] {content: url(https://qagg.news/siteimages/postimage2605.jpg); max-width:100%; }
[href="/u/#q2606"] {content: url(https://qagg.news/siteimages/postimage2606.jpg); max-width:100%; }
[href="/u/#q2607"] {content: url(https://qagg.news/siteimages/postimage2607.jpg); max-width:100%; }
[href="/u/#q2608"] {content: url(https://qagg.news/siteimages/postimage2608.jpg); max-width:100%; }
[href="/u/#q2609"] {content: url(https://qagg.news/siteimages/postimage2609.jpg); max-width:100%; }
[href="/u/#q2610"] {content: url(https://qagg.news/siteimages/postimage2610.jpg); max-width:100%; }
[href="/u/#q2611"] {content: url(https://qagg.news/siteimages/postimage2611.jpg); max-width:100%; }
[href="/u/#q2612"] {content: url(https://qagg.news/siteimages/postimage2612.jpg); max-width:100%; }
[href="/u/#q2613"] {content: url(https://qagg.news/siteimages/postimage2613.jpg); max-width:100%; }
[href="/u/#q2614"] {content: url(https://qagg.news/siteimages/postimage2614.jpg); max-width:100%; }
[href="/u/#q2615"] {content: url(https://qagg.news/siteimages/postimage2615.jpg); max-width:100%; }
[href="/u/#q2616"] {content: url(https://qagg.news/siteimages/postimage2616.jpg); max-width:100%; }
[href="/u/#q2617"] {content: url(https://qagg.news/siteimages/postimage2617.jpg); max-width:100%; }
[href="/u/#q2618"] {content: url(https://qagg.news/siteimages/postimage2618.jpg); max-width:100%; }
[href="/u/#q2619"] {content: url(https://qagg.news/siteimages/postimage2619.jpg); max-width:100%; }
[href="/u/#q2620"] {content: url(https://qagg.news/siteimages/postimage2620.jpg); max-width:100%; }
[href="/u/#q2621"] {content: url(https://qagg.news/siteimages/postimage2621.jpg); max-width:100%; }
[href="/u/#q2622"] {content: url(https://qagg.news/siteimages/postimage2622.jpg); max-width:100%; }
[href="/u/#q2623"] {content: url(https://qagg.news/siteimages/postimage2623.jpg); max-width:100%; }
[href="/u/#q2624"] {content: url(https://qagg.news/siteimages/postimage2624.jpg); max-width:100%; }
[href="/u/#q2625"] {content: url(https://qagg.news/siteimages/postimage2625.jpg); max-width:100%; }
[href="/u/#q2626"] {content: url(https://qagg.news/siteimages/postimage2626.jpg); max-width:100%; }
[href="/u/#q2627"] {content: url(https://qagg.news/siteimages/postimage2627.jpg); max-width:100%; }
[href="/u/#q2628"] {content: url(https://qagg.news/siteimages/postimage2628.jpg); max-width:100%; }
[href="/u/#q2629"] {content: url(https://qagg.news/siteimages/postimage2629.jpg); max-width:100%; }
[href="/u/#q2630"] {content: url(https://qagg.news/siteimages/postimage2630.jpg); max-width:100%; }
[href="/u/#q2631"] {content: url(https://qagg.news/siteimages/postimage2631.jpg); max-width:100%; }
[href="/u/#q2632"] {content: url(https://qagg.news/siteimages/postimage2632.jpg); max-width:100%; }
[href="/u/#q2633"] {content: url(https://qagg.news/siteimages/postimage2633.jpg); max-width:100%; }
[href="/u/#q2634"] {content: url(https://qagg.news/siteimages/postimage2634.jpg); max-width:100%; }
[href="/u/#q2635"] {content: url(https://qagg.news/siteimages/postimage2635.jpg); max-width:100%; }
[href="/u/#q2636"] {content: url(https://qagg.news/siteimages/postimage2636.jpg); max-width:100%; }
[href="/u/#q2637"] {content: url(https://qagg.news/siteimages/postimage2637.jpg); max-width:100%; }
[href="/u/#q2638"] {content: url(https://qagg.news/siteimages/postimage2638.jpg); max-width:100%; }
[href="/u/#q2639"] {content: url(https://qagg.news/siteimages/postimage2639.jpg); max-width:100%; }
[href="/u/#q2640"] {content: url(https://qagg.news/siteimages/postimage2640.jpg); max-width:100%; }
[href="/u/#q2641"] {content: url(https://qagg.news/siteimages/postimage2641.jpg); max-width:100%; }
[href="/u/#q2642"] {content: url(https://qagg.news/siteimages/postimage2642.jpg); max-width:100%; }
[href="/u/#q2643"] {content: url(https://qagg.news/siteimages/postimage2643.jpg); max-width:100%; }
[href="/u/#q2644"] {content: url(https://qagg.news/siteimages/postimage2644.jpg); max-width:100%; }
[href="/u/#q2645"] {content: url(https://qagg.news/siteimages/postimage2645.jpg); max-width:100%; }
[href="/u/#q2646"] {content: url(https://qagg.news/siteimages/postimage2646.jpg); max-width:100%; }
[href="/u/#q2647"] {content: url(https://qagg.news/siteimages/postimage2647.jpg); max-width:100%; }
[href="/u/#q2648"] {content: url(https://qagg.news/siteimages/postimage2648.jpg); max-width:100%; }
[href="/u/#q2649"] {content: url(https://qagg.news/siteimages/postimage2649.jpg); max-width:100%; }
[href="/u/#q2650"] {content: url(https://qagg.news/siteimages/postimage2650.jpg); max-width:100%; }
[href="/u/#q2651"] {content: url(https://qagg.news/siteimages/postimage2651.jpg); max-width:100%; }
[href="/u/#q2652"] {content: url(https://qagg.news/siteimages/postimage2652.jpg); max-width:100%; }
[href="/u/#q2653"] {content: url(https://qagg.news/siteimages/postimage2653.jpg); max-width:100%; }
[href="/u/#q2654"] {content: url(https://qagg.news/siteimages/postimage2654.jpg); max-width:100%; }
[href="/u/#q2655"] {content: url(https://qagg.news/siteimages/postimage2655.jpg); max-width:100%; }
[href="/u/#q2656"] {content: url(https://qagg.news/siteimages/postimage2656.jpg); max-width:100%; }
[href="/u/#q2657"] {content: url(https://qagg.news/siteimages/postimage2657.jpg); max-width:100%; }
[href="/u/#q2658"] {content: url(https://qagg.news/siteimages/postimage2658.jpg); max-width:100%; }
[href="/u/#q2659"] {content: url(https://qagg.news/siteimages/postimage2659.jpg); max-width:100%; }
[href="/u/#q2660"] {content: url(https://qagg.news/siteimages/postimage2660.jpg); max-width:100%; }
[href="/u/#q2661"] {content: url(https://qagg.news/siteimages/postimage2661.jpg); max-width:100%; }
[href="/u/#q2662"] {content: url(https://qagg.news/siteimages/postimage2662.jpg); max-width:100%; }
[href="/u/#q2663"] {content: url(https://qagg.news/siteimages/postimage2663.jpg); max-width:100%; }
[href="/u/#q2664"] {content: url(https://qagg.news/siteimages/postimage2664.jpg); max-width:100%; }
[href="/u/#q2665"] {content: url(https://qagg.news/siteimages/postimage2665.jpg); max-width:100%; }
[href="/u/#q2666"] {content: url(https://qagg.news/siteimages/postimage2666.jpg); max-width:100%; }
[href="/u/#q2667"] {content: url(https://qagg.news/siteimages/postimage2667.jpg); max-width:100%; }
[href="/u/#q2668"] {content: url(https://qagg.news/siteimages/postimage2668.jpg); max-width:100%; }
[href="/u/#q2669"] {content: url(https://qagg.news/siteimages/postimage2669.jpg); max-width:100%; }
[href="/u/#q2670"] {content: url(https://qagg.news/siteimages/postimage2670.jpg); max-width:100%; }
[href="/u/#q2671"] {content: url(https://qagg.news/siteimages/postimage2671.jpg); max-width:100%; }
[href="/u/#q2672"] {content: url(https://qagg.news/siteimages/postimage2672.jpg); max-width:100%; }
[href="/u/#q2673"] {content: url(https://qagg.news/siteimages/postimage2673.jpg); max-width:100%; }
[href="/u/#q2674"] {content: url(https://qagg.news/siteimages/postimage2674.jpg); max-width:100%; }
[href="/u/#q2675"] {content: url(https://qagg.news/siteimages/postimage2675.jpg); max-width:100%; }
[href="/u/#q2676"] {content: url(https://qagg.news/siteimages/postimage2676.jpg); max-width:100%; }
[href="/u/#q2677"] {content: url(https://qagg.news/siteimages/postimage2677.jpg); max-width:100%; }
[href="/u/#q2678"] {content: url(https://qagg.news/siteimages/postimage2678.jpg); max-width:100%; }
[href="/u/#q2679"] {content: url(https://qagg.news/siteimages/postimage2679.jpg); max-width:100%; }
[href="/u/#q2680"] {content: url(https://qagg.news/siteimages/postimage2680.jpg); max-width:100%; }
[href="/u/#q2681"] {content: url(https://qagg.news/siteimages/postimage2681.jpg); max-width:100%; }
[href="/u/#q2682"] {content: url(https://qagg.news/siteimages/postimage2682.jpg); max-width:100%; }
[href="/u/#q2683"] {content: url(https://qagg.news/siteimages/postimage2683.jpg); max-width:100%; }
[href="/u/#q2684"] {content: url(https://qagg.news/siteimages/postimage2684.jpg); max-width:100%; }
[href="/u/#q2685"] {content: url(https://qagg.news/siteimages/postimage2685.jpg); max-width:100%; }
[href="/u/#q2686"] {content: url(https://qagg.news/siteimages/postimage2686.jpg); max-width:100%; }
[href="/u/#q2687"] {content: url(https://qagg.news/siteimages/postimage2687.jpg); max-width:100%; }
[href="/u/#q2688"] {content: url(https://qagg.news/siteimages/postimage2688.jpg); max-width:100%; }
[href="/u/#q2689"] {content: url(https://qagg.news/siteimages/postimage2689.jpg); max-width:100%; }
[href="/u/#q2690"] {content: url(https://qagg.news/siteimages/postimage2690.jpg); max-width:100%; }
[href="/u/#q2691"] {content: url(https://qagg.news/siteimages/postimage2691.jpg); max-width:100%; }
[href="/u/#q2692"] {content: url(https://qagg.news/siteimages/postimage2692.jpg); max-width:100%; }
[href="/u/#q2693"] {content: url(https://qagg.news/siteimages/postimage2693.jpg); max-width:100%; }
[href="/u/#q2694"] {content: url(https://qagg.news/siteimages/postimage2694.jpg); max-width:100%; }
[href="/u/#q2695"] {content: url(https://qagg.news/siteimages/postimage2695.jpg); max-width:100%; }
[href="/u/#q2696"] {content: url(https://qagg.news/siteimages/postimage2696.jpg); max-width:100%; }
[href="/u/#q2697"] {content: url(https://qagg.news/siteimages/postimage2697.jpg); max-width:100%; }
[href="/u/#q2698"] {content: url(https://qagg.news/siteimages/postimage2698.jpg); max-width:100%; }
[href="/u/#q2699"] {content: url(https://qagg.news/siteimages/postimage2699.jpg); max-width:100%; }
[href="/u/#q2700"] {content: url(https://qagg.news/siteimages/postimage2700.jpg); max-width:100%; }
[href="/u/#q2701"] {content: url(https://qagg.news/siteimages/postimage2701.jpg); max-width:100%; }
[href="/u/#q2702"] {content: url(https://qagg.news/siteimages/postimage2702.jpg); max-width:100%; }
[href="/u/#q2703"] {content: url(https://qagg.news/siteimages/postimage2703.jpg); max-width:100%; }
[href="/u/#q2704"] {content: url(https://qagg.news/siteimages/postimage2704.jpg); max-width:100%; }
[href="/u/#q2705"] {content: url(https://qagg.news/siteimages/postimage2705.jpg); max-width:100%; }
[href="/u/#q2706"] {content: url(https://qagg.news/siteimages/postimage2706.jpg); max-width:100%; }
[href="/u/#q2707"] {content: url(https://qagg.news/siteimages/postimage2707.jpg); max-width:100%; }
[href="/u/#q2708"] {content: url(https://qagg.news/siteimages/postimage2708.jpg); max-width:100%; }
[href="/u/#q2709"] {content: url(https://qagg.news/siteimages/postimage2709.jpg); max-width:100%; }
[href="/u/#q2710"] {content: url(https://qagg.news/siteimages/postimage2710.jpg); max-width:100%; }
[href="/u/#q2711"] {content: url(https://qagg.news/siteimages/postimage2711.jpg); max-width:100%; }
[href="/u/#q2712"] {content: url(https://qagg.news/siteimages/postimage2712.jpg); max-width:100%; }
[href="/u/#q2713"] {content: url(https://qagg.news/siteimages/postimage2713.jpg); max-width:100%; }
[href="/u/#q2714"] {content: url(https://qagg.news/siteimages/postimage2714.jpg); max-width:100%; }
[href="/u/#q2715"] {content: url(https://qagg.news/siteimages/postimage2715.jpg); max-width:100%; }
[href="/u/#q2716"] {content: url(https://qagg.news/siteimages/postimage2716.jpg); max-width:100%; }
[href="/u/#q2717"] {content: url(https://qagg.news/siteimages/postimage2717.jpg); max-width:100%; }
[href="/u/#q2718"] {content: url(https://qagg.news/siteimages/postimage2718.jpg); max-width:100%; }
[href="/u/#q2719"] {content: url(https://qagg.news/siteimages/postimage2719.jpg); max-width:100%; }
[href="/u/#q2720"] {content: url(https://qagg.news/siteimages/postimage2720.jpg); max-width:100%; }
[href="/u/#q2721"] {content: url(https://qagg.news/siteimages/postimage2721.jpg); max-width:100%; }
[href="/u/#q2722"] {content: url(https://qagg.news/siteimages/postimage2722.jpg); max-width:100%; }
[href="/u/#q2723"] {content: url(https://qagg.news/siteimages/postimage2723.jpg); max-width:100%; }
[href="/u/#q2724"] {content: url(https://qagg.news/siteimages/postimage2724.jpg); max-width:100%; }
[href="/u/#q2725"] {content: url(https://qagg.news/siteimages/postimage2725.jpg); max-width:100%; }
[href="/u/#q2726"] {content: url(https://qagg.news/siteimages/postimage2726.jpg); max-width:100%; }
[href="/u/#q2727"] {content: url(https://qagg.news/siteimages/postimage2727.jpg); max-width:100%; }
[href="/u/#q2728"] {content: url(https://qagg.news/siteimages/postimage2728.jpg); max-width:100%; }
[href="/u/#q2729"] {content: url(https://qagg.news/siteimages/postimage2729.jpg); max-width:100%; }
[href="/u/#q2730"] {content: url(https://qagg.news/siteimages/postimage2730.jpg); max-width:100%; }
[href="/u/#q2731"] {content: url(https://qagg.news/siteimages/postimage2731.jpg); max-width:100%; }
[href="/u/#q2732"] {content: url(https://qagg.news/siteimages/postimage2732.jpg); max-width:100%; }
[href="/u/#q2733"] {content: url(https://qagg.news/siteimages/postimage2733.jpg); max-width:100%; }
[href="/u/#q2734"] {content: url(https://qagg.news/siteimages/postimage2734.jpg); max-width:100%; }
[href="/u/#q2735"] {content: url(https://qagg.news/siteimages/postimage2735.jpg); max-width:100%; }
[href="/u/#q2736"] {content: url(https://qagg.news/siteimages/postimage2736.jpg); max-width:100%; }
[href="/u/#q2737"] {content: url(https://qagg.news/siteimages/postimage2737.jpg); max-width:100%; }
[href="/u/#q2738"] {content: url(https://qagg.news/siteimages/postimage2738.jpg); max-width:100%; }
[href="/u/#q2739"] {content: url(https://qagg.news/siteimages/postimage2739.jpg); max-width:100%; }
[href="/u/#q2740"] {content: url(https://qagg.news/siteimages/postimage2740.jpg); max-width:100%; }
[href="/u/#q2741"] {content: url(https://qagg.news/siteimages/postimage2741.jpg); max-width:100%; }
[href="/u/#q2742"] {content: url(https://qagg.news/siteimages/postimage2742.jpg); max-width:100%; }
[href="/u/#q2743"] {content: url(https://qagg.news/siteimages/postimage2743.jpg); max-width:100%; }
[href="/u/#q2744"] {content: url(https://qagg.news/siteimages/postimage2744.jpg); max-width:100%; }
[href="/u/#q2745"] {content: url(https://qagg.news/siteimages/postimage2745.jpg); max-width:100%; }
[href="/u/#q2746"] {content: url(https://qagg.news/siteimages/postimage2746.jpg); max-width:100%; }
[href="/u/#q2747"] {content: url(https://qagg.news/siteimages/postimage2747.jpg); max-width:100%; }
[href="/u/#q2748"] {content: url(https://qagg.news/siteimages/postimage2748.jpg); max-width:100%; }
[href="/u/#q2749"] {content: url(https://qagg.news/siteimages/postimage2749.jpg); max-width:100%; }
[href="/u/#q2750"] {content: url(https://qagg.news/siteimages/postimage2750.jpg); max-width:100%; }
[href="/u/#q2751"] {content: url(https://qagg.news/siteimages/postimage2751.jpg); max-width:100%; }
[href="/u/#q2752"] {content: url(https://qagg.news/siteimages/postimage2752.jpg); max-width:100%; }
[href="/u/#q2753"] {content: url(https://qagg.news/siteimages/postimage2753.jpg); max-width:100%; }
[href="/u/#q2754"] {content: url(https://qagg.news/siteimages/postimage2754.jpg); max-width:100%; }
[href="/u/#q2755"] {content: url(https://qagg.news/siteimages/postimage2755.jpg); max-width:100%; }
[href="/u/#q2756"] {content: url(https://qagg.news/siteimages/postimage2756.jpg); max-width:100%; }
[href="/u/#q2757"] {content: url(https://qagg.news/siteimages/postimage2757.jpg); max-width:100%; }
[href="/u/#q2758"] {content: url(https://qagg.news/siteimages/postimage2758.jpg); max-width:100%; }
[href="/u/#q2759"] {content: url(https://qagg.news/siteimages/postimage2759.jpg); max-width:100%; }
[href="/u/#q2760"] {content: url(https://qagg.news/siteimages/postimage2760.jpg); max-width:100%; }
[href="/u/#q2761"] {content: url(https://qagg.news/siteimages/postimage2761.jpg); max-width:100%; }
[href="/u/#q2762"] {content: url(https://qagg.news/siteimages/postimage2762.jpg); max-width:100%; }
[href="/u/#q2763"] {content: url(https://qagg.news/siteimages/postimage2763.jpg); max-width:100%; }
[href="/u/#q2764"] {content: url(https://qagg.news/siteimages/postimage2764.jpg); max-width:100%; }
[href="/u/#q2765"] {content: url(https://qagg.news/siteimages/postimage2765.jpg); max-width:100%; }
[href="/u/#q2766"] {content: url(https://qagg.news/siteimages/postimage2766.jpg); max-width:100%; }
[href="/u/#q2767"] {content: url(https://qagg.news/siteimages/postimage2767.jpg); max-width:100%; }
[href="/u/#q2768"] {content: url(https://qagg.news/siteimages/postimage2768.jpg); max-width:100%; }
[href="/u/#q2769"] {content: url(https://qagg.news/siteimages/postimage2769.jpg); max-width:100%; }
[href="/u/#q2770"] {content: url(https://qagg.news/siteimages/postimage2770.jpg); max-width:100%; }
[href="/u/#q2771"] {content: url(https://qagg.news/siteimages/postimage2771.jpg); max-width:100%; }
[href="/u/#q2772"] {content: url(https://qagg.news/siteimages/postimage2772.jpg); max-width:100%; }
[href="/u/#q2773"] {content: url(https://qagg.news/siteimages/postimage2773.jpg); max-width:100%; }
[href="/u/#q2774"] {content: url(https://qagg.news/siteimages/postimage2774.jpg); max-width:100%; }
[href="/u/#q2775"] {content: url(https://qagg.news/siteimages/postimage2775.jpg); max-width:100%; }
[href="/u/#q2776"] {content: url(https://qagg.news/siteimages/postimage2776.jpg); max-width:100%; }
[href="/u/#q2777"] {content: url(https://qagg.news/siteimages/postimage2777.jpg); max-width:100%; }
[href="/u/#q2778"] {content: url(https://qagg.news/siteimages/postimage2778.jpg); max-width:100%; }
[href="/u/#q2779"] {content: url(https://qagg.news/siteimages/postimage2779.jpg); max-width:100%; }
[href="/u/#q2780"] {content: url(https://qagg.news/siteimages/postimage2780.jpg); max-width:100%; }
[href="/u/#q2781"] {content: url(https://qagg.news/siteimages/postimage2781.jpg); max-width:100%; }
[href="/u/#q2782"] {content: url(https://qagg.news/siteimages/postimage2782.jpg); max-width:100%; }
[href="/u/#q2783"] {content: url(https://qagg.news/siteimages/postimage2783.jpg); max-width:100%; }
[href="/u/#q2784"] {content: url(https://qagg.news/siteimages/postimage2784.jpg); max-width:100%; }
[href="/u/#q2785"] {content: url(https://qagg.news/siteimages/postimage2785.jpg); max-width:100%; }
[href="/u/#q2786"] {content: url(https://qagg.news/siteimages/postimage2786.jpg); max-width:100%; }
[href="/u/#q2787"] {content: url(https://qagg.news/siteimages/postimage2787.jpg); max-width:100%; }
[href="/u/#q2788"] {content: url(https://qagg.news/siteimages/postimage2788.jpg); max-width:100%; }
[href="/u/#q2789"] {content: url(https://qagg.news/siteimages/postimage2789.jpg); max-width:100%; }
[href="/u/#q2790"] {content: url(https://qagg.news/siteimages/postimage2790.jpg); max-width:100%; }
[href="/u/#q2791"] {content: url(https://qagg.news/siteimages/postimage2791.jpg); max-width:100%; }
[href="/u/#q2792"] {content: url(https://qagg.news/siteimages/postimage2792.jpg); max-width:100%; }
[href="/u/#q2793"] {content: url(https://qagg.news/siteimages/postimage2793.jpg); max-width:100%; }
[href="/u/#q2794"] {content: url(https://qagg.news/siteimages/postimage2794.jpg); max-width:100%; }
[href="/u/#q2795"] {content: url(https://qagg.news/siteimages/postimage2795.jpg); max-width:100%; }
[href="/u/#q2796"] {content: url(https://qagg.news/siteimages/postimage2796.jpg); max-width:100%; }
[href="/u/#q2797"] {content: url(https://qagg.news/siteimages/postimage2797.jpg); max-width:100%; }
[href="/u/#q2798"] {content: url(https://qagg.news/siteimages/postimage2798.jpg); max-width:100%; }
[href="/u/#q2799"] {content: url(https://qagg.news/siteimages/postimage2799.jpg); max-width:100%; }
[href="/u/#q2800"] {content: url(https://qagg.news/siteimages/postimage2800.jpg); max-width:100%; }
[href="/u/#q2801"] {content: url(https://qagg.news/siteimages/postimage2801.jpg); max-width:100%; }
[href="/u/#q2802"] {content: url(https://qagg.news/siteimages/postimage2802.jpg); max-width:100%; }
[href="/u/#q2803"] {content: url(https://qagg.news/siteimages/postimage2803.jpg); max-width:100%; }
[href="/u/#q2804"] {content: url(https://qagg.news/siteimages/postimage2804.jpg); max-width:100%; }
[href="/u/#q2805"] {content: url(https://qagg.news/siteimages/postimage2805.jpg); max-width:100%; }
[href="/u/#q2806"] {content: url(https://qagg.news/siteimages/postimage2806.jpg); max-width:100%; }
[href="/u/#q2807"] {content: url(https://qagg.news/siteimages/postimage2807.jpg); max-width:100%; }
[href="/u/#q2808"] {content: url(https://qagg.news/siteimages/postimage2808.jpg); max-width:100%; }
[href="/u/#q2809"] {content: url(https://qagg.news/siteimages/postimage2809.jpg); max-width:100%; }
[href="/u/#q2810"] {content: url(https://qagg.news/siteimages/postimage2810.jpg); max-width:100%; }
[href="/u/#q2811"] {content: url(https://qagg.news/siteimages/postimage2811.jpg); max-width:100%; }
[href="/u/#q2812"] {content: url(https://qagg.news/siteimages/postimage2812.jpg); max-width:100%; }
[href="/u/#q2813"] {content: url(https://qagg.news/siteimages/postimage2813.jpg); max-width:100%; }
[href="/u/#q2814"] {content: url(https://qagg.news/siteimages/postimage2814.jpg); max-width:100%; }
[href="/u/#q2815"] {content: url(https://qagg.news/siteimages/postimage2815.jpg); max-width:100%; }
[href="/u/#q2816"] {content: url(https://qagg.news/siteimages/postimage2816.jpg); max-width:100%; }
[href="/u/#q2817"] {content: url(https://qagg.news/siteimages/postimage2817.jpg); max-width:100%; }
[href="/u/#q2818"] {content: url(https://qagg.news/siteimages/postimage2818.jpg); max-width:100%; }
[href="/u/#q2819"] {content: url(https://qagg.news/siteimages/postimage2819.jpg); max-width:100%; }
[href="/u/#q2820"] {content: url(https://qagg.news/siteimages/postimage2820.jpg); max-width:100%; }
[href="/u/#q2821"] {content: url(https://qagg.news/siteimages/postimage2821.jpg); max-width:100%; }
[href="/u/#q2822"] {content: url(https://qagg.news/siteimages/postimage2822.jpg); max-width:100%; }
[href="/u/#q2823"] {content: url(https://qagg.news/siteimages/postimage2823.jpg); max-width:100%; }
[href="/u/#q2824"] {content: url(https://qagg.news/siteimages/postimage2824.jpg); max-width:100%; }
[href="/u/#q2825"] {content: url(https://qagg.news/siteimages/postimage2825.jpg); max-width:100%; }
[href="/u/#q2826"] {content: url(https://qagg.news/siteimages/postimage2826.jpg); max-width:100%; }
[href="/u/#q2827"] {content: url(https://qagg.news/siteimages/postimage2827.jpg); max-width:100%; }
[href="/u/#q2828"] {content: url(https://qagg.news/siteimages/postimage2828.jpg); max-width:100%; }
[href="/u/#q2829"] {content: url(https://qagg.news/siteimages/postimage2829.jpg); max-width:100%; }
[href="/u/#q2830"] {content: url(https://qagg.news/siteimages/postimage2830.jpg); max-width:100%; }
[href="/u/#q2831"] {content: url(https://qagg.news/siteimages/postimage2831.jpg); max-width:100%; }
[href="/u/#q2832"] {content: url(https://qagg.news/siteimages/postimage2832.jpg); max-width:100%; }
[href="/u/#q2833"] {content: url(https://qagg.news/siteimages/postimage2833.jpg); max-width:100%; }
[href="/u/#q2834"] {content: url(https://qagg.news/siteimages/postimage2834.jpg); max-width:100%; }
[href="/u/#q2835"] {content: url(https://qagg.news/siteimages/postimage2835.jpg); max-width:100%; }
[href="/u/#q2836"] {content: url(https://qagg.news/siteimages/postimage2836.jpg); max-width:100%; }
[href="/u/#q2837"] {content: url(https://qagg.news/siteimages/postimage2837.jpg); max-width:100%; }
[href="/u/#q2838"] {content: url(https://qagg.news/siteimages/postimage2838.jpg); max-width:100%; }
[href="/u/#q2839"] {content: url(https://qagg.news/siteimages/postimage2839.jpg); max-width:100%; }
[href="/u/#q2840"] {content: url(https://qagg.news/siteimages/postimage2840.jpg); max-width:100%; }
[href="/u/#q2841"] {content: url(https://qagg.news/siteimages/postimage2841.jpg); max-width:100%; }
[href="/u/#q2842"] {content: url(https://qagg.news/siteimages/postimage2842.jpg); max-width:100%; }
[href="/u/#q2843"] {content: url(https://qagg.news/siteimages/postimage2843.jpg); max-width:100%; }
[href="/u/#q2844"] {content: url(https://qagg.news/siteimages/postimage2844.jpg); max-width:100%; }
[href="/u/#q2845"] {content: url(https://qagg.news/siteimages/postimage2845.jpg); max-width:100%; }
[href="/u/#q2846"] {content: url(https://qagg.news/siteimages/postimage2846.jpg); max-width:100%; }
[href="/u/#q2847"] {content: url(https://qagg.news/siteimages/postimage2847.jpg); max-width:100%; }
[href="/u/#q2848"] {content: url(https://qagg.news/siteimages/postimage2848.jpg); max-width:100%; }
[href="/u/#q2849"] {content: url(https://qagg.news/siteimages/postimage2849.jpg); max-width:100%; }
[href="/u/#q2850"] {content: url(https://qagg.news/siteimages/postimage2850.jpg); max-width:100%; }
[href="/u/#q2851"] {content: url(https://qagg.news/siteimages/postimage2851.jpg); max-width:100%; }
[href="/u/#q2852"] {content: url(https://qagg.news/siteimages/postimage2852.jpg); max-width:100%; }
[href="/u/#q2853"] {content: url(https://qagg.news/siteimages/postimage2853.jpg); max-width:100%; }
[href="/u/#q2854"] {content: url(https://qagg.news/siteimages/postimage2854.jpg); max-width:100%; }
[href="/u/#q2855"] {content: url(https://qagg.news/siteimages/postimage2855.jpg); max-width:100%; }
[href="/u/#q2856"] {content: url(https://qagg.news/siteimages/postimage2856.jpg); max-width:100%; }
[href="/u/#q2857"] {content: url(https://qagg.news/siteimages/postimage2857.jpg); max-width:100%; }
[href="/u/#q2858"] {content: url(https://qagg.news/siteimages/postimage2858.jpg); max-width:100%; }
[href="/u/#q2859"] {content: url(https://qagg.news/siteimages/postimage2859.jpg); max-width:100%; }
[href="/u/#q2860"] {content: url(https://qagg.news/siteimages/postimage2860.jpg); max-width:100%; }
[href="/u/#q2861"] {content: url(https://qagg.news/siteimages/postimage2861.jpg); max-width:100%; }
[href="/u/#q2862"] {content: url(https://qagg.news/siteimages/postimage2862.jpg); max-width:100%; }
[href="/u/#q2863"] {content: url(https://qagg.news/siteimages/postimage2863.jpg); max-width:100%; }
[href="/u/#q2864"] {content: url(https://qagg.news/siteimages/postimage2864.jpg); max-width:100%; }
[href="/u/#q2865"] {content: url(https://qagg.news/siteimages/postimage2865.jpg); max-width:100%; }
[href="/u/#q2866"] {content: url(https://qagg.news/siteimages/postimage2866.jpg); max-width:100%; }
[href="/u/#q2867"] {content: url(https://qagg.news/siteimages/postimage2867.jpg); max-width:100%; }
[href="/u/#q2868"] {content: url(https://qagg.news/siteimages/postimage2868.jpg); max-width:100%; }
[href="/u/#q2869"] {content: url(https://qagg.news/siteimages/postimage2869.jpg); max-width:100%; }
[href="/u/#q2870"] {content: url(https://qagg.news/siteimages/postimage2870.jpg); max-width:100%; }
[href="/u/#q2871"] {content: url(https://qagg.news/siteimages/postimage2871.jpg); max-width:100%; }
[href="/u/#q2872"] {content: url(https://qagg.news/siteimages/postimage2872.jpg); max-width:100%; }
[href="/u/#q2873"] {content: url(https://qagg.news/siteimages/postimage2873.jpg); max-width:100%; }
[href="/u/#q2874"] {content: url(https://qagg.news/siteimages/postimage2874.jpg); max-width:100%; }
[href="/u/#q2875"] {content: url(https://qagg.news/siteimages/postimage2875.jpg); max-width:100%; }
[href="/u/#q2876"] {content: url(https://qagg.news/siteimages/postimage2876.jpg); max-width:100%; }
[href="/u/#q2877"] {content: url(https://qagg.news/siteimages/postimage2877.jpg); max-width:100%; }
[href="/u/#q2878"] {content: url(https://qagg.news/siteimages/postimage2878.jpg); max-width:100%; }
[href="/u/#q2879"] {content: url(https://qagg.news/siteimages/postimage2879.jpg); max-width:100%; }
[href="/u/#q2880"] {content: url(https://qagg.news/siteimages/postimage2880.jpg); max-width:100%; }
[href="/u/#q2881"] {content: url(https://qagg.news/siteimages/postimage2881.jpg); max-width:100%; }
[href="/u/#q2882"] {content: url(https://qagg.news/siteimages/postimage2882.jpg); max-width:100%; }
[href="/u/#q2883"] {content: url(https://qagg.news/siteimages/postimage2883.jpg); max-width:100%; }
[href="/u/#q2884"] {content: url(https://qagg.news/siteimages/postimage2884.jpg); max-width:100%; }
[href="/u/#q2885"] {content: url(https://qagg.news/siteimages/postimage2885.jpg); max-width:100%; }
[href="/u/#q2886"] {content: url(https://qagg.news/siteimages/postimage2886.jpg); max-width:100%; }
[href="/u/#q2887"] {content: url(https://qagg.news/siteimages/postimage2887.jpg); max-width:100%; }
[href="/u/#q2888"] {content: url(https://qagg.news/siteimages/postimage2888.jpg); max-width:100%; }
[href="/u/#q2889"] {content: url(https://qagg.news/siteimages/postimage2889.jpg); max-width:100%; }
[href="/u/#q2890"] {content: url(https://qagg.news/siteimages/postimage2890.jpg); max-width:100%; }
[href="/u/#q2891"] {content: url(https://qagg.news/siteimages/postimage2891.jpg); max-width:100%; }
[href="/u/#q2892"] {content: url(https://qagg.news/siteimages/postimage2892.jpg); max-width:100%; }
[href="/u/#q2893"] {content: url(https://qagg.news/siteimages/postimage2893.jpg); max-width:100%; }
[href="/u/#q2894"] {content: url(https://qagg.news/siteimages/postimage2894.jpg); max-width:100%; }
[href="/u/#q2895"] {content: url(https://qagg.news/siteimages/postimage2895.jpg); max-width:100%; }
[href="/u/#q2896"] {content: url(https://qagg.news/siteimages/postimage2896.jpg); max-width:100%; }
[href="/u/#q2897"] {content: url(https://qagg.news/siteimages/postimage2897.jpg); max-width:100%; }
[href="/u/#q2898"] {content: url(https://qagg.news/siteimages/postimage2898.jpg); max-width:100%; }
[href="/u/#q2899"] {content: url(https://qagg.news/siteimages/postimage2899.jpg); max-width:100%; }
[href="/u/#q2900"] {content: url(https://qagg.news/siteimages/postimage2900.jpg); max-width:100%; }
[href="/u/#q2901"] {content: url(https://qagg.news/siteimages/postimage2901.jpg); max-width:100%; }
[href="/u/#q2902"] {content: url(https://qagg.news/siteimages/postimage2902.jpg); max-width:100%; }
[href="/u/#q2903"] {content: url(https://qagg.news/siteimages/postimage2903.jpg); max-width:100%; }
[href="/u/#q2904"] {content: url(https://qagg.news/siteimages/postimage2904.jpg); max-width:100%; }
[href="/u/#q2905"] {content: url(https://qagg.news/siteimages/postimage2905.jpg); max-width:100%; }
[href="/u/#q2906"] {content: url(https://qagg.news/siteimages/postimage2906.jpg); max-width:100%; }
[href="/u/#q2907"] {content: url(https://qagg.news/siteimages/postimage2907.jpg); max-width:100%; }
[href="/u/#q2908"] {content: url(https://qagg.news/siteimages/postimage2908.jpg); max-width:100%; }
[href="/u/#q2909"] {content: url(https://qagg.news/siteimages/postimage2909.jpg); max-width:100%; }
[href="/u/#q2910"] {content: url(https://qagg.news/siteimages/postimage2910.jpg); max-width:100%; }
[href="/u/#q2911"] {content: url(https://qagg.news/siteimages/postimage2911.jpg); max-width:100%; }
[href="/u/#q2912"] {content: url(https://qagg.news/siteimages/postimage2912.jpg); max-width:100%; }
[href="/u/#q2913"] {content: url(https://qagg.news/siteimages/postimage2913.jpg); max-width:100%; }
[href="/u/#q2914"] {content: url(https://qagg.news/siteimages/postimage2914.jpg); max-width:100%; }
[href="/u/#q2915"] {content: url(https://qagg.news/siteimages/postimage2915.jpg); max-width:100%; }
[href="/u/#q2916"] {content: url(https://qagg.news/siteimages/postimage2916.jpg); max-width:100%; }
[href="/u/#q2917"] {content: url(https://qagg.news/siteimages/postimage2917.jpg); max-width:100%; }
[href="/u/#q2918"] {content: url(https://qagg.news/siteimages/postimage2918.jpg); max-width:100%; }
[href="/u/#q2919"] {content: url(https://qagg.news/siteimages/postimage2919.jpg); max-width:100%; }
[href="/u/#q2920"] {content: url(https://qagg.news/siteimages/postimage2920.jpg); max-width:100%; }
[href="/u/#q2921"] {content: url(https://qagg.news/siteimages/postimage2921.jpg); max-width:100%; }
[href="/u/#q2922"] {content: url(https://qagg.news/siteimages/postimage2922.jpg); max-width:100%; }
[href="/u/#q2923"] {content: url(https://qagg.news/siteimages/postimage2923.jpg); max-width:100%; }
[href="/u/#q2924"] {content: url(https://qagg.news/siteimages/postimage2924.jpg); max-width:100%; }
[href="/u/#q2925"] {content: url(https://qagg.news/siteimages/postimage2925.jpg); max-width:100%; }
[href="/u/#q2926"] {content: url(https://qagg.news/siteimages/postimage2926.jpg); max-width:100%; }
[href="/u/#q2927"] {content: url(https://qagg.news/siteimages/postimage2927.jpg); max-width:100%; }
[href="/u/#q2928"] {content: url(https://qagg.news/siteimages/postimage2928.jpg); max-width:100%; }
[href="/u/#q2929"] {content: url(https://qagg.news/siteimages/postimage2929.jpg); max-width:100%; }
[href="/u/#q2930"] {content: url(https://qagg.news/siteimages/postimage2930.jpg); max-width:100%; }
[href="/u/#q2931"] {content: url(https://qagg.news/siteimages/postimage2931.jpg); max-width:100%; }
[href="/u/#q2932"] {content: url(https://qagg.news/siteimages/postimage2932.jpg); max-width:100%; }
[href="/u/#q2933"] {content: url(https://qagg.news/siteimages/postimage2933.jpg); max-width:100%; }
[href="/u/#q2934"] {content: url(https://qagg.news/siteimages/postimage2934.jpg); max-width:100%; }
[href="/u/#q2935"] {content: url(https://qagg.news/siteimages/postimage2935.jpg); max-width:100%; }
[href="/u/#q2936"] {content: url(https://qagg.news/siteimages/postimage2936.jpg); max-width:100%; }
[href="/u/#q2937"] {content: url(https://qagg.news/siteimages/postimage2937.jpg); max-width:100%; }
[href="/u/#q2938"] {content: url(https://qagg.news/siteimages/postimage2938.jpg); max-width:100%; }
[href="/u/#q2939"] {content: url(https://qagg.news/siteimages/postimage2939.jpg); max-width:100%; }
[href="/u/#q2940"] {content: url(https://qagg.news/siteimages/postimage2940.jpg); max-width:100%; }
[href="/u/#q2941"] {content: url(https://qagg.news/siteimages/postimage2941.jpg); max-width:100%; }
[href="/u/#q2942"] {content: url(https://qagg.news/siteimages/postimage2942.jpg); max-width:100%; }
[href="/u/#q2943"] {content: url(https://qagg.news/siteimages/postimage2943.jpg); max-width:100%; }
[href="/u/#q2944"] {content: url(https://qagg.news/siteimages/postimage2944.jpg); max-width:100%; }
[href="/u/#q2945"] {content: url(https://qagg.news/siteimages/postimage2945.jpg); max-width:100%; }
[href="/u/#q2946"] {content: url(https://qagg.news/siteimages/postimage2946.jpg); max-width:100%; }
[href="/u/#q2947"] {content: url(https://qagg.news/siteimages/postimage2947.jpg); max-width:100%; }
[href="/u/#q2948"] {content: url(https://qagg.news/siteimages/postimage2948.jpg); max-width:100%; }
[href="/u/#q2949"] {content: url(https://qagg.news/siteimages/postimage2949.jpg); max-width:100%; }
[href="/u/#q2950"] {content: url(https://qagg.news/siteimages/postimage2950.jpg); max-width:100%; }
[href="/u/#q2951"] {content: url(https://qagg.news/siteimages/postimage2951.jpg); max-width:100%; }
[href="/u/#q2952"] {content: url(https://qagg.news/siteimages/postimage2952.jpg); max-width:100%; }
[href="/u/#q2953"] {content: url(https://qagg.news/siteimages/postimage2953.jpg); max-width:100%; }
[href="/u/#q2954"] {content: url(https://qagg.news/siteimages/postimage2954.jpg); max-width:100%; }
[href="/u/#q2955"] {content: url(https://qagg.news/siteimages/postimage2955.jpg); max-width:100%; }
[href="/u/#q2956"] {content: url(https://qagg.news/siteimages/postimage2956.jpg); max-width:100%; }
[href="/u/#q2957"] {content: url(https://qagg.news/siteimages/postimage2957.jpg); max-width:100%; }
[href="/u/#q2958"] {content: url(https://qagg.news/siteimages/postimage2958.jpg); max-width:100%; }
[href="/u/#q2959"] {content: url(https://qagg.news/siteimages/postimage2959.jpg); max-width:100%; }
[href="/u/#q2960"] {content: url(https://qagg.news/siteimages/postimage2960.jpg); max-width:100%; }
[href="/u/#q2961"] {content: url(https://qagg.news/siteimages/postimage2961.jpg); max-width:100%; }
[href="/u/#q2962"] {content: url(https://qagg.news/siteimages/postimage2962.jpg); max-width:100%; }
[href="/u/#q2963"] {content: url(https://qagg.news/siteimages/postimage2963.jpg); max-width:100%; }
[href="/u/#q2964"] {content: url(https://qagg.news/siteimages/postimage2964.jpg); max-width:100%; }
[href="/u/#q2965"] {content: url(https://qagg.news/siteimages/postimage2965.jpg); max-width:100%; }
[href="/u/#q2966"] {content: url(https://qagg.news/siteimages/postimage2966.jpg); max-width:100%; }
[href="/u/#q2967"] {content: url(https://qagg.news/siteimages/postimage2967.jpg); max-width:100%; }
[href="/u/#q2968"] {content: url(https://qagg.news/siteimages/postimage2968.jpg); max-width:100%; }
[href="/u/#q2969"] {content: url(https://qagg.news/siteimages/postimage2969.jpg); max-width:100%; }
[href="/u/#q2970"] {content: url(https://qagg.news/siteimages/postimage2970.jpg); max-width:100%; }
[href="/u/#q2971"] {content: url(https://qagg.news/siteimages/postimage2971.jpg); max-width:100%; }
[href="/u/#q2972"] {content: url(https://qagg.news/siteimages/postimage2972.jpg); max-width:100%; }
[href="/u/#q2973"] {content: url(https://qagg.news/siteimages/postimage2973.jpg); max-width:100%; }
[href="/u/#q2974"] {content: url(https://qagg.news/siteimages/postimage2974.jpg); max-width:100%; }
[href="/u/#q2975"] {content: url(https://qagg.news/siteimages/postimage2975.jpg); max-width:100%; }
[href="/u/#q2976"] {content: url(https://qagg.news/siteimages/postimage2976.jpg); max-width:100%; }
[href="/u/#q2977"] {content: url(https://qagg.news/siteimages/postimage2977.jpg); max-width:100%; }
[href="/u/#q2978"] {content: url(https://qagg.news/siteimages/postimage2978.jpg); max-width:100%; }
[href="/u/#q2979"] {content: url(https://qagg.news/siteimages/postimage2979.jpg); max-width:100%; }
[href="/u/#q2980"] {content: url(https://qagg.news/siteimages/postimage2980.jpg); max-width:100%; }
[href="/u/#q2981"] {content: url(https://qagg.news/siteimages/postimage2981.jpg); max-width:100%; }
[href="/u/#q2982"] {content: url(https://qagg.news/siteimages/postimage2982.jpg); max-width:100%; }
[href="/u/#q2983"] {content: url(https://qagg.news/siteimages/postimage2983.jpg); max-width:100%; }
[href="/u/#q2984"] {content: url(https://qagg.news/siteimages/postimage2984.jpg); max-width:100%; }
[href="/u/#q2985"] {content: url(https://qagg.news/siteimages/postimage2985.jpg); max-width:100%; }
[href="/u/#q2986"] {content: url(https://qagg.news/siteimages/postimage2986.jpg); max-width:100%; }
[href="/u/#q2987"] {content: url(https://qagg.news/siteimages/postimage2987.jpg); max-width:100%; }
[href="/u/#q2988"] {content: url(https://qagg.news/siteimages/postimage2988.jpg); max-width:100%; }
[href="/u/#q2989"] {content: url(https://qagg.news/siteimages/postimage2989.jpg); max-width:100%; }
[href="/u/#q2990"] {content: url(https://qagg.news/siteimages/postimage2990.jpg); max-width:100%; }
[href="/u/#q2991"] {content: url(https://qagg.news/siteimages/postimage2991.jpg); max-width:100%; }
[href="/u/#q2992"] {content: url(https://qagg.news/siteimages/postimage2992.jpg); max-width:100%; }
[href="/u/#q2993"] {content: url(https://qagg.news/siteimages/postimage2993.jpg); max-width:100%; }
[href="/u/#q2994"] {content: url(https://qagg.news/siteimages/postimage2994.jpg); max-width:100%; }
[href="/u/#q2995"] {content: url(https://qagg.news/siteimages/postimage2995.jpg); max-width:100%; }
[href="/u/#q2996"] {content: url(https://qagg.news/siteimages/postimage2996.jpg); max-width:100%; }
[href="/u/#q2997"] {content: url(https://qagg.news/siteimages/postimage2997.jpg); max-width:100%; }
[href="/u/#q2998"] {content: url(https://qagg.news/siteimages/postimage2998.jpg); max-width:100%; }
[href="/u/#q2999"] {content: url(https://qagg.news/siteimages/postimage2999.jpg); max-width:100%; }
[href="/u/#q3000"] {content: url(https://qagg.news/siteimages/postimage3000.jpg); max-width:100%; }
[href="/u/#q3001"] {content: url(https://qagg.news/siteimages/postimage3001.jpg); max-width:100%; }
[href="/u/#q3002"] {content: url(https://qagg.news/siteimages/postimage3002.jpg); max-width:100%; }
[href="/u/#q3003"] {content: url(https://qagg.news/siteimages/postimage3003.jpg); max-width:100%; }
[href="/u/#q3004"] {content: url(https://qagg.news/siteimages/postimage3004.jpg); max-width:100%; }
[href="/u/#q3005"] {content: url(https://qagg.news/siteimages/postimage3005.jpg); max-width:100%; }
[href="/u/#q3006"] {content: url(https://qagg.news/siteimages/postimage3006.jpg); max-width:100%; }
[href="/u/#q3007"] {content: url(https://qagg.news/siteimages/postimage3007.jpg); max-width:100%; }
[href="/u/#q3008"] {content: url(https://qagg.news/siteimages/postimage3008.jpg); max-width:100%; }
[href="/u/#q3009"] {content: url(https://qagg.news/siteimages/postimage3009.jpg); max-width:100%; }
[href="/u/#q3010"] {content: url(https://qagg.news/siteimages/postimage3010.jpg); max-width:100%; }
[href="/u/#q3011"] {content: url(https://qagg.news/siteimages/postimage3011.jpg); max-width:100%; }
[href="/u/#q3012"] {content: url(https://qagg.news/siteimages/postimage3012.jpg); max-width:100%; }
[href="/u/#q3013"] {content: url(https://qagg.news/siteimages/postimage3013.jpg); max-width:100%; }
[href="/u/#q3014"] {content: url(https://qagg.news/siteimages/postimage3014.jpg); max-width:100%; }
[href="/u/#q3015"] {content: url(https://qagg.news/siteimages/postimage3015.jpg); max-width:100%; }
[href="/u/#q3016"] {content: url(https://qagg.news/siteimages/postimage3016.jpg); max-width:100%; }
[href="/u/#q3017"] {content: url(https://qagg.news/siteimages/postimage3017.jpg); max-width:100%; }
[href="/u/#q3018"] {content: url(https://qagg.news/siteimages/postimage3018.jpg); max-width:100%; }
[href="/u/#q3019"] {content: url(https://qagg.news/siteimages/postimage3019.jpg); max-width:100%; }
[href="/u/#q3020"] {content: url(https://qagg.news/siteimages/postimage3020.jpg); max-width:100%; }
[href="/u/#q3021"] {content: url(https://qagg.news/siteimages/postimage3021.jpg); max-width:100%; }
[href="/u/#q3022"] {content: url(https://qagg.news/siteimages/postimage3022.jpg); max-width:100%; }
[href="/u/#q3023"] {content: url(https://qagg.news/siteimages/postimage3023.jpg); max-width:100%; }
[href="/u/#q3024"] {content: url(https://qagg.news/siteimages/postimage3024.jpg); max-width:100%; }
[href="/u/#q3025"] {content: url(https://qagg.news/siteimages/postimage3025.jpg); max-width:100%; }
[href="/u/#q3026"] {content: url(https://qagg.news/siteimages/postimage3026.jpg); max-width:100%; }
[href="/u/#q3027"] {content: url(https://qagg.news/siteimages/postimage3027.jpg); max-width:100%; }
[href="/u/#q3028"] {content: url(https://qagg.news/siteimages/postimage3028.jpg); max-width:100%; }
[href="/u/#q3029"] {content: url(https://qagg.news/siteimages/postimage3029.jpg); max-width:100%; }
[href="/u/#q3030"] {content: url(https://qagg.news/siteimages/postimage3030.jpg); max-width:100%; }
[href="/u/#q3031"] {content: url(https://qagg.news/siteimages/postimage3031.jpg); max-width:100%; }
[href="/u/#q3032"] {content: url(https://qagg.news/siteimages/postimage3032.jpg); max-width:100%; }
[href="/u/#q3033"] {content: url(https://qagg.news/siteimages/postimage3033.jpg); max-width:100%; }
[href="/u/#q3034"] {content: url(https://qagg.news/siteimages/postimage3034.jpg); max-width:100%; }
[href="/u/#q3035"] {content: url(https://qagg.news/siteimages/postimage3035.jpg); max-width:100%; }
[href="/u/#q3036"] {content: url(https://qagg.news/siteimages/postimage3036.jpg); max-width:100%; }
[href="/u/#q3037"] {content: url(https://qagg.news/siteimages/postimage3037.jpg); max-width:100%; }
[href="/u/#q3038"] {content: url(https://qagg.news/siteimages/postimage3038.jpg); max-width:100%; }
[href="/u/#q3039"] {content: url(https://qagg.news/siteimages/postimage3039.jpg); max-width:100%; }
[href="/u/#q3040"] {content: url(https://qagg.news/siteimages/postimage3040.jpg); max-width:100%; }
[href="/u/#q3041"] {content: url(https://qagg.news/siteimages/postimage3041.jpg); max-width:100%; }
[href="/u/#q3042"] {content: url(https://qagg.news/siteimages/postimage3042.jpg); max-width:100%; }
[href="/u/#q3043"] {content: url(https://qagg.news/siteimages/postimage3043.jpg); max-width:100%; }
[href="/u/#q3044"] {content: url(https://qagg.news/siteimages/postimage3044.jpg); max-width:100%; }
[href="/u/#q3045"] {content: url(https://qagg.news/siteimages/postimage3045.jpg); max-width:100%; }
[href="/u/#q3046"] {content: url(https://qagg.news/siteimages/postimage3046.jpg); max-width:100%; }
[href="/u/#q3047"] {content: url(https://qagg.news/siteimages/postimage3047.jpg); max-width:100%; }
[href="/u/#q3048"] {content: url(https://qagg.news/siteimages/postimage3048.jpg); max-width:100%; }
[href="/u/#q3049"] {content: url(https://qagg.news/siteimages/postimage3049.jpg); max-width:100%; }
[href="/u/#q3050"] {content: url(https://qagg.news/siteimages/postimage3050.jpg); max-width:100%; }
[href="/u/#q3051"] {content: url(https://qagg.news/siteimages/postimage3051.jpg); max-width:100%; }
[href="/u/#q3052"] {content: url(https://qagg.news/siteimages/postimage3052.jpg); max-width:100%; }
[href="/u/#q3053"] {content: url(https://qagg.news/siteimages/postimage3053.jpg); max-width:100%; }
[href="/u/#q3054"] {content: url(https://qagg.news/siteimages/postimage3054.jpg); max-width:100%; }
[href="/u/#q3055"] {content: url(https://qagg.news/siteimages/postimage3055.jpg); max-width:100%; }
[href="/u/#q3056"] {content: url(https://qagg.news/siteimages/postimage3056.jpg); max-width:100%; }
[href="/u/#q3057"] {content: url(https://qagg.news/siteimages/postimage3057.jpg); max-width:100%; }
[href="/u/#q3058"] {content: url(https://qagg.news/siteimages/postimage3058.jpg); max-width:100%; }
[href="/u/#q3059"] {content: url(https://qagg.news/siteimages/postimage3059.jpg); max-width:100%; }
[href="/u/#q3060"] {content: url(https://qagg.news/siteimages/postimage3060.jpg); max-width:100%; }
[href="/u/#q3061"] {content: url(https://qagg.news/siteimages/postimage3061.jpg); max-width:100%; }
[href="/u/#q3062"] {content: url(https://qagg.news/siteimages/postimage3062.jpg); max-width:100%; }
[href="/u/#q3063"] {content: url(https://qagg.news/siteimages/postimage3063.jpg); max-width:100%; }
[href="/u/#q3064"] {content: url(https://qagg.news/siteimages/postimage3064.jpg); max-width:100%; }
[href="/u/#q3065"] {content: url(https://qagg.news/siteimages/postimage3065.jpg); max-width:100%; }
[href="/u/#q3066"] {content: url(https://qagg.news/siteimages/postimage3066.jpg); max-width:100%; }
[href="/u/#q3067"] {content: url(https://qagg.news/siteimages/postimage3067.jpg); max-width:100%; }
[href="/u/#q3068"] {content: url(https://qagg.news/siteimages/postimage3068.jpg); max-width:100%; }
[href="/u/#q3069"] {content: url(https://qagg.news/siteimages/postimage3069.jpg); max-width:100%; }
[href="/u/#q3070"] {content: url(https://qagg.news/siteimages/postimage3070.jpg); max-width:100%; }
[href="/u/#q3071"] {content: url(https://qagg.news/siteimages/postimage3071.jpg); max-width:100%; }
[href="/u/#q3072"] {content: url(https://qagg.news/siteimages/postimage3072.jpg); max-width:100%; }
[href="/u/#q3073"] {content: url(https://qagg.news/siteimages/postimage3073.jpg); max-width:100%; }
[href="/u/#q3074"] {content: url(https://qagg.news/siteimages/postimage3074.jpg); max-width:100%; }
[href="/u/#q3075"] {content: url(https://qagg.news/siteimages/postimage3075.jpg); max-width:100%; }
[href="/u/#q3076"] {content: url(https://qagg.news/siteimages/postimage3076.jpg); max-width:100%; }
[href="/u/#q3077"] {content: url(https://qagg.news/siteimages/postimage3077.jpg); max-width:100%; }
[href="/u/#q3078"] {content: url(https://qagg.news/siteimages/postimage3078.jpg); max-width:100%; }
[href="/u/#q3079"] {content: url(https://qagg.news/siteimages/postimage3079.jpg); max-width:100%; }
[href="/u/#q3080"] {content: url(https://qagg.news/siteimages/postimage3080.jpg); max-width:100%; }
[href="/u/#q3081"] {content: url(https://qagg.news/siteimages/postimage3081.jpg); max-width:100%; }
[href="/u/#q3082"] {content: url(https://qagg.news/siteimages/postimage3082.jpg); max-width:100%; }
[href="/u/#q3083"] {content: url(https://qagg.news/siteimages/postimage3083.jpg); max-width:100%; }
[href="/u/#q3084"] {content: url(https://qagg.news/siteimages/postimage3084.jpg); max-width:100%; }
[href="/u/#q3085"] {content: url(https://qagg.news/siteimages/postimage3085.jpg); max-width:100%; }
[href="/u/#q3086"] {content: url(https://qagg.news/siteimages/postimage3086.jpg); max-width:100%; }
[href="/u/#q3087"] {content: url(https://qagg.news/siteimages/postimage3087.jpg); max-width:100%; }
[href="/u/#q3088"] {content: url(https://qagg.news/siteimages/postimage3088.jpg); max-width:100%; }
[href="/u/#q3089"] {content: url(https://qagg.news/siteimages/postimage3089.jpg); max-width:100%; }
[href="/u/#q3090"] {content: url(https://qagg.news/siteimages/postimage3090.jpg); max-width:100%; }
[href="/u/#q3091"] {content: url(https://qagg.news/siteimages/postimage3091.jpg); max-width:100%; }
[href="/u/#q3092"] {content: url(https://qagg.news/siteimages/postimage3092.jpg); max-width:100%; }
[href="/u/#q3093"] {content: url(https://qagg.news/siteimages/postimage3093.jpg); max-width:100%; }
[href="/u/#q3094"] {content: url(https://qagg.news/siteimages/postimage3094.jpg); max-width:100%; }
[href="/u/#q3095"] {content: url(https://qagg.news/siteimages/postimage3095.jpg); max-width:100%; }
[href="/u/#q3096"] {content: url(https://qagg.news/siteimages/postimage3096.jpg); max-width:100%; }
[href="/u/#q3097"] {content: url(https://qagg.news/siteimages/postimage3097.jpg); max-width:100%; }
[href="/u/#q3098"] {content: url(https://qagg.news/siteimages/postimage3098.jpg); max-width:100%; }
[href="/u/#q3099"] {content: url(https://qagg.news/siteimages/postimage3099.jpg); max-width:100%; }
[href="/u/#q3100"] {content: url(https://qagg.news/siteimages/postimage3100.jpg); max-width:100%; }
[href="/u/#q3101"] {content: url(https://qagg.news/siteimages/postimage3101.jpg); max-width:100%; }
[href="/u/#q3102"] {content: url(https://qagg.news/siteimages/postimage3102.jpg); max-width:100%; }
[href="/u/#q3103"] {content: url(https://qagg.news/siteimages/postimage3103.jpg); max-width:100%; }
[href="/u/#q3104"] {content: url(https://qagg.news/siteimages/postimage3104.jpg); max-width:100%; }
[href="/u/#q3105"] {content: url(https://qagg.news/siteimages/postimage3105.jpg); max-width:100%; }
[href="/u/#q3106"] {content: url(https://qagg.news/siteimages/postimage3106.jpg); max-width:100%; }
[href="/u/#q3107"] {content: url(https://qagg.news/siteimages/postimage3107.jpg); max-width:100%; }
[href="/u/#q3108"] {content: url(https://qagg.news/siteimages/postimage3108.jpg); max-width:100%; }
[href="/u/#q3109"] {content: url(https://qagg.news/siteimages/postimage3109.jpg); max-width:100%; }
[href="/u/#q3110"] {content: url(https://qagg.news/siteimages/postimage3110.jpg); max-width:100%; }
[href="/u/#q3111"] {content: url(https://qagg.news/siteimages/postimage3111.jpg); max-width:100%; }
[href="/u/#q3112"] {content: url(https://qagg.news/siteimages/postimage3112.jpg); max-width:100%; }
[href="/u/#q3113"] {content: url(https://qagg.news/siteimages/postimage3113.jpg); max-width:100%; }
[href="/u/#q3114"] {content: url(https://qagg.news/siteimages/postimage3114.jpg); max-width:100%; }
[href="/u/#q3115"] {content: url(https://qagg.news/siteimages/postimage3115.jpg); max-width:100%; }
[href="/u/#q3116"] {content: url(https://qagg.news/siteimages/postimage3116.jpg); max-width:100%; }
[href="/u/#q3117"] {content: url(https://qagg.news/siteimages/postimage3117.jpg); max-width:100%; }
[href="/u/#q3118"] {content: url(https://qagg.news/siteimages/postimage3118.jpg); max-width:100%; }
[href="/u/#q3119"] {content: url(https://qagg.news/siteimages/postimage3119.jpg); max-width:100%; }
[href="/u/#q3120"] {content: url(https://qagg.news/siteimages/postimage3120.jpg); max-width:100%; }
[href="/u/#q3121"] {content: url(https://qagg.news/siteimages/postimage3121.jpg); max-width:100%; }
[href="/u/#q3122"] {content: url(https://qagg.news/siteimages/postimage3122.jpg); max-width:100%; }
[href="/u/#q3123"] {content: url(https://qagg.news/siteimages/postimage3123.jpg); max-width:100%; }
[href="/u/#q3124"] {content: url(https://qagg.news/siteimages/postimage3124.jpg); max-width:100%; }
[href="/u/#q3125"] {content: url(https://qagg.news/siteimages/postimage3125.jpg); max-width:100%; }
[href="/u/#q3126"] {content: url(https://qagg.news/siteimages/postimage3126.jpg); max-width:100%; }
[href="/u/#q3127"] {content: url(https://qagg.news/siteimages/postimage3127.jpg); max-width:100%; }
[href="/u/#q3128"] {content: url(https://qagg.news/siteimages/postimage3128.jpg); max-width:100%; }
[href="/u/#q3129"] {content: url(https://qagg.news/siteimages/postimage3129.jpg); max-width:100%; }
[href="/u/#q3130"] {content: url(https://qagg.news/siteimages/postimage3130.jpg); max-width:100%; }
[href="/u/#q3131"] {content: url(https://qagg.news/siteimages/postimage3131.jpg); max-width:100%; }
[href="/u/#q3132"] {content: url(https://qagg.news/siteimages/postimage3132.jpg); max-width:100%; }
[href="/u/#q3133"] {content: url(https://qagg.news/siteimages/postimage3133.jpg); max-width:100%; }
[href="/u/#q3134"] {content: url(https://qagg.news/siteimages/postimage3134.jpg); max-width:100%; }
[href="/u/#q3135"] {content: url(https://qagg.news/siteimages/postimage3135.jpg); max-width:100%; }
[href="/u/#q3136"] {content: url(https://qagg.news/siteimages/postimage3136.jpg); max-width:100%; }
[href="/u/#q3137"] {content: url(https://qagg.news/siteimages/postimage3137.jpg); max-width:100%; }
[href="/u/#q3138"] {content: url(https://qagg.news/siteimages/postimage3138.jpg); max-width:100%; }
[href="/u/#q3139"] {content: url(https://qagg.news/siteimages/postimage3139.jpg); max-width:100%; }
[href="/u/#q3140"] {content: url(https://qagg.news/siteimages/postimage3140.jpg); max-width:100%; }
[href="/u/#q3141"] {content: url(https://qagg.news/siteimages/postimage3141.jpg); max-width:100%; }
[href="/u/#q3142"] {content: url(https://qagg.news/siteimages/postimage3142.jpg); max-width:100%; }
[href="/u/#q3143"] {content: url(https://qagg.news/siteimages/postimage3143.jpg); max-width:100%; }
[href="/u/#q3144"] {content: url(https://qagg.news/siteimages/postimage3144.jpg); max-width:100%; }
[href="/u/#q3145"] {content: url(https://qagg.news/siteimages/postimage3145.jpg); max-width:100%; }
[href="/u/#q3146"] {content: url(https://qagg.news/siteimages/postimage3146.jpg); max-width:100%; }
[href="/u/#q3147"] {content: url(https://qagg.news/siteimages/postimage3147.jpg); max-width:100%; }
[href="/u/#q3148"] {content: url(https://qagg.news/siteimages/postimage3148.jpg); max-width:100%; }
[href="/u/#q3149"] {content: url(https://qagg.news/siteimages/postimage3149.jpg); max-width:100%; }
[href="/u/#q3150"] {content: url(https://qagg.news/siteimages/postimage3150.jpg); max-width:100%; }
[href="/u/#q3151"] {content: url(https://qagg.news/siteimages/postimage3151.jpg); max-width:100%; }
[href="/u/#q3152"] {content: url(https://qagg.news/siteimages/postimage3152.jpg); max-width:100%; }
[href="/u/#q3153"] {content: url(https://qagg.news/siteimages/postimage3153.jpg); max-width:100%; }
[href="/u/#q3154"] {content: url(https://qagg.news/siteimages/postimage3154.jpg); max-width:100%; }
[href="/u/#q3155"] {content: url(https://qagg.news/siteimages/postimage3155.jpg); max-width:100%; }
[href="/u/#q3156"] {content: url(https://qagg.news/siteimages/postimage3156.jpg); max-width:100%; }
[href="/u/#q3157"] {content: url(https://qagg.news/siteimages/postimage3157.jpg); max-width:100%; }
[href="/u/#q3158"] {content: url(https://qagg.news/siteimages/postimage3158.jpg); max-width:100%; }
[href="/u/#q3159"] {content: url(https://qagg.news/siteimages/postimage3159.jpg); max-width:100%; }
[href="/u/#q3160"] {content: url(https://qagg.news/siteimages/postimage3160.jpg); max-width:100%; }
[href="/u/#q3161"] {content: url(https://qagg.news/siteimages/postimage3161.jpg); max-width:100%; }
[href="/u/#q3162"] {content: url(https://qagg.news/siteimages/postimage3162.jpg); max-width:100%; }
[href="/u/#q3163"] {content: url(https://qagg.news/siteimages/postimage3163.jpg); max-width:100%; }
[href="/u/#q3164"] {content: url(https://qagg.news/siteimages/postimage3164.jpg); max-width:100%; }
[href="/u/#q3165"] {content: url(https://qagg.news/siteimages/postimage3165.jpg); max-width:100%; }
[href="/u/#q3166"] {content: url(https://qagg.news/siteimages/postimage3166.jpg); max-width:100%; }
[href="/u/#q3167"] {content: url(https://qagg.news/siteimages/postimage3167.jpg); max-width:100%; }
[href="/u/#q3168"] {content: url(https://qagg.news/siteimages/postimage3168.jpg); max-width:100%; }
[href="/u/#q3169"] {content: url(https://qagg.news/siteimages/postimage3169.jpg); max-width:100%; }
[href="/u/#q3170"] {content: url(https://qagg.news/siteimages/postimage3170.jpg); max-width:100%; }
[href="/u/#q3171"] {content: url(https://qagg.news/siteimages/postimage3171.jpg); max-width:100%; }
[href="/u/#q3172"] {content: url(https://qagg.news/siteimages/postimage3172.jpg); max-width:100%; }
[href="/u/#q3173"] {content: url(https://qagg.news/siteimages/postimage3173.jpg); max-width:100%; }
[href="/u/#q3174"] {content: url(https://qagg.news/siteimages/postimage3174.jpg); max-width:100%; }
[href="/u/#q3175"] {content: url(https://qagg.news/siteimages/postimage3175.jpg); max-width:100%; }
[href="/u/#q3176"] {content: url(https://qagg.news/siteimages/postimage3176.jpg); max-width:100%; }
[href="/u/#q3177"] {content: url(https://qagg.news/siteimages/postimage3177.jpg); max-width:100%; }
[href="/u/#q3178"] {content: url(https://qagg.news/siteimages/postimage3178.jpg); max-width:100%; }
[href="/u/#q3179"] {content: url(https://qagg.news/siteimages/postimage3179.jpg); max-width:100%; }
[href="/u/#q3180"] {content: url(https://qagg.news/siteimages/postimage3180.jpg); max-width:100%; }
[href="/u/#q3181"] {content: url(https://qagg.news/siteimages/postimage3181.jpg); max-width:100%; }
[href="/u/#q3182"] {content: url(https://qagg.news/siteimages/postimage3182.jpg); max-width:100%; }
[href="/u/#q3183"] {content: url(https://qagg.news/siteimages/postimage3183.jpg); max-width:100%; }
[href="/u/#q3184"] {content: url(https://qagg.news/siteimages/postimage3184.jpg); max-width:100%; }
[href="/u/#q3185"] {content: url(https://qagg.news/siteimages/postimage3185.jpg); max-width:100%; }
[href="/u/#q3186"] {content: url(https://qagg.news/siteimages/postimage3186.jpg); max-width:100%; }
[href="/u/#q3187"] {content: url(https://qagg.news/siteimages/postimage3187.jpg); max-width:100%; }
[href="/u/#q3188"] {content: url(https://qagg.news/siteimages/postimage3188.jpg); max-width:100%; }
[href="/u/#q3189"] {content: url(https://qagg.news/siteimages/postimage3189.jpg); max-width:100%; }
[href="/u/#q3190"] {content: url(https://qagg.news/siteimages/postimage3190.jpg); max-width:100%; }
[href="/u/#q3191"] {content: url(https://qagg.news/siteimages/postimage3191.jpg); max-width:100%; }
[href="/u/#q3192"] {content: url(https://qagg.news/siteimages/postimage3192.jpg); max-width:100%; }
[href="/u/#q3193"] {content: url(https://qagg.news/siteimages/postimage3193.jpg); max-width:100%; }
[href="/u/#q3194"] {content: url(https://qagg.news/siteimages/postimage3194.jpg); max-width:100%; }
[href="/u/#q3195"] {content: url(https://qagg.news/siteimages/postimage3195.jpg); max-width:100%; }
[href="/u/#q3196"] {content: url(https://qagg.news/siteimages/postimage3196.jpg); max-width:100%; }
[href="/u/#q3197"] {content: url(https://qagg.news/siteimages/postimage3197.jpg); max-width:100%; }
[href="/u/#q3198"] {content: url(https://qagg.news/siteimages/postimage3198.jpg); max-width:100%; }
[href="/u/#q3199"] {content: url(https://qagg.news/siteimages/postimage3199.jpg); max-width:100%; }
[href="/u/#q3200"] {content: url(https://qagg.news/siteimages/postimage3200.jpg); max-width:100%; }
[href="/u/#q3201"] {content: url(https://qagg.news/siteimages/postimage3201.jpg); max-width:100%; }
[href="/u/#q3202"] {content: url(https://qagg.news/siteimages/postimage3202.jpg); max-width:100%; }
[href="/u/#q3203"] {content: url(https://qagg.news/siteimages/postimage3203.jpg); max-width:100%; }
[href="/u/#q3204"] {content: url(https://qagg.news/siteimages/postimage3204.jpg); max-width:100%; }
[href="/u/#q3205"] {content: url(https://qagg.news/siteimages/postimage3205.jpg); max-width:100%; }
[href="/u/#q3206"] {content: url(https://qagg.news/siteimages/postimage3206.jpg); max-width:100%; }
[href="/u/#q3207"] {content: url(https://qagg.news/siteimages/postimage3207.jpg); max-width:100%; }
[href="/u/#q3208"] {content: url(https://qagg.news/siteimages/postimage3208.jpg); max-width:100%; }
[href="/u/#q3209"] {content: url(https://qagg.news/siteimages/postimage3209.jpg); max-width:100%; }
[href="/u/#q3210"] {content: url(https://qagg.news/siteimages/postimage3210.jpg); max-width:100%; }
[href="/u/#q3211"] {content: url(https://qagg.news/siteimages/postimage3211.jpg); max-width:100%; }
[href="/u/#q3212"] {content: url(https://qagg.news/siteimages/postimage3212.jpg); max-width:100%; }
[href="/u/#q3213"] {content: url(https://qagg.news/siteimages/postimage3213.jpg); max-width:100%; }
[href="/u/#q3214"] {content: url(https://qagg.news/siteimages/postimage3214.jpg); max-width:100%; }
[href="/u/#q3215"] {content: url(https://qagg.news/siteimages/postimage3215.jpg); max-width:100%; }
[href="/u/#q3216"] {content: url(https://qagg.news/siteimages/postimage3216.jpg); max-width:100%; }
[href="/u/#q3217"] {content: url(https://qagg.news/siteimages/postimage3217.jpg); max-width:100%; }
[href="/u/#q3218"] {content: url(https://qagg.news/siteimages/postimage3218.jpg); max-width:100%; }
[href="/u/#q3219"] {content: url(https://qagg.news/siteimages/postimage3219.jpg); max-width:100%; }
[href="/u/#q3220"] {content: url(https://qagg.news/siteimages/postimage3220.jpg); max-width:100%; }
[href="/u/#q3221"] {content: url(https://qagg.news/siteimages/postimage3221.jpg); max-width:100%; }
[href="/u/#q3222"] {content: url(https://qagg.news/siteimages/postimage3222.jpg); max-width:100%; }
[href="/u/#q3223"] {content: url(https://qagg.news/siteimages/postimage3223.jpg); max-width:100%; }
[href="/u/#q3224"] {content: url(https://qagg.news/siteimages/postimage3224.jpg); max-width:100%; }
[href="/u/#q3225"] {content: url(https://qagg.news/siteimages/postimage3225.jpg); max-width:100%; }
[href="/u/#q3226"] {content: url(https://qagg.news/siteimages/postimage3226.jpg); max-width:100%; }
[href="/u/#q3227"] {content: url(https://qagg.news/siteimages/postimage3227.jpg); max-width:100%; }
[href="/u/#q3228"] {content: url(https://qagg.news/siteimages/postimage3228.jpg); max-width:100%; }
[href="/u/#q3229"] {content: url(https://qagg.news/siteimages/postimage3229.jpg); max-width:100%; }
[href="/u/#q3230"] {content: url(https://qagg.news/siteimages/postimage3230.jpg); max-width:100%; }
[href="/u/#q3231"] {content: url(https://qagg.news/siteimages/postimage3231.jpg); max-width:100%; }
[href="/u/#q3232"] {content: url(https://qagg.news/siteimages/postimage3232.jpg); max-width:100%; }
[href="/u/#q3233"] {content: url(https://qagg.news/siteimages/postimage3233.jpg); max-width:100%; }
[href="/u/#q3234"] {content: url(https://qagg.news/siteimages/postimage3234.jpg); max-width:100%; }
[href="/u/#q3235"] {content: url(https://qagg.news/siteimages/postimage3235.jpg); max-width:100%; }
[href="/u/#q3236"] {content: url(https://qagg.news/siteimages/postimage3236.jpg); max-width:100%; }
[href="/u/#q3237"] {content: url(https://qagg.news/siteimages/postimage3237.jpg); max-width:100%; }
[href="/u/#q3238"] {content: url(https://qagg.news/siteimages/postimage3238.jpg); max-width:100%; }
[href="/u/#q3239"] {content: url(https://qagg.news/siteimages/postimage3239.jpg); max-width:100%; }
[href="/u/#q3240"] {content: url(https://qagg.news/siteimages/postimage3240.jpg); max-width:100%; }
[href="/u/#q3241"] {content: url(https://qagg.news/siteimages/postimage3241.jpg); max-width:100%; }
[href="/u/#q3242"] {content: url(https://qagg.news/siteimages/postimage3242.jpg); max-width:100%; }
[href="/u/#q3243"] {content: url(https://qagg.news/siteimages/postimage3243.jpg); max-width:100%; }
[href="/u/#q3244"] {content: url(https://qagg.news/siteimages/postimage3244.jpg); max-width:100%; }
[href="/u/#q3245"] {content: url(https://qagg.news/siteimages/postimage3245.jpg); max-width:100%; }
[href="/u/#q3246"] {content: url(https://qagg.news/siteimages/postimage3246.jpg); max-width:100%; }
[href="/u/#q3247"] {content: url(https://qagg.news/siteimages/postimage3247.jpg); max-width:100%; }
[href="/u/#q3248"] {content: url(https://qagg.news/siteimages/postimage3248.jpg); max-width:100%; }
[href="/u/#q3249"] {content: url(https://qagg.news/siteimages/postimage3249.jpg); max-width:100%; }
[href="/u/#q3250"] {content: url(https://qagg.news/siteimages/postimage3250.jpg); max-width:100%; }
[href="/u/#q3251"] {content: url(https://qagg.news/siteimages/postimage3251.jpg); max-width:100%; }
[href="/u/#q3252"] {content: url(https://qagg.news/siteimages/postimage3252.jpg); max-width:100%; }
[href="/u/#q3253"] {content: url(https://qagg.news/siteimages/postimage3253.jpg); max-width:100%; }
[href="/u/#q3254"] {content: url(https://qagg.news/siteimages/postimage3254.jpg); max-width:100%; }
[href="/u/#q3255"] {content: url(https://qagg.news/siteimages/postimage3255.jpg); max-width:100%; }
[href="/u/#q3256"] {content: url(https://qagg.news/siteimages/postimage3256.jpg); max-width:100%; }
[href="/u/#q3257"] {content: url(https://qagg.news/siteimages/postimage3257.jpg); max-width:100%; }
[href="/u/#q3258"] {content: url(https://qagg.news/siteimages/postimage3258.jpg); max-width:100%; }
[href="/u/#q3259"] {content: url(https://qagg.news/siteimages/postimage3259.jpg); max-width:100%; }
[href="/u/#q3260"] {content: url(https://qagg.news/siteimages/postimage3260.jpg); max-width:100%; }
[href="/u/#q3261"] {content: url(https://qagg.news/siteimages/postimage3261.jpg); max-width:100%; }
[href="/u/#q3262"] {content: url(https://qagg.news/siteimages/postimage3262.jpg); max-width:100%; }
[href="/u/#q3263"] {content: url(https://qagg.news/siteimages/postimage3263.jpg); max-width:100%; }
[href="/u/#q3264"] {content: url(https://qagg.news/siteimages/postimage3264.jpg); max-width:100%; }
[href="/u/#q3265"] {content: url(https://qagg.news/siteimages/postimage3265.jpg); max-width:100%; }
[href="/u/#q3266"] {content: url(https://qagg.news/siteimages/postimage3266.jpg); max-width:100%; }
[href="/u/#q3267"] {content: url(https://qagg.news/siteimages/postimage3267.jpg); max-width:100%; }
[href="/u/#q3268"] {content: url(https://qagg.news/siteimages/postimage3268.jpg); max-width:100%; }
[href="/u/#q3269"] {content: url(https://qagg.news/siteimages/postimage3269.jpg); max-width:100%; }
[href="/u/#q3270"] {content: url(https://qagg.news/siteimages/postimage3270.jpg); max-width:100%; }
[href="/u/#q3271"] {content: url(https://qagg.news/siteimages/postimage3271.jpg); max-width:100%; }
[href="/u/#q3272"] {content: url(https://qagg.news/siteimages/postimage3272.jpg); max-width:100%; }
[href="/u/#q3273"] {content: url(https://qagg.news/siteimages/postimage3273.jpg); max-width:100%; }
[href="/u/#q3274"] {content: url(https://qagg.news/siteimages/postimage3274.jpg); max-width:100%; }
[href="/u/#q3275"] {content: url(https://qagg.news/siteimages/postimage3275.jpg); max-width:100%; }
[href="/u/#q3276"] {content: url(https://qagg.news/siteimages/postimage3276.jpg); max-width:100%; }
[href="/u/#q3277"] {content: url(https://qagg.news/siteimages/postimage3277.jpg); max-width:100%; }
[href="/u/#q3278"] {content: url(https://qagg.news/siteimages/postimage3278.jpg); max-width:100%; }
[href="/u/#q3279"] {content: url(https://qagg.news/siteimages/postimage3279.jpg); max-width:100%; }
[href="/u/#q3280"] {content: url(https://qagg.news/siteimages/postimage3280.jpg); max-width:100%; }
[href="/u/#q3281"] {content: url(https://qagg.news/siteimages/postimage3281.jpg); max-width:100%; }
[href="/u/#q3282"] {content: url(https://qagg.news/siteimages/postimage3282.jpg); max-width:100%; }
[href="/u/#q3283"] {content: url(https://qagg.news/siteimages/postimage3283.jpg); max-width:100%; }
[href="/u/#q3284"] {content: url(https://qagg.news/siteimages/postimage3284.jpg); max-width:100%; }
[href="/u/#q3285"] {content: url(https://qagg.news/siteimages/postimage3285.jpg); max-width:100%; }
[href="/u/#q3286"] {content: url(https://qagg.news/siteimages/postimage3286.jpg); max-width:100%; }
[href="/u/#q3287"] {content: url(https://qagg.news/siteimages/postimage3287.jpg); max-width:100%; }
[href="/u/#q3288"] {content: url(https://qagg.news/siteimages/postimage3288.jpg); max-width:100%; }
[href="/u/#q3289"] {content: url(https://qagg.news/siteimages/postimage3289.jpg); max-width:100%; }
[href="/u/#q3290"] {content: url(https://qagg.news/siteimages/postimage3290.jpg); max-width:100%; }
[href="/u/#q3291"] {content: url(https://qagg.news/siteimages/postimage3291.jpg); max-width:100%; }
[href="/u/#q3292"] {content: url(https://qagg.news/siteimages/postimage3292.jpg); max-width:100%; }
[href="/u/#q3293"] {content: url(https://qagg.news/siteimages/postimage3293.jpg); max-width:100%; }
[href="/u/#q3294"] {content: url(https://qagg.news/siteimages/postimage3294.jpg); max-width:100%; }
[href="/u/#q3295"] {content: url(https://qagg.news/siteimages/postimage3295.jpg); max-width:100%; }
[href="/u/#q3296"] {content: url(https://qagg.news/siteimages/postimage3296.jpg); max-width:100%; }
[href="/u/#q3297"] {content: url(https://qagg.news/siteimages/postimage3297.jpg); max-width:100%; }
[href="/u/#q3298"] {content: url(https://qagg.news/siteimages/postimage3298.jpg); max-width:100%; }
[href="/u/#q3299"] {content: url(https://qagg.news/siteimages/postimage3299.jpg); max-width:100%; }
[href="/u/#q3300"] {content: url(https://qagg.news/siteimages/postimage3300.jpg); max-width:100%; }
[href="/u/#q3301"] {content: url(https://qagg.news/siteimages/postimage3301.jpg); max-width:100%; }
[href="/u/#q3302"] {content: url(https://qagg.news/siteimages/postimage3302.jpg); max-width:100%; }
[href="/u/#q3303"] {content: url(https://qagg.news/siteimages/postimage3303.jpg); max-width:100%; }
[href="/u/#q3304"] {content: url(https://qagg.news/siteimages/postimage3304.jpg); max-width:100%; }
[href="/u/#q3305"] {content: url(https://qagg.news/siteimages/postimage3305.jpg); max-width:100%; }
[href="/u/#q3306"] {content: url(https://qagg.news/siteimages/postimage3306.jpg); max-width:100%; }
[href="/u/#q3307"] {content: url(https://qagg.news/siteimages/postimage3307.jpg); max-width:100%; }
[href="/u/#q3308"] {content: url(https://qagg.news/siteimages/postimage3308.jpg); max-width:100%; }
[href="/u/#q3309"] {content: url(https://qagg.news/siteimages/postimage3309.jpg); max-width:100%; }
[href="/u/#q3310"] {content: url(https://qagg.news/siteimages/postimage3310.jpg); max-width:100%; }
[href="/u/#q3311"] {content: url(https://qagg.news/siteimages/postimage3311.jpg); max-width:100%; }
[href="/u/#q3312"] {content: url(https://qagg.news/siteimages/postimage3312.jpg); max-width:100%; }
[href="/u/#q3313"] {content: url(https://qagg.news/siteimages/postimage3313.jpg); max-width:100%; }
[href="/u/#q3314"] {content: url(https://qagg.news/siteimages/postimage3314.jpg); max-width:100%; }
[href="/u/#q3315"] {content: url(https://qagg.news/siteimages/postimage3315.jpg); max-width:100%; }
[href="/u/#q3316"] {content: url(https://qagg.news/siteimages/postimage3316.jpg); max-width:100%; }
[href="/u/#q3317"] {content: url(https://qagg.news/siteimages/postimage3317.jpg); max-width:100%; }
[href="/u/#q3318"] {content: url(https://qagg.news/siteimages/postimage3318.jpg); max-width:100%; }
[href="/u/#q3319"] {content: url(https://qagg.news/siteimages/postimage3319.jpg); max-width:100%; }
[href="/u/#q3320"] {content: url(https://qagg.news/siteimages/postimage3320.jpg); max-width:100%; }
[href="/u/#q3321"] {content: url(https://qagg.news/siteimages/postimage3321.jpg); max-width:100%; }
[href="/u/#q3322"] {content: url(https://qagg.news/siteimages/postimage3322.jpg); max-width:100%; }
[href="/u/#q3323"] {content: url(https://qagg.news/siteimages/postimage3323.jpg); max-width:100%; }
[href="/u/#q3324"] {content: url(https://qagg.news/siteimages/postimage3324.jpg); max-width:100%; }
[href="/u/#q3325"] {content: url(https://qagg.news/siteimages/postimage3325.jpg); max-width:100%; }
[href="/u/#q3326"] {content: url(https://qagg.news/siteimages/postimage3326.jpg); max-width:100%; }
[href="/u/#q3327"] {content: url(https://qagg.news/siteimages/postimage3327.jpg); max-width:100%; }
[href="/u/#q3328"] {content: url(https://qagg.news/siteimages/postimage3328.jpg); max-width:100%; }
[href="/u/#q3329"] {content: url(https://qagg.news/siteimages/postimage3329.jpg); max-width:100%; }
[href="/u/#q3330"] {content: url(https://qagg.news/siteimages/postimage3330.jpg); max-width:100%; }
[href="/u/#q3331"] {content: url(https://qagg.news/siteimages/postimage3331.jpg); max-width:100%; }
[href="/u/#q3332"] {content: url(https://qagg.news/siteimages/postimage3332.jpg); max-width:100%; }
[href="/u/#q3333"] {content: url(https://qagg.news/siteimages/postimage3333.jpg); max-width:100%; }
[href="/u/#q3334"] {content: url(https://qagg.news/siteimages/postimage3334.jpg); max-width:100%; }
[href="/u/#q3335"] {content: url(https://qagg.news/siteimages/postimage3335.jpg); max-width:100%; }
[href="/u/#q3336"] {content: url(https://qagg.news/siteimages/postimage3336.jpg); max-width:100%; }
[href="/u/#q3337"] {content: url(https://qagg.news/siteimages/postimage3337.jpg); max-width:100%; }
[href="/u/#q3338"] {content: url(https://qagg.news/siteimages/postimage3338.jpg); max-width:100%; }
[href="/u/#q3339"] {content: url(https://qagg.news/siteimages/postimage3339.jpg); max-width:100%; }
[href="/u/#q3340"] {content: url(https://qagg.news/siteimages/postimage3340.jpg); max-width:100%; }
[href="/u/#q3341"] {content: url(https://qagg.news/siteimages/postimage3341.jpg); max-width:100%; }
[href="/u/#q3342"] {content: url(https://qagg.news/siteimages/postimage3342.jpg); max-width:100%; }
[href="/u/#q3343"] {content: url(https://qagg.news/siteimages/postimage3343.jpg); max-width:100%; }
[href="/u/#q3344"] {content: url(https://qagg.news/siteimages/postimage3344.jpg); max-width:100%; }
[href="/u/#q3345"] {content: url(https://qagg.news/siteimages/postimage3345.jpg); max-width:100%; }
[href="/u/#q3346"] {content: url(https://qagg.news/siteimages/postimage3346.jpg); max-width:100%; }
[href="/u/#q3347"] {content: url(https://qagg.news/siteimages/postimage3347.jpg); max-width:100%; }
[href="/u/#q3348"] {content: url(https://qagg.news/siteimages/postimage3348.jpg); max-width:100%; }
[href="/u/#q3349"] {content: url(https://qagg.news/siteimages/postimage3349.jpg); max-width:100%; }
[href="/u/#q3350"] {content: url(https://qagg.news/siteimages/postimage3350.jpg); max-width:100%; }
[href="/u/#q3351"] {content: url(https://qagg.news/siteimages/postimage3351.jpg); max-width:100%; }
[href="/u/#q3352"] {content: url(https://qagg.news/siteimages/postimage3352.jpg); max-width:100%; }
[href="/u/#q3353"] {content: url(https://qagg.news/siteimages/postimage3353.jpg); max-width:100%; }
[href="/u/#q3354"] {content: url(https://qagg.news/siteimages/postimage3354.jpg); max-width:100%; }
[href="/u/#q3355"] {content: url(https://qagg.news/siteimages/postimage3355.jpg); max-width:100%; }
[href="/u/#q3356"] {content: url(https://qagg.news/siteimages/postimage3356.jpg); max-width:100%; }
[href="/u/#q3357"] {content: url(https://qagg.news/siteimages/postimage3357.jpg); max-width:100%; }
[href="/u/#q3358"] {content: url(https://qagg.news/siteimages/postimage3358.jpg); max-width:100%; }
[href="/u/#q3359"] {content: url(https://qagg.news/siteimages/postimage3359.jpg); max-width:100%; }
[href="/u/#q3360"] {content: url(https://qagg.news/siteimages/postimage3360.jpg); max-width:100%; }
[href="/u/#q3361"] {content: url(https://qagg.news/siteimages/postimage3361.jpg); max-width:100%; }
[href="/u/#q3362"] {content: url(https://qagg.news/siteimages/postimage3362.jpg); max-width:100%; }
[href="/u/#q3363"] {content: url(https://qagg.news/siteimages/postimage3363.jpg); max-width:100%; }
[href="/u/#q3364"] {content: url(https://qagg.news/siteimages/postimage3364.jpg); max-width:100%; }
[href="/u/#q3365"] {content: url(https://qagg.news/siteimages/postimage3365.jpg); max-width:100%; }
[href="/u/#q3366"] {content: url(https://qagg.news/siteimages/postimage3366.jpg); max-width:100%; }
[href="/u/#q3367"] {content: url(https://qagg.news/siteimages/postimage3367.jpg); max-width:100%; }
[href="/u/#q3368"] {content: url(https://qagg.news/siteimages/postimage3368.jpg); max-width:100%; }
[href="/u/#q3369"] {content: url(https://qagg.news/siteimages/postimage3369.jpg); max-width:100%; }
[href="/u/#q3370"] {content: url(https://qagg.news/siteimages/postimage3370.jpg); max-width:100%; }
[href="/u/#q3371"] {content: url(https://qagg.news/siteimages/postimage3371.jpg); max-width:100%; }
[href="/u/#q3372"] {content: url(https://qagg.news/siteimages/postimage3372.jpg); max-width:100%; }
[href="/u/#q3373"] {content: url(https://qagg.news/siteimages/postimage3373.jpg); max-width:100%; }
[href="/u/#q3374"] {content: url(https://qagg.news/siteimages/postimage3374.jpg); max-width:100%; }
[href="/u/#q3375"] {content: url(https://qagg.news/siteimages/postimage3375.jpg); max-width:100%; }
[href="/u/#q3376"] {content: url(https://qagg.news/siteimages/postimage3376.jpg); max-width:100%; }
[href="/u/#q3377"] {content: url(https://qagg.news/siteimages/postimage3377.jpg); max-width:100%; }
[href="/u/#q3378"] {content: url(https://qagg.news/siteimages/postimage3378.jpg); max-width:100%; }
[href="/u/#q3379"] {content: url(https://qagg.news/siteimages/postimage3379.jpg); max-width:100%; }
[href="/u/#q3380"] {content: url(https://qagg.news/siteimages/postimage3380.jpg); max-width:100%; }
[href="/u/#q3381"] {content: url(https://qagg.news/siteimages/postimage3381.jpg); max-width:100%; }
[href="/u/#q3382"] {content: url(https://qagg.news/siteimages/postimage3382.jpg); max-width:100%; }
[href="/u/#q3383"] {content: url(https://qagg.news/siteimages/postimage3383.jpg); max-width:100%; }
[href="/u/#q3384"] {content: url(https://qagg.news/siteimages/postimage3384.jpg); max-width:100%; }
[href="/u/#q3385"] {content: url(https://qagg.news/siteimages/postimage3385.jpg); max-width:100%; }
[href="/u/#q3386"] {content: url(https://qagg.news/siteimages/postimage3386.jpg); max-width:100%; }
[href="/u/#q3387"] {content: url(https://qagg.news/siteimages/postimage3387.jpg); max-width:100%; }
[href="/u/#q3388"] {content: url(https://qagg.news/siteimages/postimage3388.jpg); max-width:100%; }
[href="/u/#q3389"] {content: url(https://qagg.news/siteimages/postimage3389.jpg); max-width:100%; }
[href="/u/#q3390"] {content: url(https://qagg.news/siteimages/postimage3390.jpg); max-width:100%; }
[href="/u/#q3391"] {content: url(https://qagg.news/siteimages/postimage3391.jpg); max-width:100%; }
[href="/u/#q3392"] {content: url(https://qagg.news/siteimages/postimage3392.jpg); max-width:100%; }
[href="/u/#q3393"] {content: url(https://qagg.news/siteimages/postimage3393.jpg); max-width:100%; }
[href="/u/#q3394"] {content: url(https://qagg.news/siteimages/postimage3394.jpg); max-width:100%; }
[href="/u/#q3395"] {content: url(https://qagg.news/siteimages/postimage3395.jpg); max-width:100%; }
[href="/u/#q3396"] {content: url(https://qagg.news/siteimages/postimage3396.jpg); max-width:100%; }
[href="/u/#q3397"] {content: url(https://qagg.news/siteimages/postimage3397.jpg); max-width:100%; }
[href="/u/#q3398"] {content: url(https://qagg.news/siteimages/postimage3398.jpg); max-width:100%; }
[href="/u/#q3399"] {content: url(https://qagg.news/siteimages/postimage3399.jpg); max-width:100%; }
[href="/u/#q3400"] {content: url(https://qagg.news/siteimages/postimage3400.jpg); max-width:100%; }
[href="/u/#q3401"] {content: url(https://qagg.news/siteimages/postimage3401.jpg); max-width:100%; }
[href="/u/#q3402"] {content: url(https://qagg.news/siteimages/postimage3402.jpg); max-width:100%; }
[href="/u/#q3403"] {content: url(https://qagg.news/siteimages/postimage3403.jpg); max-width:100%; }
[href="/u/#q3404"] {content: url(https://qagg.news/siteimages/postimage3404.jpg); max-width:100%; }
[href="/u/#q3405"] {content: url(https://qagg.news/siteimages/postimage3405.jpg); max-width:100%; }
[href="/u/#q3406"] {content: url(https://qagg.news/siteimages/postimage3406.jpg); max-width:100%; }
[href="/u/#q3407"] {content: url(https://qagg.news/siteimages/postimage3407.jpg); max-width:100%; }
[href="/u/#q3408"] {content: url(https://qagg.news/siteimages/postimage3408.jpg); max-width:100%; }
[href="/u/#q3409"] {content: url(https://qagg.news/siteimages/postimage3409.jpg); max-width:100%; }
[href="/u/#q3410"] {content: url(https://qagg.news/siteimages/postimage3410.jpg); max-width:100%; }
[href="/u/#q3411"] {content: url(https://qagg.news/siteimages/postimage3411.jpg); max-width:100%; }
[href="/u/#q3412"] {content: url(https://qagg.news/siteimages/postimage3412.jpg); max-width:100%; }
[href="/u/#q3413"] {content: url(https://qagg.news/siteimages/postimage3413.jpg); max-width:100%; }
[href="/u/#q3414"] {content: url(https://qagg.news/siteimages/postimage3414.jpg); max-width:100%; }
[href="/u/#q3415"] {content: url(https://qagg.news/siteimages/postimage3415.jpg); max-width:100%; }
[href="/u/#q3416"] {content: url(https://qagg.news/siteimages/postimage3416.jpg); max-width:100%; }
[href="/u/#q3417"] {content: url(https://qagg.news/siteimages/postimage3417.jpg); max-width:100%; }
[href="/u/#q3418"] {content: url(https://qagg.news/siteimages/postimage3418.jpg); max-width:100%; }
[href="/u/#q3419"] {content: url(https://qagg.news/siteimages/postimage3419.jpg); max-width:100%; }
[href="/u/#q3420"] {content: url(https://qagg.news/siteimages/postimage3420.jpg); max-width:100%; }
[href="/u/#q3421"] {content: url(https://qagg.news/siteimages/postimage3421.jpg); max-width:100%; }
[href="/u/#q3422"] {content: url(https://qagg.news/siteimages/postimage3422.jpg); max-width:100%; }
[href="/u/#q3423"] {content: url(https://qagg.news/siteimages/postimage3423.jpg); max-width:100%; }
[href="/u/#q3424"] {content: url(https://qagg.news/siteimages/postimage3424.jpg); max-width:100%; }
[href="/u/#q3425"] {content: url(https://qagg.news/siteimages/postimage3425.jpg); max-width:100%; }
[href="/u/#q3426"] {content: url(https://qagg.news/siteimages/postimage3426.jpg); max-width:100%; }
[href="/u/#q3427"] {content: url(https://qagg.news/siteimages/postimage3427.jpg); max-width:100%; }
[href="/u/#q3428"] {content: url(https://qagg.news/siteimages/postimage3428.jpg); max-width:100%; }
[href="/u/#q3429"] {content: url(https://qagg.news/siteimages/postimage3429.jpg); max-width:100%; }
[href="/u/#q3430"] {content: url(https://qagg.news/siteimages/postimage3430.jpg); max-width:100%; }
[href="/u/#q3431"] {content: url(https://qagg.news/siteimages/postimage3431.jpg); max-width:100%; }
[href="/u/#q3432"] {content: url(https://qagg.news/siteimages/postimage3432.jpg); max-width:100%; }
[href="/u/#q3433"] {content: url(https://qagg.news/siteimages/postimage3433.jpg); max-width:100%; }
[href="/u/#q3434"] {content: url(https://qagg.news/siteimages/postimage3434.jpg); max-width:100%; }
[href="/u/#q3435"] {content: url(https://qagg.news/siteimages/postimage3435.jpg); max-width:100%; }
[href="/u/#q3436"] {content: url(https://qagg.news/siteimages/postimage3436.jpg); max-width:100%; }
[href="/u/#q3437"] {content: url(https://qagg.news/siteimages/postimage3437.jpg); max-width:100%; }
[href="/u/#q3438"] {content: url(https://qagg.news/siteimages/postimage3438.jpg); max-width:100%; }
[href="/u/#q3439"] {content: url(https://qagg.news/siteimages/postimage3439.jpg); max-width:100%; }
[href="/u/#q3440"] {content: url(https://qagg.news/siteimages/postimage3440.jpg); max-width:100%; }
[href="/u/#q3441"] {content: url(https://qagg.news/siteimages/postimage3441.jpg); max-width:100%; }
[href="/u/#q3442"] {content: url(https://qagg.news/siteimages/postimage3442.jpg); max-width:100%; }
[href="/u/#q3443"] {content: url(https://qagg.news/siteimages/postimage3443.jpg); max-width:100%; }
[href="/u/#q3444"] {content: url(https://qagg.news/siteimages/postimage3444.jpg); max-width:100%; }
[href="/u/#q3445"] {content: url(https://qagg.news/siteimages/postimage3445.jpg); max-width:100%; }
[href="/u/#q3446"] {content: url(https://qagg.news/siteimages/postimage3446.jpg); max-width:100%; }
[href="/u/#q3447"] {content: url(https://qagg.news/siteimages/postimage3447.jpg); max-width:100%; }
[href="/u/#q3448"] {content: url(https://qagg.news/siteimages/postimage3448.jpg); max-width:100%; }
[href="/u/#q3449"] {content: url(https://qagg.news/siteimages/postimage3449.jpg); max-width:100%; }
[href="/u/#q3450"] {content: url(https://qagg.news/siteimages/postimage3450.jpg); max-width:100%; }
[href="/u/#q3451"] {content: url(https://qagg.news/siteimages/postimage3451.jpg); max-width:100%; }
[href="/u/#q3452"] {content: url(https://qagg.news/siteimages/postimage3452.jpg); max-width:100%; }
[href="/u/#q3453"] {content: url(https://qagg.news/siteimages/postimage3453.jpg); max-width:100%; }
[href="/u/#q3454"] {content: url(https://qagg.news/siteimages/postimage3454.jpg); max-width:100%; }
[href="/u/#q3455"] {content: url(https://qagg.news/siteimages/postimage3455.jpg); max-width:100%; }
[href="/u/#q3456"] {content: url(https://qagg.news/siteimages/postimage3456.jpg); max-width:100%; }
[href="/u/#q3457"] {content: url(https://qagg.news/siteimages/postimage3457.jpg); max-width:100%; }
[href="/u/#q3458"] {content: url(https://qagg.news/siteimages/postimage3458.jpg); max-width:100%; }
[href="/u/#q3459"] {content: url(https://qagg.news/siteimages/postimage3459.jpg); max-width:100%; }
[href="/u/#q3460"] {content: url(https://qagg.news/siteimages/postimage3460.jpg); max-width:100%; }
[href="/u/#q3461"] {content: url(https://qagg.news/siteimages/postimage3461.jpg); max-width:100%; }
[href="/u/#q3462"] {content: url(https://qagg.news/siteimages/postimage3462.jpg); max-width:100%; }
[href="/u/#q3463"] {content: url(https://qagg.news/siteimages/postimage3463.jpg); max-width:100%; }
[href="/u/#q3464"] {content: url(https://qagg.news/siteimages/postimage3464.jpg); max-width:100%; }
[href="/u/#q3465"] {content: url(https://qagg.news/siteimages/postimage3465.jpg); max-width:100%; }
[href="/u/#q3466"] {content: url(https://qagg.news/siteimages/postimage3466.jpg); max-width:100%; }
[href="/u/#q3467"] {content: url(https://qagg.news/siteimages/postimage3467.jpg); max-width:100%; }
[href="/u/#q3468"] {content: url(https://qagg.news/siteimages/postimage3468.jpg); max-width:100%; }
[href="/u/#q3469"] {content: url(https://qagg.news/siteimages/postimage3469.jpg); max-width:100%; }
[href="/u/#q3470"] {content: url(https://qagg.news/siteimages/postimage3470.jpg); max-width:100%; }
[href="/u/#q3471"] {content: url(https://qagg.news/siteimages/postimage3471.jpg); max-width:100%; }
[href="/u/#q3472"] {content: url(https://qagg.news/siteimages/postimage3472.jpg); max-width:100%; }
[href="/u/#q3473"] {content: url(https://qagg.news/siteimages/postimage3473.jpg); max-width:100%; }
[href="/u/#q3474"] {content: url(https://qagg.news/siteimages/postimage3474.jpg); max-width:100%; }
[href="/u/#q3475"] {content: url(https://qagg.news/siteimages/postimage3475.jpg); max-width:100%; }
[href="/u/#q3476"] {content: url(https://qagg.news/siteimages/postimage3476.jpg); max-width:100%; }
[href="/u/#q3477"] {content: url(https://qagg.news/siteimages/postimage3477.jpg); max-width:100%; }
[href="/u/#q3478"] {content: url(https://qagg.news/siteimages/postimage3478.jpg); max-width:100%; }
[href="/u/#q3479"] {content: url(https://qagg.news/siteimages/postimage3479.jpg); max-width:100%; }
[href="/u/#q3480"] {content: url(https://qagg.news/siteimages/postimage3480.jpg); max-width:100%; }
[href="/u/#q3481"] {content: url(https://qagg.news/siteimages/postimage3481.jpg); max-width:100%; }
[href="/u/#q3482"] {content: url(https://qagg.news/siteimages/postimage3482.jpg); max-width:100%; }
[href="/u/#q3483"] {content: url(https://qagg.news/siteimages/postimage3483.jpg); max-width:100%; }
[href="/u/#q3484"] {content: url(https://qagg.news/siteimages/postimage3484.jpg); max-width:100%; }
[href="/u/#q3485"] {content: url(https://qagg.news/siteimages/postimage3485.jpg); max-width:100%; }
[href="/u/#q3486"] {content: url(https://qagg.news/siteimages/postimage3486.jpg); max-width:100%; }
[href="/u/#q3487"] {content: url(https://qagg.news/siteimages/postimage3487.jpg); max-width:100%; }
[href="/u/#q3488"] {content: url(https://qagg.news/siteimages/postimage3488.jpg); max-width:100%; }
[href="/u/#q3489"] {content: url(https://qagg.news/siteimages/postimage3489.jpg); max-width:100%; }
[href="/u/#q3490"] {content: url(https://qagg.news/siteimages/postimage3490.jpg); max-width:100%; }
[href="/u/#q3491"] {content: url(https://qagg.news/siteimages/postimage3491.jpg); max-width:100%; }
[href="/u/#q3492"] {content: url(https://qagg.news/siteimages/postimage3492.jpg); max-width:100%; }
[href="/u/#q3493"] {content: url(https://qagg.news/siteimages/postimage3493.jpg); max-width:100%; }
[href="/u/#q3494"] {content: url(https://qagg.news/siteimages/postimage3494.jpg); max-width:100%; }
[href="/u/#q3495"] {content: url(https://qagg.news/siteimages/postimage3495.jpg); max-width:100%; }
[href="/u/#q3496"] {content: url(https://qagg.news/siteimages/postimage3496.jpg); max-width:100%; }
[href="/u/#q3497"] {content: url(https://qagg.news/siteimages/postimage3497.jpg); max-width:100%; }
[href="/u/#q3498"] {content: url(https://qagg.news/siteimages/postimage3498.jpg); max-width:100%; }
[href="/u/#q3499"] {content: url(https://qagg.news/siteimages/postimage3499.jpg); max-width:100%; }
[href="/u/#q3500"] {content: url(https://qagg.news/siteimages/postimage3500.jpg); max-width:100%; }
[href="/u/#q3501"] {content: url(https://qagg.news/siteimages/postimage3501.jpg); max-width:100%; }
[href="/u/#q3502"] {content: url(https://qagg.news/siteimages/postimage3502.jpg); max-width:100%; }
[href="/u/#q3503"] {content: url(https://qagg.news/siteimages/postimage3503.jpg); max-width:100%; }
[href="/u/#q3504"] {content: url(https://qagg.news/siteimages/postimage3504.jpg); max-width:100%; }
[href="/u/#q3505"] {content: url(https://qagg.news/siteimages/postimage3505.jpg); max-width:100%; }
[href="/u/#q3506"] {content: url(https://qagg.news/siteimages/postimage3506.jpg); max-width:100%; }
[href="/u/#q3507"] {content: url(https://qagg.news/siteimages/postimage3507.jpg); max-width:100%; }
[href="/u/#q3508"] {content: url(https://qagg.news/siteimages/postimage3508.jpg); max-width:100%; }
[href="/u/#q3509"] {content: url(https://qagg.news/siteimages/postimage3509.jpg); max-width:100%; }
[href="/u/#q3510"] {content: url(https://qagg.news/siteimages/postimage3510.jpg); max-width:100%; }
[href="/u/#q3511"] {content: url(https://qagg.news/siteimages/postimage3511.jpg); max-width:100%; }
[href="/u/#q3512"] {content: url(https://qagg.news/siteimages/postimage3512.jpg); max-width:100%; }
[href="/u/#q3513"] {content: url(https://qagg.news/siteimages/postimage3513.jpg); max-width:100%; }
[href="/u/#q3514"] {content: url(https://qagg.news/siteimages/postimage3514.jpg); max-width:100%; }
[href="/u/#q3515"] {content: url(https://qagg.news/siteimages/postimage3515.jpg); max-width:100%; }
[href="/u/#q3516"] {content: url(https://qagg.news/siteimages/postimage3516.jpg); max-width:100%; }
[href="/u/#q3517"] {content: url(https://qagg.news/siteimages/postimage3517.jpg); max-width:100%; }
[href="/u/#q3518"] {content: url(https://qagg.news/siteimages/postimage3518.jpg); max-width:100%; }
[href="/u/#q3519"] {content: url(https://qagg.news/siteimages/postimage3519.jpg); max-width:100%; }
[href="/u/#q3520"] {content: url(https://qagg.news/siteimages/postimage3520.jpg); max-width:100%; }
[href="/u/#q3521"] {content: url(https://qagg.news/siteimages/postimage3521.jpg); max-width:100%; }
[href="/u/#q3522"] {content: url(https://qagg.news/siteimages/postimage3522.jpg); max-width:100%; }
[href="/u/#q3523"] {content: url(https://qagg.news/siteimages/postimage3523.jpg); max-width:100%; }
[href="/u/#q3524"] {content: url(https://qagg.news/siteimages/postimage3524.jpg); max-width:100%; }
[href="/u/#q3525"] {content: url(https://qagg.news/siteimages/postimage3525.jpg); max-width:100%; }
[href="/u/#q3526"] {content: url(https://qagg.news/siteimages/postimage3526.jpg); max-width:100%; }
[href="/u/#q3527"] {content: url(https://qagg.news/siteimages/postimage3527.jpg); max-width:100%; }
[href="/u/#q3528"] {content: url(https://qagg.news/siteimages/postimage3528.jpg); max-width:100%; }
[href="/u/#q3529"] {content: url(https://qagg.news/siteimages/postimage3529.jpg); max-width:100%; }
[href="/u/#q3530"] {content: url(https://qagg.news/siteimages/postimage3530.jpg); max-width:100%; }
[href="/u/#q3531"] {content: url(https://qagg.news/siteimages/postimage3531.jpg); max-width:100%; }
[href="/u/#q3532"] {content: url(https://qagg.news/siteimages/postimage3532.jpg); max-width:100%; }
[href="/u/#q3533"] {content: url(https://qagg.news/siteimages/postimage3533.jpg); max-width:100%; }
[href="/u/#q3534"] {content: url(https://qagg.news/siteimages/postimage3534.jpg); max-width:100%; }
[href="/u/#q3535"] {content: url(https://qagg.news/siteimages/postimage3535.jpg); max-width:100%; }
[href="/u/#q3536"] {content: url(https://qagg.news/siteimages/postimage3536.jpg); max-width:100%; }
[href="/u/#q3537"] {content: url(https://qagg.news/siteimages/postimage3537.jpg); max-width:100%; }
[href="/u/#q3538"] {content: url(https://qagg.news/siteimages/postimage3538.jpg); max-width:100%; }
[href="/u/#q3539"] {content: url(https://qagg.news/siteimages/postimage3539.jpg); max-width:100%; }
[href="/u/#q3540"] {content: url(https://qagg.news/siteimages/postimage3540.jpg); max-width:100%; }
[href="/u/#q3541"] {content: url(https://qagg.news/siteimages/postimage3541.jpg); max-width:100%; }
[href="/u/#q3542"] {content: url(https://qagg.news/siteimages/postimage3542.jpg); max-width:100%; }
[href="/u/#q3543"] {content: url(https://qagg.news/siteimages/postimage3543.jpg); max-width:100%; }
[href="/u/#q3544"] {content: url(https://qagg.news/siteimages/postimage3544.jpg); max-width:100%; }
[href="/u/#q3545"] {content: url(https://qagg.news/siteimages/postimage3545.jpg); max-width:100%; }
[href="/u/#q3546"] {content: url(https://qagg.news/siteimages/postimage3546.jpg); max-width:100%; }
[href="/u/#q3547"] {content: url(https://qagg.news/siteimages/postimage3547.jpg); max-width:100%; }
[href="/u/#q3548"] {content: url(https://qagg.news/siteimages/postimage3548.jpg); max-width:100%; }
[href="/u/#q3549"] {content: url(https://qagg.news/siteimages/postimage3549.jpg); max-width:100%; }
[href="/u/#q3550"] {content: url(https://qagg.news/siteimages/postimage3550.jpg); max-width:100%; }
[href="/u/#q3551"] {content: url(https://qagg.news/siteimages/postimage3551.jpg); max-width:100%; }
[href="/u/#q3552"] {content: url(https://qagg.news/siteimages/postimage3552.jpg); max-width:100%; }
[href="/u/#q3553"] {content: url(https://qagg.news/siteimages/postimage3553.jpg); max-width:100%; }
[href="/u/#q3554"] {content: url(https://qagg.news/siteimages/postimage3554.jpg); max-width:100%; }
[href="/u/#q3555"] {content: url(https://qagg.news/siteimages/postimage3555.jpg); max-width:100%; }
[href="/u/#q3556"] {content: url(https://qagg.news/siteimages/postimage3556.jpg); max-width:100%; }
[href="/u/#q3557"] {content: url(https://qagg.news/siteimages/postimage3557.jpg); max-width:100%; }
[href="/u/#q3558"] {content: url(https://qagg.news/siteimages/postimage3558.jpg); max-width:100%; }
[href="/u/#q3559"] {content: url(https://qagg.news/siteimages/postimage3559.jpg); max-width:100%; }
[href="/u/#q3560"] {content: url(https://qagg.news/siteimages/postimage3560.jpg); max-width:100%; }
[href="/u/#q3561"] {content: url(https://qagg.news/siteimages/postimage3561.jpg); max-width:100%; }
[href="/u/#q3562"] {content: url(https://qagg.news/siteimages/postimage3562.jpg); max-width:100%; }
[href="/u/#q3563"] {content: url(https://qagg.news/siteimages/postimage3563.jpg); max-width:100%; }
[href="/u/#q3564"] {content: url(https://qagg.news/siteimages/postimage3564.jpg); max-width:100%; }
[href="/u/#q3565"] {content: url(https://qagg.news/siteimages/postimage3565.jpg); max-width:100%; }
[href="/u/#q3566"] {content: url(https://qagg.news/siteimages/postimage3566.jpg); max-width:100%; }
[href="/u/#q3567"] {content: url(https://qagg.news/siteimages/postimage3567.jpg); max-width:100%; }
[href="/u/#q3568"] {content: url(https://qagg.news/siteimages/postimage3568.jpg); max-width:100%; }
[href="/u/#q3569"] {content: url(https://qagg.news/siteimages/postimage3569.jpg); max-width:100%; }
[href="/u/#q3570"] {content: url(https://qagg.news/siteimages/postimage3570.jpg); max-width:100%; }
[href="/u/#q3571"] {content: url(https://qagg.news/siteimages/postimage3571.jpg); max-width:100%; }
[href="/u/#q3572"] {content: url(https://qagg.news/siteimages/postimage3572.jpg); max-width:100%; }
[href="/u/#q3573"] {content: url(https://qagg.news/siteimages/postimage3573.jpg); max-width:100%; }
[href="/u/#q3574"] {content: url(https://qagg.news/siteimages/postimage3574.jpg); max-width:100%; }
[href="/u/#q3575"] {content: url(https://qagg.news/siteimages/postimage3575.jpg); max-width:100%; }
[href="/u/#q3576"] {content: url(https://qagg.news/siteimages/postimage3576.jpg); max-width:100%; }
[href="/u/#q3577"] {content: url(https://qagg.news/siteimages/postimage3577.jpg); max-width:100%; }
[href="/u/#q3578"] {content: url(https://qagg.news/siteimages/postimage3578.jpg); max-width:100%; }
[href="/u/#q3579"] {content: url(https://qagg.news/siteimages/postimage3579.jpg); max-width:100%; }
[href="/u/#q3580"] {content: url(https://qagg.news/siteimages/postimage3580.jpg); max-width:100%; }
[href="/u/#q3581"] {content: url(https://qagg.news/siteimages/postimage3581.jpg); max-width:100%; }
[href="/u/#q3582"] {content: url(https://qagg.news/siteimages/postimage3582.jpg); max-width:100%; }
[href="/u/#q3583"] {content: url(https://qagg.news/siteimages/postimage3583.jpg); max-width:100%; }
[href="/u/#q3584"] {content: url(https://qagg.news/siteimages/postimage3584.jpg); max-width:100%; }
[href="/u/#q3585"] {content: url(https://qagg.news/siteimages/postimage3585.jpg); max-width:100%; }
[href="/u/#q3586"] {content: url(https://qagg.news/siteimages/postimage3586.jpg); max-width:100%; }
[href="/u/#q3587"] {content: url(https://qagg.news/siteimages/postimage3587.jpg); max-width:100%; }
[href="/u/#q3588"] {content: url(https://qagg.news/siteimages/postimage3588.jpg); max-width:100%; }
[href="/u/#q3589"] {content: url(https://qagg.news/siteimages/postimage3589.jpg); max-width:100%; }
[href="/u/#q3590"] {content: url(https://qagg.news/siteimages/postimage3590.jpg); max-width:100%; }
[href="/u/#q3591"] {content: url(https://qagg.news/siteimages/postimage3591.jpg); max-width:100%; }
[href="/u/#q3592"] {content: url(https://qagg.news/siteimages/postimage3592.jpg); max-width:100%; }
[href="/u/#q3593"] {content: url(https://qagg.news/siteimages/postimage3593.jpg); max-width:100%; }
[href="/u/#q3594"] {content: url(https://qagg.news/siteimages/postimage3594.jpg); max-width:100%; }
[href="/u/#q3595"] {content: url(https://qagg.news/siteimages/postimage3595.jpg); max-width:100%; }
[href="/u/#q3596"] {content: url(https://qagg.news/siteimages/postimage3596.jpg); max-width:100%; }
[href="/u/#q3597"] {content: url(https://qagg.news/siteimages/postimage3597.jpg); max-width:100%; }
[href="/u/#q3598"] {content: url(https://qagg.news/siteimages/postimage3598.jpg); max-width:100%; }
[href="/u/#q3599"] {content: url(https://qagg.news/siteimages/postimage3599.jpg); max-width:100%; }
[href="/u/#q3600"] {content: url(https://qagg.news/siteimages/postimage3600.jpg); max-width:100%; }
[href="/u/#q3601"] {content: url(https://qagg.news/siteimages/postimage3601.jpg); max-width:100%; }
[href="/u/#q3602"] {content: url(https://qagg.news/siteimages/postimage3602.jpg); max-width:100%; }
[href="/u/#q3603"] {content: url(https://qagg.news/siteimages/postimage3603.jpg); max-width:100%; }
[href="/u/#q3604"] {content: url(https://qagg.news/siteimages/postimage3604.jpg); max-width:100%; }
[href="/u/#q3605"] {content: url(https://qagg.news/siteimages/postimage3605.jpg); max-width:100%; }
[href="/u/#q3606"] {content: url(https://qagg.news/siteimages/postimage3606.jpg); max-width:100%; }
[href="/u/#q3607"] {content: url(https://qagg.news/siteimages/postimage3607.jpg); max-width:100%; }
[href="/u/#q3608"] {content: url(https://qagg.news/siteimages/postimage3608.jpg); max-width:100%; }
[href="/u/#q3609"] {content: url(https://qagg.news/siteimages/postimage3609.jpg); max-width:100%; }
[href="/u/#q3610"] {content: url(https://qagg.news/siteimages/postimage3610.jpg); max-width:100%; }
[href="/u/#q3611"] {content: url(https://qagg.news/siteimages/postimage3611.jpg); max-width:100%; }
[href="/u/#q3612"] {content: url(https://qagg.news/siteimages/postimage3612.jpg); max-width:100%; }
[href="/u/#q3613"] {content: url(https://qagg.news/siteimages/postimage3613.jpg); max-width:100%; }
[href="/u/#q3614"] {content: url(https://qagg.news/siteimages/postimage3614.jpg); max-width:100%; }
[href="/u/#q3615"] {content: url(https://qagg.news/siteimages/postimage3615.jpg); max-width:100%; }
[href="/u/#q3616"] {content: url(https://qagg.news/siteimages/postimage3616.jpg); max-width:100%; }
[href="/u/#q3617"] {content: url(https://qagg.news/siteimages/postimage3617.jpg); max-width:100%; }
[href="/u/#q3618"] {content: url(https://qagg.news/siteimages/postimage3618.jpg); max-width:100%; }
[href="/u/#q3619"] {content: url(https://qagg.news/siteimages/postimage3619.jpg); max-width:100%; }
[href="/u/#q3620"] {content: url(https://qagg.news/siteimages/postimage3620.jpg); max-width:100%; }
[href="/u/#q3621"] {content: url(https://qagg.news/siteimages/postimage3621.jpg); max-width:100%; }
[href="/u/#q3622"] {content: url(https://qagg.news/siteimages/postimage3622.jpg); max-width:100%; }
[href="/u/#q3623"] {content: url(https://qagg.news/siteimages/postimage3623.jpg); max-width:100%; }
[href="/u/#q3624"] {content: url(https://qagg.news/siteimages/postimage3624.jpg); max-width:100%; }
[href="/u/#q3625"] {content: url(https://qagg.news/siteimages/postimage3625.jpg); max-width:100%; }
[href="/u/#q3626"] {content: url(https://qagg.news/siteimages/postimage3626.jpg); max-width:100%; }
[href="/u/#q3627"] {content: url(https://qagg.news/siteimages/postimage3627.jpg); max-width:100%; }
[href="/u/#q3628"] {content: url(https://qagg.news/siteimages/postimage3628.jpg); max-width:100%; }
[href="/u/#q3629"] {content: url(https://qagg.news/siteimages/postimage3629.jpg); max-width:100%; }
[href="/u/#q3630"] {content: url(https://qagg.news/siteimages/postimage3630.jpg); max-width:100%; }
[href="/u/#q3631"] {content: url(https://qagg.news/siteimages/postimage3631.jpg); max-width:100%; }
[href="/u/#q3632"] {content: url(https://qagg.news/siteimages/postimage3632.jpg); max-width:100%; }
[href="/u/#q3633"] {content: url(https://qagg.news/siteimages/postimage3633.jpg); max-width:100%; }
[href="/u/#q3634"] {content: url(https://qagg.news/siteimages/postimage3634.jpg); max-width:100%; }
[href="/u/#q3635"] {content: url(https://qagg.news/siteimages/postimage3635.jpg); max-width:100%; }
[href="/u/#q3636"] {content: url(https://qagg.news/siteimages/postimage3636.jpg); max-width:100%; }
[href="/u/#q3637"] {content: url(https://qagg.news/siteimages/postimage3637.jpg); max-width:100%; }
[href="/u/#q3638"] {content: url(https://qagg.news/siteimages/postimage3638.jpg); max-width:100%; }
[href="/u/#q3639"] {content: url(https://qagg.news/siteimages/postimage3639.jpg); max-width:100%; }
[href="/u/#q3640"] {content: url(https://qagg.news/siteimages/postimage3640.jpg); max-width:100%; }
[href="/u/#q3641"] {content: url(https://qagg.news/siteimages/postimage3641.jpg); max-width:100%; }
[href="/u/#q3642"] {content: url(https://qagg.news/siteimages/postimage3642.jpg); max-width:100%; }
[href="/u/#q3643"] {content: url(https://qagg.news/siteimages/postimage3643.jpg); max-width:100%; }
[href="/u/#q3644"] {content: url(https://qagg.news/siteimages/postimage3644.jpg); max-width:100%; }
[href="/u/#q3645"] {content: url(https://qagg.news/siteimages/postimage3645.jpg); max-width:100%; }
[href="/u/#q3646"] {content: url(https://qagg.news/siteimages/postimage3646.jpg); max-width:100%; }
[href="/u/#q3647"] {content: url(https://qagg.news/siteimages/postimage3647.jpg); max-width:100%; }
[href="/u/#q3648"] {content: url(https://qagg.news/siteimages/postimage3648.jpg); max-width:100%; }
[href="/u/#q3649"] {content: url(https://qagg.news/siteimages/postimage3649.jpg); max-width:100%; }
[href="/u/#q3650"] {content: url(https://qagg.news/siteimages/postimage3650.jpg); max-width:100%; }
[href="/u/#q3651"] {content: url(https://qagg.news/siteimages/postimage3651.jpg); max-width:100%; }
[href="/u/#q3652"] {content: url(https://qagg.news/siteimages/postimage3652.jpg); max-width:100%; }
[href="/u/#q3653"] {content: url(https://qagg.news/siteimages/postimage3653.jpg); max-width:100%; }
[href="/u/#q3654"] {content: url(https://qagg.news/siteimages/postimage3654.jpg); max-width:100%; }
[href="/u/#q3655"] {content: url(https://qagg.news/siteimages/postimage3655.jpg); max-width:100%; }
[href="/u/#q3656"] {content: url(https://qagg.news/siteimages/postimage3656.jpg); max-width:100%; }
[href="/u/#q3657"] {content: url(https://qagg.news/siteimages/postimage3657.jpg); max-width:100%; }
[href="/u/#q3658"] {content: url(https://qagg.news/siteimages/postimage3658.jpg); max-width:100%; }
[href="/u/#q3659"] {content: url(https://qagg.news/siteimages/postimage3659.jpg); max-width:100%; }
[href="/u/#q3660"] {content: url(https://qagg.news/siteimages/postimage3660.jpg); max-width:100%; }
[href="/u/#q3661"] {content: url(https://qagg.news/siteimages/postimage3661.jpg); max-width:100%; }
[href="/u/#q3662"] {content: url(https://qagg.news/siteimages/postimage3662.jpg); max-width:100%; }
[href="/u/#q3663"] {content: url(https://qagg.news/siteimages/postimage3663.jpg); max-width:100%; }
[href="/u/#q3664"] {content: url(https://qagg.news/siteimages/postimage3664.jpg); max-width:100%; }
[href="/u/#q3665"] {content: url(https://qagg.news/siteimages/postimage3665.jpg); max-width:100%; }
[href="/u/#q3666"] {content: url(https://qagg.news/siteimages/postimage3666.jpg); max-width:100%; }
[href="/u/#q3667"] {content: url(https://qagg.news/siteimages/postimage3667.jpg); max-width:100%; }
[href="/u/#q3668"] {content: url(https://qagg.news/siteimages/postimage3668.jpg); max-width:100%; }
[href="/u/#q3669"] {content: url(https://qagg.news/siteimages/postimage3669.jpg); max-width:100%; }
[href="/u/#q3670"] {content: url(https://qagg.news/siteimages/postimage3670.jpg); max-width:100%; }
[href="/u/#q3671"] {content: url(https://qagg.news/siteimages/postimage3671.jpg); max-width:100%; }
[href="/u/#q3672"] {content: url(https://qagg.news/siteimages/postimage3672.jpg); max-width:100%; }
[href="/u/#q3673"] {content: url(https://qagg.news/siteimages/postimage3673.jpg); max-width:100%; }
[href="/u/#q3674"] {content: url(https://qagg.news/siteimages/postimage3674.jpg); max-width:100%; }
[href="/u/#q3675"] {content: url(https://qagg.news/siteimages/postimage3675.jpg); max-width:100%; }
[href="/u/#q3676"] {content: url(https://qagg.news/siteimages/postimage3676.jpg); max-width:100%; }
[href="/u/#q3677"] {content: url(https://qagg.news/siteimages/postimage3677.jpg); max-width:100%; }
[href="/u/#q3678"] {content: url(https://qagg.news/siteimages/postimage3678.jpg); max-width:100%; }
[href="/u/#q3679"] {content: url(https://qagg.news/siteimages/postimage3679.jpg); max-width:100%; }
[href="/u/#q3680"] {content: url(https://qagg.news/siteimages/postimage3680.jpg); max-width:100%; }
[href="/u/#q3681"] {content: url(https://qagg.news/siteimages/postimage3681.jpg); max-width:100%; }
[href="/u/#q3682"] {content: url(https://qagg.news/siteimages/postimage3682.jpg); max-width:100%; }
[href="/u/#q3683"] {content: url(https://qagg.news/siteimages/postimage3683.jpg); max-width:100%; }
[href="/u/#q3684"] {content: url(https://qagg.news/siteimages/postimage3684.jpg); max-width:100%; }
[href="/u/#q3685"] {content: url(https://qagg.news/siteimages/postimage3685.jpg); max-width:100%; }
[href="/u/#q3686"] {content: url(https://qagg.news/siteimages/postimage3686.jpg); max-width:100%; }
[href="/u/#q3687"] {content: url(https://qagg.news/siteimages/postimage3687.jpg); max-width:100%; }
[href="/u/#q3688"] {content: url(https://qagg.news/siteimages/postimage3688.jpg); max-width:100%; }
[href="/u/#q3689"] {content: url(https://qagg.news/siteimages/postimage3689.jpg); max-width:100%; }
[href="/u/#q3690"] {content: url(https://qagg.news/siteimages/postimage3690.jpg); max-width:100%; }
[href="/u/#q3691"] {content: url(https://qagg.news/siteimages/postimage3691.jpg); max-width:100%; }
[href="/u/#q3692"] {content: url(https://qagg.news/siteimages/postimage3692.jpg); max-width:100%; }
[href="/u/#q3693"] {content: url(https://qagg.news/siteimages/postimage3693.jpg); max-width:100%; }
[href="/u/#q3694"] {content: url(https://qagg.news/siteimages/postimage3694.jpg); max-width:100%; }
[href="/u/#q3695"] {content: url(https://qagg.news/siteimages/postimage3695.jpg); max-width:100%; }
[href="/u/#q3696"] {content: url(https://qagg.news/siteimages/postimage3696.jpg); max-width:100%; }
[href="/u/#q3697"] {content: url(https://qagg.news/siteimages/postimage3697.jpg); max-width:100%; }
[href="/u/#q3698"] {content: url(https://qagg.news/siteimages/postimage3698.jpg); max-width:100%; }
[href="/u/#q3699"] {content: url(https://qagg.news/siteimages/postimage3699.jpg); max-width:100%; }
[href="/u/#q3700"] {content: url(https://qagg.news/siteimages/postimage3700.jpg); max-width:100%; }
[href="/u/#q3701"] {content: url(https://qagg.news/siteimages/postimage3701.jpg); max-width:100%; }
[href="/u/#q3702"] {content: url(https://qagg.news/siteimages/postimage3702.jpg); max-width:100%; }
[href="/u/#q3703"] {content: url(https://qagg.news/siteimages/postimage3703.jpg); max-width:100%; }
[href="/u/#q3704"] {content: url(https://qagg.news/siteimages/postimage3704.jpg); max-width:100%; }
[href="/u/#q3705"] {content: url(https://qagg.news/siteimages/postimage3705.jpg); max-width:100%; }
[href="/u/#q3706"] {content: url(https://qagg.news/siteimages/postimage3706.jpg); max-width:100%; }
[href="/u/#q3707"] {content: url(https://qagg.news/siteimages/postimage3707.jpg); max-width:100%; }
[href="/u/#q3708"] {content: url(https://qagg.news/siteimages/postimage3708.jpg); max-width:100%; }
[href="/u/#q3709"] {content: url(https://qagg.news/siteimages/postimage3709.jpg); max-width:100%; }
[href="/u/#q3710"] {content: url(https://qagg.news/siteimages/postimage3710.jpg); max-width:100%; }
[href="/u/#q3711"] {content: url(https://qagg.news/siteimages/postimage3711.jpg); max-width:100%; }
[href="/u/#q3712"] {content: url(https://qagg.news/siteimages/postimage3712.jpg); max-width:100%; }
[href="/u/#q3713"] {content: url(https://qagg.news/siteimages/postimage3713.jpg); max-width:100%; }
[href="/u/#q3714"] {content: url(https://qagg.news/siteimages/postimage3714.jpg); max-width:100%; }
[href="/u/#q3715"] {content: url(https://qagg.news/siteimages/postimage3715.jpg); max-width:100%; }
[href="/u/#q3716"] {content: url(https://qagg.news/siteimages/postimage3716.jpg); max-width:100%; }
[href="/u/#q3717"] {content: url(https://qagg.news/siteimages/postimage3717.jpg); max-width:100%; }
[href="/u/#q3718"] {content: url(https://qagg.news/siteimages/postimage3718.jpg); max-width:100%; }
[href="/u/#q3719"] {content: url(https://qagg.news/siteimages/postimage3719.jpg); max-width:100%; }
[href="/u/#q3720"] {content: url(https://qagg.news/siteimages/postimage3720.jpg); max-width:100%; }
[href="/u/#q3721"] {content: url(https://qagg.news/siteimages/postimage3721.jpg); max-width:100%; }
[href="/u/#q3722"] {content: url(https://qagg.news/siteimages/postimage3722.jpg); max-width:100%; }
[href="/u/#q3723"] {content: url(https://qagg.news/siteimages/postimage3723.jpg); max-width:100%; }
[href="/u/#q3724"] {content: url(https://qagg.news/siteimages/postimage3724.jpg); max-width:100%; }
[href="/u/#q3725"] {content: url(https://qagg.news/siteimages/postimage3725.jpg); max-width:100%; }
[href="/u/#q3726"] {content: url(https://qagg.news/siteimages/postimage3726.jpg); max-width:100%; }
[href="/u/#q3727"] {content: url(https://qagg.news/siteimages/postimage3727.jpg); max-width:100%; }
[href="/u/#q3728"] {content: url(https://qagg.news/siteimages/postimage3728.jpg); max-width:100%; }
[href="/u/#q3729"] {content: url(https://qagg.news/siteimages/postimage3729.jpg); max-width:100%; }
[href="/u/#q3730"] {content: url(https://qagg.news/siteimages/postimage3730.jpg); max-width:100%; }
[href="/u/#q3731"] {content: url(https://qagg.news/siteimages/postimage3731.jpg); max-width:100%; }
[href="/u/#q3732"] {content: url(https://qagg.news/siteimages/postimage3732.jpg); max-width:100%; }
[href="/u/#q3733"] {content: url(https://qagg.news/siteimages/postimage3733.jpg); max-width:100%; }
[href="/u/#q3734"] {content: url(https://qagg.news/siteimages/postimage3734.jpg); max-width:100%; }
[href="/u/#q3735"] {content: url(https://qagg.news/siteimages/postimage3735.jpg); max-width:100%; }
[href="/u/#q3736"] {content: url(https://qagg.news/siteimages/postimage3736.jpg); max-width:100%; }
[href="/u/#q3737"] {content: url(https://qagg.news/siteimages/postimage3737.jpg); max-width:100%; }
[href="/u/#q3738"] {content: url(https://qagg.news/siteimages/postimage3738.jpg); max-width:100%; }
[href="/u/#q3739"] {content: url(https://qagg.news/siteimages/postimage3739.jpg); max-width:100%; }
[href="/u/#q3740"] {content: url(https://qagg.news/siteimages/postimage3740.jpg); max-width:100%; }
[href="/u/#q3741"] {content: url(https://qagg.news/siteimages/postimage3741.jpg); max-width:100%; }
[href="/u/#q3742"] {content: url(https://qagg.news/siteimages/postimage3742.jpg); max-width:100%; }
[href="/u/#q3743"] {content: url(https://qagg.news/siteimages/postimage3743.jpg); max-width:100%; }
[href="/u/#q3744"] {content: url(https://qagg.news/siteimages/postimage3744.jpg); max-width:100%; }
[href="/u/#q3745"] {content: url(https://qagg.news/siteimages/postimage3745.jpg); max-width:100%; }
[href="/u/#q3746"] {content: url(https://qagg.news/siteimages/postimage3746.jpg); max-width:100%; }
[href="/u/#q3747"] {content: url(https://qagg.news/siteimages/postimage3747.jpg); max-width:100%; }
[href="/u/#q3748"] {content: url(https://qagg.news/siteimages/postimage3748.jpg); max-width:100%; }
[href="/u/#q3749"] {content: url(https://qagg.news/siteimages/postimage3749.jpg); max-width:100%; }
[href="/u/#q3750"] {content: url(https://qagg.news/siteimages/postimage3750.jpg); max-width:100%; }
[href="/u/#q3751"] {content: url(https://qagg.news/siteimages/postimage3751.jpg); max-width:100%; }
[href="/u/#q3752"] {content: url(https://qagg.news/siteimages/postimage3752.jpg); max-width:100%; }
[href="/u/#q3753"] {content: url(https://qagg.news/siteimages/postimage3753.jpg); max-width:100%; }
[href="/u/#q3754"] {content: url(https://qagg.news/siteimages/postimage3754.jpg); max-width:100%; }
[href="/u/#q3755"] {content: url(https://qagg.news/siteimages/postimage3755.jpg); max-width:100%; }
[href="/u/#q3756"] {content: url(https://qagg.news/siteimages/postimage3756.jpg); max-width:100%; }
[href="/u/#q3757"] {content: url(https://qagg.news/siteimages/postimage3757.jpg); max-width:100%; }
[href="/u/#q3758"] {content: url(https://qagg.news/siteimages/postimage3758.jpg); max-width:100%; }
[href="/u/#q3759"] {content: url(https://qagg.news/siteimages/postimage3759.jpg); max-width:100%; }
[href="/u/#q3760"] {content: url(https://qagg.news/siteimages/postimage3760.jpg); max-width:100%; }
[href="/u/#q3761"] {content: url(https://qagg.news/siteimages/postimage3761.jpg); max-width:100%; }
[href="/u/#q3762"] {content: url(https://qagg.news/siteimages/postimage3762.jpg); max-width:100%; }
[href="/u/#q3763"] {content: url(https://qagg.news/siteimages/postimage3763.jpg); max-width:100%; }
[href="/u/#q3764"] {content: url(https://qagg.news/siteimages/postimage3764.jpg); max-width:100%; }
[href="/u/#q3765"] {content: url(https://qagg.news/siteimages/postimage3765.jpg); max-width:100%; }
[href="/u/#q3766"] {content: url(https://qagg.news/siteimages/postimage3766.jpg); max-width:100%; }
[href="/u/#q3767"] {content: url(https://qagg.news/siteimages/postimage3767.jpg); max-width:100%; }
[href="/u/#q3768"] {content: url(https://qagg.news/siteimages/postimage3768.jpg); max-width:100%; }
[href="/u/#q3769"] {content: url(https://qagg.news/siteimages/postimage3769.jpg); max-width:100%; }
[href="/u/#q3770"] {content: url(https://qagg.news/siteimages/postimage3770.jpg); max-width:100%; }
[href="/u/#q3771"] {content: url(https://qagg.news/siteimages/postimage3771.jpg); max-width:100%; }
[href="/u/#q3772"] {content: url(https://qagg.news/siteimages/postimage3772.jpg); max-width:100%; }
[href="/u/#q3773"] {content: url(https://qagg.news/siteimages/postimage3773.jpg); max-width:100%; }
[href="/u/#q3774"] {content: url(https://qagg.news/siteimages/postimage3774.jpg); max-width:100%; }
[href="/u/#q3775"] {content: url(https://qagg.news/siteimages/postimage3775.jpg); max-width:100%; }
[href="/u/#q3776"] {content: url(https://qagg.news/siteimages/postimage3776.jpg); max-width:100%; }
[href="/u/#q3777"] {content: url(https://qagg.news/siteimages/postimage3777.jpg); max-width:100%; }
[href="/u/#q3778"] {content: url(https://qagg.news/siteimages/postimage3778.jpg); max-width:100%; }
[href="/u/#q3779"] {content: url(https://qagg.news/siteimages/postimage3779.jpg); max-width:100%; }
[href="/u/#q3780"] {content: url(https://qagg.news/siteimages/postimage3780.jpg); max-width:100%; }
[href="/u/#q3781"] {content: url(https://qagg.news/siteimages/postimage3781.jpg); max-width:100%; }
[href="/u/#q3782"] {content: url(https://qagg.news/siteimages/postimage3782.jpg); max-width:100%; }
[href="/u/#q3783"] {content: url(https://qagg.news/siteimages/postimage3783.jpg); max-width:100%; }
[href="/u/#q3784"] {content: url(https://qagg.news/siteimages/postimage3784.jpg); max-width:100%; }
[href="/u/#q3785"] {content: url(https://qagg.news/siteimages/postimage3785.jpg); max-width:100%; }
[href="/u/#q3786"] {content: url(https://qagg.news/siteimages/postimage3786.jpg); max-width:100%; }
[href="/u/#q3787"] {content: url(https://qagg.news/siteimages/postimage3787.jpg); max-width:100%; }
[href="/u/#q3788"] {content: url(https://qagg.news/siteimages/postimage3788.jpg); max-width:100%; }
[href="/u/#q3789"] {content: url(https://qagg.news/siteimages/postimage3789.jpg); max-width:100%; }
[href="/u/#q3790"] {content: url(https://qagg.news/siteimages/postimage3790.jpg); max-width:100%; }
[href="/u/#q3791"] {content: url(https://qagg.news/siteimages/postimage3791.jpg); max-width:100%; }
[href="/u/#q3792"] {content: url(https://qagg.news/siteimages/postimage3792.jpg); max-width:100%; }
[href="/u/#q3793"] {content: url(https://qagg.news/siteimages/postimage3793.jpg); max-width:100%; }
[href="/u/#q3794"] {content: url(https://qagg.news/siteimages/postimage3794.jpg); max-width:100%; }
[href="/u/#q3795"] {content: url(https://qagg.news/siteimages/postimage3795.jpg); max-width:100%; }
[href="/u/#q3796"] {content: url(https://qagg.news/siteimages/postimage3796.jpg); max-width:100%; }
[href="/u/#q3797"] {content: url(https://qagg.news/siteimages/postimage3797.jpg); max-width:100%; }
[href="/u/#q3798"] {content: url(https://qagg.news/siteimages/postimage3798.jpg); max-width:100%; }
[href="/u/#q3799"] {content: url(https://qagg.news/siteimages/postimage3799.jpg); max-width:100%; }
[href="/u/#q3800"] {content: url(https://qagg.news/siteimages/postimage3800.jpg); max-width:100%; }
[href="/u/#q3801"] {content: url(https://qagg.news/siteimages/postimage3801.jpg); max-width:100%; }
[href="/u/#q3802"] {content: url(https://qagg.news/siteimages/postimage3802.jpg); max-width:100%; }
[href="/u/#q3803"] {content: url(https://qagg.news/siteimages/postimage3803.jpg); max-width:100%; }
[href="/u/#q3804"] {content: url(https://qagg.news/siteimages/postimage3804.jpg); max-width:100%; }
[href="/u/#q3805"] {content: url(https://qagg.news/siteimages/postimage3805.jpg); max-width:100%; }
[href="/u/#q3806"] {content: url(https://qagg.news/siteimages/postimage3806.jpg); max-width:100%; }
[href="/u/#q3807"] {content: url(https://qagg.news/siteimages/postimage3807.jpg); max-width:100%; }
[href="/u/#q3808"] {content: url(https://qagg.news/siteimages/postimage3808.jpg); max-width:100%; }
[href="/u/#q3809"] {content: url(https://qagg.news/siteimages/postimage3809.jpg); max-width:100%; }
[href="/u/#q3810"] {content: url(https://qagg.news/siteimages/postimage3810.jpg); max-width:100%; }
[href="/u/#q3811"] {content: url(https://qagg.news/siteimages/postimage3811.jpg); max-width:100%; }
[href="/u/#q3812"] {content: url(https://qagg.news/siteimages/postimage3812.jpg); max-width:100%; }
[href="/u/#q3813"] {content: url(https://qagg.news/siteimages/postimage3813.jpg); max-width:100%; }
[href="/u/#q3814"] {content: url(https://qagg.news/siteimages/postimage3814.jpg); max-width:100%; }
[href="/u/#q3815"] {content: url(https://qagg.news/siteimages/postimage3815.jpg); max-width:100%; }
[href="/u/#q3816"] {content: url(https://qagg.news/siteimages/postimage3816.jpg); max-width:100%; }
[href="/u/#q3817"] {content: url(https://qagg.news/siteimages/postimage3817.jpg); max-width:100%; }
[href="/u/#q3818"] {content: url(https://qagg.news/siteimages/postimage3818.jpg); max-width:100%; }
[href="/u/#q3819"] {content: url(https://qagg.news/siteimages/postimage3819.jpg); max-width:100%; }
[href="/u/#q3820"] {content: url(https://qagg.news/siteimages/postimage3820.jpg); max-width:100%; }
[href="/u/#q3821"] {content: url(https://qagg.news/siteimages/postimage3821.jpg); max-width:100%; }
[href="/u/#q3822"] {content: url(https://qagg.news/siteimages/postimage3822.jpg); max-width:100%; }
[href="/u/#q3823"] {content: url(https://qagg.news/siteimages/postimage3823.jpg); max-width:100%; }
[href="/u/#q3824"] {content: url(https://qagg.news/siteimages/postimage3824.jpg); max-width:100%; }
[href="/u/#q3825"] {content: url(https://qagg.news/siteimages/postimage3825.jpg); max-width:100%; }
[href="/u/#q3826"] {content: url(https://qagg.news/siteimages/postimage3826.jpg); max-width:100%; }
[href="/u/#q3827"] {content: url(https://qagg.news/siteimages/postimage3827.jpg); max-width:100%; }
[href="/u/#q3828"] {content: url(https://qagg.news/siteimages/postimage3828.jpg); max-width:100%; }
[href="/u/#q3829"] {content: url(https://qagg.news/siteimages/postimage3829.jpg); max-width:100%; }
[href="/u/#q3830"] {content: url(https://qagg.news/siteimages/postimage3830.jpg); max-width:100%; }
[href="/u/#q3831"] {content: url(https://qagg.news/siteimages/postimage3831.jpg); max-width:100%; }
[href="/u/#q3832"] {content: url(https://qagg.news/siteimages/postimage3832.jpg); max-width:100%; }
[href="/u/#q3833"] {content: url(https://qagg.news/siteimages/postimage3833.jpg); max-width:100%; }
[href="/u/#q3834"] {content: url(https://qagg.news/siteimages/postimage3834.jpg); max-width:100%; }
[href="/u/#q3835"] {content: url(https://qagg.news/siteimages/postimage3835.jpg); max-width:100%; }
[href="/u/#q3836"] {content: url(https://qagg.news/siteimages/postimage3836.jpg); max-width:100%; }
[href="/u/#q3837"] {content: url(https://qagg.news/siteimages/postimage3837.jpg); max-width:100%; }
[href="/u/#q3838"] {content: url(https://qagg.news/siteimages/postimage3838.jpg); max-width:100%; }
[href="/u/#q3839"] {content: url(https://qagg.news/siteimages/postimage3839.jpg); max-width:100%; }
[href="/u/#q3840"] {content: url(https://qagg.news/siteimages/postimage3840.jpg); max-width:100%; }
[href="/u/#q3841"] {content: url(https://qagg.news/siteimages/postimage3841.jpg); max-width:100%; }
[href="/u/#q3842"] {content: url(https://qagg.news/siteimages/postimage3842.jpg); max-width:100%; }
[href="/u/#q3843"] {content: url(https://qagg.news/siteimages/postimage3843.jpg); max-width:100%; }
[href="/u/#q3844"] {content: url(https://qagg.news/siteimages/postimage3844.jpg); max-width:100%; }
[href="/u/#q3845"] {content: url(https://qagg.news/siteimages/postimage3845.jpg); max-width:100%; }
[href="/u/#q3846"] {content: url(https://qagg.news/siteimages/postimage3846.jpg); max-width:100%; }
[href="/u/#q3847"] {content: url(https://qagg.news/siteimages/postimage3847.jpg); max-width:100%; }
[href="/u/#q3848"] {content: url(https://qagg.news/siteimages/postimage3848.jpg); max-width:100%; }
[href="/u/#q3849"] {content: url(https://qagg.news/siteimages/postimage3849.jpg); max-width:100%; }
[href="/u/#q3850"] {content: url(https://qagg.news/siteimages/postimage3850.jpg); max-width:100%; }
[href="/u/#q3851"] {content: url(https://qagg.news/siteimages/postimage3851.jpg); max-width:100%; }
[href="/u/#q3852"] {content: url(https://qagg.news/siteimages/postimage3852.jpg); max-width:100%; }
[href="/u/#q3853"] {content: url(https://qagg.news/siteimages/postimage3853.jpg); max-width:100%; }
[href="/u/#q3854"] {content: url(https://qagg.news/siteimages/postimage3854.jpg); max-width:100%; }
[href="/u/#q3855"] {content: url(https://qagg.news/siteimages/postimage3855.jpg); max-width:100%; }
[href="/u/#q3856"] {content: url(https://qagg.news/siteimages/postimage3856.jpg); max-width:100%; }
[href="/u/#q3857"] {content: url(https://qagg.news/siteimages/postimage3857.jpg); max-width:100%; }
[href="/u/#q3858"] {content: url(https://qagg.news/siteimages/postimage3858.jpg); max-width:100%; }
[href="/u/#q3859"] {content: url(https://qagg.news/siteimages/postimage3859.jpg); max-width:100%; }
[href="/u/#q3860"] {content: url(https://qagg.news/siteimages/postimage3860.jpg); max-width:100%; }
[href="/u/#q3861"] {content: url(https://qagg.news/siteimages/postimage3861.jpg); max-width:100%; }
[href="/u/#q3862"] {content: url(https://qagg.news/siteimages/postimage3862.jpg); max-width:100%; }
[href="/u/#q3863"] {content: url(https://qagg.news/siteimages/postimage3863.jpg); max-width:100%; }
[href="/u/#q3864"] {content: url(https://qagg.news/siteimages/postimage3864.jpg); max-width:100%; }
[href="/u/#q3865"] {content: url(https://qagg.news/siteimages/postimage3865.jpg); max-width:100%; }
[href="/u/#q3866"] {content: url(https://qagg.news/siteimages/postimage3866.jpg); max-width:100%; }
[href="/u/#q3867"] {content: url(https://qagg.news/siteimages/postimage3867.jpg); max-width:100%; }
[href="/u/#q3868"] {content: url(https://qagg.news/siteimages/postimage3868.jpg); max-width:100%; }
[href="/u/#q3869"] {content: url(https://qagg.news/siteimages/postimage3869.jpg); max-width:100%; }
[href="/u/#q3870"] {content: url(https://qagg.news/siteimages/postimage3870.jpg); max-width:100%; }
[href="/u/#q3871"] {content: url(https://qagg.news/siteimages/postimage3871.jpg); max-width:100%; }
[href="/u/#q3872"] {content: url(https://qagg.news/siteimages/postimage3872.jpg); max-width:100%; }
[href="/u/#q3873"] {content: url(https://qagg.news/siteimages/postimage3873.jpg); max-width:100%; }
[href="/u/#q3874"] {content: url(https://qagg.news/siteimages/postimage3874.jpg); max-width:100%; }
[href="/u/#q3875"] {content: url(https://qagg.news/siteimages/postimage3875.jpg); max-width:100%; }
[href="/u/#q3876"] {content: url(https://qagg.news/siteimages/postimage3876.jpg); max-width:100%; }
[href="/u/#q3877"] {content: url(https://qagg.news/siteimages/postimage3877.jpg); max-width:100%; }
[href="/u/#q3878"] {content: url(https://qagg.news/siteimages/postimage3878.jpg); max-width:100%; }
[href="/u/#q3879"] {content: url(https://qagg.news/siteimages/postimage3879.jpg); max-width:100%; }
[href="/u/#q3880"] {content: url(https://qagg.news/siteimages/postimage3880.jpg); max-width:100%; }
[href="/u/#q3881"] {content: url(https://qagg.news/siteimages/postimage3881.jpg); max-width:100%; }
[href="/u/#q3882"] {content: url(https://qagg.news/siteimages/postimage3882.jpg); max-width:100%; }
[href="/u/#q3883"] {content: url(https://qagg.news/siteimages/postimage3883.jpg); max-width:100%; }
[href="/u/#q3884"] {content: url(https://qagg.news/siteimages/postimage3884.jpg); max-width:100%; }
[href="/u/#q3885"] {content: url(https://qagg.news/siteimages/postimage3885.jpg); max-width:100%; }
[href="/u/#q3886"] {content: url(https://qagg.news/siteimages/postimage3886.jpg); max-width:100%; }
[href="/u/#q3887"] {content: url(https://qagg.news/siteimages/postimage3887.jpg); max-width:100%; }
[href="/u/#q3888"] {content: url(https://qagg.news/siteimages/postimage3888.jpg); max-width:100%; }
[href="/u/#q3889"] {content: url(https://qagg.news/siteimages/postimage3889.jpg); max-width:100%; }
[href="/u/#q3890"] {content: url(https://qagg.news/siteimages/postimage3890.jpg); max-width:100%; }
[href="/u/#q3891"] {content: url(https://qagg.news/siteimages/postimage3891.jpg); max-width:100%; }
[href="/u/#q3892"] {content: url(https://qagg.news/siteimages/postimage3892.jpg); max-width:100%; }
[href="/u/#q3893"] {content: url(https://qagg.news/siteimages/postimage3893.jpg); max-width:100%; }
[href="/u/#q3894"] {content: url(https://qagg.news/siteimages/postimage3894.jpg); max-width:100%; }
[href="/u/#q3895"] {content: url(https://qagg.news/siteimages/postimage3895.jpg); max-width:100%; }
[href="/u/#q3896"] {content: url(https://qagg.news/siteimages/postimage3896.jpg); max-width:100%; }
[href="/u/#q3897"] {content: url(https://qagg.news/siteimages/postimage3897.jpg); max-width:100%; }
[href="/u/#q3898"] {content: url(https://qagg.news/siteimages/postimage3898.jpg); max-width:100%; }
[href="/u/#q3899"] {content: url(https://qagg.news/siteimages/postimage3899.jpg); max-width:100%; }
[href="/u/#q3900"] {content: url(https://qagg.news/siteimages/postimage3900.jpg); max-width:100%; }
[href="/u/#q3901"] {content: url(https://qagg.news/siteimages/postimage3901.jpg); max-width:100%; }
[href="/u/#q3902"] {content: url(https://qagg.news/siteimages/postimage3902.jpg); max-width:100%; }
[href="/u/#q3903"] {content: url(https://qagg.news/siteimages/postimage3903.jpg); max-width:100%; }
[href="/u/#q3904"] {content: url(https://qagg.news/siteimages/postimage3904.jpg); max-width:100%; }
[href="/u/#q3905"] {content: url(https://qagg.news/siteimages/postimage3905.jpg); max-width:100%; }
[href="/u/#q3906"] {content: url(https://qagg.news/siteimages/postimage3906.jpg); max-width:100%; }
[href="/u/#q3907"] {content: url(https://qagg.news/siteimages/postimage3907.jpg); max-width:100%; }
[href="/u/#q3908"] {content: url(https://qagg.news/siteimages/postimage3908.jpg); max-width:100%; }
[href="/u/#q3909"] {content: url(https://qagg.news/siteimages/postimage3909.jpg); max-width:100%; }
[href="/u/#q3910"] {content: url(https://qagg.news/siteimages/postimage3910.jpg); max-width:100%; }
[href="/u/#q3911"] {content: url(https://qagg.news/siteimages/postimage3911.jpg); max-width:100%; }
[href="/u/#q3912"] {content: url(https://qagg.news/siteimages/postimage3912.jpg); max-width:100%; }
[href="/u/#q3913"] {content: url(https://qagg.news/siteimages/postimage3913.jpg); max-width:100%; }
[href="/u/#q3914"] {content: url(https://qagg.news/siteimages/postimage3914.jpg); max-width:100%; }
[href="/u/#q3915"] {content: url(https://qagg.news/siteimages/postimage3915.jpg); max-width:100%; }
[href="/u/#q3916"] {content: url(https://qagg.news/siteimages/postimage3916.jpg); max-width:100%; }
[href="/u/#q3917"] {content: url(https://qagg.news/siteimages/postimage3917.jpg); max-width:100%; }
[href="/u/#q3918"] {content: url(https://qagg.news/siteimages/postimage3918.jpg); max-width:100%; }
[href="/u/#q3919"] {content: url(https://qagg.news/siteimages/postimage3919.jpg); max-width:100%; }
[href="/u/#q3920"] {content: url(https://qagg.news/siteimages/postimage3920.jpg); max-width:100%; }
[href="/u/#q3921"] {content: url(https://qagg.news/siteimages/postimage3921.jpg); max-width:100%; }
[href="/u/#q3922"] {content: url(https://qagg.news/siteimages/postimage3922.jpg); max-width:100%; }
[href="/u/#q3923"] {content: url(https://qagg.news/siteimages/postimage3923.jpg); max-width:100%; }
[href="/u/#q3924"] {content: url(https://qagg.news/siteimages/postimage3924.jpg); max-width:100%; }
[href="/u/#q3925"] {content: url(https://qagg.news/siteimages/postimage3925.jpg); max-width:100%; }
[href="/u/#q3926"] {content: url(https://qagg.news/siteimages/postimage3926.jpg); max-width:100%; }
[href="/u/#q3927"] {content: url(https://qagg.news/siteimages/postimage3927.jpg); max-width:100%; }
[href="/u/#q3928"] {content: url(https://qagg.news/siteimages/postimage3928.jpg); max-width:100%; }
[href="/u/#q3929"] {content: url(https://qagg.news/siteimages/postimage3929.jpg); max-width:100%; }
[href="/u/#q3930"] {content: url(https://qagg.news/siteimages/postimage3930.jpg); max-width:100%; }
[href="/u/#q3931"] {content: url(https://qagg.news/siteimages/postimage3931.jpg); max-width:100%; }
[href="/u/#q3932"] {content: url(https://qagg.news/siteimages/postimage3932.jpg); max-width:100%; }
[href="/u/#q3933"] {content: url(https://qagg.news/siteimages/postimage3933.jpg); max-width:100%; }
[href="/u/#q3934"] {content: url(https://qagg.news/siteimages/postimage3934.jpg); max-width:100%; }
[href="/u/#q3935"] {content: url(https://qagg.news/siteimages/postimage3935.jpg); max-width:100%; }
[href="/u/#q3936"] {content: url(https://qagg.news/siteimages/postimage3936.jpg); max-width:100%; }
[href="/u/#q3937"] {content: url(https://qagg.news/siteimages/postimage3937.jpg); max-width:100%; }
[href="/u/#q3938"] {content: url(https://qagg.news/siteimages/postimage3938.jpg); max-width:100%; }
[href="/u/#q3939"] {content: url(https://qagg.news/siteimages/postimage3939.jpg); max-width:100%; }
[href="/u/#q3940"] {content: url(https://qagg.news/siteimages/postimage3940.jpg); max-width:100%; }
[href="/u/#q3941"] {content: url(https://qagg.news/siteimages/postimage3941.jpg); max-width:100%; }
[href="/u/#q3942"] {content: url(https://qagg.news/siteimages/postimage3942.jpg); max-width:100%; }
[href="/u/#q3943"] {content: url(https://qagg.news/siteimages/postimage3943.jpg); max-width:100%; }
[href="/u/#q3944"] {content: url(https://qagg.news/siteimages/postimage3944.jpg); max-width:100%; }
[href="/u/#q3945"] {content: url(https://qagg.news/siteimages/postimage3945.jpg); max-width:100%; }
[href="/u/#q3946"] {content: url(https://qagg.news/siteimages/postimage3946.jpg); max-width:100%; }
[href="/u/#q3947"] {content: url(https://qagg.news/siteimages/postimage3947.jpg); max-width:100%; }
[href="/u/#q3948"] {content: url(https://qagg.news/siteimages/postimage3948.jpg); max-width:100%; }
[href="/u/#q3949"] {content: url(https://qagg.news/siteimages/postimage3949.jpg); max-width:100%; }
[href="/u/#q3950"] {content: url(https://qagg.news/siteimages/postimage3950.jpg); max-width:100%; }
[href="/u/#q3951"] {content: url(https://qagg.news/siteimages/postimage3951.jpg); max-width:100%; }
[href="/u/#q3952"] {content: url(https://qagg.news/siteimages/postimage3952.jpg); max-width:100%; }
[href="/u/#q3953"] {content: url(https://qagg.news/siteimages/postimage3953.jpg); max-width:100%; }
[href="/u/#q3954"] {content: url(https://qagg.news/siteimages/postimage3954.jpg); max-width:100%; }
[href="/u/#q3955"] {content: url(https://qagg.news/siteimages/postimage3955.jpg); max-width:100%; }
[href="/u/#q3956"] {content: url(https://qagg.news/siteimages/postimage3956.jpg); max-width:100%; }
[href="/u/#q3957"] {content: url(https://qagg.news/siteimages/postimage3957.jpg); max-width:100%; }
[href="/u/#q3958"] {content: url(https://qagg.news/siteimages/postimage3958.jpg); max-width:100%; }
[href="/u/#q3959"] {content: url(https://qagg.news/siteimages/postimage3959.jpg); max-width:100%; }
[href="/u/#q3960"] {content: url(https://qagg.news/siteimages/postimage3960.jpg); max-width:100%; }
[href="/u/#q3961"] {content: url(https://qagg.news/siteimages/postimage3961.jpg); max-width:100%; }
[href="/u/#q3962"] {content: url(https://qagg.news/siteimages/postimage3962.jpg); max-width:100%; }
[href="/u/#q3963"] {content: url(https://qagg.news/siteimages/postimage3963.jpg); max-width:100%; }
[href="/u/#q3964"] {content: url(https://qagg.news/siteimages/postimage3964.jpg); max-width:100%; }
[href="/u/#q3965"] {content: url(https://qagg.news/siteimages/postimage3965.jpg); max-width:100%; }
[href="/u/#q3966"] {content: url(https://qagg.news/siteimages/postimage3966.jpg); max-width:100%; }
[href="/u/#q3967"] {content: url(https://qagg.news/siteimages/postimage3967.jpg); max-width:100%; }
[href="/u/#q3968"] {content: url(https://qagg.news/siteimages/postimage3968.jpg); max-width:100%; }
[href="/u/#q3969"] {content: url(https://qagg.news/siteimages/postimage3969.jpg); max-width:100%; }
[href="/u/#q3970"] {content: url(https://qagg.news/siteimages/postimage3970.jpg); max-width:100%; }
[href="/u/#q3971"] {content: url(https://qagg.news/siteimages/postimage3971.jpg); max-width:100%; }
[href="/u/#q3972"] {content: url(https://qagg.news/siteimages/postimage3972.jpg); max-width:100%; }
[href="/u/#q3973"] {content: url(https://qagg.news/siteimages/postimage3973.jpg); max-width:100%; }
[href="/u/#q3974"] {content: url(https://qagg.news/siteimages/postimage3974.jpg); max-width:100%; }
[href="/u/#q3975"] {content: url(https://qagg.news/siteimages/postimage3975.jpg); max-width:100%; }
[href="/u/#q3976"] {content: url(https://qagg.news/siteimages/postimage3976.jpg); max-width:100%; }
[href="/u/#q3977"] {content: url(https://qagg.news/siteimages/postimage3977.jpg); max-width:100%; }
[href="/u/#q3978"] {content: url(https://qagg.news/siteimages/postimage3978.jpg); max-width:100%; }
[href="/u/#q3979"] {content: url(https://qagg.news/siteimages/postimage3979.jpg); max-width:100%; }
[href="/u/#q3980"] {content: url(https://qagg.news/siteimages/postimage3980.jpg); max-width:100%; }
[href="/u/#q3981"] {content: url(https://qagg.news/siteimages/postimage3981.jpg); max-width:100%; }
[href="/u/#q3982"] {content: url(https://qagg.news/siteimages/postimage3982.jpg); max-width:100%; }
[href="/u/#q3983"] {content: url(https://qagg.news/siteimages/postimage3983.jpg); max-width:100%; }
[href="/u/#q3984"] {content: url(https://qagg.news/siteimages/postimage3984.jpg); max-width:100%; }
[href="/u/#q3985"] {content: url(https://qagg.news/siteimages/postimage3985.jpg); max-width:100%; }
[href="/u/#q3986"] {content: url(https://qagg.news/siteimages/postimage3986.jpg); max-width:100%; }
[href="/u/#q3987"] {content: url(https://qagg.news/siteimages/postimage3987.jpg); max-width:100%; }
[href="/u/#q3988"] {content: url(https://qagg.news/siteimages/postimage3988.jpg); max-width:100%; }
[href="/u/#q3989"] {content: url(https://qagg.news/siteimages/postimage3989.jpg); max-width:100%; }
[href="/u/#q3990"] {content: url(https://qagg.news/siteimages/postimage3990.jpg); max-width:100%; }
[href="/u/#q3991"] {content: url(https://qagg.news/siteimages/postimage3991.jpg); max-width:100%; }
[href="/u/#q3992"] {content: url(https://qagg.news/siteimages/postimage3992.jpg); max-width:100%; }
[href="/u/#q3993"] {content: url(https://qagg.news/siteimages/postimage3993.jpg); max-width:100%; }
[href="/u/#q3994"] {content: url(https://qagg.news/siteimages/postimage3994.jpg); max-width:100%; }
[href="/u/#q3995"] {content: url(https://qagg.news/siteimages/postimage3995.jpg); max-width:100%; }
[href="/u/#q3996"] {content: url(https://qagg.news/siteimages/postimage3996.jpg); max-width:100%; }
[href="/u/#q3997"] {content: url(https://qagg.news/siteimages/postimage3997.jpg); max-width:100%; }
[href="/u/#q3998"] {content: url(https://qagg.news/siteimages/postimage3998.jpg); max-width:100%; }
[href="/u/#q3999"] {content: url(https://qagg.news/siteimages/postimage3999.jpg); max-width:100%; }
[href="/u/#q4000"] {content: url(https://qagg.news/siteimages/postimage4000.jpg); max-width:100%; }
[href="/u/#q4001"] {content: url(https://qagg.news/siteimages/postimage4001.jpg); max-width:100%; }
[href="/u/#q4002"] {content: url(https://qagg.news/siteimages/postimage4002.jpg); max-width:100%; }
[href="/u/#q4003"] {content: url(https://qagg.news/siteimages/postimage4003.jpg); max-width:100%; }
[href="/u/#q4004"] {content: url(https://qagg.news/siteimages/postimage4004.jpg); max-width:100%; }
[href="/u/#q4005"] {content: url(https://qagg.news/siteimages/postimage4005.jpg); max-width:100%; }
[href="/u/#q4006"] {content: url(https://qagg.news/siteimages/postimage4006.jpg); max-width:100%; }
[href="/u/#q4007"] {content: url(https://qagg.news/siteimages/postimage4007.jpg); max-width:100%; }
[href="/u/#q4008"] {content: url(https://qagg.news/siteimages/postimage4008.jpg); max-width:100%; }
[href="/u/#q4009"] {content: url(https://qagg.news/siteimages/postimage4009.jpg); max-width:100%; }
[href="/u/#q4010"] {content: url(https://qagg.news/siteimages/postimage4010.jpg); max-width:100%; }
[href="/u/#q4011"] {content: url(https://qagg.news/siteimages/postimage4011.jpg); max-width:100%; }
[href="/u/#q4012"] {content: url(https://qagg.news/siteimages/postimage4012.jpg); max-width:100%; }
[href="/u/#q4013"] {content: url(https://qagg.news/siteimages/postimage4013.jpg); max-width:100%; }
[href="/u/#q4014"] {content: url(https://qagg.news/siteimages/postimage4014.jpg); max-width:100%; }
[href="/u/#q4015"] {content: url(https://qagg.news/siteimages/postimage4015.jpg); max-width:100%; }
[href="/u/#q4016"] {content: url(https://qagg.news/siteimages/postimage4016.jpg); max-width:100%; }
[href="/u/#q4017"] {content: url(https://qagg.news/siteimages/postimage4017.jpg); max-width:100%; }
[href="/u/#q4018"] {content: url(https://qagg.news/siteimages/postimage4018.jpg); max-width:100%; }
[href="/u/#q4019"] {content: url(https://qagg.news/siteimages/postimage4019.jpg); max-width:100%; }
[href="/u/#q4020"] {content: url(https://qagg.news/siteimages/postimage4020.jpg); max-width:100%; }
[href="/u/#q4021"] {content: url(https://qagg.news/siteimages/postimage4021.jpg); max-width:100%; }
[href="/u/#q4022"] {content: url(https://qagg.news/siteimages/postimage4022.jpg); max-width:100%; }
[href="/u/#q4023"] {content: url(https://qagg.news/siteimages/postimage4023.jpg); max-width:100%; }
[href="/u/#q4024"] {content: url(https://qagg.news/siteimages/postimage4024.jpg); max-width:100%; }
[href="/u/#q4025"] {content: url(https://qagg.news/siteimages/postimage4025.jpg); max-width:100%; }
[href="/u/#q4026"] {content: url(https://qagg.news/siteimages/postimage4026.jpg); max-width:100%; }
[href="/u/#q4027"] {content: url(https://qagg.news/siteimages/postimage4027.jpg); max-width:100%; }
[href="/u/#q4028"] {content: url(https://qagg.news/siteimages/postimage4028.jpg); max-width:100%; }
[href="/u/#q4029"] {content: url(https://qagg.news/siteimages/postimage4029.jpg); max-width:100%; }
[href="/u/#q4030"] {content: url(https://qagg.news/siteimages/postimage4030.jpg); max-width:100%; }
[href="/u/#q4031"] {content: url(https://qagg.news/siteimages/postimage4031.jpg); max-width:100%; }
[href="/u/#q4032"] {content: url(https://qagg.news/siteimages/postimage4032.jpg); max-width:100%; }
[href="/u/#q4033"] {content: url(https://qagg.news/siteimages/postimage4033.jpg); max-width:100%; }
[href="/u/#q4034"] {content: url(https://qagg.news/siteimages/postimage4034.jpg); max-width:100%; }
[href="/u/#q4035"] {content: url(https://qagg.news/siteimages/postimage4035.jpg); max-width:100%; }
[href="/u/#q4036"] {content: url(https://qagg.news/siteimages/postimage4036.jpg); max-width:100%; }
[href="/u/#q4037"] {content: url(https://qagg.news/siteimages/postimage4037.jpg); max-width:100%; }
[href="/u/#q4038"] {content: url(https://qagg.news/siteimages/postimage4038.jpg); max-width:100%; }
[href="/u/#q4039"] {content: url(https://qagg.news/siteimages/postimage4039.jpg); max-width:100%; }
[href="/u/#q4040"] {content: url(https://qagg.news/siteimages/postimage4040.jpg); max-width:100%; }
[href="/u/#q4041"] {content: url(https://qagg.news/siteimages/postimage4041.jpg); max-width:100%; }
[href="/u/#q4042"] {content: url(https://qagg.news/siteimages/postimage4042.jpg); max-width:100%; }
[href="/u/#q4043"] {content: url(https://qagg.news/siteimages/postimage4043.jpg); max-width:100%; }
[href="/u/#q4044"] {content: url(https://qagg.news/siteimages/postimage4044.jpg); max-width:100%; }
[href="/u/#q4045"] {content: url(https://qagg.news/siteimages/postimage4045.jpg); max-width:100%; }
[href="/u/#q4046"] {content: url(https://qagg.news/siteimages/postimage4046.jpg); max-width:100%; }
[href="/u/#q4047"] {content: url(https://qagg.news/siteimages/postimage4047.jpg); max-width:100%; }
[href="/u/#q4048"] {content: url(https://qagg.news/siteimages/postimage4048.jpg); max-width:100%; }
[href="/u/#q4049"] {content: url(https://qagg.news/siteimages/postimage4049.jpg); max-width:100%; }
[href="/u/#q4050"] {content: url(https://qagg.news/siteimages/postimage4050.jpg); max-width:100%; }
[href="/u/#q4051"] {content: url(https://qagg.news/siteimages/postimage4051.jpg); max-width:100%; }
[href="/u/#q4052"] {content: url(https://qagg.news/siteimages/postimage4052.jpg); max-width:100%; }
[href="/u/#q4053"] {content: url(https://qagg.news/siteimages/postimage4053.jpg); max-width:100%; }
[href="/u/#q4054"] {content: url(https://qagg.news/siteimages/postimage4054.jpg); max-width:100%; }
[href="/u/#q4055"] {content: url(https://qagg.news/siteimages/postimage4055.jpg); max-width:100%; }
[href="/u/#q4056"] {content: url(https://qagg.news/siteimages/postimage4056.jpg); max-width:100%; }
[href="/u/#q4057"] {content: url(https://qagg.news/siteimages/postimage4057.jpg); max-width:100%; }
[href="/u/#q4058"] {content: url(https://qagg.news/siteimages/postimage4058.jpg); max-width:100%; }
[href="/u/#q4059"] {content: url(https://qagg.news/siteimages/postimage4059.jpg); max-width:100%; }
[href="/u/#q4060"] {content: url(https://qagg.news/siteimages/postimage4060.jpg); max-width:100%; }
[href="/u/#q4061"] {content: url(https://qagg.news/siteimages/postimage4061.jpg); max-width:100%; }
[href="/u/#q4062"] {content: url(https://qagg.news/siteimages/postimage4062.jpg); max-width:100%; }
[href="/u/#q4063"] {content: url(https://qagg.news/siteimages/postimage4063.jpg); max-width:100%; }
[href="/u/#q4064"] {content: url(https://qagg.news/siteimages/postimage4064.jpg); max-width:100%; }
[href="/u/#q4065"] {content: url(https://qagg.news/siteimages/postimage4065.jpg); max-width:100%; }
[href="/u/#q4066"] {content: url(https://qagg.news/siteimages/postimage4066.jpg); max-width:100%; }
[href="/u/#q4067"] {content: url(https://qagg.news/siteimages/postimage4067.jpg); max-width:100%; }
[href="/u/#q4068"] {content: url(https://qagg.news/siteimages/postimage4068.jpg); max-width:100%; }
[href="/u/#q4069"] {content: url(https://qagg.news/siteimages/postimage4069.jpg); max-width:100%; }
[href="/u/#q4070"] {content: url(https://qagg.news/siteimages/postimage4070.jpg); max-width:100%; }
[href="/u/#q4071"] {content: url(https://qagg.news/siteimages/postimage4071.jpg); max-width:100%; }
[href="/u/#q4072"] {content: url(https://qagg.news/siteimages/postimage4072.jpg); max-width:100%; }
[href="/u/#q4073"] {content: url(https://qagg.news/siteimages/postimage4073.jpg); max-width:100%; }
[href="/u/#q4074"] {content: url(https://qagg.news/siteimages/postimage4074.jpg); max-width:100%; }
[href="/u/#q4075"] {content: url(https://qagg.news/siteimages/postimage4075.jpg); max-width:100%; }
[href="/u/#q4076"] {content: url(https://qagg.news/siteimages/postimage4076.jpg); max-width:100%; }
[href="/u/#q4077"] {content: url(https://qagg.news/siteimages/postimage4077.jpg); max-width:100%; }
[href="/u/#q4078"] {content: url(https://qagg.news/siteimages/postimage4078.jpg); max-width:100%; }
[href="/u/#q4079"] {content: url(https://qagg.news/siteimages/postimage4079.jpg); max-width:100%; }
[href="/u/#q4080"] {content: url(https://qagg.news/siteimages/postimage4080.jpg); max-width:100%; }
[href="/u/#q4081"] {content: url(https://qagg.news/siteimages/postimage4081.jpg); max-width:100%; }
[href="/u/#q4082"] {content: url(https://qagg.news/siteimages/postimage4082.jpg); max-width:100%; }
[href="/u/#q4083"] {content: url(https://qagg.news/siteimages/postimage4083.jpg); max-width:100%; }
[href="/u/#q4084"] {content: url(https://qagg.news/siteimages/postimage4084.jpg); max-width:100%; }
[href="/u/#q4085"] {content: url(https://qagg.news/siteimages/postimage4085.jpg); max-width:100%; }
[href="/u/#q4086"] {content: url(https://qagg.news/siteimages/postimage4086.jpg); max-width:100%; }
[href="/u/#q4087"] {content: url(https://qagg.news/siteimages/postimage4087.jpg); max-width:100%; }
[href="/u/#q4088"] {content: url(https://qagg.news/siteimages/postimage4088.jpg); max-width:100%; }
[href="/u/#q4089"] {content: url(https://qagg.news/siteimages/postimage4089.jpg); max-width:100%; }
[href="/u/#q4090"] {content: url(https://qagg.news/siteimages/postimage4090.jpg); max-width:100%; }
[href="/u/#q4091"] {content: url(https://qagg.news/siteimages/postimage4091.jpg); max-width:100%; }
[href="/u/#q4092"] {content: url(https://qagg.news/siteimages/postimage4092.jpg); max-width:100%; }
[href="/u/#q4093"] {content: url(https://qagg.news/siteimages/postimage4093.jpg); max-width:100%; }
[href="/u/#q4094"] {content: url(https://qagg.news/siteimages/postimage4094.jpg); max-width:100%; }
[href="/u/#q4095"] {content: url(https://qagg.news/siteimages/postimage4095.jpg); max-width:100%; }
[href="/u/#q4096"] {content: url(https://qagg.news/siteimages/postimage4096.jpg); max-width:100%; }
[href="/u/#q4097"] {content: url(https://qagg.news/siteimages/postimage4097.jpg); max-width:100%; }
[href="/u/#q4098"] {content: url(https://qagg.news/siteimages/postimage4098.jpg); max-width:100%; }
[href="/u/#q4099"] {content: url(https://qagg.news/siteimages/postimage4099.jpg); max-width:100%; }
[href="/u/#q4100"] {content: url(https://qagg.news/siteimages/postimage4100.jpg); max-width:100%; }
[href="/u/#q4101"] {content: url(https://qagg.news/siteimages/postimage4101.jpg); max-width:100%; }
[href="/u/#q4102"] {content: url(https://qagg.news/siteimages/postimage4102.jpg); max-width:100%; }
[href="/u/#q4103"] {content: url(https://qagg.news/siteimages/postimage4103.jpg); max-width:100%; }
[href="/u/#q4104"] {content: url(https://qagg.news/siteimages/postimage4104.jpg); max-width:100%; }
[href="/u/#q4105"] {content: url(https://qagg.news/siteimages/postimage4105.jpg); max-width:100%; }
[href="/u/#q4106"] {content: url(https://qagg.news/siteimages/postimage4106.jpg); max-width:100%; }
[href="/u/#q4107"] {content: url(https://qagg.news/siteimages/postimage4107.jpg); max-width:100%; }
[href="/u/#q4108"] {content: url(https://qagg.news/siteimages/postimage4108.jpg); max-width:100%; }
[href="/u/#q4109"] {content: url(https://qagg.news/siteimages/postimage4109.jpg); max-width:100%; }
[href="/u/#q4110"] {content: url(https://qagg.news/siteimages/postimage4110.jpg); max-width:100%; }
[href="/u/#q4111"] {content: url(https://qagg.news/siteimages/postimage4111.jpg); max-width:100%; }
[href="/u/#q4112"] {content: url(https://qagg.news/siteimages/postimage4112.jpg); max-width:100%; }
[href="/u/#q4113"] {content: url(https://qagg.news/siteimages/postimage4113.jpg); max-width:100%; }
[href="/u/#q4114"] {content: url(https://qagg.news/siteimages/postimage4114.jpg); max-width:100%; }
[href="/u/#q4115"] {content: url(https://qagg.news/siteimages/postimage4115.jpg); max-width:100%; }
[href="/u/#q4116"] {content: url(https://qagg.news/siteimages/postimage4116.jpg); max-width:100%; }
[href="/u/#q4117"] {content: url(https://qagg.news/siteimages/postimage4117.jpg); max-width:100%; }
[href="/u/#q4118"] {content: url(https://qagg.news/siteimages/postimage4118.jpg); max-width:100%; }
[href="/u/#q4119"] {content: url(https://qagg.news/siteimages/postimage4119.jpg); max-width:100%; }
[href="/u/#q4120"] {content: url(https://qagg.news/siteimages/postimage4120.jpg); max-width:100%; }
[href="/u/#q4121"] {content: url(https://qagg.news/siteimages/postimage4121.jpg); max-width:100%; }
[href="/u/#q4122"] {content: url(https://qagg.news/siteimages/postimage4122.jpg); max-width:100%; }
[href="/u/#q4123"] {content: url(https://qagg.news/siteimages/postimage4123.jpg); max-width:100%; }
[href="/u/#q4124"] {content: url(https://qagg.news/siteimages/postimage4124.jpg); max-width:100%; }
[href="/u/#q4125"] {content: url(https://qagg.news/siteimages/postimage4125.jpg); max-width:100%; }
[href="/u/#q4126"] {content: url(https://qagg.news/siteimages/postimage4126.jpg); max-width:100%; }
[href="/u/#q4127"] {content: url(https://qagg.news/siteimages/postimage4127.jpg); max-width:100%; }
[href="/u/#q4128"] {content: url(https://qagg.news/siteimages/postimage4128.jpg); max-width:100%; }
[href="/u/#q4129"] {content: url(https://qagg.news/siteimages/postimage4129.jpg); max-width:100%; }
[href="/u/#q4130"] {content: url(https://qagg.news/siteimages/postimage4130.jpg); max-width:100%; }
[href="/u/#q4131"] {content: url(https://qagg.news/siteimages/postimage4131.jpg); max-width:100%; }
[href="/u/#q4132"] {content: url(https://qagg.news/siteimages/postimage4132.jpg); max-width:100%; }
[href="/u/#q4133"] {content: url(https://qagg.news/siteimages/postimage4133.jpg); max-width:100%; }
[href="/u/#q4134"] {content: url(https://qagg.news/siteimages/postimage4134.jpg); max-width:100%; }
[href="/u/#q4135"] {content: url(https://qagg.news/siteimages/postimage4135.jpg); max-width:100%; }
[href="/u/#q4136"] {content: url(https://qagg.news/siteimages/postimage4136.jpg); max-width:100%; }
[href="/u/#q4137"] {content: url(https://qagg.news/siteimages/postimage4137.jpg); max-width:100%; }
[href="/u/#q4138"] {content: url(https://qagg.news/siteimages/postimage4138.jpg); max-width:100%; }
[href="/u/#q4139"] {content: url(https://qagg.news/siteimages/postimage4139.jpg); max-width:100%; }
[href="/u/#q4140"] {content: url(https://qagg.news/siteimages/postimage4140.jpg); max-width:100%; }
[href="/u/#q4141"] {content: url(https://qagg.news/siteimages/postimage4141.jpg); max-width:100%; }
[href="/u/#q4142"] {content: url(https://qagg.news/siteimages/postimage4142.jpg); max-width:100%; }
[href="/u/#q4143"] {content: url(https://qagg.news/siteimages/postimage4143.jpg); max-width:100%; }
[href="/u/#q4144"] {content: url(https://qagg.news/siteimages/postimage4144.jpg); max-width:100%; }
[href="/u/#q4145"] {content: url(https://qagg.news/siteimages/postimage4145.jpg); max-width:100%; }
[href="/u/#q4146"] {content: url(https://qagg.news/siteimages/postimage4146.jpg); max-width:100%; }
[href="/u/#q4147"] {content: url(https://qagg.news/siteimages/postimage4147.jpg); max-width:100%; }
[href="/u/#q4148"] {content: url(https://qagg.news/siteimages/postimage4148.jpg); max-width:100%; }
[href="/u/#q4149"] {content: url(https://qagg.news/siteimages/postimage4149.jpg); max-width:100%; }
[href="/u/#q4150"] {content: url(https://qagg.news/siteimages/postimage4150.jpg); max-width:100%; }
[href="/u/#q4151"] {content: url(https://qagg.news/siteimages/postimage4151.jpg); max-width:100%; }
[href="/u/#q4152"] {content: url(https://qagg.news/siteimages/postimage4152.jpg); max-width:100%; }
[href="/u/#q4153"] {content: url(https://qagg.news/siteimages/postimage4153.jpg); max-width:100%; }
[href="/u/#q4154"] {content: url(https://qagg.news/siteimages/postimage4154.jpg); max-width:100%; }
[href="/u/#q4155"] {content: url(https://qagg.news/siteimages/postimage4155.jpg); max-width:100%; }
[href="/u/#q4156"] {content: url(https://qagg.news/siteimages/postimage4156.jpg); max-width:100%; }
[href="/u/#q4157"] {content: url(https://qagg.news/siteimages/postimage4157.jpg); max-width:100%; }
[href="/u/#q4158"] {content: url(https://qagg.news/siteimages/postimage4158.jpg); max-width:100%; }
[href="/u/#q4159"] {content: url(https://qagg.news/siteimages/postimage4159.jpg); max-width:100%; }
[href="/u/#q4160"] {content: url(https://qagg.news/siteimages/postimage4160.jpg); max-width:100%; }
[href="/u/#q4161"] {content: url(https://qagg.news/siteimages/postimage4161.jpg); max-width:100%; }
[href="/u/#q4162"] {content: url(https://qagg.news/siteimages/postimage4162.jpg); max-width:100%; }
[href="/u/#q4163"] {content: url(https://qagg.news/siteimages/postimage4163.jpg); max-width:100%; }
[href="/u/#q4164"] {content: url(https://qagg.news/siteimages/postimage4164.jpg); max-width:100%; }
[href="/u/#q4165"] {content: url(https://qagg.news/siteimages/postimage4165.jpg); max-width:100%; }
[href="/u/#q4166"] {content: url(https://qagg.news/siteimages/postimage4166.jpg); max-width:100%; }
[href="/u/#q4167"] {content: url(https://qagg.news/siteimages/postimage4167.jpg); max-width:100%; }
[href="/u/#q4168"] {content: url(https://qagg.news/siteimages/postimage4168.jpg); max-width:100%; }
[href="/u/#q4169"] {content: url(https://qagg.news/siteimages/postimage4169.jpg); max-width:100%; }
[href="/u/#q4170"] {content: url(https://qagg.news/siteimages/postimage4170.jpg); max-width:100%; }
[href="/u/#q4171"] {content: url(https://qagg.news/siteimages/postimage4171.jpg); max-width:100%; }
[href="/u/#q4172"] {content: url(https://qagg.news/siteimages/postimage4172.jpg); max-width:100%; }
[href="/u/#q4173"] {content: url(https://qagg.news/siteimages/postimage4173.jpg); max-width:100%; }
[href="/u/#q4174"] {content: url(https://qagg.news/siteimages/postimage4174.jpg); max-width:100%; }
[href="/u/#q4175"] {content: url(https://qagg.news/siteimages/postimage4175.jpg); max-width:100%; }
[href="/u/#q4176"] {content: url(https://qagg.news/siteimages/postimage4176.jpg); max-width:100%; }
[href="/u/#q4177"] {content: url(https://qagg.news/siteimages/postimage4177.jpg); max-width:100%; }
[href="/u/#q4178"] {content: url(https://qagg.news/siteimages/postimage4178.jpg); max-width:100%; }
[href="/u/#q4179"] {content: url(https://qagg.news/siteimages/postimage4179.jpg); max-width:100%; }
[href="/u/#q4180"] {content: url(https://qagg.news/siteimages/postimage4180.jpg); max-width:100%; }
[href="/u/#q4181"] {content: url(https://qagg.news/siteimages/postimage4181.jpg); max-width:100%; }
[href="/u/#q4182"] {content: url(https://qagg.news/siteimages/postimage4182.jpg); max-width:100%; }
[href="/u/#q4183"] {content: url(https://qagg.news/siteimages/postimage4183.jpg); max-width:100%; }
[href="/u/#q4184"] {content: url(https://qagg.news/siteimages/postimage4184.jpg); max-width:100%; }
[href="/u/#q4185"] {content: url(https://qagg.news/siteimages/postimage4185.jpg); max-width:100%; }
[href="/u/#q4186"] {content: url(https://qagg.news/siteimages/postimage4186.jpg); max-width:100%; }
[href="/u/#q4187"] {content: url(https://qagg.news/siteimages/postimage4187.jpg); max-width:100%; }
[href="/u/#q4188"] {content: url(https://qagg.news/siteimages/postimage4188.jpg); max-width:100%; }
[href="/u/#q4189"] {content: url(https://qagg.news/siteimages/postimage4189.jpg); max-width:100%; }
[href="/u/#q4190"] {content: url(https://qagg.news/siteimages/postimage4190.jpg); max-width:100%; }
[href="/u/#q4191"] {content: url(https://qagg.news/siteimages/postimage4191.jpg); max-width:100%; }
[href="/u/#q4192"] {content: url(https://qagg.news/siteimages/postimage4192.jpg); max-width:100%; }
[href="/u/#q4193"] {content: url(https://qagg.news/siteimages/postimage4193.jpg); max-width:100%; }
[href="/u/#q4194"] {content: url(https://qagg.news/siteimages/postimage4194.jpg); max-width:100%; }
[href="/u/#q4195"] {content: url(https://qagg.news/siteimages/postimage4195.jpg); max-width:100%; }
[href="/u/#q4196"] {content: url(https://qagg.news/siteimages/postimage4196.jpg); max-width:100%; }
[href="/u/#q4197"] {content: url(https://qagg.news/siteimages/postimage4197.jpg); max-width:100%; }
[href="/u/#q4198"] {content: url(https://qagg.news/siteimages/postimage4198.jpg); max-width:100%; }
[href="/u/#q4199"] {content: url(https://qagg.news/siteimages/postimage4199.jpg); max-width:100%; }
[href="/u/#q4200"] {content: url(https://qagg.news/siteimages/postimage4200.jpg); max-width:100%; }
[href="/u/#q4201"] {content: url(https://qagg.news/siteimages/postimage4201.jpg); max-width:100%; }
[href="/u/#q4202"] {content: url(https://qagg.news/siteimages/postimage4202.jpg); max-width:100%; }
[href="/u/#q4203"] {content: url(https://qagg.news/siteimages/postimage4203.jpg); max-width:100%; }
[href="/u/#q4204"] {content: url(https://qagg.news/siteimages/postimage4204.jpg); max-width:100%; }
[href="/u/#q4205"] {content: url(https://qagg.news/siteimages/postimage4205.jpg); max-width:100%; }
[href="/u/#q4206"] {content: url(https://qagg.news/siteimages/postimage4206.jpg); max-width:100%; }
[href="/u/#q4207"] {content: url(https://qagg.news/siteimages/postimage4207.jpg); max-width:100%; }
[href="/u/#q4208"] {content: url(https://qagg.news/siteimages/postimage4208.jpg); max-width:100%; }
[href="/u/#q4209"] {content: url(https://qagg.news/siteimages/postimage4209.jpg); max-width:100%; }
[href="/u/#q4210"] {content: url(https://qagg.news/siteimages/postimage4210.jpg); max-width:100%; }
[href="/u/#q4211"] {content: url(https://qagg.news/siteimages/postimage4211.jpg); max-width:100%; }
[href="/u/#q4212"] {content: url(https://qagg.news/siteimages/postimage4212.jpg); max-width:100%; }
[href="/u/#q4213"] {content: url(https://qagg.news/siteimages/postimage4213.jpg); max-width:100%; }
[href="/u/#q4214"] {content: url(https://qagg.news/siteimages/postimage4214.jpg); max-width:100%; }
[href="/u/#q4215"] {content: url(https://qagg.news/siteimages/postimage4215.jpg); max-width:100%; }
[href="/u/#q4216"] {content: url(https://qagg.news/siteimages/postimage4216.jpg); max-width:100%; }
[href="/u/#q4217"] {content: url(https://qagg.news/siteimages/postimage4217.jpg); max-width:100%; }
[href="/u/#q4218"] {content: url(https://qagg.news/siteimages/postimage4218.jpg); max-width:100%; }
[href="/u/#q4219"] {content: url(https://qagg.news/siteimages/postimage4219.jpg); max-width:100%; }
[href="/u/#q4220"] {content: url(https://qagg.news/siteimages/postimage4220.jpg); max-width:100%; }
[href="/u/#q4221"] {content: url(https://qagg.news/siteimages/postimage4221.jpg); max-width:100%; }
[href="/u/#q4222"] {content: url(https://qagg.news/siteimages/postimage4222.jpg); max-width:100%; }
[href="/u/#q4223"] {content: url(https://qagg.news/siteimages/postimage4223.jpg); max-width:100%; }
[href="/u/#q4224"] {content: url(https://qagg.news/siteimages/postimage4224.jpg); max-width:100%; }
[href="/u/#q4225"] {content: url(https://qagg.news/siteimages/postimage4225.jpg); max-width:100%; }
[href="/u/#q4226"] {content: url(https://qagg.news/siteimages/postimage4226.jpg); max-width:100%; }
[href="/u/#q4227"] {content: url(https://qagg.news/siteimages/postimage4227.jpg); max-width:100%; }
[href="/u/#q4228"] {content: url(https://qagg.news/siteimages/postimage4228.jpg); max-width:100%; }
[href="/u/#q4229"] {content: url(https://qagg.news/siteimages/postimage4229.jpg); max-width:100%; }
[href="/u/#q4230"] {content: url(https://qagg.news/siteimages/postimage4230.jpg); max-width:100%; }
[href="/u/#q4231"] {content: url(https://qagg.news/siteimages/postimage4231.jpg); max-width:100%; }
[href="/u/#q4232"] {content: url(https://qagg.news/siteimages/postimage4232.jpg); max-width:100%; }
[href="/u/#q4233"] {content: url(https://qagg.news/siteimages/postimage4233.jpg); max-width:100%; }
[href="/u/#q4234"] {content: url(https://qagg.news/siteimages/postimage4234.jpg); max-width:100%; }
[href="/u/#q4235"] {content: url(https://qagg.news/siteimages/postimage4235.jpg); max-width:100%; }
[href="/u/#q4236"] {content: url(https://qagg.news/siteimages/postimage4236.jpg); max-width:100%; }
[href="/u/#q4237"] {content: url(https://qagg.news/siteimages/postimage4237.jpg); max-width:100%; }
[href="/u/#q4238"] {content: url(https://qagg.news/siteimages/postimage4238.jpg); max-width:100%; }
[href="/u/#q4239"] {content: url(https://qagg.news/siteimages/postimage4239.jpg); max-width:100%; }
[href="/u/#q4240"] {content: url(https://qagg.news/siteimages/postimage4240.jpg); max-width:100%; }
[href="/u/#q4241"] {content: url(https://qagg.news/siteimages/postimage4241.jpg); max-width:100%; }
[href="/u/#q4242"] {content: url(https://qagg.news/siteimages/postimage4242.jpg); max-width:100%; }
[href="/u/#q4243"] {content: url(https://qagg.news/siteimages/postimage4243.jpg); max-width:100%; }
[href="/u/#q4244"] {content: url(https://qagg.news/siteimages/postimage4244.jpg); max-width:100%; }
[href="/u/#q4245"] {content: url(https://qagg.news/siteimages/postimage4245.jpg); max-width:100%; }
[href="/u/#q4246"] {content: url(https://qagg.news/siteimages/postimage4246.jpg); max-width:100%; }
[href="/u/#q4247"] {content: url(https://qagg.news/siteimages/postimage4247.jpg); max-width:100%; }
[href="/u/#q4248"] {content: url(https://qagg.news/siteimages/postimage4248.jpg); max-width:100%; }
[href="/u/#q4249"] {content: url(https://qagg.news/siteimages/postimage4249.jpg); max-width:100%; }
[href="/u/#q4250"] {content: url(https://qagg.news/siteimages/postimage4250.jpg); max-width:100%; }
[href="/u/#q4251"] {content: url(https://qagg.news/siteimages/postimage4251.jpg); max-width:100%; }
[href="/u/#q4252"] {content: url(https://qagg.news/siteimages/postimage4252.jpg); max-width:100%; }
[href="/u/#q4253"] {content: url(https://qagg.news/siteimages/postimage4253.jpg); max-width:100%; }
[href="/u/#q4254"] {content: url(https://qagg.news/siteimages/postimage4254.jpg); max-width:100%; }
[href="/u/#q4255"] {content: url(https://qagg.news/siteimages/postimage4255.jpg); max-width:100%; }
[href="/u/#q4256"] {content: url(https://qagg.news/siteimages/postimage4256.jpg); max-width:100%; }
[href="/u/#q4257"] {content: url(https://qagg.news/siteimages/postimage4257.jpg); max-width:100%; }
[href="/u/#q4258"] {content: url(https://qagg.news/siteimages/postimage4258.jpg); max-width:100%; }
[href="/u/#q4259"] {content: url(https://qagg.news/siteimages/postimage4259.jpg); max-width:100%; }
[href="/u/#q4260"] {content: url(https://qagg.news/siteimages/postimage4260.jpg); max-width:100%; }
[href="/u/#q4261"] {content: url(https://qagg.news/siteimages/postimage4261.jpg); max-width:100%; }
[href="/u/#q4262"] {content: url(https://qagg.news/siteimages/postimage4262.jpg); max-width:100%; }
[href="/u/#q4263"] {content: url(https://qagg.news/siteimages/postimage4263.jpg); max-width:100%; }
[href="/u/#q4264"] {content: url(https://qagg.news/siteimages/postimage4264.jpg); max-width:100%; }
[href="/u/#q4265"] {content: url(https://qagg.news/siteimages/postimage4265.jpg); max-width:100%; }
[href="/u/#q4266"] {content: url(https://qagg.news/siteimages/postimage4266.jpg); max-width:100%; }
[href="/u/#q4267"] {content: url(https://qagg.news/siteimages/postimage4267.jpg); max-width:100%; }
[href="/u/#q4268"] {content: url(https://qagg.news/siteimages/postimage4268.jpg); max-width:100%; }
[href="/u/#q4269"] {content: url(https://qagg.news/siteimages/postimage4269.jpg); max-width:100%; }
[href="/u/#q4270"] {content: url(https://qagg.news/siteimages/postimage4270.jpg); max-width:100%; }
[href="/u/#q4271"] {content: url(https://qagg.news/siteimages/postimage4271.jpg); max-width:100%; }
[href="/u/#q4272"] {content: url(https://qagg.news/siteimages/postimage4272.jpg); max-width:100%; }
[href="/u/#q4273"] {content: url(https://qagg.news/siteimages/postimage4273.jpg); max-width:100%; }
[href="/u/#q4274"] {content: url(https://qagg.news/siteimages/postimage4274.jpg); max-width:100%; }
[href="/u/#q4275"] {content: url(https://qagg.news/siteimages/postimage4275.jpg); max-width:100%; }
[href="/u/#q4276"] {content: url(https://qagg.news/siteimages/postimage4276.jpg); max-width:100%; }
[href="/u/#q4277"] {content: url(https://qagg.news/siteimages/postimage4277.jpg); max-width:100%; }
[href="/u/#q4278"] {content: url(https://qagg.news/siteimages/postimage4278.jpg); max-width:100%; }
[href="/u/#q4279"] {content: url(https://qagg.news/siteimages/postimage4279.jpg); max-width:100%; }
[href="/u/#q4280"] {content: url(https://qagg.news/siteimages/postimage4280.jpg); max-width:100%; }
[href="/u/#q4281"] {content: url(https://qagg.news/siteimages/postimage4281.jpg); max-width:100%; }
[href="/u/#q4282"] {content: url(https://qagg.news/siteimages/postimage4282.jpg); max-width:100%; }
[href="/u/#q4283"] {content: url(https://qagg.news/siteimages/postimage4283.jpg); max-width:100%; }
[href="/u/#q4284"] {content: url(https://qagg.news/siteimages/postimage4284.jpg); max-width:100%; }
[href="/u/#q4285"] {content: url(https://qagg.news/siteimages/postimage4285.jpg); max-width:100%; }
[href="/u/#q4286"] {content: url(https://qagg.news/siteimages/postimage4286.jpg); max-width:100%; }
[href="/u/#q4287"] {content: url(https://qagg.news/siteimages/postimage4287.jpg); max-width:100%; }
[href="/u/#q4288"] {content: url(https://qagg.news/siteimages/postimage4288.jpg); max-width:100%; }
[href="/u/#q4289"] {content: url(https://qagg.news/siteimages/postimage4289.jpg); max-width:100%; }
[href="/u/#q4290"] {content: url(https://qagg.news/siteimages/postimage4290.jpg); max-width:100%; }
[href="/u/#q4291"] {content: url(https://qagg.news/siteimages/postimage4291.jpg); max-width:100%; }
[href="/u/#q4292"] {content: url(https://qagg.news/siteimages/postimage4292.jpg); max-width:100%; }
[href="/u/#q4293"] {content: url(https://qagg.news/siteimages/postimage4293.jpg); max-width:100%; }
[href="/u/#q4294"] {content: url(https://qagg.news/siteimages/postimage4294.jpg); max-width:100%; }
[href="/u/#q4295"] {content: url(https://qagg.news/siteimages/postimage4295.jpg); max-width:100%; }
[href="/u/#q4296"] {content: url(https://qagg.news/siteimages/postimage4296.jpg); max-width:100%; }
[href="/u/#q4297"] {content: url(https://qagg.news/siteimages/postimage4297.jpg); max-width:100%; }
[href="/u/#q4298"] {content: url(https://qagg.news/siteimages/postimage4298.jpg); max-width:100%; }
[href="/u/#q4299"] {content: url(https://qagg.news/siteimages/postimage4299.jpg); max-width:100%; }
[href="/u/#q4300"] {content: url(https://qagg.news/siteimages/postimage4300.jpg); max-width:100%; }
[href="/u/#q4301"] {content: url(https://qagg.news/siteimages/postimage4301.jpg); max-width:100%; }
[href="/u/#q4302"] {content: url(https://qagg.news/siteimages/postimage4302.jpg); max-width:100%; }
[href="/u/#q4303"] {content: url(https://qagg.news/siteimages/postimage4303.jpg); max-width:100%; }
[href="/u/#q4304"] {content: url(https://qagg.news/siteimages/postimage4304.jpg); max-width:100%; }
[href="/u/#q4305"] {content: url(https://qagg.news/siteimages/postimage4305.jpg); max-width:100%; }
[href="/u/#q4306"] {content: url(https://qagg.news/siteimages/postimage4306.jpg); max-width:100%; }
[href="/u/#q4307"] {content: url(https://qagg.news/siteimages/postimage4307.jpg); max-width:100%; }
[href="/u/#q4308"] {content: url(https://qagg.news/siteimages/postimage4308.jpg); max-width:100%; }
[href="/u/#q4309"] {content: url(https://qagg.news/siteimages/postimage4309.jpg); max-width:100%; }
[href="/u/#q4310"] {content: url(https://qagg.news/siteimages/postimage4310.jpg); max-width:100%; }
[href="/u/#q4311"] {content: url(https://qagg.news/siteimages/postimage4311.jpg); max-width:100%; }
[href="/u/#q4312"] {content: url(https://qagg.news/siteimages/postimage4312.jpg); max-width:100%; }
[href="/u/#q4313"] {content: url(https://qagg.news/siteimages/postimage4313.jpg); max-width:100%; }
[href="/u/#q4314"] {content: url(https://qagg.news/siteimages/postimage4314.jpg); max-width:100%; }
[href="/u/#q4315"] {content: url(https://qagg.news/siteimages/postimage4315.jpg); max-width:100%; }
[href="/u/#q4316"] {content: url(https://qagg.news/siteimages/postimage4316.jpg); max-width:100%; }
[href="/u/#q4317"] {content: url(https://qagg.news/siteimages/postimage4317.jpg); max-width:100%; }
[href="/u/#q4318"] {content: url(https://qagg.news/siteimages/postimage4318.jpg); max-width:100%; }
[href="/u/#q4319"] {content: url(https://qagg.news/siteimages/postimage4319.jpg); max-width:100%; }
[href="/u/#q4320"] {content: url(https://qagg.news/siteimages/postimage4320.jpg); max-width:100%; }
[href="/u/#q4321"] {content: url(https://qagg.news/siteimages/postimage4321.jpg); max-width:100%; }
[href="/u/#q4322"] {content: url(https://qagg.news/siteimages/postimage4322.jpg); max-width:100%; }
[href="/u/#q4323"] {content: url(https://qagg.news/siteimages/postimage4323.jpg); max-width:100%; }
[href="/u/#q4324"] {content: url(https://qagg.news/siteimages/postimage4324.jpg); max-width:100%; }
[href="/u/#q4325"] {content: url(https://qagg.news/siteimages/postimage4325.jpg); max-width:100%; }
[href="/u/#q4326"] {content: url(https://qagg.news/siteimages/postimage4326.jpg); max-width:100%; }
[href="/u/#q4327"] {content: url(https://qagg.news/siteimages/postimage4327.jpg); max-width:100%; }
[href="/u/#q4328"] {content: url(https://qagg.news/siteimages/postimage4328.jpg); max-width:100%; }
[href="/u/#q4329"] {content: url(https://qagg.news/siteimages/postimage4329.jpg); max-width:100%; }
[href="/u/#q4330"] {content: url(https://qagg.news/siteimages/postimage4330.jpg); max-width:100%; }
[href="/u/#q4331"] {content: url(https://qagg.news/siteimages/postimage4331.jpg); max-width:100%; }
[href="/u/#q4332"] {content: url(https://qagg.news/siteimages/postimage4332.jpg); max-width:100%; }
[href="/u/#q4333"] {content: url(https://qagg.news/siteimages/postimage4333.jpg); max-width:100%; }
[href="/u/#q4334"] {content: url(https://qagg.news/siteimages/postimage4334.jpg); max-width:100%; }
[href="/u/#q4335"] {content: url(https://qagg.news/siteimages/postimage4335.jpg); max-width:100%; }
[href="/u/#q4336"] {content: url(https://qagg.news/siteimages/postimage4336.jpg); max-width:100%; }
[href="/u/#q4337"] {content: url(https://qagg.news/siteimages/postimage4337.jpg); max-width:100%; }
[href="/u/#q4338"] {content: url(https://qagg.news/siteimages/postimage4338.jpg); max-width:100%; }
[href="/u/#q4339"] {content: url(https://qagg.news/siteimages/postimage4339.jpg); max-width:100%; }
[href="/u/#q4340"] {content: url(https://qagg.news/siteimages/postimage4340.jpg); max-width:100%; }
[href="/u/#q4341"] {content: url(https://qagg.news/siteimages/postimage4341.jpg); max-width:100%; }
[href="/u/#q4342"] {content: url(https://qagg.news/siteimages/postimage4342.jpg); max-width:100%; }
[href="/u/#q4343"] {content: url(https://qagg.news/siteimages/postimage4343.jpg); max-width:100%; }
[href="/u/#q4344"] {content: url(https://qagg.news/siteimages/postimage4344.jpg); max-width:100%; }
[href="/u/#q4345"] {content: url(https://qagg.news/siteimages/postimage4345.jpg); max-width:100%; }
[href="/u/#q4346"] {content: url(https://qagg.news/siteimages/postimage4346.jpg); max-width:100%; }
[href="/u/#q4347"] {content: url(https://qagg.news/siteimages/postimage4347.jpg); max-width:100%; }
[href="/u/#q4348"] {content: url(https://qagg.news/siteimages/postimage4348.jpg); max-width:100%; }
[href="/u/#q4349"] {content: url(https://qagg.news/siteimages/postimage4349.jpg); max-width:100%; }
[href="/u/#q4350"] {content: url(https://qagg.news/siteimages/postimage4350.jpg); max-width:100%; }
[href="/u/#q4351"] {content: url(https://qagg.news/siteimages/postimage4351.jpg); max-width:100%; }
[href="/u/#q4352"] {content: url(https://qagg.news/siteimages/postimage4352.jpg); max-width:100%; }
[href="/u/#q4353"] {content: url(https://qagg.news/siteimages/postimage4353.jpg); max-width:100%; }
[href="/u/#q4354"] {content: url(https://qagg.news/siteimages/postimage4354.jpg); max-width:100%; }
[href="/u/#q4355"] {content: url(https://qagg.news/siteimages/postimage4355.jpg); max-width:100%; }
[href="/u/#q4356"] {content: url(https://qagg.news/siteimages/postimage4356.jpg); max-width:100%; }
[href="/u/#q4357"] {content: url(https://qagg.news/siteimages/postimage4357.jpg); max-width:100%; }
[href="/u/#q4358"] {content: url(https://qagg.news/siteimages/postimage4358.jpg); max-width:100%; }
[href="/u/#q4359"] {content: url(https://qagg.news/siteimages/postimage4359.jpg); max-width:100%; }
[href="/u/#q4360"] {content: url(https://qagg.news/siteimages/postimage4360.jpg); max-width:100%; }
[href="/u/#q4361"] {content: url(https://qagg.news/siteimages/postimage4361.jpg); max-width:100%; }
[href="/u/#q4362"] {content: url(https://qagg.news/siteimages/postimage4362.jpg); max-width:100%; }
[href="/u/#q4363"] {content: url(https://qagg.news/siteimages/postimage4363.jpg); max-width:100%; }
[href="/u/#q4364"] {content: url(https://qagg.news/siteimages/postimage4364.jpg); max-width:100%; }
[href="/u/#q4365"] {content: url(https://qagg.news/siteimages/postimage4365.jpg); max-width:100%; }
[href="/u/#q4366"] {content: url(https://qagg.news/siteimages/postimage4366.jpg); max-width:100%; }
[href="/u/#q4367"] {content: url(https://qagg.news/siteimages/postimage4367.jpg); max-width:100%; }
[href="/u/#q4368"] {content: url(https://qagg.news/siteimages/postimage4368.jpg); max-width:100%; }
[href="/u/#q4369"] {content: url(https://qagg.news/siteimages/postimage4369.jpg); max-width:100%; }
[href="/u/#q4370"] {content: url(https://qagg.news/siteimages/postimage4370.jpg); max-width:100%; }
[href="/u/#q4371"] {content: url(https://qagg.news/siteimages/postimage4371.jpg); max-width:100%; }
[href="/u/#q4372"] {content: url(https://qagg.news/siteimages/postimage4372.jpg); max-width:100%; }
[href="/u/#q4373"] {content: url(https://qagg.news/siteimages/postimage4373.jpg); max-width:100%; }
[href="/u/#q4374"] {content: url(https://qagg.news/siteimages/postimage4374.jpg); max-width:100%; }
[href="/u/#q4375"] {content: url(https://qagg.news/siteimages/postimage4375.jpg); max-width:100%; }
[href="/u/#q4376"] {content: url(https://qagg.news/siteimages/postimage4376.jpg); max-width:100%; }
[href="/u/#q4377"] {content: url(https://qagg.news/siteimages/postimage4377.jpg); max-width:100%; }
[href="/u/#q4378"] {content: url(https://qagg.news/siteimages/postimage4378.jpg); max-width:100%; }
[href="/u/#q4379"] {content: url(https://qagg.news/siteimages/postimage4379.jpg); max-width:100%; }
[href="/u/#q4380"] {content: url(https://qagg.news/siteimages/postimage4380.jpg); max-width:100%; }
[href="/u/#q4381"] {content: url(https://qagg.news/siteimages/postimage4381.jpg); max-width:100%; }
[href="/u/#q4382"] {content: url(https://qagg.news/siteimages/postimage4382.jpg); max-width:100%; }
[href="/u/#q4383"] {content: url(https://qagg.news/siteimages/postimage4383.jpg); max-width:100%; }
[href="/u/#q4384"] {content: url(https://qagg.news/siteimages/postimage4384.jpg); max-width:100%; }
[href="/u/#q4385"] {content: url(https://qagg.news/siteimages/postimage4385.jpg); max-width:100%; }
[href="/u/#q4386"] {content: url(https://qagg.news/siteimages/postimage4386.jpg); max-width:100%; }
[href="/u/#q4387"] {content: url(https://qagg.news/siteimages/postimage4387.jpg); max-width:100%; }
[href="/u/#q4388"] {content: url(https://qagg.news/siteimages/postimage4388.jpg); max-width:100%; }
[href="/u/#q4389"] {content: url(https://qagg.news/siteimages/postimage4389.jpg); max-width:100%; }
[href="/u/#q4390"] {content: url(https://qagg.news/siteimages/postimage4390.jpg); max-width:100%; }
[href="/u/#q4391"] {content: url(https://qagg.news/siteimages/postimage4391.jpg); max-width:100%; }
[href="/u/#q4392"] {content: url(https://qagg.news/siteimages/postimage4392.jpg); max-width:100%; }
[href="/u/#q4393"] {content: url(https://qagg.news/siteimages/postimage4393.jpg); max-width:100%; }
[href="/u/#q4394"] {content: url(https://qagg.news/siteimages/postimage4394.jpg); max-width:100%; }
[href="/u/#q4395"] {content: url(https://qagg.news/siteimages/postimage4395.jpg); max-width:100%; }
[href="/u/#q4396"] {content: url(https://qagg.news/siteimages/postimage4396.jpg); max-width:100%; }
[href="/u/#q4397"] {content: url(https://qagg.news/siteimages/postimage4397.jpg); max-width:100%; }
[href="/u/#q4398"] {content: url(https://qagg.news/siteimages/postimage4398.jpg); max-width:100%; }
[href="/u/#q4399"] {content: url(https://qagg.news/siteimages/postimage4399.jpg); max-width:100%; }
[href="/u/#q4400"] {content: url(https://qagg.news/siteimages/postimage4400.jpg); max-width:100%; }
[href="/u/#q4401"] {content: url(https://qagg.news/siteimages/postimage4401.jpg); max-width:100%; }
[href="/u/#q4402"] {content: url(https://qagg.news/siteimages/postimage4402.jpg); max-width:100%; }
[href="/u/#q4403"] {content: url(https://qagg.news/siteimages/postimage4403.jpg); max-width:100%; }
[href="/u/#q4404"] {content: url(https://qagg.news/siteimages/postimage4404.jpg); max-width:100%; }
[href="/u/#q4405"] {content: url(https://qagg.news/siteimages/postimage4405.jpg); max-width:100%; }
[href="/u/#q4406"] {content: url(https://qagg.news/siteimages/postimage4406.jpg); max-width:100%; }
[href="/u/#q4407"] {content: url(https://qagg.news/siteimages/postimage4407.jpg); max-width:100%; }
[href="/u/#q4408"] {content: url(https://qagg.news/siteimages/postimage4408.jpg); max-width:100%; }
[href="/u/#q4409"] {content: url(https://qagg.news/siteimages/postimage4409.jpg); max-width:100%; }
[href="/u/#q4410"] {content: url(https://qagg.news/siteimages/postimage4410.jpg); max-width:100%; }
[href="/u/#q4411"] {content: url(https://qagg.news/siteimages/postimage4411.jpg); max-width:100%; }
[href="/u/#q4412"] {content: url(https://qagg.news/siteimages/postimage4412.jpg); max-width:100%; }
[href="/u/#q4413"] {content: url(https://qagg.news/siteimages/postimage4413.jpg); max-width:100%; }
[href="/u/#q4414"] {content: url(https://qagg.news/siteimages/postimage4414.jpg); max-width:100%; }
[href="/u/#q4415"] {content: url(https://qagg.news/siteimages/postimage4415.jpg); max-width:100%; }
[href="/u/#q4416"] {content: url(https://qagg.news/siteimages/postimage4416.jpg); max-width:100%; }
[href="/u/#q4417"] {content: url(https://qagg.news/siteimages/postimage4417.jpg); max-width:100%; }
[href="/u/#q4418"] {content: url(https://qagg.news/siteimages/postimage4418.jpg); max-width:100%; }
[href="/u/#q4419"] {content: url(https://qagg.news/siteimages/postimage4419.jpg); max-width:100%; }
[href="/u/#q4420"] {content: url(https://qagg.news/siteimages/postimage4420.jpg); max-width:100%; }
[href="/u/#q4421"] {content: url(https://qagg.news/siteimages/postimage4421.jpg); max-width:100%; }
[href="/u/#q4422"] {content: url(https://qagg.news/siteimages/postimage4422.jpg); max-width:100%; }
[href="/u/#q4423"] {content: url(https://qagg.news/siteimages/postimage4423.jpg); max-width:100%; }
[href="/u/#q4424"] {content: url(https://qagg.news/siteimages/postimage4424.jpg); max-width:100%; }
[href="/u/#q4425"] {content: url(https://qagg.news/siteimages/postimage4425.jpg); max-width:100%; }
[href="/u/#q4426"] {content: url(https://qagg.news/siteimages/postimage4426.jpg); max-width:100%; }
[href="/u/#q4427"] {content: url(https://qagg.news/siteimages/postimage4427.jpg); max-width:100%; }
[href="/u/#q4428"] {content: url(https://qagg.news/siteimages/postimage4428.jpg); max-width:100%; }
[href="/u/#q4429"] {content: url(https://qagg.news/siteimages/postimage4429.jpg); max-width:100%; }
[href="/u/#q4430"] {content: url(https://qagg.news/siteimages/postimage4430.jpg); max-width:100%; }
[href="/u/#q4431"] {content: url(https://qagg.news/siteimages/postimage4431.jpg); max-width:100%; }
[href="/u/#q4432"] {content: url(https://qagg.news/siteimages/postimage4432.jpg); max-width:100%; }
[href="/u/#q4433"] {content: url(https://qagg.news/siteimages/postimage4433.jpg); max-width:100%; }
[href="/u/#q4434"] {content: url(https://qagg.news/siteimages/postimage4434.jpg); max-width:100%; }
[href="/u/#q4435"] {content: url(https://qagg.news/siteimages/postimage4435.jpg); max-width:100%; }
[href="/u/#q4436"] {content: url(https://qagg.news/siteimages/postimage4436.jpg); max-width:100%; }
[href="/u/#q4437"] {content: url(https://qagg.news/siteimages/postimage4437.jpg); max-width:100%; }
[href="/u/#q4438"] {content: url(https://qagg.news/siteimages/postimage4438.jpg); max-width:100%; }
[href="/u/#q4439"] {content: url(https://qagg.news/siteimages/postimage4439.jpg); max-width:100%; }
[href="/u/#q4440"] {content: url(https://qagg.news/siteimages/postimage4440.jpg); max-width:100%; }
[href="/u/#q4441"] {content: url(https://qagg.news/siteimages/postimage4441.jpg); max-width:100%; }
[href="/u/#q4442"] {content: url(https://qagg.news/siteimages/postimage4442.jpg); max-width:100%; }
[href="/u/#q4443"] {content: url(https://qagg.news/siteimages/postimage4443.jpg); max-width:100%; }
[href="/u/#q4444"] {content: url(https://qagg.news/siteimages/postimage4444.jpg); max-width:100%; }
[href="/u/#q4445"] {content: url(https://qagg.news/siteimages/postimage4445.jpg); max-width:100%; }
[href="/u/#q4446"] {content: url(https://qagg.news/siteimages/postimage4446.jpg); max-width:100%; }
[href="/u/#q4447"] {content: url(https://qagg.news/siteimages/postimage4447.jpg); max-width:100%; }
[href="/u/#q4448"] {content: url(https://qagg.news/siteimages/postimage4448.jpg); max-width:100%; }
[href="/u/#q4449"] {content: url(https://qagg.news/siteimages/postimage4449.jpg); max-width:100%; }
[href="/u/#q4450"] {content: url(https://qagg.news/siteimages/postimage4450.jpg); max-width:100%; }
[href="/u/#q4451"] {content: url(https://qagg.news/siteimages/postimage4451.jpg); max-width:100%; }
[href="/u/#q4452"] {content: url(https://qagg.news/siteimages/postimage4452.jpg); max-width:100%; }
[href="/u/#q4453"] {content: url(https://qagg.news/siteimages/postimage4453.jpg); max-width:100%; }
[href="/u/#q4454"] {content: url(https://qagg.news/siteimages/postimage4454.jpg); max-width:100%; }
[href="/u/#q4455"] {content: url(https://qagg.news/siteimages/postimage4455.jpg); max-width:100%; }
[href="/u/#q4456"] {content: url(https://qagg.news/siteimages/postimage4456.jpg); max-width:100%; }
[href="/u/#q4457"] {content: url(https://qagg.news/siteimages/postimage4457.jpg); max-width:100%; }
[href="/u/#q4458"] {content: url(https://qagg.news/siteimages/postimage4458.jpg); max-width:100%; }
[href="/u/#q4459"] {content: url(https://qagg.news/siteimages/postimage4459.jpg); max-width:100%; }
[href="/u/#q4460"] {content: url(https://qagg.news/siteimages/postimage4460.jpg); max-width:100%; }
[href="/u/#q4461"] {content: url(https://qagg.news/siteimages/postimage4461.jpg); max-width:100%; }
[href="/u/#q4462"] {content: url(https://qagg.news/siteimages/postimage4462.jpg); max-width:100%; }
[href="/u/#q4463"] {content: url(https://qagg.news/siteimages/postimage4463.jpg); max-width:100%; }
[href="/u/#q4464"] {content: url(https://qagg.news/siteimages/postimage4464.jpg); max-width:100%; }
[href="/u/#q4465"] {content: url(https://qagg.news/siteimages/postimage4465.jpg); max-width:100%; }
[href="/u/#q4466"] {content: url(https://qagg.news/siteimages/postimage4466.jpg); max-width:100%; }
[href="/u/#q4467"] {content: url(https://qagg.news/siteimages/postimage4467.jpg); max-width:100%; }
[href="/u/#q4468"] {content: url(https://qagg.news/siteimages/postimage4468.jpg); max-width:100%; }
[href="/u/#q4469"] {content: url(https://qagg.news/siteimages/postimage4469.jpg); max-width:100%; }
[href="/u/#q4470"] {content: url(https://qagg.news/siteimages/postimage4470.jpg); max-width:100%; }
[href="/u/#q4471"] {content: url(https://qagg.news/siteimages/postimage4471.jpg); max-width:100%; }
[href="/u/#q4472"] {content: url(https://qagg.news/siteimages/postimage4472.jpg); max-width:100%; }
[href="/u/#q4473"] {content: url(https://qagg.news/siteimages/postimage4473.jpg); max-width:100%; }
[href="/u/#q4474"] {content: url(https://qagg.news/siteimages/postimage4474.jpg); max-width:100%; }
[href="/u/#q4475"] {content: url(https://qagg.news/siteimages/postimage4475.jpg); max-width:100%; }
[href="/u/#q4476"] {content: url(https://qagg.news/siteimages/postimage4476.jpg); max-width:100%; }
[href="/u/#q4477"] {content: url(https://qagg.news/siteimages/postimage4477.jpg); max-width:100%; }
[href="/u/#q4478"] {content: url(https://qagg.news/siteimages/postimage4478.jpg); max-width:100%; }
[href="/u/#q4479"] {content: url(https://qagg.news/siteimages/postimage4479.jpg); max-width:100%; }
[href="/u/#q4480"] {content: url(https://qagg.news/siteimages/postimage4480.jpg); max-width:100%; }
[href="/u/#q4481"] {content: url(https://qagg.news/siteimages/postimage4481.jpg); max-width:100%; }
[href="/u/#q4482"] {content: url(https://qagg.news/siteimages/postimage4482.jpg); max-width:100%; }
[href="/u/#q4483"] {content: url(https://qagg.news/siteimages/postimage4483.jpg); max-width:100%; }
[href="/u/#q4484"] {content: url(https://qagg.news/siteimages/postimage4484.jpg); max-width:100%; }
[href="/u/#q4485"] {content: url(https://qagg.news/siteimages/postimage4485.jpg); max-width:100%; }
[href="/u/#q4486"] {content: url(https://qagg.news/siteimages/postimage4486.jpg); max-width:100%; }
[href="/u/#q4487"] {content: url(https://qagg.news/siteimages/postimage4487.jpg); max-width:100%; }
[href="/u/#q4488"] {content: url(https://qagg.news/siteimages/postimage4488.jpg); max-width:100%; }
[href="/u/#q4489"] {content: url(https://qagg.news/siteimages/postimage4489.jpg); max-width:100%; }
[href="/u/#q4490"] {content: url(https://qagg.news/siteimages/postimage4490.jpg); max-width:100%; }
[href="/u/#q4491"] {content: url(https://qagg.news/siteimages/postimage4491.jpg); max-width:100%; }
[href="/u/#q4492"] {content: url(https://qagg.news/siteimages/postimage4492.jpg); max-width:100%; }
[href="/u/#q4493"] {content: url(https://qagg.news/siteimages/postimage4493.jpg); max-width:100%; }
[href="/u/#q4494"] {content: url(https://qagg.news/siteimages/postimage4494.jpg); max-width:100%; }
[href="/u/#q4495"] {content: url(https://qagg.news/siteimages/postimage4495.jpg); max-width:100%; }
[href="/u/#q4496"] {content: url(https://qagg.news/siteimages/postimage4496.jpg); max-width:100%; }
[href="/u/#q4497"] {content: url(https://qagg.news/siteimages/postimage4497.jpg); max-width:100%; }
[href="/u/#q4498"] {content: url(https://qagg.news/siteimages/postimage4498.jpg); max-width:100%; }
[href="/u/#q4499"] {content: url(https://qagg.news/siteimages/postimage4499.jpg); max-width:100%; }
[href="/u/#q4500"] {content: url(https://qagg.news/siteimages/postimage4500.jpg); max-width:100%; }
[href="/u/#q4501"] {content: url(https://qagg.news/siteimages/postimage4501.jpg); max-width:100%; }
[href="/u/#q4502"] {content: url(https://qagg.news/siteimages/postimage4502.jpg); max-width:100%; }
[href="/u/#q4503"] {content: url(https://qagg.news/siteimages/postimage4503.jpg); max-width:100%; }
[href="/u/#q4504"] {content: url(https://qagg.news/siteimages/postimage4504.jpg); max-width:100%; }
[href="/u/#q4505"] {content: url(https://qagg.news/siteimages/postimage4505.jpg); max-width:100%; }
[href="/u/#q4506"] {content: url(https://qagg.news/siteimages/postimage4506.jpg); max-width:100%; }
[href="/u/#q4507"] {content: url(https://qagg.news/siteimages/postimage4507.jpg); max-width:100%; }
[href="/u/#q4508"] {content: url(https://qagg.news/siteimages/postimage4508.jpg); max-width:100%; }
[href="/u/#q4509"] {content: url(https://qagg.news/siteimages/postimage4509.jpg); max-width:100%; }
[href="/u/#q4510"] {content: url(https://qagg.news/siteimages/postimage4510.jpg); max-width:100%; }
[href="/u/#q4511"] {content: url(https://qagg.news/siteimages/postimage4511.jpg); max-width:100%; }
[href="/u/#q4512"] {content: url(https://qagg.news/siteimages/postimage4512.jpg); max-width:100%; }
[href="/u/#q4513"] {content: url(https://qagg.news/siteimages/postimage4513.jpg); max-width:100%; }
[href="/u/#q4514"] {content: url(https://qagg.news/siteimages/postimage4514.jpg); max-width:100%; }
[href="/u/#q4515"] {content: url(https://qagg.news/siteimages/postimage4515.jpg); max-width:100%; }
[href="/u/#q4516"] {content: url(https://qagg.news/siteimages/postimage4516.jpg); max-width:100%; }
[href="/u/#q4517"] {content: url(https://qagg.news/siteimages/postimage4517.jpg); max-width:100%; }
[href="/u/#q4518"] {content: url(https://qagg.news/siteimages/postimage4518.jpg); max-width:100%; }
[href="/u/#q4519"] {content: url(https://qagg.news/siteimages/postimage4519.jpg); max-width:100%; }
[href="/u/#q4520"] {content: url(https://qagg.news/siteimages/postimage4520.jpg); max-width:100%; }
[href="/u/#q4521"] {content: url(https://qagg.news/siteimages/postimage4521.jpg); max-width:100%; }
[href="/u/#q4522"] {content: url(https://qagg.news/siteimages/postimage4522.jpg); max-width:100%; }
[href="/u/#q4523"] {content: url(https://qagg.news/siteimages/postimage4523.jpg); max-width:100%; }
[href="/u/#q4524"] {content: url(https://qagg.news/siteimages/postimage4524.jpg); max-width:100%; }
[href="/u/#q4525"] {content: url(https://qagg.news/siteimages/postimage4525.jpg); max-width:100%; }
[href="/u/#q4526"] {content: url(https://qagg.news/siteimages/postimage4526.jpg); max-width:100%; }
[href="/u/#q4527"] {content: url(https://qagg.news/siteimages/postimage4527.jpg); max-width:100%; }
[href="/u/#q4528"] {content: url(https://qagg.news/siteimages/postimage4528.jpg); max-width:100%; }
[href="/u/#q4529"] {content: url(https://qagg.news/siteimages/postimage4529.jpg); max-width:100%; }
[href="/u/#q4530"] {content: url(https://qagg.news/siteimages/postimage4530.jpg); max-width:100%; }
[href="/u/#q4531"] {content: url(https://qagg.news/siteimages/postimage4531.jpg); max-width:100%; }
[href="/u/#q4532"] {content: url(https://qagg.news/siteimages/postimage4532.jpg); max-width:100%; }
[href="/u/#q4533"] {content: url(https://qagg.news/siteimages/postimage4533.jpg); max-width:100%; }
[href="/u/#q4534"] {content: url(https://qagg.news/siteimages/postimage4534.jpg); max-width:100%; }
[href="/u/#q4535"] {content: url(https://qagg.news/siteimages/postimage4535.jpg); max-width:100%; }
[href="/u/#q4536"] {content: url(https://qagg.news/siteimages/postimage4536.jpg); max-width:100%; }
[href="/u/#q4537"] {content: url(https://qagg.news/siteimages/postimage4537.jpg); max-width:100%; }
[href="/u/#q4538"] {content: url(https://qagg.news/siteimages/postimage4538.jpg); max-width:100%; }
[href="/u/#q4539"] {content: url(https://qagg.news/siteimages/postimage4539.jpg); max-width:100%; }
[href="/u/#q4540"] {content: url(https://qagg.news/siteimages/postimage4540.jpg); max-width:100%; }
[href="/u/#q4541"] {content: url(https://qagg.news/siteimages/postimage4541.jpg); max-width:100%; }
[href="/u/#q4542"] {content: url(https://qagg.news/siteimages/postimage4542.jpg); max-width:100%; }
[href="/u/#q4543"] {content: url(https://qagg.news/siteimages/postimage4543.jpg); max-width:100%; }
[href="/u/#q4544"] {content: url(https://qagg.news/siteimages/postimage4544.jpg); max-width:100%; }
[href="/u/#q4545"] {content: url(https://qagg.news/siteimages/postimage4545.jpg); max-width:100%; }
[href="/u/#q4546"] {content: url(https://qagg.news/siteimages/postimage4546.jpg); max-width:100%; }
[href="/u/#q4547"] {content: url(https://qagg.news/siteimages/postimage4547.jpg); max-width:100%; }
[href="/u/#q4548"] {content: url(https://qagg.news/siteimages/postimage4548.jpg); max-width:100%; }
[href="/u/#q4549"] {content: url(https://qagg.news/siteimages/postimage4549.jpg); max-width:100%; }
[href="/u/#q4550"] {content: url(https://qagg.news/siteimages/postimage4550.jpg); max-width:100%; }
[href="/u/#q4551"] {content: url(https://qagg.news/siteimages/postimage4551.jpg); max-width:100%; }
[href="/u/#q4552"] {content: url(https://qagg.news/siteimages/postimage4552.jpg); max-width:100%; }
[href="/u/#q4553"] {content: url(https://qagg.news/siteimages/postimage4553.jpg); max-width:100%; }
[href="/u/#q4554"] {content: url(https://qagg.news/siteimages/postimage4554.jpg); max-width:100%; }
[href="/u/#q4555"] {content: url(https://qagg.news/siteimages/postimage4555.jpg); max-width:100%; }
[href="/u/#q4556"] {content: url(https://qagg.news/siteimages/postimage4556.jpg); max-width:100%; }
[href="/u/#q4557"] {content: url(https://qagg.news/siteimages/postimage4557.jpg); max-width:100%; }
[href="/u/#q4558"] {content: url(https://qagg.news/siteimages/postimage4558.jpg); max-width:100%; }
[href="/u/#q4559"] {content: url(https://qagg.news/siteimages/postimage4559.jpg); max-width:100%; }
[href="/u/#q4560"] {content: url(https://qagg.news/siteimages/postimage4560.jpg); max-width:100%; }
[href="/u/#q4561"] {content: url(https://qagg.news/siteimages/postimage4561.jpg); max-width:100%; }
[href="/u/#q4562"] {content: url(https://qagg.news/siteimages/postimage4562.jpg); max-width:100%; }
[href="/u/#q4563"] {content: url(https://qagg.news/siteimages/postimage4563.jpg); max-width:100%; }
[href="/u/#q4564"] {content: url(https://qagg.news/siteimages/postimage4564.jpg); max-width:100%; }
[href="/u/#q4565"] {content: url(https://qagg.news/siteimages/postimage4565.jpg); max-width:100%; }
[href="/u/#q4566"] {content: url(https://qagg.news/siteimages/postimage4566.jpg); max-width:100%; }
[href="/u/#q4567"] {content: url(https://qagg.news/siteimages/postimage4567.jpg); max-width:100%; }
[href="/u/#q4568"] {content: url(https://qagg.news/siteimages/postimage4568.jpg); max-width:100%; }
[href="/u/#q4569"] {content: url(https://qagg.news/siteimages/postimage4569.jpg); max-width:100%; }
[href="/u/#q4570"] {content: url(https://qagg.news/siteimages/postimage4570.jpg); max-width:100%; }
[href="/u/#q4571"] {content: url(https://qagg.news/siteimages/postimage4571.jpg); max-width:100%; }
[href="/u/#q4572"] {content: url(https://qagg.news/siteimages/postimage4572.jpg); max-width:100%; }
[href="/u/#q4573"] {content: url(https://qagg.news/siteimages/postimage4573.jpg); max-width:100%; }
[href="/u/#q4574"] {content: url(https://qagg.news/siteimages/postimage4574.jpg); max-width:100%; }
[href="/u/#q4575"] {content: url(https://qagg.news/siteimages/postimage4575.jpg); max-width:100%; }
[href="/u/#q4576"] {content: url(https://qagg.news/siteimages/postimage4576.jpg); max-width:100%; }
[href="/u/#q4577"] {content: url(https://qagg.news/siteimages/postimage4577.jpg); max-width:100%; }
[href="/u/#q4578"] {content: url(https://qagg.news/siteimages/postimage4578.jpg); max-width:100%; }
[href="/u/#q4579"] {content: url(https://qagg.news/siteimages/postimage4579.jpg); max-width:100%; }
[href="/u/#q4580"] {content: url(https://qagg.news/siteimages/postimage4580.jpg); max-width:100%; }
[href="/u/#q4581"] {content: url(https://qagg.news/siteimages/postimage4581.jpg); max-width:100%; }
[href="/u/#q4582"] {content: url(https://qagg.news/siteimages/postimage4582.jpg); max-width:100%; }
[href="/u/#q4583"] {content: url(https://qagg.news/siteimages/postimage4583.jpg); max-width:100%; }
[href="/u/#q4584"] {content: url(https://qagg.news/siteimages/postimage4584.jpg); max-width:100%; }
[href="/u/#q4585"] {content: url(https://qagg.news/siteimages/postimage4585.jpg); max-width:100%; }
[href="/u/#q4586"] {content: url(https://qagg.news/siteimages/postimage4586.jpg); max-width:100%; }
[href="/u/#q4587"] {content: url(https://qagg.news/siteimages/postimage4587.jpg); max-width:100%; }
[href="/u/#q4588"] {content: url(https://qagg.news/siteimages/postimage4588.jpg); max-width:100%; }
[href="/u/#q4589"] {content: url(https://qagg.news/siteimages/postimage4589.jpg); max-width:100%; }
[href="/u/#q4590"] {content: url(https://qagg.news/siteimages/postimage4590.jpg); max-width:100%; }
[href="/u/#q4591"] {content: url(https://qagg.news/siteimages/postimage4591.jpg); max-width:100%; }
[href="/u/#q4592"] {content: url(https://qagg.news/siteimages/postimage4592.jpg); max-width:100%; }
[href="/u/#q4593"] {content: url(https://qagg.news/siteimages/postimage4593.jpg); max-width:100%; }
[href="/u/#q4594"] {content: url(https://qagg.news/siteimages/postimage4594.jpg); max-width:100%; }
[href="/u/#q4595"] {content: url(https://qagg.news/siteimages/postimage4595.jpg); max-width:100%; }
[href="/u/#q4596"] {content: url(https://qagg.news/siteimages/postimage4596.jpg); max-width:100%; }
[href="/u/#q4597"] {content: url(https://qagg.news/siteimages/postimage4597.jpg); max-width:100%; }
[href="/u/#q4598"] {content: url(https://qagg.news/siteimages/postimage4598.jpg); max-width:100%; }
[href="/u/#q4599"] {content: url(https://qagg.news/siteimages/postimage4599.jpg); max-width:100%; }
[href="/u/#q4600"] {content: url(https://qagg.news/siteimages/postimage4600.jpg); max-width:100%; }
[href="/u/#q4601"] {content: url(https://qagg.news/siteimages/postimage4601.jpg); max-width:100%; }
[href="/u/#q4602"] {content: url(https://qagg.news/siteimages/postimage4602.jpg); max-width:100%; }
[href="/u/#q4603"] {content: url(https://qagg.news/siteimages/postimage4603.jpg); max-width:100%; }
[href="/u/#q4604"] {content: url(https://qagg.news/siteimages/postimage4604.jpg); max-width:100%; }
[href="/u/#q4605"] {content: url(https://qagg.news/siteimages/postimage4605.jpg); max-width:100%; }
[href="/u/#q4606"] {content: url(https://qagg.news/siteimages/postimage4606.jpg); max-width:100%; }
[href="/u/#q4607"] {content: url(https://qagg.news/siteimages/postimage4607.jpg); max-width:100%; }
[href="/u/#q4608"] {content: url(https://qagg.news/siteimages/postimage4608.jpg); max-width:100%; }
[href="/u/#q4609"] {content: url(https://qagg.news/siteimages/postimage4609.jpg); max-width:100%; }
[href="/u/#q4610"] {content: url(https://qagg.news/siteimages/postimage4610.jpg); max-width:100%; }
[href="/u/#q4611"] {content: url(https://qagg.news/siteimages/postimage4611.jpg); max-width:100%; }
[href="/u/#q4612"] {content: url(https://qagg.news/siteimages/postimage4612.jpg); max-width:100%; }
[href="/u/#q4613"] {content: url(https://qagg.news/siteimages/postimage4613.jpg); max-width:100%; }
[href="/u/#q4614"] {content: url(https://qagg.news/siteimages/postimage4614.jpg); max-width:100%; }
[href="/u/#q4615"] {content: url(https://qagg.news/siteimages/postimage4615.jpg); max-width:100%; }
[href="/u/#q4616"] {content: url(https://qagg.news/siteimages/postimage4616.jpg); max-width:100%; }
[href="/u/#q4617"] {content: url(https://qagg.news/siteimages/postimage4617.jpg); max-width:100%; }
[href="/u/#q4618"] {content: url(https://qagg.news/siteimages/postimage4618.jpg); max-width:100%; }
[href="/u/#q4619"] {content: url(https://qagg.news/siteimages/postimage4619.jpg); max-width:100%; }
[href="/u/#q4620"] {content: url(https://qagg.news/siteimages/postimage4620.jpg); max-width:100%; }
[href="/u/#q4621"] {content: url(https://qagg.news/siteimages/postimage4621.jpg); max-width:100%; }
[href="/u/#q4622"] {content: url(https://qagg.news/siteimages/postimage4622.jpg); max-width:100%; }
[href="/u/#q4623"] {content: url(https://qagg.news/siteimages/postimage4623.jpg); max-width:100%; }
[href="/u/#q4624"] {content: url(https://qagg.news/siteimages/postimage4624.jpg); max-width:100%; }
[href="/u/#q4625"] {content: url(https://qagg.news/siteimages/postimage4625.jpg); max-width:100%; }
[href="/u/#q4626"] {content: url(https://qagg.news/siteimages/postimage4626.jpg); max-width:100%; }
[href="/u/#q4627"] {content: url(https://qagg.news/siteimages/postimage4627.jpg); max-width:100%; }
[href="/u/#q4628"] {content: url(https://qagg.news/siteimages/postimage4628.jpg); max-width:100%; }
[href="/u/#q4629"] {content: url(https://qagg.news/siteimages/postimage4629.jpg); max-width:100%; }
[href="/u/#q4630"] {content: url(https://qagg.news/siteimages/postimage4630.jpg); max-width:100%; }
[href="/u/#q4631"] {content: url(https://qagg.news/siteimages/postimage4631.jpg); max-width:100%; }
[href="/u/#q4632"] {content: url(https://qagg.news/siteimages/postimage4632.jpg); max-width:100%; }
[href="/u/#q4633"] {content: url(https://qagg.news/siteimages/postimage4633.jpg); max-width:100%; }
[href="/u/#q4634"] {content: url(https://qagg.news/siteimages/postimage4634.jpg); max-width:100%; }
[href="/u/#q4635"] {content: url(https://qagg.news/siteimages/postimage4635.jpg); max-width:100%; }
[href="/u/#q4636"] {content: url(https://qagg.news/siteimages/postimage4636.jpg); max-width:100%; }
[href="/u/#q4637"] {content: url(https://qagg.news/siteimages/postimage4637.jpg); max-width:100%; }
[href="/u/#q4638"] {content: url(https://qagg.news/siteimages/postimage4638.jpg); max-width:100%; }
[href="/u/#q4639"] {content: url(https://qagg.news/siteimages/postimage4639.jpg); max-width:100%; }
[href="/u/#q4640"] {content: url(https://qagg.news/siteimages/postimage4640.jpg); max-width:100%; }
[href="/u/#q4641"] {content: url(https://qagg.news/siteimages/postimage4641.jpg); max-width:100%; }
[href="/u/#q4642"] {content: url(https://qagg.news/siteimages/postimage4642.jpg); max-width:100%; }
[href="/u/#q4643"] {content: url(https://qagg.news/siteimages/postimage4643.jpg); max-width:100%; }
[href="/u/#q4644"] {content: url(https://qagg.news/siteimages/postimage4644.jpg); max-width:100%; }
[href="/u/#q4645"] {content: url(https://qagg.news/siteimages/postimage4645.jpg); max-width:100%; }
[href="/u/#q4646"] {content: url(https://qagg.news/siteimages/postimage4646.jpg); max-width:100%; }
[href="/u/#q4647"] {content: url(https://qagg.news/siteimages/postimage4647.jpg); max-width:100%; }
[href="/u/#q4648"] {content: url(https://qagg.news/siteimages/postimage4648.jpg); max-width:100%; }
[href="/u/#q4649"] {content: url(https://qagg.news/siteimages/postimage4649.jpg); max-width:100%; }
[href="/u/#q4650"] {content: url(https://qagg.news/siteimages/postimage4650.jpg); max-width:100%; }
[href="/u/#q4651"] {content: url(https://qagg.news/siteimages/postimage4651.jpg); max-width:100%; }
[href="/u/#q4652"] {content: url(https://qagg.news/siteimages/postimage4652.jpg); max-width:100%; }
[href="/u/#q4653"] {content: url(https://qagg.news/siteimages/postimage4653.jpg); max-width:100%; }
[href="/u/#q4654"] {content: url(https://qagg.news/siteimages/postimage4654.jpg); max-width:100%; }
[href="/u/#q4655"] {content: url(https://qagg.news/siteimages/postimage4655.jpg); max-width:100%; }
[href="/u/#q4656"] {content: url(https://qagg.news/siteimages/postimage4656.jpg); max-width:100%; }
[href="/u/#q4657"] {content: url(https://qagg.news/siteimages/postimage4657.jpg); max-width:100%; }
[href="/u/#q4658"] {content: url(https://qagg.news/siteimages/postimage4658.jpg); max-width:100%; }
[href="/u/#q4659"] {content: url(https://qagg.news/siteimages/postimage4659.jpg); max-width:100%; }
[href="/u/#q4660"] {content: url(https://qagg.news/siteimages/postimage4660.jpg); max-width:100%; }
[href="/u/#q4661"] {content: url(https://qagg.news/siteimages/postimage4661.jpg); max-width:100%; }
[href="/u/#q4662"] {content: url(https://qagg.news/siteimages/postimage4662.jpg); max-width:100%; }
[href="/u/#q4663"] {content: url(https://qagg.news/siteimages/postimage4663.jpg); max-width:100%; }
[href="/u/#q4664"] {content: url(https://qagg.news/siteimages/postimage4664.jpg); max-width:100%; }
[href="/u/#q4665"] {content: url(https://qagg.news/siteimages/postimage4665.jpg); max-width:100%; }
[href="/u/#q4666"] {content: url(https://qagg.news/siteimages/postimage4666.jpg); max-width:100%; }
[href="/u/#q4667"] {content: url(https://qagg.news/siteimages/postimage4667.jpg); max-width:100%; }
[href="/u/#q4668"] {content: url(https://qagg.news/siteimages/postimage4668.jpg); max-width:100%; }
[href="/u/#q4669"] {content: url(https://qagg.news/siteimages/postimage4669.jpg); max-width:100%; }
[href="/u/#q4670"] {content: url(https://qagg.news/siteimages/postimage4670.jpg); max-width:100%; }
[href="/u/#q4671"] {content: url(https://qagg.news/siteimages/postimage4671.jpg); max-width:100%; }
[href="/u/#q4672"] {content: url(https://qagg.news/siteimages/postimage4672.jpg); max-width:100%; }
[href="/u/#q4673"] {content: url(https://qagg.news/siteimages/postimage4673.jpg); max-width:100%; }
[href="/u/#q4674"] {content: url(https://qagg.news/siteimages/postimage4674.jpg); max-width:100%; }
[href="/u/#q4675"] {content: url(https://qagg.news/siteimages/postimage4675.jpg); max-width:100%; }
[href="/u/#q4676"] {content: url(https://qagg.news/siteimages/postimage4676.jpg); max-width:100%; }
[href="/u/#q4677"] {content: url(https://qagg.news/siteimages/postimage4677.jpg); max-width:100%; }
[href="/u/#q4678"] {content: url(https://qagg.news/siteimages/postimage4678.jpg); max-width:100%; }
[href="/u/#q4679"] {content: url(https://qagg.news/siteimages/postimage4679.jpg); max-width:100%; }
[href="/u/#q4680"] {content: url(https://qagg.news/siteimages/postimage4680.jpg); max-width:100%; }
[href="/u/#q4681"] {content: url(https://qagg.news/siteimages/postimage4681.jpg); max-width:100%; }
[href="/u/#q4682"] {content: url(https://qagg.news/siteimages/postimage4682.jpg); max-width:100%; }
[href="/u/#q4683"] {content: url(https://qagg.news/siteimages/postimage4683.jpg); max-width:100%; }
[href="/u/#q4684"] {content: url(https://qagg.news/siteimages/postimage4684.jpg); max-width:100%; }
[href="/u/#q4685"] {content: url(https://qagg.news/siteimages/postimage4685.jpg); max-width:100%; }
[href="/u/#q4686"] {content: url(https://qagg.news/siteimages/postimage4686.jpg); max-width:100%; }
[href="/u/#q4687"] {content: url(https://qagg.news/siteimages/postimage4687.jpg); max-width:100%; }
[href="/u/#q4688"] {content: url(https://qagg.news/siteimages/postimage4688.jpg); max-width:100%; }
[href="/u/#q4689"] {content: url(https://qagg.news/siteimages/postimage4689.jpg); max-width:100%; }
[href="/u/#q4690"] {content: url(https://qagg.news/siteimages/postimage4690.jpg); max-width:100%; }
[href="/u/#q4691"] {content: url(https://qagg.news/siteimages/postimage4691.jpg); max-width:100%; }
[href="/u/#q4692"] {content: url(https://qagg.news/siteimages/postimage4692.jpg); max-width:100%; }
[href="/u/#q4693"] {content: url(https://qagg.news/siteimages/postimage4693.jpg); max-width:100%; }
[href="/u/#q4694"] {content: url(https://qagg.news/siteimages/postimage4694.jpg); max-width:100%; }
[href="/u/#q4695"] {content: url(https://qagg.news/siteimages/postimage4695.jpg); max-width:100%; }
[href="/u/#q4696"] {content: url(https://qagg.news/siteimages/postimage4696.jpg); max-width:100%; }
[href="/u/#q4697"] {content: url(https://qagg.news/siteimages/postimage4697.jpg); max-width:100%; }
[href="/u/#q4698"] {content: url(https://qagg.news/siteimages/postimage4698.jpg); max-width:100%; }
[href="/u/#q4699"] {content: url(https://qagg.news/siteimages/postimage4699.jpg); max-width:100%; }
[href="/u/#q4700"] {content: url(https://qagg.news/siteimages/postimage4700.jpg); max-width:100%; }
[href="/u/#q4701"] {content: url(https://qagg.news/siteimages/postimage4701.jpg); max-width:100%; }
[href="/u/#q4702"] {content: url(https://qagg.news/siteimages/postimage4702.jpg); max-width:100%; }
[href="/u/#q4703"] {content: url(https://qagg.news/siteimages/postimage4703.jpg); max-width:100%; }
[href="/u/#q4704"] {content: url(https://qagg.news/siteimages/postimage4704.jpg); max-width:100%; }
[href="/u/#q4705"] {content: url(https://qagg.news/siteimages/postimage4705.jpg); max-width:100%; }
[href="/u/#q4706"] {content: url(https://qagg.news/siteimages/postimage4706.jpg); max-width:100%; }
[href="/u/#q4707"] {content: url(https://qagg.news/siteimages/postimage4707.jpg); max-width:100%; }
[href="/u/#q4708"] {content: url(https://qagg.news/siteimages/postimage4708.jpg); max-width:100%; }
[href="/u/#q4709"] {content: url(https://qagg.news/siteimages/postimage4709.jpg); max-width:100%; }
[href="/u/#q4710"] {content: url(https://qagg.news/siteimages/postimage4710.jpg); max-width:100%; }
[href="/u/#q4711"] {content: url(https://qagg.news/siteimages/postimage4711.jpg); max-width:100%; }
[href="/u/#q4712"] {content: url(https://qagg.news/siteimages/postimage4712.jpg); max-width:100%; }
[href="/u/#q4713"] {content: url(https://qagg.news/siteimages/postimage4713.jpg); max-width:100%; }
[href="/u/#q4714"] {content: url(https://qagg.news/siteimages/postimage4714.jpg); max-width:100%; }
[href="/u/#q4715"] {content: url(https://qagg.news/siteimages/postimage4715.jpg); max-width:100%; }
[href="/u/#q4716"] {content: url(https://qagg.news/siteimages/postimage4716.jpg); max-width:100%; }
[href="/u/#q4717"] {content: url(https://qagg.news/siteimages/postimage4717.jpg); max-width:100%; }
[href="/u/#q4718"] {content: url(https://qagg.news/siteimages/postimage4718.jpg); max-width:100%; }
[href="/u/#q4719"] {content: url(https://qagg.news/siteimages/postimage4719.jpg); max-width:100%; }
[href="/u/#q4720"] {content: url(https://qagg.news/siteimages/postimage4720.jpg); max-width:100%; }
[href="/u/#q4721"] {content: url(https://qagg.news/siteimages/postimage4721.jpg); max-width:100%; }
[href="/u/#q4722"] {content: url(https://qagg.news/siteimages/postimage4722.jpg); max-width:100%; }
[href="/u/#q4723"] {content: url(https://qagg.news/siteimages/postimage4723.jpg); max-width:100%; }
[href="/u/#q4724"] {content: url(https://qagg.news/siteimages/postimage4724.jpg); max-width:100%; }
[href="/u/#q4725"] {content: url(https://qagg.news/siteimages/postimage4725.jpg); max-width:100%; }
[href="/u/#q4726"] {content: url(https://qagg.news/siteimages/postimage4726.jpg); max-width:100%; }
[href="/u/#q4727"] {content: url(https://qagg.news/siteimages/postimage4727.jpg); max-width:100%; }
[href="/u/#q4728"] {content: url(https://qagg.news/siteimages/postimage4728.jpg); max-width:100%; }
[href="/u/#q4729"] {content: url(https://qagg.news/siteimages/postimage4729.jpg); max-width:100%; }
[href="/u/#q4730"] {content: url(https://qagg.news/siteimages/postimage4730.jpg); max-width:100%; }
[href="/u/#q4731"] {content: url(https://qagg.news/siteimages/postimage4731.jpg); max-width:100%; }
[href="/u/#q4732"] {content: url(https://qagg.news/siteimages/postimage4732.jpg); max-width:100%; }
[href="/u/#q4733"] {content: url(https://qagg.news/siteimages/postimage4733.jpg); max-width:100%; }
[href="/u/#q4734"] {content: url(https://qagg.news/siteimages/postimage4734.jpg); max-width:100%; }
[href="/u/#q4735"] {content: url(https://qagg.news/siteimages/postimage4735.jpg); max-width:100%; }
[href="/u/#q4736"] {content: url(https://qagg.news/siteimages/postimage4736.jpg); max-width:100%; }
[href="/u/#q4737"] {content: url(https://qagg.news/siteimages/postimage4737.jpg); max-width:100%; }
[href="/u/#q4738"] {content: url(https://qagg.news/siteimages/postimage4738.jpg); max-width:100%; }
[href="/u/#q4739"] {content: url(https://qagg.news/siteimages/postimage4739.jpg); max-width:100%; }
[href="/u/#q4740"] {content: url(https://qagg.news/siteimages/postimage4740.jpg); max-width:100%; }
[href="/u/#q4741"] {content: url(https://qagg.news/siteimages/postimage4741.jpg); max-width:100%; }
[href="/u/#q4742"] {content: url(https://qagg.news/siteimages/postimage4742.jpg); max-width:100%; }
[href="/u/#q4743"] {content: url(https://qagg.news/siteimages/postimage4743.jpg); max-width:100%; }
[href="/u/#q4744"] {content: url(https://qagg.news/siteimages/postimage4744.jpg); max-width:100%; }
[href="/u/#q4745"] {content: url(https://qagg.news/siteimages/postimage4745.jpg); max-width:100%; }
[href="/u/#q4746"] {content: url(https://qagg.news/siteimages/postimage4746.jpg); max-width:100%; }
[href="/u/#q4747"] {content: url(https://qagg.news/siteimages/postimage4747.jpg); max-width:100%; }
[href="/u/#q4748"] {content: url(https://qagg.news/siteimages/postimage4748.jpg); max-width:100%; }
[href="/u/#q4749"] {content: url(https://qagg.news/siteimages/postimage4749.jpg); max-width:100%; }
[href="/u/#q4750"] {content: url(https://qagg.news/siteimages/postimage4750.jpg); max-width:100%; }
[href="/u/#q4751"] {content: url(https://qagg.news/siteimages/postimage4751.jpg); max-width:100%; }
[href="/u/#q4752"] {content: url(https://qagg.news/siteimages/postimage4752.jpg); max-width:100%; }
[href="/u/#q4753"] {content: url(https://qagg.news/siteimages/postimage4753.jpg); max-width:100%; }
[href="/u/#q4754"] {content: url(https://qagg.news/siteimages/postimage4754.jpg); max-width:100%; }
[href="/u/#q4755"] {content: url(https://qagg.news/siteimages/postimage4755.jpg); max-width:100%; }
[href="/u/#q4756"] {content: url(https://qagg.news/siteimages/postimage4756.jpg); max-width:100%; }
[href="/u/#q4757"] {content: url(https://qagg.news/siteimages/postimage4757.jpg); max-width:100%; }
[href="/u/#q4758"] {content: url(https://qagg.news/siteimages/postimage4758.jpg); max-width:100%; }
[href="/u/#q4759"] {content: url(https://qagg.news/siteimages/postimage4759.jpg); max-width:100%; }
[href="/u/#q4760"] {content: url(https://qagg.news/siteimages/postimage4760.jpg); max-width:100%; }
[href="/u/#q4761"] {content: url(https://qagg.news/siteimages/postimage4761.jpg); max-width:100%; }
[href="/u/#q4762"] {content: url(https://qagg.news/siteimages/postimage4762.jpg); max-width:100%; }
[href="/u/#q4763"] {content: url(https://qagg.news/siteimages/postimage4763.jpg); max-width:100%; }
[href="/u/#q4764"] {content: url(https://qagg.news/siteimages/postimage4764.jpg); max-width:100%; }
[href="/u/#q4765"] {content: url(https://qagg.news/siteimages/postimage4765.jpg); max-width:100%; }
[href="/u/#q4766"] {content: url(https://qagg.news/siteimages/postimage4766.jpg); max-width:100%; }
[href="/u/#q4767"] {content: url(https://qagg.news/siteimages/postimage4767.jpg); max-width:100%; }
[href="/u/#q4768"] {content: url(https://qagg.news/siteimages/postimage4768.jpg); max-width:100%; }
[href="/u/#q4769"] {content: url(https://qagg.news/siteimages/postimage4769.jpg); max-width:100%; }
[href="/u/#q4770"] {content: url(https://qagg.news/siteimages/postimage4770.jpg); max-width:100%; }
[href="/u/#q4771"] {content: url(https://qagg.news/siteimages/postimage4771.jpg); max-width:100%; }
[href="/u/#q4772"] {content: url(https://qagg.news/siteimages/postimage4772.jpg); max-width:100%; }
[href="/u/#q4773"] {content: url(https://qagg.news/siteimages/postimage4773.jpg); max-width:100%; }
[href="/u/#q4774"] {content: url(https://qagg.news/siteimages/postimage4774.jpg); max-width:100%; }
[href="/u/#q4775"] {content: url(https://qagg.news/siteimages/postimage4775.jpg); max-width:100%; }
[href="/u/#q4776"] {content: url(https://qagg.news/siteimages/postimage4776.jpg); max-width:100%; }
[href="/u/#q4777"] {content: url(https://qagg.news/siteimages/postimage4777.jpg); max-width:100%; }
[href="/u/#q4778"] {content: url(https://qagg.news/siteimages/postimage4778.jpg); max-width:100%; }
[href="/u/#q4779"] {content: url(https://qagg.news/siteimages/postimage4779.jpg); max-width:100%; }
[href="/u/#q4780"] {content: url(https://qagg.news/siteimages/postimage4780.jpg); max-width:100%; }
[href="/u/#q4781"] {content: url(https://qagg.news/siteimages/postimage4781.jpg); max-width:100%; }
[href="/u/#q4782"] {content: url(https://qagg.news/siteimages/postimage4782.jpg); max-width:100%; }
[href="/u/#q4783"] {content: url(https://qagg.news/siteimages/postimage4783.jpg); max-width:100%; }
[href="/u/#q4784"] {content: url(https://qagg.news/siteimages/postimage4784.jpg); max-width:100%; }
[href="/u/#q4785"] {content: url(https://qagg.news/siteimages/postimage4785.jpg); max-width:100%; }
[href="/u/#q4786"] {content: url(https://qagg.news/siteimages/postimage4786.jpg); max-width:100%; }
[href="/u/#q4787"] {content: url(https://qagg.news/siteimages/postimage4787.jpg); max-width:100%; }
[href="/u/#q4788"] {content: url(https://qagg.news/siteimages/postimage4788.jpg); max-width:100%; }
[href="/u/#q4789"] {content: url(https://qagg.news/siteimages/postimage4789.jpg); max-width:100%; }
[href="/u/#q4790"] {content: url(https://qagg.news/siteimages/postimage4790.jpg); max-width:100%; }
[href="/u/#q4791"] {content: url(https://qagg.news/siteimages/postimage4791.jpg); max-width:100%; }
[href="/u/#q4792"] {content: url(https://qagg.news/siteimages/postimage4792.jpg); max-width:100%; }
[href="/u/#q4793"] {content: url(https://qagg.news/siteimages/postimage4793.jpg); max-width:100%; }
[href="/u/#q4794"] {content: url(https://qagg.news/siteimages/postimage4794.jpg); max-width:100%; }
[href="/u/#q4795"] {content: url(https://qagg.news/siteimages/postimage4795.jpg); max-width:100%; }
[href="/u/#q4796"] {content: url(https://qagg.news/siteimages/postimage4796.jpg); max-width:100%; }
[href="/u/#q4797"] {content: url(https://qagg.news/siteimages/postimage4797.jpg); max-width:100%; }
[href="/u/#q4798"] {content: url(https://qagg.news/siteimages/postimage4798.jpg); max-width:100%; }
[href="/u/#q4799"] {content: url(https://qagg.news/siteimages/postimage4799.jpg); max-width:100%; }
[href="/u/#q4800"] {content: url(https://qagg.news/siteimages/postimage4800.jpg); max-width:100%; }
[href="/u/#q4801"] {content: url(https://qagg.news/siteimages/postimage4801.jpg); max-width:100%; }
[href="/u/#q4802"] {content: url(https://qagg.news/siteimages/postimage4802.jpg); max-width:100%; }
[href="/u/#q4803"] {content: url(https://qagg.news/siteimages/postimage4803.jpg); max-width:100%; }
[href="/u/#q4804"] {content: url(https://qagg.news/siteimages/postimage4804.jpg); max-width:100%; }
[href="/u/#q4805"] {content: url(https://qagg.news/siteimages/postimage4805.jpg); max-width:100%; }
[href="/u/#q4806"] {content: url(https://qagg.news/siteimages/postimage4806.jpg); max-width:100%; }
[href="/u/#q4807"] {content: url(https://qagg.news/siteimages/postimage4807.jpg); max-width:100%; }
[href="/u/#q4808"] {content: url(https://qagg.news/siteimages/postimage4808.jpg); max-width:100%; }
[href="/u/#q4809"] {content: url(https://qagg.news/siteimages/postimage4809.jpg); max-width:100%; }
[href="/u/#q4810"] {content: url(https://qagg.news/siteimages/postimage4810.jpg); max-width:100%; }
[href="/u/#q4811"] {content: url(https://qagg.news/siteimages/postimage4811.jpg); max-width:100%; }
[href="/u/#q4812"] {content: url(https://qagg.news/siteimages/postimage4812.jpg); max-width:100%; }
[href="/u/#q4813"] {content: url(https://qagg.news/siteimages/postimage4813.jpg); max-width:100%; }
[href="/u/#q4814"] {content: url(https://qagg.news/siteimages/postimage4814.jpg); max-width:100%; }
[href="/u/#q4815"] {content: url(https://qagg.news/siteimages/postimage4815.jpg); max-width:100%; }
[href="/u/#q4816"] {content: url(https://qagg.news/siteimages/postimage4816.jpg); max-width:100%; }
[href="/u/#q4817"] {content: url(https://qagg.news/siteimages/postimage4817.jpg); max-width:100%; }
[href="/u/#q4818"] {content: url(https://qagg.news/siteimages/postimage4818.jpg); max-width:100%; }
[href="/u/#q4819"] {content: url(https://qagg.news/siteimages/postimage4819.jpg); max-width:100%; }
[href="/u/#q4820"] {content: url(https://qagg.news/siteimages/postimage4820.jpg); max-width:100%; }
[href="/u/#q4821"] {content: url(https://qagg.news/siteimages/postimage4821.jpg); max-width:100%; }
[href="/u/#q4822"] {content: url(https://qagg.news/siteimages/postimage4822.jpg); max-width:100%; }
[href="/u/#q4823"] {content: url(https://qagg.news/siteimages/postimage4823.jpg); max-width:100%; }
[href="/u/#q4824"] {content: url(https://qagg.news/siteimages/postimage4824.jpg); max-width:100%; }
[href="/u/#q4825"] {content: url(https://qagg.news/siteimages/postimage4825.jpg); max-width:100%; }
[href="/u/#q4826"] {content: url(https://qagg.news/siteimages/postimage4826.jpg); max-width:100%; }
[href="/u/#q4827"] {content: url(https://qagg.news/siteimages/postimage4827.jpg); max-width:100%; }
[href="/u/#q4828"] {content: url(https://qagg.news/siteimages/postimage4828.jpg); max-width:100%; }
[href="/u/#q4829"] {content: url(https://qagg.news/siteimages/postimage4829.jpg); max-width:100%; }
[href="/u/#q4830"] {content: url(https://qagg.news/siteimages/postimage4830.jpg); max-width:100%; }
[href="/u/#q4831"] {content: url(https://qagg.news/siteimages/postimage4831.jpg); max-width:100%; }
[href="/u/#q4832"] {content: url(https://qagg.news/siteimages/postimage4832.jpg); max-width:100%; }
[href="/u/#q4833"] {content: url(https://qagg.news/siteimages/postimage4833.jpg); max-width:100%; }
[href="/u/#q4834"] {content: url(https://qagg.news/siteimages/postimage4834.jpg); max-width:100%; }
[href="/u/#q4835"] {content: url(https://qagg.news/siteimages/postimage4835.jpg); max-width:100%; }
[href="/u/#q4836"] {content: url(https://qagg.news/siteimages/postimage4836.jpg); max-width:100%; }
[href="/u/#q4837"] {content: url(https://qagg.news/siteimages/postimage4837.jpg); max-width:100%; }
[href="/u/#q4838"] {content: url(https://qagg.news/siteimages/postimage4838.jpg); max-width:100%; }
[href="/u/#q4839"] {content: url(https://qagg.news/siteimages/postimage4839.jpg); max-width:100%; }
[href="/u/#q4840"] {content: url(https://qagg.news/siteimages/postimage4840.jpg); max-width:100%; }
[href="/u/#q4841"] {content: url(https://qagg.news/siteimages/postimage4841.jpg); max-width:100%; }
[href="/u/#q4842"] {content: url(https://qagg.news/siteimages/postimage4842.jpg); max-width:100%; }
[href="/u/#q4843"] {content: url(https://qagg.news/siteimages/postimage4843.jpg); max-width:100%; }
[href="/u/#q4844"] {content: url(https://qagg.news/siteimages/postimage4844.jpg); max-width:100%; }
[href="/u/#q4845"] {content: url(https://qagg.news/siteimages/postimage4845.jpg); max-width:100%; }
[href="/u/#q4846"] {content: url(https://qagg.news/siteimages/postimage4846.jpg); max-width:100%; }
[href="/u/#q4847"] {content: url(https://qagg.news/siteimages/postimage4847.jpg); max-width:100%; }
[href="/u/#q4848"] {content: url(https://qagg.news/siteimages/postimage4848.jpg); max-width:100%; }
[href="/u/#q4849"] {content: url(https://qagg.news/siteimages/postimage4849.jpg); max-width:100%; }
[href="/u/#q4850"] {content: url(https://qagg.news/siteimages/postimage4850.jpg); max-width:100%; }
[href="/u/#q4851"] {content: url(https://qagg.news/siteimages/postimage4851.jpg); max-width:100%; }
[href="/u/#q4852"] {content: url(https://qagg.news/siteimages/postimage4852.jpg); max-width:100%; }
[href="/u/#q4853"] {content: url(https://qagg.news/siteimages/postimage4853.jpg); max-width:100%; }
[href="/u/#q4854"] {content: url(https://qagg.news/siteimages/postimage4854.jpg); max-width:100%; }
[href="/u/#q4855"] {content: url(https://qagg.news/siteimages/postimage4855.jpg); max-width:100%; }
[href="/u/#q4856"] {content: url(https://qagg.news/siteimages/postimage4856.jpg); max-width:100%; }
[href="/u/#q4857"] {content: url(https://qagg.news/siteimages/postimage4857.jpg); max-width:100%; }
[href="/u/#q4858"] {content: url(https://qagg.news/siteimages/postimage4858.jpg); max-width:100%; }
[href="/u/#q4859"] {content: url(https://qagg.news/siteimages/postimage4859.jpg); max-width:100%; }
[href="/u/#q4860"] {content: url(https://qagg.news/siteimages/postimage4860.jpg); max-width:100%; }
[href="/u/#q4861"] {content: url(https://qagg.news/siteimages/postimage4861.jpg); max-width:100%; }
[href="/u/#q4862"] {content: url(https://qagg.news/siteimages/postimage4862.jpg); max-width:100%; }
[href="/u/#q4863"] {content: url(https://qagg.news/siteimages/postimage4863.jpg); max-width:100%; }
[href="/u/#q4864"] {content: url(https://qagg.news/siteimages/postimage4864.jpg); max-width:100%; }
[href="/u/#q4865"] {content: url(https://qagg.news/siteimages/postimage4865.jpg); max-width:100%; }
[href="/u/#q4866"] {content: url(https://qagg.news/siteimages/postimage4866.jpg); max-width:100%; }
[href="/u/#q4867"] {content: url(https://qagg.news/siteimages/postimage4867.jpg); max-width:100%; }
[href="/u/#q4868"] {content: url(https://qagg.news/siteimages/postimage4868.jpg); max-width:100%; }
[href="/u/#q4869"] {content: url(https://qagg.news/siteimages/postimage4869.jpg); max-width:100%; }
[href="/u/#q4870"] {content: url(https://qagg.news/siteimages/postimage4870.jpg); max-width:100%; }
[href="/u/#q4871"] {content: url(https://qagg.news/siteimages/postimage4871.jpg); max-width:100%; }
[href="/u/#q4872"] {content: url(https://qagg.news/siteimages/postimage4872.jpg); max-width:100%; }
[href="/u/#q4873"] {content: url(https://qagg.news/siteimages/postimage4873.jpg); max-width:100%; }
[href="/u/#q4874"] {content: url(https://qagg.news/siteimages/postimage4874.jpg); max-width:100%; }
[href="/u/#q4875"] {content: url(https://qagg.news/siteimages/postimage4875.jpg); max-width:100%; }
[href="/u/#q4876"] {content: url(https://qagg.news/siteimages/postimage4876.jpg); max-width:100%; }
[href="/u/#q4877"] {content: url(https://qagg.news/siteimages/postimage4877.jpg); max-width:100%; }
[href="/u/#q4878"] {content: url(https://qagg.news/siteimages/postimage4878.jpg); max-width:100%; }
[href="/u/#q4879"] {content: url(https://qagg.news/siteimages/postimage4879.jpg); max-width:100%; }
[href="/u/#q4880"] {content: url(https://qagg.news/siteimages/postimage4880.jpg); max-width:100%; }
[href="/u/#q4881"] {content: url(https://qagg.news/siteimages/postimage4881.jpg); max-width:100%; }
[href="/u/#q4882"] {content: url(https://qagg.news/siteimages/postimage4882.jpg); max-width:100%; }
[href="/u/#q4883"] {content: url(https://qagg.news/siteimages/postimage4883.jpg); max-width:100%; }
[href="/u/#q4884"] {content: url(https://qagg.news/siteimages/postimage4884.jpg); max-width:100%; }
[href="/u/#q4885"] {content: url(https://qagg.news/siteimages/postimage4885.jpg); max-width:100%; }
[href="/u/#q4886"] {content: url(https://qagg.news/siteimages/postimage4886.jpg); max-width:100%; }
[href="/u/#q4887"] {content: url(https://qagg.news/siteimages/postimage4887.jpg); max-width:100%; }
[href="/u/#q4888"] {content: url(https://qagg.news/siteimages/postimage4888.jpg); max-width:100%; }
[href="/u/#q4889"] {content: url(https://qagg.news/siteimages/postimage4889.jpg); max-width:100%; }
[href="/u/#q4890"] {content: url(https://qagg.news/siteimages/postimage4890.jpg); max-width:100%; }
[href="/u/#q4891"] {content: url(https://qagg.news/siteimages/postimage4891.jpg); max-width:100%; }
[href="/u/#q4892"] {content: url(https://qagg.news/siteimages/postimage4892.jpg); max-width:100%; }
[href="/u/#q4893"] {content: url(https://qagg.news/siteimages/postimage4893.jpg); max-width:100%; }
[href="/u/#q4894"] {content: url(https://qagg.news/siteimages/postimage4894.jpg); max-width:100%; }
[href="/u/#q4895"] {content: url(https://qagg.news/siteimages/postimage4895.jpg); max-width:100%; }
[href="/u/#q4896"] {content: url(https://qagg.news/siteimages/postimage4896.jpg); max-width:100%; }
[href="/u/#q4897"] {content: url(https://qagg.news/siteimages/postimage4897.jpg); max-width:100%; }
[href="/u/#q4898"] {content: url(https://qagg.news/siteimages/postimage4898.jpg); max-width:100%; }
[href="/u/#q4899"] {content: url(https://qagg.news/siteimages/postimage4899.jpg); max-width:100%; }
[href="/u/#q4900"] {content: url(https://qagg.news/siteimages/postimage4900.jpg); max-width:100%; }
[href="/u/#q4901"] {content: url(https://qagg.news/siteimages/postimage4901.jpg); max-width:100%; }
[href="/u/#q4902"] {content: url(https://qagg.news/siteimages/postimage4902.jpg); max-width:100%; }
[href="/u/#q4903"] {content: url(https://qagg.news/siteimages/postimage4903.jpg); max-width:100%; }
[href="/u/#q4904"] {content: url(https://qagg.news/siteimages/postimage4904.jpg); max-width:100%; }
[href="/u/#q4905"] {content: url(https://qagg.news/siteimages/postimage4905.jpg); max-width:100%; }
[href="/u/#q4906"] {content: url(https://qagg.news/siteimages/postimage4906.jpg); max-width:100%; }
[href="/u/#q4907"] {content: url(https://qagg.news/siteimages/postimage4907.jpg); max-width:100%; }
[href="/u/#q4908"] {content: url(https://qagg.news/siteimages/postimage4908.jpg); max-width:100%; }
[href="/u/#q4909"] {content: url(https://qagg.news/siteimages/postimage4909.jpg); max-width:100%; }
[href="/u/#q4910"] {content: url(https://qagg.news/siteimages/postimage4910.jpg); max-width:100%; }
[href="/u/#q4911"] {content: url(https://qagg.news/siteimages/postimage4911.jpg); max-width:100%; }
[href="/u/#q4912"] {content: url(https://qagg.news/siteimages/postimage4912.jpg); max-width:100%; }
[href="/u/#q4913"] {content: url(https://qagg.news/siteimages/postimage4913.jpg); max-width:100%; }
[href="/u/#q4914"] {content: url(https://qagg.news/siteimages/postimage4914.jpg); max-width:100%; }
[href="/u/#q4915"] {content: url(https://qagg.news/siteimages/postimage4915.jpg); max-width:100%; }
[href="/u/#q4916"] {content: url(https://qagg.news/siteimages/postimage4916.jpg); max-width:100%; }
[href="/u/#q4917"] {content: url(https://qagg.news/siteimages/postimage4917.jpg); max-width:100%; }
[href="/u/#q4918"] {content: url(https://qagg.news/siteimages/postimage4918.jpg); max-width:100%; }
[href="/u/#q4919"] {content: url(https://qagg.news/siteimages/postimage4919.jpg); max-width:100%; }
[href="/u/#q4920"] {content: url(https://qagg.news/siteimages/postimage4920.jpg); max-width:100%; }
[href="/u/#q4921"] {content: url(https://qagg.news/siteimages/postimage4921.jpg); max-width:100%; }
[href="/u/#q4922"] {content: url(https://qagg.news/siteimages/postimage4922.jpg); max-width:100%; }
[href="/u/#q4923"] {content: url(https://qagg.news/siteimages/postimage4923.jpg); max-width:100%; }
[href="/u/#q4924"] {content: url(https://qagg.news/siteimages/postimage4924.jpg); max-width:100%; }
[href="/u/#q4925"] {content: url(https://qagg.news/siteimages/postimage4925.jpg); max-width:100%; }
[href="/u/#q4926"] {content: url(https://qagg.news/siteimages/postimage4926.jpg); max-width:100%; }
[href="/u/#q4927"] {content: url(https://qagg.news/siteimages/postimage4927.jpg); max-width:100%; }
[href="/u/#q4928"] {content: url(https://qagg.news/siteimages/postimage4928.jpg); max-width:100%; }
[href="/u/#q4929"] {content: url(https://qagg.news/siteimages/postimage4929.jpg); max-width:100%; }
[href="/u/#q4930"] {content: url(https://qagg.news/siteimages/postimage4930.jpg); max-width:100%; }
[href="/u/#q4931"] {content: url(https://qagg.news/siteimages/postimage4931.jpg); max-width:100%; }
[href="/u/#q4932"] {content: url(https://qagg.news/siteimages/postimage4932.jpg); max-width:100%; }
[href="/u/#q4933"] {content: url(https://qagg.news/siteimages/postimage4933.jpg); max-width:100%; }
[href="/u/#q4934"] {content: url(https://qagg.news/siteimages/postimage4934.jpg); max-width:100%; }
[href="/u/#q4935"] {content: url(https://qagg.news/siteimages/postimage4935.jpg); max-width:100%; }
[href="/u/#q4936"] {content: url(https://qagg.news/siteimages/postimage4936.jpg); max-width:100%; }
[href="/u/#q4937"] {content: url(https://qagg.news/siteimages/postimage4937.jpg); max-width:100%; }
[href="/u/#q4938"] {content: url(https://qagg.news/siteimages/postimage4938.jpg); max-width:100%; }
[href="/u/#q4939"] {content: url(https://qagg.news/siteimages/postimage4939.jpg); max-width:100%; }
[href="/u/#q4940"] {content: url(https://qagg.news/siteimages/postimage4940.jpg); max-width:100%; }
[href="/u/#q4941"] {content: url(https://qagg.news/siteimages/postimage4941.jpg); max-width:100%; }
[href="/u/#q4942"] {content: url(https://qagg.news/siteimages/postimage4942.jpg); max-width:100%; }
[href="/u/#q4943"] {content: url(https://qagg.news/siteimages/postimage4943.jpg); max-width:100%; }
[href="/u/#q4944"] {content: url(https://qagg.news/siteimages/postimage4944.jpg); max-width:100%; }
[href="/u/#q4945"] {content: url(https://qagg.news/siteimages/postimage4945.jpg); max-width:100%; }
[href="/u/#q4946"] {content: url(https://qagg.news/siteimages/postimage4946.jpg); max-width:100%; }
[href="/u/#q4947"] {content: url(https://qagg.news/siteimages/postimage4947.jpg); max-width:100%; }
[href="/u/#q4948"] {content: url(https://qagg.news/siteimages/postimage4948.jpg); max-width:100%; }
[href="/u/#q4949"] {content: url(https://qagg.news/siteimages/postimage4949.jpg); max-width:100%; }
[href="/u/#q4950"] {content: url(https://qagg.news/siteimages/postimage4950.jpg); max-width:100%; }
[href="/u/#q4951"] {content: url(https://qagg.news/siteimages/postimage4951.jpg); max-width:100%; }
[href="/u/#q4952"] {content: url(https://qagg.news/siteimages/postimage4952.jpg); max-width:100%; }
[href="/u/#q4953"] {content: url(https://qagg.news/siteimages/postimage4953.jpg); max-width:100%; }

/* qpostsend */

