/*TOOLBAR*/
.boardlist {
	background-color: #f4f4f4!important;
	height: 46px;
	border-bottom: 1px solid #ddd!important;
	box-shadow:inherit!important;
}
.boardlist > a /*options*/{
	display:block;
	line-height:48px;
	margin-right:24px;
}
.blotter{
	position: fixed;
	top: 0px;
	left: 9vw;
	z-index: 999;
	line-height: 48px;
	font-weight: inherit!important;
	width: calc(100% - 9vw - 80px);
	text-align: left!important;
	height: 48px;
	overflow: hidden;
}
.blotter a{
	padding:10px;
	color:#666;
	text-decoration:none;
	cursor:default;
}
.blotter>i{
	font-style:inherit;
	float:right
}
.blotter a:hover{
	color:black;
}
.blotter>a>b /*logo*/{
	font-weight:inherit;
	background-image:url('https://a.pomf.se/zomlnz.png');
	background-size: 100%;
	display:inline-block;
	width:78px;
	height:30px;
	vertical-align:middle;
	margin-top:-5px;
	margin-left:10px;
}.blotter a[href] {cursor: inherit;}

/*SLOGAN*/
header {
	margin-top: 26px;
}
div.subtitle {
	text-align: left!important;
	border-bottom: 1px #ddd solid;
	padding-left: calc(9vw + 20px);
	color: #666!important;
	line-height: 34px;
}
div.subtitle p {
	display: inline;
}
div.subtitle p a::after {
	content:" of Epic.";
}

/*LE POSTING LE NEW GAG*/
#post-form-outer {
	text-align: left;
	padding-left: calc(9vw + 18px);
}
#post-form-outer::before {
	content: 'Post your own gag';
	display: block;
	font-size: 43px;
	font-family: Impact;
}
/*#post-form-outer::after{
	content: "";
	background: url('https://i.imgur.com/lNEYWjl.png');
	display: inline-block;
	height: 215px;
	width: 241px;
	vertical-align: top;
	margin-left: 100px;
	background-size: 100%;
}*/
input[type="submit"] {
	margin: 0!important;
}
th[colspan="2"] {
	display: inherit;
}
th, input[type=text], /*select[name=email],*/ .show-post-table-options, .required-star, .unimportant {
	display:none;
}

/*PAGE*/
body{
	background:white;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
form[name="postcontrols"]{
	margin-left:9vw;
}
hr{border-color:#eee;}

/*GAG*/
.thread > .files > .file > a > img{
	width:44vw!important;
	height:44vw!important;
}
div.post.op{
	position:relative;
	margin-top:52px;
}
.op .body {
	font-size: 43px;
	position: absolute;
	bottom: 16px;
	left: 18px;
	height: 49px;
	overflow: hidden;
	padding: 0px!important;
	margin: 0px!important;
	font-family: Impact;
}
.op .body:hover {
	text-shadow: 0 0 5px white;
	overflow: initial;
}
.op .body p {
	font-size: inherit;
	min-height: inherit;
	line-height: inherit;
	margin: inherit;
	display: inherit;
}
.intro{
	z-index: 2;
	position: relative;
}
.op > .intro{
	/*min-width:calc(44vw + 230px);*/
	width:100vw;
}
/*.op > div.post_modified {
	top: 1vw;
	left: calc(22vw - 8vw);
	height: 3vw;
	width: 8vw;
	position: absolute;
	background-image: url('https://a.pomf.se/jvafgz.jpg');
	background-size: 100%;
	opacity: 0.9;
}*/
span.public_ban {
	max-width: 44vw;
	font-size: 3.15vw;
	margin-top: 0;
}

/*COMMENTS*/
.reply > .files > .file > a > img.post-image{
	width:42px!important;
	height:42px!important;
}
span.quote, .banner, .banner > a{
	color:#000!important
}
div.post.reply{
	max-width: 33%!important;
}
span.omitted {
	display: block;
	position: absolute;
	top: -8px; left: -60px;
	padding-left: 9px;
	padding-right: 38px;
	height: 34px;
	line-height: 34px;
	width: 14px;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
	border: 1px solid #999;
	border-radius: 5px;
	background: url('https://i.imgur.com/LazKhbZ.png') no-repeat 21px 0px;
	color: #999;
}

/*GENERAL*/
.reply, th, .banner, .pages{
	background-color: #f4f4f4!important;
	border-color: #ddd!important;
}
.post_no[id]::before {
	content: 'Meme ';
}
.fa-thumb-tack:before {
	content: "best . ";
	background-image: url("https://i.imgur.com/L6zBR9t.png");
	background-size: 100%;
	width: 200px;
	height: 138px;
	position: absolute;
	display: block;
	right: 15px;
	top: -115px;
	text-align: center;
	padding-top: 65px;
}
body::after {
	position: fixed;
	background: url(https://media.8ch.net/8gag/thumb/1431433057442.jpg) -33px;
	bottom: -20px;
	right: 0px;
	opacity: 0.1;
	z-index: -1;
	content: '';
	width: 123px;
	height: 191px;
	transform: scaleX(-1);
}
div.post.reply div.body a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}
div.body a::before {
	content: '@';
	position: absolute;
	display: block;
	background: rgb(244, 244, 244);
	width: 15px;
}

/*HIDDEN*/
.boardlist > span, div.boardlist.bottom, img.board_image, h1, .fileinfo, .intro>input, .intro>label, #yeelmao, .announcement{
	display:none!important;
}
.theme-catalog > .boardlist {
	background: none!important;
	border: inherit!important;
	height: 1px;
}