a.cardLink{
    float: left;
    color: #C8C8C8;
    text-decoration: none;
    font-size: 25px;
    padding: 15px;
    /* position: absolute; */
    display: inline-block;
}	
a.notd{
	text-decoration: none;
}
a[href^="http"]:before{
  /* content: "\201C"; */
}
a[href="/s"], a[href="#s"], a[href="/spoiler"] {
    /* color: #ffffff!important; */
    color: #000000!important;
    background: #000000;
    text-decoration: none;
    cursor: text;
}
a[href="/s"]:hover, a[href="#s"]:hover, a[href="/spoiler"]:hover{
    color: red!important;
}
a[href="/s"]:hover::after, a[href="/s"]:active::after, a[href="#s"]:hover::after, a[href="/spoiler"]:active::after {
    color: white;
}
a[href="/s"]::after, a[href="#s"]::after , a[href="/spoiler"]::after {
    content: attr(title);
    background: #000000;
    color: #000000;
}
blockquote {
    line-height: 1.4;
    padding: 10px;
    background-color: #f9f9f9;
    margin: 0;
    /* width: calc(100% + -20px); */
    overflow: hidden;
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
    display: block;
    text-align: left;
}
blockquote:before {
    color: #ccc;
    font-family: Georgia, serif;
    content: "\201C";
    font-size: 4em;
    line-height: 1;
    margin-right: 0.25em;
    float: left;
    height: 33px;
}
blockquote p {
    display: block;
    overflow: auto;
    margin-left: 50px;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    /* background-color: #F2F2F2; */
    height: 100%;
    line-height: 140%; 
	overflow-x: hidden;
    width: 100%;
}
code{
    background: black;
    color: #6BDA6B;
    padding: 10px;
    display: block;
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
    margin: 10px 0;
    overflow-x: auto;
}
code:before{
  /* content: "\1F4BB  "; */
  /*  float: right; */
}
html{
    height: 100%;
}
iframe{
    display: block;
}
p{
	margin: 10px 0px;
}
video{
	display: block;
    cursor: wait;
}
footer{
    overflow: auto;
    background-color: slategray;
    padding: 25px 0px;
    box-shadow: inset 0 12px 12px -8px rgba(0, 0, 0, 0.5);
    /* margin-top: 25px; */
    /* text-align: center; */
}
.author{
    text-decoration: none;
    color: #9E9E9E;
    padding: 5px;
    display: block;
}
.author > a{
    text-decoration: none;
    color: #9E9E9E;
}
/*
.authorBlock{
    height: 22px;
    padding: 10px 30px;
    display: inline-block;
    margin: -5px -25px 0px 10px;
    text-decoration: none;
    color: white;
    border-radius: 0px 0px 25px 25px;
    min-width: 60px;
    text-align: center;
}
*/
.authorBlock {
    /* height: 22px; */
    /* padding: 10px 15px; */
    padding: 20px 25px;
    /* float: left; */
    display: inline-block;
    margin: 4px 2px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    min-width: 60px;
    text-align: center;
    border: none;
    border-bottom: solid 2px rgba(0, 0, 0, 0.3);
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    vertical-align: top;
    /* transition: all 0.1s ease-in-out; */
    background-size: cover;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.authorBlock:hover{
    border-bottom: solid 4px rgba(0, 0, 0, 0.3);
    margin-top: 2px;
    margin-bottom: 4px;
}
.authorBlock:active{
    border: solid 0px #FFFFFF;
    box-shadow: none;
    margin-top: 5px;
    /* padding: 10px 14px; */
    padding: 20px 24px;
    border-top: solid 2px rgba(0, 0, 0, 0.3);
    border-left: solid 2px rgba(0, 0, 0, 0.3);
}
.authorBlock.activeTag{
    /* position: relative; */
    /* padding: 10px 30px; */
    /* margin: 0px -30px 0px 8px; */
}
.authorBlock.boxShadow:hover{
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.14),0 4px 1px -2px rgba(0,0,0,0.2),0 3px 5px 0 rgba(0,0,0,0.12);
}
.authorBlock.boxShadow:active{
    box-shadow: none;
}
.authorBlockPlus{
    display: inline-block;
    padding: 20px 1px;
    margin: 4px 4px 4px 0;
	
    text-decoration: none;
    color: white;
    vertical-align: top;
	
    border-radius: 0 4px 4px 0;
    min-width: 40px;
    text-align: center;
    border: none;
    border-bottom: solid 2px rgba(0, 0, 0, 0.3);
    border-top: solid 1px rgba(255, 255, 255, 0.5);
	
    background-size: cover;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.authorBlockPlus:hover{
    border-bottom: solid 4px rgba(0, 0, 0, 0.3);
    margin-top: 2px;
    margin-bottom: 4px;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.14),0 4px 1px -2px rgba(0,0,0,0.2),0 3px 5px 0 rgba(0,0,0,0.12);
}
.authorBlockPlus:active{
    margin-top: 5px;
    /* padding: 10px 14px; */
    padding: 20px 0;
	
    box-shadow: none;
	
    border: solid 0px #FFFFFF;
    border-top: solid 2px rgba(0, 0, 0, 0.3);
    border-left: solid 2px rgba(0, 0, 0, 0.3);
}
.authorTags{
    overflow-x: auto;
    min-height: 18px;
    padding: 0px 5px;
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
    /* margin-bottom: 30px; */
    /* margin-top: -6px; */
}
.authorTags::-webkit-scrollbar { 
    display: none; 
}
.bgc1{
	background-color: rebeccapurple;
}
.bgct{
    background-color: rgb(54, 70, 93);
}
.bgcw{
    background-color: white;
}
.bgcb {
    background-color: #F2F2F2;
}
.bgchr:hover, .bgchr:active{
    background-color: red;
}
.boxShadow{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
.card{
    background-color: #FFFFFF;
    overflow: hidden;
	position: relative;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    min-width: 305px;
}
.cardContent{
	position: relative;
}
.cardContent.windowed{
    position: fixed;
    z-index: 99;
    width: calc(50VW + -380px);
    min-width: 300px;
    max-width: 700px;
    top: 0;
    left: 0;
    margin: 10px;
}
.cardContent img{
	cursor: zoom-in;
}
.cardContent.md{
    max-height: 100vh;
    overflow: auto;
}
.cardContent.md > p, .cardContent.md > h2{
	padding: 0 10px;	
}
.cardContent.md.gallery{
    background: #424242;
    color: white;
    margin-top: 0;
    max-height: 90vh;
    max-width: 90vw;
}
.cardContent.md.gallery::-webkit-scrollbar-track {
    background-color: #424242;
}
.cardContent.md.gallery::-webkit-scrollbar-thumb {
    background-color: #8BC34A;
}
.cardContent.md.gallery::-webkit-scrollbar-button {
    background-color: #8BC34A;
    height: 20px;
}
.cardContent.md.gallery::-webkit-scrollbar {
    background-color: #424242;
    width: 15px;
}
.cardFooter{
    padding: 0;
    /* padding-left: 35px; */
    background: #f7f8fa;
    text-align: right;
    display: block;
    clear: both;
    /* width: 100%; */
    /* table-layout: fixed; */
}
.cardFooter > a{
    display: inline-block;
    /* width: 100%; */
    padding: 15px 20px;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
.cardFooter > a:hover{
	background: #ECECEC;
    border-top: 2px solid;
    margin-top: -2px;
}
.cardFooter > a:active{
    border-top: 2px solid;
    margin-top: -2px;
    background: #e2e2e2;
}
.cardFooter > a > img{
    width: 36px;
    height: 36px;
    padding: 0;
    display: block;
    margin: auto;
}
.cardHeader{
    padding: 20px;
    display: block;
    overflow: auto;
    margin: 0;
    color: gray;
}
.cardHeaderTags > .thumbnailImg{
    background-image: url(/img/comW.svg);
    background-position: 10px;
    min-width: 35px;
    height: 42px;
    float: right;
    background-size: 25px;
    padding: 0;
    display: block;
}
.cardHeaderTags > .thumbnailImg > span{
    background-color: red;
    margin: 3px;
    margin-left: 25px;
    border-radius: 50%;
    padding: 1px;
    font-size: 12px;
    min-width: 22px;
    float: right;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
.cardHeaderTags > .thumbnailImg > span:hover{
    box-shadow: none;
}*/
.cardMenu{
    position: absolute;
    z-index: 20;
    background-color: white;
    padding: 15px;
    margin: 15px 40px;
}
.cardSubreddit{
    margin: 0px;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
}
.cardSubreddit > span{
    font-style: italic;
    color: #E0E0E0;
}
.cardThumbnail{
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
    padding: 0px;
    float: right;
    /* padding: 10px; */
}
h2.cardTitle > a{
    text-decoration: none;
    border-radius: 20px;
    
    padding: 2px 12px;
    margin: 0 5px;
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
}
.cardTitle{
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
    /* margin-left: 72px; */
    /* display: table-cell; */
    vertical-align: middle;
    /* padding: 15px; */
    /* padding-left: 40px; */
    color: #444444;
    line-height: 1.6;
}
.cAuthor{
    padding: 0px;
    margin-right: 5px;
    font-weight: bold;
    float: left;
    font-size: 12px;
    display: flex;
    text-align: left;
    color: #C8C8C8;
    vertical-align: bottom;
    border-radius: 2px;
    /* width: 100%; */
}
.cAuthor.distinguished:before{
    content: "\22C6";
    color: black;
}
.cAuthor.moderator:before{
    content: '[m] ';
    color: green;
    padding: 0 5px;
}
.cAuthor.admin:before{
    content: '[a] ';
    color: red;
    padding: 0 5px;
}
.cAuthor.special:before{
    content: '[s] ';
    color: blue;
    padding: 0 5px;
}
.cAuthor > span{
    padding: 0 0 0 5px;
    white-space: nowrap;
}
.cAuthor > p{
    padding: 10px;
	padding-bottom: 0px;
	padding-top: 3px;
}
.cAuthor a{
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
	cursor: pointer;
}
a.cButtons:hover{
	color: #000000;
}
a.cButtons > img{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.card.gilded{
    /* border: 2px solid gold; */
    box-shadow: 0px 0px 5px 1px #FFC107;
}
.card.dislikes {
    /* border-left: 2px solid #9494FF; */
}
.card.likes{
    /* border-left: 2px solid #FF8B60; */
}
.comment{
    padding: 5px;
    padding-right: 0px;
    margin: 0px;
    overflow: hidden; 
    text-align: left;
}
.comment > .dropMenu{
	right: initial;
	margin-top: 25px;	
}
.comment.gilded{
	background-color: gold;
}
.comment > .md{
    padding: 10px;
    /* padding-top: 30px; */
    color: grey;
    /* width: calc(100% + -20px); */
}
.comment > hr{
	border-top: 1px solid rgba(0, 0, 0, 0.4); 
	margin: 0px;
    border: 0;
}
.commentButtons {
    text-align: right;
    padding: 0 5px;
    overflow: hidden;
}
.commentButtons > a{
	text-decoration: none;
    margin-left: 25px;
}
.commentButtons > a.permalink{
	float: left;
    margin-left: 0;
    color: #C8C8C8;
}
.commentButtons > a.permalink:visited{
    color: red;
}
.commentButtons > a.permalink:hover{
    color: #000000;
}
.dropMenu{
    background-color: white;
    border-radius: 3px;
    
    font-weight: 300;
    font-size: initial;
    text-transform: none;
	text-align: left;	
	
    overflow: hidden;	
    z-index: 20;
	
    padding: 0;
    margin-top: -15px;	
    position: absolute;
    /* right: 5px; */
    /* right: calc(50% + -70px); */
    top: initial;
}
.dropMenu a{
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-shadow: none;
    width: 100px;
}
.dropMenu a:first-child {
	padding-top: 20px;
}
.dropMenu a:last-child {
	padding-bottom: 20px;
}
.dropMenu a:hover{
    background-color: #F2F2F2;
}
.junk{	
    text-align: left;
    padding: 10px 20px;
    padding-top: 0;
}
.hide{
    /* display: none; */
    background-color: rgba(0, 0, 255, 0);
    /* float: right; */
    position: absolute;
    /* left: 715px; */
    right: -21px;
    top: 0;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.hide:hover {
    /* background-color: red; */
    background-image: url('/img/hide.svg');
    background-position: 9px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
.ico{
    /* float: right; */
    padding: 13px;
    width: 16px;
    height: 16px;
	
    position: absolute;
    right: 0;
}
.icon{
    display: inline-block;
    cursor: pointer;
    float: right;
    padding: 5px;
}
.icon > img{
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.imageHeader{
    width: 100%;
	display: block;
    /* max-height: 1000px; */
}
.imageHeader.preview{
    object-fit: cover;
    margin: auto;
    max-height: 300px;
    -webkit-transition: max-height 1.5s;
    transition: max-height 1.5s;
}
.imageHeader.preview:hover{
    /* max-height: 1000px; */
}
.fadeAway{
	overflow: hidden;
	max-height: 0px;
    -moz-transition: 4s;
    -ms-transition: 4s;
    -o-transition: 4s;
    -webkit-transition: 4s;
    transition: 4s;
}
.flair{
    /* margin: 2px; */
    margin-right: 3px;
    color: #C8C8C8;
    overflow: hidden;
    white-space: nowrap;
}
.flaired{
	
}
.fullComments{
    text-decoration: none;
    color: white;
    padding: 3px 20px;
    height: 22px;
    padding: 10px;
    /* float: right; */
    display: inline-block;
    margin: 1px 0px;

}
.md{
    max-height: 9999px;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
	
    font-weight: 300;
    word-wrap: break-word;
    line-height: normal;
	
    margin-top: 15px;
    padding: 0;
    padding-top: 5px;
}
.md.gallery p{
	color: white;
}
.md.gallery h1,
.md.gallery h2,
.md.gallery h3{
    color: #8BC34A;
}
.md.gallery hr{
    border: 0;
    height: 1px;
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0)); */
    margin: 15px 60px;
}
.menuBlock{
    padding: 10px;
    display: inline-block;
    border-bottom: transparent;
    border-bottom-style: solid;
    text-decoration: none;
    margin: 0px 1px;
}
.menuBlock:hover{
    /* border-bottom: solid 3px white; */
}
.num_comments{
    background-color: red;
    margin: 3px;
    margin-top: -5px;
    margin-left: 5px;
    border-radius: 50%;
    padding: 1px;
    font-size: 12px;
    float: left;
    min-width: 22px;
    /* float: left; */
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    color: white;
    position: absolute;
}
.num_comments:hover{
    box-shadow: none;
}
.subMenuBlock{
    padding: 10px;
    display: inline-block;
    border-bottom: transparent;
    border-bottom-style: solid;
    text-decoration: none;
    margin: 0px 1px;
}
.subMenuBlock:hover{
    /* border-bottom: #B2B2B2 3px !important; */
    /* border-bottom-style: solid !important; */
    /* color: #B2B2B2 !important; */
}
.stickied{
	color: green;
}
.stickied:before {
	content: "\1F4CC";
	float: right;
}
.menuSelect{
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: white;
    border-bottom-style: solid;
}
.playbutton{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: calc(50% + -50px);
    bottom: calc(50% + -50px);
}
.readMore{
	overflow: hidden;
	max-height: 200px;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
	cursor: pointer;
	position: relative;
}
.readMore::after{
    content: "-Read More-";
    top: 166px;
    position: absolute;
    left: 0;
    right: 0;
    color: #9E9E9E;
    padding-top: 20px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.replyBox{
    padding: 10px 0 0 0;
    text-align: right;
}
.replyBox > textarea{
    width: 100%;
    margin: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
	
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			
    /* border: 1px solid white; */
}
.replyBox > button:focus {
	outline:0;
}
.replyBox > button.post {
    padding: 10px 35px;
    margin: 5px 15px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 17px;
    border-radius: 3px;
    text-align: center;
    border: none;
    border-bottom: solid 2px rgba(0, 0, 0, 0.3);
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    vertical-align: top;
    /* transition: all 0.1s ease-in-out; */
    background-size: cover;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-origin: border-box;
}
.replyBox > button.post.cancel {
    color: #3e4237;
}
.replyBox > button.post:hover {
    border-bottom: solid 4px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
    /* top -2*/
    margin-bottom: 5px;
    /* bottom -2*/
}
.replyBox > button.post:active {
    border: solid 0px #FFFFFF;
    box-shadow: none;
    margin-top: 6px;
    /* top +1*/
    padding: 10px 34px;
    /* padding 0 -1*/
    border-top: solid 2px rgba(0, 0, 0, 0.3);
    border-left: solid 2px rgba(0, 0, 0, 0.3);
}
/*
.replyBox{
    display: block;
    width: 100%;
    padding: 5px;
    padding-top: 10px;
}
.replyBox button{
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    margin: 12px;
    margin-left: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 2px;
}
.replyBox button:hover{
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.replyBox button:active{
  transition: box-shadow .25s;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19); 
}
*/
.reverse {
	-moz-transform: scale(-1, 1); 
	--webkit-transform: scale(-1, 1);
	 -o-transform: scale(-1, 1); 
	 --ms-transform: scale(-1, 1); 
	transform: scale(-1, 1);
}
.rotate180{
    transform: rotate(180deg);
}
.rotate270{
    transform: rotate(270deg);
    
}
.junk > .score {
    color: gray;
    margin: 10px;
}
.junk > .score > img{
    width: 10px;
    margin-right: 5px;
}
.selftext{
    display: none;
    /* margin-top: -10px; */
    /* border-top: 1px solid gainsboro; */
}
.selftext > .md{
    border-top: 1px solid #e2e2e2;
}
.sliding{
    -moz-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
    
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;

}
.slideUp {
    overflow: hidden;
    max-height: 0;
    /* -moz-transition-duration: 3s;
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);	*/
}
.slideDown {
    overflow: hidden;
    max-height: 5000px;    
}
.sortingMenu > div{
    text-align: left;
    white-space: nowrap;
	
    padding: 0;
    padding-left: 40px;
    -moz-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
}
.sortingMenu > div > a{
    text-decoration: none;
	
    margin: 0;
    margin-top: 3px;
    display: inline-block;
    padding: 10px;
    border-bottom: solid 3px transparent;
}
.spacer{
    color: #959595;
    text-align: center;
    /* width: 100px; */
    display: table;
    margin: 20px auto;
    padding: 3px 10px;
    border-bottom: 1px solid #CBCBCB;
}	
.subredditTag{
    height: 22px;
    padding: 10px 20px;
    /* float: left; */
    display: block;
    color: white;
    text-decoration: none;
}
.subredditTag > a{
    color: white;
    text-decoration: none;
}
.subrmenu{
    text-align: center;
}
.subrmenu a{    
	text-decoration: none;
    color: white;
}
.subMenu{
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.superCard{
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    padding: 22px 0;
	
	/*
    -moz-transition: 4s;
    -ms-transition: 4s;
    -o-transition: 4s;
    -webkit-transition: 4s;
    transition: 4s;
	*/
	
    z-index: 2;
	
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
	
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
	
}
.superCard > .k0{
	box-shadow: 
		#E6E6E6 0px -1px 0px, 
		#E6E6E6 0px 1px 0px, 
		rgba(255, 0, 255, 0) -2px -1px 0px, 
		rgba(255, 0, 255, 0) -2px 1px 0px;
}
.superCardPseudo{
    margin: 20px auto 0px auto;
    max-width: 700px;
    padding: 0px;
}
.tCircle{
    height: 50px;
    width: 50px;
    margin: -25px 15px 15px 0;
    float: right;
    border-radius: 50%;
    position: relative;
}
.cardLink > .tCircle{
    margin: -25px 42px 0 0;
}
.tag{
    height: 22px;
    padding: 10px;
    float: right;
    display: inline-block;
}
.tag.cardTags{
    padding: 10px 5px 10px 25px;
}
.thumbAuthor{
    overflow: hidden;
    margin: 5px 10px;
    margin-top: 15px;
}
.thumbAuthor > a{
    text-decoration: none;
    font-size: 13px;
    color: #959595;
    /* padding: 0 20px; */
    text-transform: uppercase;
}
.thumbAuthor > a:hover{
    color: #959595;
}
.thumbAuthor > a > span:hover{
    color: initial;
}
.thumbBox{
    /*background-color: rgb(255, 0, 255);
    margin: 0px 0px 5px 0px;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    border-top: solid 1px #D7D7D7;*/
    position: relative;
    width: calc(100vw + -9px);
    left: calc(-50vw + 50%);
}
.thumbCard{
    display: inline-block;
    overflow: hidden;
	
    height: 200px;
    width: 200px;
	padding: 0px;
    margin: 3px;

    text-decoration: none;
    text-align: center;
    vertical-align: top;
}
.thumbCard:hover{
    box-shadow: 2px 3px 20px -2px rgba(0,0,0,0.5),0 4px 1px -2px rgba(0,0,0,0.2),0 3px 5px 0 rgba(0,0,0,0.12)
}
.thumbCard:active{
    box-shadow: none;
}
.thumbCard > a.thumbnailImg{
    height: 180px;
	
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
    white-space: normal;
	
	display: block;
    overflow: hidden;
    padding: 10px;
	
	transition: margin-bottom 0.2s;
    -webkit-transition: margin-bottom 0.2s;
	
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.thumbCard:hover a.thumbnailImg{
	transition: margin-bottom 0.2s;
    -webkit-transition: margin-bottom 0.2s;
    margin-bottom: -32px;
}
.thumbCard a.thumbnailImg > span{
	display: none;
}
.thumbCard:hover a.thumbnailImg > span{
	display: block;
    max-height: 158px;
    overflow: hidden;
}
.thumbCard > a.thumbTitle{
    height: 100%;
    background: white;
    color: black;
    white-space: normal;
    padding: 7px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
}
.thumbCard > .thumbSub{
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    max-width: 200px;
}
.thumbCard > .thumbSub.thumbSubPlus:hover{
    background: rgba(0, 0, 0, 0.15);
}
/*
.thumbCard > a > p{
    max-width: 90px;
    white-space: normal;
    text-align: center;
    background-color: white;
    color: black;
    border: solid 2px rgb(0, 0, 0);
    margin: 5px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 3px 10px;
    line-height: 1.1;
}
.thumbCard > a > p > strong{
	text-decoration: underline;
}
.thumbCard > a > p > p{
    margin: 0px;
}
.thumbCard > a > img{
    display: inline-block;	
    vertical-align: bottom;	
    height: 100px;
	max-width: 300px;
	margin: auto;
}
*/
.thumbMore{
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
	cursor: pointer;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12),0 0 1px 0 rgba(0,0,0,0.24),inset 0 0 0 0 rgba(0,0,0,0.10),inset 0 0 0 0 rgba(255,255,255,0.50);
    display: table-cell;
    vertical-align: middle;
    font-weight: bolder;
}
.thumbMoreContainer{
    margin: 15px auto 40px auto;
    text-align: center;
    width: 30px;
}
.thumbnailArray{
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
}
.thumbnailArray::-webkit-scrollbar{ 
    display: none; 
}
.timestamp{
    color: #a5a5a5;
}
.txtw{
	color: white;
}
.txtb{
	color: black;
}
.up{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    
	width: 25px;
    display: block;
	
}
.down{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    
	width: 25px;
    display: block;
	
}
.tdn{
	text-decoration: none;
}
.votes{
    text-align: right;
    display: block;
}
.votes > a{
    margin-right: 25px;
    font-size: 21px;
    vertical-align: bottom;
}
.votes > a.reply{
    background-size: 20px;
    padding: 0px 10px;
    margin-right: 10px;
}
.votes > .score{
    float: left;
}
.votes > .timestamp{
    float: left;
    color: #959595;
    /* margin-left: 5px; */
}
.votes:hover{
}
.vEllipsis{
    float: left;
    height: 20px;
    position: absolute;
    margin-left: -35px;
    padding: 15px;
    display: inline-block;
}
.vEllipsis:hover{
	background-color: #F2F2F2;
}
.vEllipsis img{
    width: 5px;
}
.viewMore{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    text-align: right;
	margin: 0px;
    cursor: pointer;
	padding: 13px;
}
#bookmarklet{
	width: 250px;
	margin: 30px auto;
	display: block;
	padding: 10px 0;
	text-align: center;
}
#commentHeader{
	cursor: pointer;
}
#commentHeaderBox{
    right: calc(50% + -70px);
}
#contactD{
    visibility: hidden;
    width: 250px; 
    margin: auto; 
    display: block;
}
#footer center{
	color: white;
}
#footer > div{
    max-width: 250px;
    width: 250px;
    margin: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin: 10px auto;
}
#footerSidebarTitle{
    padding-left: 10px;
    display: block;
}
#footerSidebarTitle p{
	color: white;
    margin: 0;
}
#footerSidebarTitle h1{
    color: white;
    margin-bottom: 10px;
    margin-top: 60px;
}
#header{
    padding: 0;
    background-size: cover;
    background-position: center;
    background-position-y: 25%;
    display: block;
}
#header.compact #iconTray{
    padding: 10px;
}
#header.compact > #headerInfo{
	min-height: initial;
    padding: 10px;
    padding-right: 0;
}
#header.compact > #headerBackground{
	min-height: initial;
}
#header.compact > #headerBackground > .gradient{
    min-height: initial;
    padding: 0;
    background: none;
}
#headerBackground{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: 25%;
    background-position-x: 50%;
	min-height: 33vh;
}
#headerBackground > .gradient{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#00000000',GradientType=0 );
    padding-bottom: 20px;
}
#headerInfo{    
    padding: 30px 0 20px 20px;
}
#headerInfo .subbedtrue, #headerInfo .subbedfalse{
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 10px;
	cursor: pointer;
}
#headerInfo .subbedtrue:hover{
	color: red;
}
#headerInfo .subbedfalse:hover{
	color: white;
    background: rgba(255, 255, 255, 0.25);
}
#headerInfo p{
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-weight: 200;
}
#iconTray{
	padding: 5px;
    overflow: hidden;
    height: 100%;
}
#errorMessages{
    line-height: 1.2;
}
#login{
}
span.badge:hover{
    box-shadow: none;
}
span.badge{
    background-color: red;
    color: white;
    text-align: center;
    margin: -10px;
    /* margin-left: 25px; */
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    min-width: 22px;
    float: right;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    position: relative;
    margin-top: -8px;
    margin-right: -5px;
}
#login > a{
    color: white;
    text-decoration: none;
}
#loadingStatus{
    text-align: center;
    position: absolute;
    /* display: block; */
    margin: auto -5px;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
#loadingStatus > p{
    margin: 0;
    padding: 0;
    color: #dadada;
}
#fullComments{
    padding: 5px 0;
}
#fullComments div{
    text-decoration: none;
    color: white;
    padding: 3px 20px;
    height: 22px;
    padding: 10px;
    /* float: right; */
    display: inline-block;
    margin: 1px 0px;
}
#fullComments img{
    float: left;
    margin: 1px 0px;
}
#magicdiv{
	background-color: #F2F2F2;
}
#Mirrors li, #Source li{
    list-style-position: inside;
    margin: 0;
    padding-left: 10px;
    color: #959595;
	
    list-style-type: none;
	
    padding: 0;
    background-color: white;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
}
#Mirrors li, #Source li{
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
    padding: 10px 15px;
}
#Mirrors li:before, #Source li:before {
  content: "\2193  ";
}
#mainContent{
    padding: 10px;
    min-height: calc(100% + -275px);
    background-color: #F2F2F2;
    min-height: 500px;
	
    column-width: 615px;
    clear: both;
}
#mainContent.comments > .superCard{
    padding-top: 0;
}
#moreSearchInfo{
    /* background: rgba(142, 142, 142, 0.3); */
    /* position: relative; */
    /* z-index: 19; */
    /* padding: 0; */
    border-radius: 2px;
    overflow: hidden;
    /* margin: auto; */
    /* right: 15px; */
    /* top: 43px; */
    text-align: left;
    max-width: 700px;
    width: 100%;
    text-shadow: none;
}
#moreSearchInfo a, #moreSearchInfo code{
    color: white;
    text-decoration: none;
    padding: 0 5px;
}
#moreSearchInfo li{
    padding: 8px 0;
    color: #999999;
}
#moreSearchInfo ul{
    list-style-type: none;
    padding: 15px;
    margin: 0;
}
#moreSearchInfoToggle{
    float: right;
    margin: 5px;
    cursor: pointer;
	color: white;
}
#mulitsubsContainer{
    clear: both;
    padding: 0;
    margin: 20px auto;
    overflow: auto;
    /* max-width: 700px; */
	
    text-align: center;
    white-space: nowrap;
}
#mulitsubsContainer::-webkit-scrollbar { 
    display: none; 
}
#mulitsubsContainer > li{
    margin: 5px;
    display: inline-block;
	
    list-style: none;
	
    /* border: 1px solid transparent; */
    border-radius: 6px;
    overflow: hidden;
}
#mulitsubsContainer > li:hover{
	
}
#mulitsubsContainer > li > a{
	text-decoration: none;
	text-shadow: none;
    vertical-align: top;
    color: white;
	
    padding: 8px 15px;
    display: inline-block;
}
#mulitsubsContainer > li > a:nth-child(1){
}
#mulitsubsContainer > li > a:nth-child(1):hover{
    background-color: rgba(255, 255, 255, 0.1);
}
#mulitsubsContainer > li > a:nth-child(2){
    padding-left: 15px;
    text-shadow: none;
    /* font-size: small;
    font-weight: 900;
    border-left: none;
    border-radius: 0 3px 3px 0; */
}
#nextButtonHolder{
	text-align: center;
    margin: 45px 0;
}
#redditAirplane{
    color: white;
    text-decoration: none;
}
#ripcord{
    position: fixed;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #868686;
    font-size: 20px;
    padding: 17px;
}
#recommends > .thumbnailArray{
    background: white;
    padding: 10px 0;
}
#s{
    display: inline-block;
    /* width: 30px; */
    /* text-align: center; */
    /* position: absolute; */
    /* padding: 11px; */
    /* margin: -10px 0; */
    /* border-radius: 7px; */
    /* transition: all 0.2s ease-in-out; */
    text-decoration: none;
    color: white;
    float: left;
    font-size: 25px;
}
#s.rotate:hover{
    transform: rotate(225deg);
}
#s.twinkle{
    border: solid 2px white;
    text-shadow: none;
}
#s.twinkle:hover{
	color: red;
	background-color: white;
}
#s.twinkle:active{
    border-left: solid 2px rgba(0, 0, 0, 0.4);
    border-top: solid 2px rgba(0, 0, 0, 0.4);
}
#s.back{
}
#s.burger{
}
#s.burger:hover{
    /* border: solid 2px white; */
    padding: 10px;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 6px 6px rgba(0,0,0,0.5);
}
#s.burger:active{
    padding: 9px;
    margin: -6px 2px;
    box-shadow: none;
    border-top: solid 2px rgba(0, 0, 0, 0.3);
    border-left: solid 2px rgba(0, 0, 0, 0.3);
    background-color: rgba(77, 77, 77, 0.25);
}
#search textarea:focus, #search input:focus{
    outline: 0;
    /* padding: 0 5px; */
}
#search{
    display: table;
    width: calc(100% + -10px);
    max-width: 700px;
    color: white;
    margin: auto;
    /* padding: 10px; */
    padding: 20px 5px;
    font-size: 18px;
    font-weight: 300;
}
#search > input:checked{
    color: white;
}
#search > input, #search > select, #search >  textarea{
    color: black;
    display: inline-block;
    vertical-align: top;
    float: left;
    border: none;
    /* border-bottom: solid 1px #FFFFFF; */
    /* background: #FFFFFF; */
    font-size: 20px;
    height: 40px;
}
#searchLimit{
    cursor: pointer;
    float: left;
    margin: 5px 0;
}
#searchIcon{
}
#searchInput{
    width: calc(100% + -40px);
    height: 30px;
    border: none;
    border-radius: 2px 0 0 2px;
	padding: 0;
}
#searchSubmit{
    width: 40px;
    color: white;
    padding: 4px;
    border: none;
    border-radius: 0 2px 2px 0;
    height: 30px;
    cursor: pointer;
}
#searchSubmit:hover{
    /* background: rgba(0, 0, 0, 0.5); */
}
#sidebar{
    padding: 0;
    text-align: left;
    /* margin: 25px auto; */
    display: block;
    background-color: #F2F2F2;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    height: 100vh;
    width: 600px;
    max-width: 80%;
    overflow-y: auto;
}
#sidebar::-webkit-scrollbar{
    display: none;
}
#sidebar > .selftext  > .md >  blockquote:before{
  content: "";
}
#sidebar blockquote{
    background: none;
    border-left: 0px solid #90F;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
#sidebar blockquote:before {
    color: #F00;
    content: "";
    font-size: 0px;
    line-height: 0;
    margin-right: 0;
    vertical-align: 0;
}
#sidebar li > a, #sidebar p > a{
    margin: 0;
}
#sidebar li{
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
    padding: 10px 15px;
}
#sidebar li:hover{
    background-color: #EEEEEE;
}
#sidebar .subrmenu{    
	text-align: left;
    padding: 0 10px;
    white-space: nowrap;
    text-align: left;
    padding: 0 10px;
    white-space: nowrap;
    /* box-shadow: 0px 0px 9px black; */
    -moz-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
}
#sidebar .subrmenu.sub{
	background: grey;
}
#sidebar .subrmenu > a:hover{
    border-bottom: solid 3px;
}
#sidebar .subrmenu a{    
	text-decoration: none;
    /* color: rgba(255, 255, 255, 0.66); */
    margin-top: 3px;
}
#sidebar .subrmenu.sub a{    
    /* color: initial; */
}
#sidebar > .selftext a[href^="/"]:before{
    color: #ccc;
    content: "\2708";
    float: right;
}
#sidebar a:empty{
	display: none;
}
#sidebar > .selftext a:before{
    color: #ccc;
    content: "\2197";
    float: right;
}
#sidebar .md {
    padding: 0;
}
#sidebar .md table{
    width: calc(100% + -20px);
}
#sidebar .md > p, #sidebar .md > blockquote > p, #sidebar .md  table{
    line-height: 1.4;
    padding: 10px;
    background-color: white;
    margin: 2px 10px;
    overflow: hidden;
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
    display: block;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5{
    background-color: white;
    padding: 10px;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #C1C1C1;
}
#sidebar hr{
    border: 0;
    height: 0;
    margin: 20px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 75%;
}
#sidebar ul{
    list-style-type: none;
    padding: 0;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
}
#sidebar ol{
    /* padding: 0; */
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: solid 1px #C1C1C1;
    border-top: solid 1px #FFFFFF;
}
#sidebar > .headerBackground{
	max-width: 100%;
    display: block;
}
#sidebarButton{
    float: none;
    padding: 5px;
    padding-left: 10px;
}
#sidebarHeader{
    /* display: block; */
    /* padding: 20px 0 0 0; */
}
#sidebarHeader p{
    margin: 0;
    padding: 0;
    font-weight: 200;
}
#subreddit{
    background-color: initial;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top: none;
    font-weight: 100;
    font-size: 27px;
    display: inline-block;
}
#superImage{
    position: absolute;
    z-index: 100;
    /* width: 100%; */
    cursor: zoom-out;
    max-width: 100%;
    cursor: zoom-out;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#superImage.a{
    position: absolute;
    z-index: 100;
    /* width: 100%; */
    cursor: zoom-out;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#speck{
	position: fixed;  
	width: 200%;
	height: 0%;
	z-index: 99;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
    cursor: zoom-out;
}
#theNextButton{   
    /* padding: 15px 40px; */
}
#theNextButton span{   
    padding: 0 30px;
}
#umredditAirplane{
    font-size: 18px;
    margin-top: 10px;
}
#userMenu{
    right: 5px;
    top: 45px;
	margin-top: 0;
}
/*
#theNextButton{   
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 30px auto;
    padding: 15px 50px;
    width: 40px;
    border-radius: 3px;
}
#theNextButton:hover{   
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
#theNextButton {
    -webkit-user-select: none;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: .875em;
    margin: 0;
    padding: 15px 50px;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#theNextButton:active {
    outline: 0;
}
#theNextButton:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .85);
}
*/
@media screen and (max-width: 730px){
	.card {
		border-radius: 0;
	}
	.cardContent.windowed{
		top: 0;
		left: initial;
		right: 0;
		min-width: 50vw;
	}
	.excess{
		display: none;
	}
	.superCard{
		max-width: initial;
	}	
	.thumbBox {
		position: relative;
		width: initial;
		left: initial;
		width: 100%;
	}
	.sortingMenu > div{
		padding-left: 20px;
	}
	#bookmarklet{
		display: none;
	}
	#headerBackground.compact{
	}
	#headerInfo {
		padding: 15px 0 10px 20px;
	}
	#mainContent{
		padding: 0;
		padding: 0;
	}
	#mobileSpacer{
		display: block;
	}	
}
@media screen and (max-width: 475px){	
	.cardFooter > a > img {
		width: 30px;
		height: 30px;
	}
	.menuBlock {
		padding: 7px;
	}
	.tightExcess{
		display: none;
	}
	#header.compact #subreddit{
		font-size: 20px;
	}
	#headerInfo > h1{
		font-size: 22px;
	}
	#headerInfo p {
		font-size: 13px;
	}
	#search{
		font-size: 14px;
	}
}






