@CHARSET "UTF-8";

#mfPreviewBar {
	display: none;
}

html, body {
	height: 100%;
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 0.02em;
	font-size: 14px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	margin: 0;
	background: #f4f5f6;
	color: #292e33;
}

.clear {
	clear: both;
}

.flex {
	display: flex;
}

.noselect {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

a {
	text-decoration: none;
	outline: none;
	font-weight: 600;
	color: hsl(212, 40%, 25%);
}

a:hover {
	color: hsl(212, 50%, 38%);
}

svg {
	overflow: visible; /* firefox fix */
}

fieldset {
	padding: 1em 2em;
	border: 1px dashed #ccc;
	border-radius: 5px;
}

/*Use these to differentiate sections of your forms (if you want!)*/
form .block {
	background: #eee;
	padding: 1em;
	border-radius: 3px;
	margin: 0 -1em 1em;
}

form .block.nude {
	padding: 0 0 1.5em;
	box-shadow: inset 0 -1px 0 white;
	border-bottom: 1px solid #ccc;
	background: transparent;
	margin: 0 0 1.5em;
}

form .block:last-child {
	border-bottom: none;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

fieldset legend {
	font-weight: bold;
	font-size: 1.5em;
}

.fauxInput:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

select:not(.custom) {
	cursor: pointer;
	background: #fff url(//www.smackjeeves.com/images/new/icon/icon-select.svg) calc(100% - 0.75em) / auto no-repeat;
	padding-right: 2.35em;
	width: auto;
	-webkit-appearance: none;
}

.fauxInput,
input[type="text"]:not(.custom),
textarea,
select:not(.custom),
input[type="password"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	width: 20em;
	box-sizing: border-box;
	bottom: 0;
	transition: .1s ease background-color, .25s ease padding;
}

.fauxInput:hover, .fauxInput:focus,
.relWrap:hover input[type="text"]:not(.custom), input[type="text"]:not(.custom):hover, input[type="text"]:not(.custom):focus,
textarea:hover, textarea:focus,
select:not(.custom):hover,
input[type="password"]:hover, input[type="password"]:focus {
	border-color: #c6c6c6;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

select:not(.custom)::-ms-expand {
	display: none;
}

.fauxInput.auto,
input[type="text"]:not(.custom).auto,
textarea.auto,
select:not(.custom).auto,
input[type="password"].auto {
	width: auto;
}

.fauxInput,
input[type="text"],
textarea,
select:not(.custom),
select:not(.custom) option,
input[type="password"] {
	padding: .5em 1em;
}

select:not(.custom) option {
	padding-right: 1px;
}

select:not(.custom) optgroup {
	text-indent: .25em;
}

@-moz-document url-prefix() {
	select:not(.custom) {
		padding: 0 .7em;
	}
	.browse-bar select:not(.custom) {
		padding: 0 2.35em 0 8px;
	}
}

textarea {
	width: 480px;
}

select:not(.custom) {
	cursor: pointer;
	background: #fff url(//www.smackjeeves.com/images/new/icon/icon-select.svg) calc(100% - 0.75em) / auto no-repeat;
	padding-right: 2.35em;
	width: auto;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="password"]:focus {
	outline: none;
}

label {
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	margin: 0 0 .65em 1px;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#overall-wrapper {
	min-height: 100%;
}

#inner-wrapper {
	min-height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#inner-wrapper:after {
	content: "";
	display: block;
	height: 164px;
}

/** Site Management **/
#sitemanagement {
	padding: 16px 0 28px;
	font-family: 'Open Sans', sans-serif;
}

#sitemanagement .just {
	background: #fff;
	padding: 21px 22px;
	box-sizing: border-box;
	border-radius: 7px;
	box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

/** Default Pages **/
.main.default {
	display: flex;
	padding: 16px 0 28px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.main.default.gray {
	background: #f4f5f6;
}

.main.default .just {
	background: #fff;
	padding: 24px 26px;
	box-sizing: border-box;
	border-radius: 7px;
	box-shadow: 0 1px 4px rgba(0,0,0,.25);
	text-align: center;
}

/** Footer **/

#footer {
	height: 164px;
	padding: 24px 17px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255,255,255,0.05);
	background: #333;
	background: hsl(207,10%,20%);
	color: #c7cbd1;
	position: absolute;
	bottom: 0; right: 0; left: 0;
	overflow: hidden;
	font-family: Hind, sans-serif;
	/*
	margin: 0 -20px;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
	*/
}

#footer > div {
	position: relative;
	z-index: 1;
}

#footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 13px;
}

#footer-social a {
	display: flex;
	margin: 6px;
}

#footer-social svg {
	width: 26px;
	height: 26px;
	fill: #e2e5e9;
}

#footer-social a:hover svg {
	fill: #fff;
}

#footer-social a.discord {
	margin: 0 1px -2px 0;
}

#footer-social a.discord svg {
	width: 34px;
	height: 34px;
}

#bottom-links a {
	display: inline-block;
	padding: 2px 3px;
	color: #e2e5e9;
}

#bottom-links a:hover {
	text-decoration: underline;
}

#copyright {
	font-size: 12px;
	line-height: 2em;
}

.just {
	width: 988px;
	margin: 0 auto;
}


.card {
	text-align: left;
	font-size: 13px;
}

.comic.card {
	display: block;
	margin: 13px 11px;
	min-width: 180px;
	flex-basis: 20vh;
	max-width: 228px;
	text-decoration: none;
	position: relative;
	flex-grow: 1;
}

.comic.card .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: #000;
    opacity: 0;
    transition: opacity 150ms;
}

.edit-mode .comic.card .remove {
	opacity: 1;
}

.comic.card .remove > div {
    position: absolute;
    top: 4px; right: 4px; bottom: 4px; left: 4px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xlYXIiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
    z-index: 4;
}

.comic.card .banner {
	background: rgba(0,0,0,0.1);
	position: relative;
}

.banner.none,
.banner .img.none,
.comic.card .banner .img.none,
.sitemanagement .cover.none,
.home-top .favorites .wrapper a.no-cover {
	background-image: url(//www.smackjeeves.com/images/default-cover-sm.png);
}

.message-box {
	background: #edf1fd;
	margin: 0 0 24px;
	padding: 24px;
	border: 1px solid #bac3de;
	border-radius: 24px;
	box-shadow: inset 0 0 0 2px #fff;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}

.message-box ul {
	margin: 12px 0 0;
}

.message-box h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
}

.message-box h1,
.message-box h2,
.message-box a {
	font-weight: 600;
}

#lightShade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 1100;
}

#ajaxLoader
{
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 1101;
}

.inlineLoader
{
	display: inline-block;
	background: url(images/ajax-loader.gif) no-repeat 0 0;
	height: 31px;
	width: 31px;
}

.closeLightbox
{
	position: absolute;
	top: 13px;
	right: 12px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjbGVhciI+CgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zICAgICAyMTQuMiwxNzguNSAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat 50%;
	background-size: 65%;
	z-index: 19;
}

.lightBox
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	box-shadow: 0 1px 24px 3px rgba(0,0,0,0.75);
	z-index: 1101;
	border-radius: 4px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
}

.lightBox .button {
	display: inline-block;
	font-weight: 600;
	background: linear-gradient(to bottom, #fff, #e3e6e8);
	box-shadow: inset 0 0 0 1px #fff;
	color: #292e33;
	font-size: 17px;
	border-radius: 4px;
	padding: .6em 1.5em;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1px solid hsla(210,10%,74%,1);
}

.lightBox .button:hover {
	background: linear-gradient(to bottom, #fff, #dbdfe1);
}

.lightBox .button:active {
	background: linear-gradient(to top, #fff, #dbdfe1);
	border: 1px solid hsla(210,10%,71%,1);
}

.lbShadow
{
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.7);
}

.lightBox > div
{
	padding: 16px;
	
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4);
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.lightBox.noPadding > div
{
	padding: 0;
	box-shadow: none;
}

.lightBox hr {
	background: #fff;
	margin: 12px 0;
}

.lightBox h1, .lightBox h2, .lightBox h3, .lightBox h4 {
	color: #103555;
	margin: 0 0 8px;	
}

.lightBox.confirmAddFav {
	top: 120px;
}

.lightBox.confirmAddFav > div {
	padding: 24px;
}

.lightBox.confirmAddFav .cover {
	display: block;
	flex-shrink: 0;
	width: 210px;
	height: 280px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 13;
	border-radius: 2px;
}

.lightBox.confirmAddFav .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lightBox.confirmAddFav .right > * {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 24px;
	margin: 0 0 0 16px;
}

.lightBox.confirmAddFav .right .text {
	line-height: 1.8em;
	max-width: 500px;
} 

.lightBox.confirmAddFav .right .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px 0 0;
}

.lightBox.confirmAddFav .button {
	margin: 0 0.75em;
}

.comic.card .banner .img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	border-radius: 1.5%;
	box-shadow: 0 0.75px 3px 0 rgba(0,0,0,0.25);
}

.comic.card .banner img {
	width: 100%;
	display: block;
}

.comic.card .bottom-alt {
	padding: 8px 0 4px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.comic.card .bottom-alt .title {
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #525252;
	padding-right: 16px;
}

.comic.card .bottom-alt .stats {
	color: #999999;
	margin: 1px 0 0;
	font-size: 11px;
}

.comic.card .bottom-alt .stats > * {
	/*
	float: left;
	*/
}

.comic.card .bottom-alt .stats:after {
	content: "";
	display: block;
	clear: both;
}

#home_tabs .comic.card .bottom-alt .last-updated {
	clear: both;
}

.comic.card .new,
#comic_profile .thumbnails .wrapper a .new,
#navbar .dd.favorites a .new {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 0 4px;
	height: 13px;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	margin-left: 5px;
	background: #fff;
	display: inline-block;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
}

#header {
	background: linear-gradient(to bottom, #4f92cc, #4889c1);
	position: relative;
	z-index: 101;
}

#header .just {
	height: 90px;
	padding: 5px 0 7px;
	display: flex;
	justify-content: space-between;
}

#top_logo {
	display: block;
	background: url(//www.smackjeeves.com/images/logo-white.png) no-repeat -3px 50%;
	height: 100%;
	width: 240px;
	margin-top: -4px;
	padding-bottom: 4px;
}

.ad_ph {
	width: 728px;
	height: 90px;
}

#navbar {
	border-top: 1px solid #c9c9c9;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	font-family: Hind, sans-serif;
	position: relative;
	z-index: 101;
}
	
#navbar .search-cover {
	display: none;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #3b76ab;
	z-index: 201;
}

#navbar .search-cover input {
	position: absolute;
	top: 5px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	width: calc(100% - 8px);
	padding: .5em .65em;
}

#navbar .just,
#navbar .left,
#navbar .l-ul {
	height: 54px;
}

#navbar .just {
	display: flex;
	justify-content: space-between;
	position: relative;
}

#navbar .left {
	font-size: 16px;
}

#navbar .l-ul {
	display: flex;
}

#navbar .l-ul > li:first-child {
	margin-left: -4px;
}

#navbar .l-ul > li,
#navbar .browse.dd {
	display: flex;
	align-items: center;
	padding-top: 2px;
	margin-right: 1em;
}

#navbar .l-ul > li > a {
	padding: 6px;
	line-height: 1;
}
#navbar a.browse:after {
	font-family: FontAwesome;
	content: "\f0d7";
	vertical-align: top;
	margin: 0 0 0 4px;
	font-size: 12px;
}

#navbar,
#navbar a {
	font-weight: normal;
	color: hsl(0,0%,28%);
}

#navbar a:hover,
#navbar a:hover svg,
#navbar .inner:hover svg,
#navbar .dd.comics > a:hover,
#navbar .logged-out a:hover {
	color: hsl(214,80%,50%);
	fill: currentColor !important;
}

#navbar a.browse {
	font-weight: bold;
}

.hosting-link span {
	display: none;
}

#nav_search {
	position: absolute;
	width: 300px;
	height: 32px;
	top: 50%;
	margin-top: -17px;
	left: 260px;
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: flex;
}

#nav_search .current {
	margin: -1px 0 -1px -1px;
	background: #f3f3f3;
	border-radius: 4px 0 0 4px;
	border: 1px solid #ddd;
	color: #757575;
	padding: 0 10px 0 12px;
	line-height: 34px;
	height: 34px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#nav_search .open .current {
	border-radius: 4px 0 0 0;
}

#nav_search .current:after {
	font-family: FontAwesome;
	content: "\f0d7";
	vertical-align: top;
	margin: 0 0 0 4px;
	font-size: 12px;
	position: relative;
	top: -1px;
	color: #7d7d7d;
}

#nav_search_input {
	flex-grow: 1;
	border: none;
	background: #fafafa;
	border-radius: 0 4px 4px 0;
	padding: 4px 8px;
	color: #222;
}

#nav_search_submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 32px;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav_search_submit svg {
	text-align: center;
	padding: 0;
	width: 15px;
	height: 15px;
	position: relative;
	top: -1px;
	fill: #7d7d7d;
}

#navbar .right {
	display: flex;
}

#navbar .right > .sep {
	height: 41px;
	width: 1px;
	background: #f0f0f0;
	margin: 6px 14px 0 4px;
}

#navbar .dd {
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding-top: 3px;
	position: relative;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#search_dd {
	position: relative;
}

#navbar .dd.user {
	padding-top: 2px;
	margin-left: -2px;
}

#navbar .dd:last-child {
	margin-right: -8px;
}

#navbar .dd a,
#navbar .dd > div.inner {
	display: block;
	align-items: center;
	padding: 6px 8px;
	line-height: 1;
	cursor: pointer;
}

#navbar .dd.comics > a {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#navbar .dd.comics > a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	margin: 0 0 0 4px;
	font-size: 12px;
}

#navbar .dd > a svg,
#navbar .dd > div.inner svg {
	width: 22px;
	height: 22px;
	fill: #4c4c4c;
}

#navbar .dd.user .avatar {
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 99px;
	display: inline-block;
	border: 1px solid white;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

#navbar .dd.user .avatar.none {
	background-image: url(http://www.smackjeeves.com/images/user-avatar-default.png);
}

#navbar .dd .drop {
	transform: translate3d(0,0,0);
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 102;
	opacity: 0;
	transition: opacity 200ms, transform 200ms;
	pointer-events: none;
	white-space: nowrap;
	line-height: normal;
}

#search_dd .drop {
	position: absolute;
	z-index: 102;
	top: 32px;
	left: -1px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 0 0 4px 4px;
	display: none;
}

#search_dd.open .drop {
	display: block;
}

#search_dd .drop ul {
	padding: 5px 0 2px;
}

#search_dd .drop li {
	padding: 2px 18px 0 12px;
	line-height: 26px;
	box-sizing: border-box;
	cursor: pointer;
	min-width: 78px;
}

#search_dd .drop li.selected {
	font-weight: 600;
}

#navbar .logged-out {
	font-size: 12px;
	display: flex;
	align-items: center;
	padding: 0 0 1px;
}

#navbar .logged-out > div {
	display: flex;
	align-items: center;
}

#navbar .logged-out a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	padding: 1px 4px;
	font-weight: 600;
	font-family: 'Segoe UI Semibold', 'Segoe UI', 'Open Sans', sans-serif;
	color: #4c4c4c;
}

#navbar .logged-out a.bold {
	font-weight: bold;
	font-family: 'Segoe UI Bold', 'Segoe UI', 'Open Sans', sans-serif;
}

#navbar .logged-out .or {
	margin: 0 5px 0 6px;
	align-self: flex-end;
}

#navbar .icon-user {
	width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
	margin: 0 3px 0 0;
	fill: #404040;
}

/*#navbar .dd:hover .drop,*/
#navbar .dd.hover .drop {
	opacity: 1;
	transform: translate3d(0,0,0) translateY(4px);
	pointer-events: all;
}

#navbar .dd .drop > div {
	position: relative;
	background: #fff linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background: #fff;
	padding: 7px 8px;
	border-radius: 6px;
	border: 1px solid #ccc;
	top: 6px;
	margin: 0 0 6px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.4);
	cursor: default;
}

#navbar .dd .drop > div:after, #navbar .dd .drop > div:before {
	bottom: 100%;
	right: 34px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#navbar .dd .drop > div:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
}
#navbar .dd .drop > div:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 8px;
	right: 33px;
}

#navbar .dd ul {
	flex-direction: column;
}


#navbar .browse.dd .drop {
	right: initial;
	left: 0;
}
#navbar .browse.dd .drop > div:after, #navbar .browse.dd .drop > div:before {
	right: initial;
}
#navbar .browse.dd .drop > div:after {
	left: 60px;
}
#navbar .browse.dd .drop > div:before {
	left: 59px;
}


#navbar .drop a {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 11px 8px 9px;
}


#navbar .drop a b {
	font-weight: 600;
}

#navbar .drop .sep {
	height: 1px;
	background: #e3e3e3;
	margin: 3px 0 7px;
}

#navbar .dd.user .drop ul > li > a {
	display: block;
	padding: 7px 22px 7px 10px;
}

#navbar .dd.user .drop {
	right: -6px;
	top: 38px;
}

#navbar .dd.user.new-messages a {
	position: relative;
	margin-right: 4px;
}

#navbar .dd.user.new-messages > a:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 10px;
	background-image: url(//www.smackjeeves.com/images/icons/10px-email.png);
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 4px;
}

#navbar .dd.user.new-messages .drop {
	margin-right: 4px;
}

#navbar .dd.user .drop > div:before {
	right: 22px;
}

#navbar .dd.user .drop > div:after {
	right: 23px;
}

#navbar .dd.user .drop > div {
	padding: 8px 3px 5px;
}

#navbar .dd.comics .drop {
	right: -142px;
}
#navbar .comics.dd .drop > div:after {
	right: 148px;
}
#navbar .comics.dd .drop > div:before {
	right: 147px;
}

#navbar .dd.comics a {
	font-size: 14px;
}

#navbar .dd.comics .drop .scrollable {
	max-height: 352px;
}

#navbar .dd.comics .drop > div {
	padding: 3px 2px 0;
}

#navbar .dd.comics .drop ul {
	padding: 7px 4px 5px;
}

#navbar .dd.comics .drop ul > li {
	padding-left: 4px;
	border-radius: 6px;
	display: flex;
	/*
	border-top: 1px solid #fff;
	border-bottom: 1px solid hsla(208,20%,93%,1);
	background: hsla(210,20%,97%,1);
	background: #f8fafc;
	*/
}

#navbar .dd.comics .drop ul > li:hover {
	/*
	background: #f8fafc;
	*/
}

#navbar .dd.comics .drop .toolbar {
	text-align: center;
	padding: 6px 16px 6px 22px !important;
	margin: 0;
}

#navbar .dd.comics .drop .toolbar:first-of-type {
	padding: 0 12px 6px 20px;
}

#navbar .dd.comics .drop .toolbar:hover {
	background: none;
}

#navbar .dd.comics .drop .toolbar a.new-comic {
	background: url(//www.smackjeeves.com/images/csg-4af2e0247c19e.png) no-repeat 0 -652px;
}

#navbar .dd.comics .drop .toolbar a.application {
	background: url(//www.smackjeeves.com/images/csg-4af2e0247c19e.png) no-repeat 1px -975px;
	margin-left: 12px;
}

#navbar .dd.comics .drop ul > li > .title {
	display: inline-block;
	flex-grow: 1;
}

#navbar .dd.comics .drop ul > li > .title a,
#navbar .dd.comics .drop .toolbar a {
	padding: 0 8px;
	display: block;
	height: 52px;
	line-height: 52px;
}

#navbar .dd.comics .drop .toolbar a {
	padding-left: 21px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

#navbar .dd.comics .drop ul > li > .title a {
	padding: 8px 12px 8px 8px;
	margin-right: 4px;
	border-radius: 4px;
}

#navbar .dd.comics .drop ul > li > .title a:hover {
	/*
	color: hsl(0,0%,32%) !important;
	*/
	background: linear-gradient(to right, #f5f5f5, rgba(255,255,255,0));
}

#navbar .dd.comics .drop ul > li > .title a span {
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	color: hsl(0,0%,32%);
}

#navbar .dd.comics .drop ul > li > .title a:hover span {
	color: inherit;
}

#navbar .dd.comics .drop ul > li > .title .banner {
	display: inline-block;
	width: 39px;
	height: 52px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 2px;
	vertical-align: bottom;
	margin-right: 7px;
}

#navbar .dd.comics .drop ul > li .actions {
	display: inline-flex;
	vertical-align: top;
	margin: 9px 0 9px;
	padding: 2px 0 0 10px;
	border-left: 1px solid hsl(220, 0%, 93%);
}

#navbar .dd.comics .actions a svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

#navbar .dd.comics .actions a {
	display: inline-flex;
}

#navbar .dd.favorites > a {
	text-align: center;
}

#navbar .dd.favorites .number {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px -1px 0 0;
	padding: 1px 2px 2px 3px;
	color: #fff;
	border-radius: 4px;
	color: #333;
	position: absolute;
	top: 9px;
	left: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	background: #fff;
	pointer-events: none;
}

#navbar .dd.favorites .drop {
	right: -100px;
}

#navbar .dd .empty {
	padding: 20px;
	width: 200px;
	white-space: normal;
	font-weight: normal;
	text-align: center;
	color: hsla(220,12%,77%,1);
	font-style: italic;
}

#navbar .dd.favorites .drop > div:after {
	right: 111px;
}
#navbar .dd.favorites .drop > div:before {
	right: 110px;
}

#navbar .dd.favorites .drop > div {
	padding: 3px 2px 0;
}

#navbar .dd.favorites .drop .scrollable {
	max-height: 348px;
}

#navbar .dd.favorites .drop ul {
	padding: 5px 1px 4px;
}

#navbar .dd.favorites .drop ul > li {
	border-radius: 6px;
	/*
	border-top: 1px solid #fff;
	border-bottom: 1px solid hsla(208,20%,93%,1);
	background: hsla(210,20%,97%,1);
	background: #f8fafc;
	*/
}

#navbar .dd.favorites li a {
	display: flex;
	padding: 8px 15px 8px 9px;
	border-radius: 4px;
	margin: 0 5px;
}

#navbar .dd.favorites li a > * {
	flex-grow: 0;
	flex-shrink: 0;
}

#navbar .dd.favorites li a:hover {
	background: #f8fafc;
}

#navbar .dd .drop .more {
	background: #f6f7f9;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 1px solid #e2e7ee;
	padding: 0;
}

#navbar .dd.comics .drop .more {
	margin: 3px -2px 0;
}

#navbar .dd.favorites .drop .more {
	margin: 4px -2px 0;
}

#navbar .dd .more a {
	display: flex;
	justify-content: center;
	color: #263e59;
	padding: 13px 0 10px;
	font-size: 14px;
	font-weight: 600;
}

#navbar .dd .more a:hover {
	color: #305e91;
}

#navbar .dd.favorites .banner {
	display: inline-block;
	width: 39px;
	height: 52px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 2px;
	vertical-align: bottom;
	margin-right: 12px;
}

#navbar .dd.favorites .details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 4px;
	line-height: normal;
}

#navbar .dd.favorites a .title {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 2px;
	color: hsl(212, 40%, 25%);
}

#navbar .dd.favorites a:hover .title {
	color: inherit;
}

#navbar .dd.favorites a .title,
#navbar .dd.comics .drop ul > li > .title a span {
	font-size: 14px;
	font-family: 'Segoe UI Semibold', 'Open Sans', sans-serif;
}

#navbar .dd.favorites .stats {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #6c7884;
	margin: 1px 0 0;
	font-size: 12px;
	transition: color 60ms;
	display: flex;
	align-items: flex-end;
}

#navbar .dd.favorites a:hover .stats {
	color: #5c6670;
}

#navbar #navbar-notifications .drop a {
	font-size: 14px;
}

#navbar-notifications .number {
	position: absolute;
    top: 9px;
    right: 4px;
    background: #c20000;
    box-shadow: inset 2px 2px 4px -2px rgba(255,255,255,0.45),
    	inset -2px -2px 4px -2px rgba(0,0,0,0.1);
    font-size: 10px;
    text-indent: 1px;
    line-height: normal;
    padding: 1px 0 0;
    width: 16px;
    text-align: center;
    height: 15px;
    color: #000;
    border-radius: 99px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    font-weight: bold;
}

#navbar-notifications.none .number {
	display: none;
}

#navbar #navbar-notifications .simplebar-track {
	top: 2px;
	right: 2px;
}

#navbar #navbar-notifications.dd .drop {
	right: -52px;
}

#navbar #navbar-notifications.dd .drop > div:after {
	right: 63px;
}

#navbar #navbar-notifications.dd .drop > div:before {
	right: 62px;
}

#navbar #navbar-notifications .drop > div {
	padding: 0;
}

#navbar #navbar-notifications .drop .scrollable {
	max-height: 347px;
	max-width: 436px;
	border-radius: 0 0 5px 5px;
}

#navbar #navbar-notifications .drop .toolbar {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 3px 5px 2px;
	color: #222;
	display: flex;
	align-items: baseline;
	position: relative;
	z-index: 1;
	transform: translate3d(0,0,0);
}

#navbar #navbar-notifications .drop.scrolled .toolbar {
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#navbar #navbar-notifications .drop .toolbar > * {
	padding: 3px 5px;
	font-weight: 600;
}

#navbar #navbar-notifications .drop .toolbar .title {
	flex-grow: 1;
	font-size: 16px;
}

#navbar #navbar-notifications .drop .toolbar a {
	display: inline-block;
}

#markNotificationsRead {
	margin-left: 20px;
}

#navbar #navbar-notifications .drop ul > li.notification a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	width: 400px;
	max-width: 80vw;
	padding: 10px 18px 14px;
	font-weight: normal;
	border-top: 1px solid rgba(0,0,0,0.15);
	white-space: normal;
	line-height: 1.6em;
	color: #555;
	background: #fff;
	transition: background 100ms, color 100ms;
}

#navbar #navbar-notifications .drop ul > li:first-of-type.notification a {
	border-top: none;
}

#navbar #navbar-notifications .drop ul > li:last-of-type.notification a {
	padding-bottom: 14px;
}

#navbar #navbar-notifications .drop ul > li.new.notification a {
	background: #e8edf7;
	color: #222;
}
#navbar #navbar-notifications .drop ul > li.notification a:hover {
	color: #111;
	background: #f6f7f9;
}

#navbar #navbar-notifications .drop ul > li.new.notification a:hover {
	background: #e0e7f5;
}

#navbar #navbar-notifications .drop ul > li.notification a .item {
	padding: 5px 8px;
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
	color: #111;
	margin: 6px 0 0;
	border-radius: 3px;
	opacity: 0.95;
	transition: background 100ms, opacity 100ms;
	overflow: hidden;
	text-overflow: ellipsis;
}

#navbar #navbar-notifications .drop ul > li.notification a:hover .item {
	opacity: 1;
}

#navbar #navbar-notifications .drop ul > li.new.notification a .item {
	border: 1px solid rgba(0,0,0,0.25);
	background: #315381;
	color: #fff;
}

#navbar #navbar-notifications .drop ul > li.new.notification a:hover .item {
}

#navbar #navbar-notifications .drop ul > li:last-child a {
	border-radius: 0 0 6px 6px;
}

#navbar #navbar-notifications .drop ul b {
	font-weight: 600;
	white-space: nowrap;
}

.main.gray {
	background: #f4f5f6;
	flex-grow: 1;
}


/** Home **/
.home-top {
	display: flex;
	padding: 32px 0;
}

.news-wrapper .news,
.home-top .sponsors {
	background: #fff;
}
	
#home_community.alt .news-wrapper .news .wrapper a {
	height: 43px;
	line-height: 47px;
	font-size: 14px;
}

.home-top .favorites {
	margin-right: 32px;
	width: 321px;
}

.home-top .favorites .header,
.bottom-favorites .header,
#home_tabs .header {
	display: flex;
	line-height: 1em;
	padding: 0 0 3px;
	align-items: baseline;
	justify-content: space-between;
}

.home-top .favorites .header .title,
.bottom-favorites .header .title,
#home_tabs .header .title {
	font-size: 16px;
	font-weight: 600;
	color: #49505a;
}

.home-top .favorites .header a,
.bottom-favorites .header a,
#home_tabs .header a,
#home_tabs .see-more {
	font-size: 12px;
	color: #606976;
	padding: 6px;
	margin: -6px -6px 0 0;
}

.home-top .favorites .header a:after,
.bottom-favorites .header a:after,
#home_tabs .header a:after,
#home_tabs .see-more:after {
	font-family: FontAwesome;
	content: "\f101";
	font-size: 15px;
	font-weight: normal;
	margin-left: 5px;
	vertical-align: baseline;
	position: relative;
	top: 1px;
}

.home-top .favorites .wrapper {
	display: flex;
	flex-wrap: wrap;
	max-height: 557px;
	overflow: hidden;
	margin-left: -2px;
	padding-left: 2px !important;
}

.home-top .favorites .wrapper a {
	display: block;
	width: 94px;
	height: 125px;
	background-size: cover;
	background-position: 50%;
	flex-shrink: 0;
	margin: 8px 19px 8px 0;
	position: relative;
	flex-basis: auto;
	min-width: 0;
	flex-grow: 0;
}

.home-top .favorites .banner .new {
    display: inline-block !important;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.home-top .favorites .wrapper a:nth-child(3n) {
	margin-right: 0;
}

.home-top .right {
	display: flex;
	flex-direction: column;
}

.home-top .spotlight {
	width: 630px;
	height: 300px;
	margin-bottom: 32px;
	position: relative;
}

.home-top .spotlight .wrapper,
.home-top .spotlight .slick-track,
.home-top .spotlight .slick-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-top .spotlight .wrapper {
	height: 100%;
	overflow: hidden;
}

.home-top .spotlight .slide {
	display: block;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	outline: none;
	overflow: hidden;
}

.home-top .spotlight .slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.home-top .spotlight .slide .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.85));
	padding: 30px 20px 20px;
	font-size: 14px;
}

.home-top .spotlight .slide .text:before {
	content: "";
	display: block;
	flex-grow: 2;
}

.home-top .spotlight .slide .text > div {
	flex-grow: 5;
}

.home-top .spotlight .slide .text .cs {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: normal;
	font-size: 12px;
}

.home-top .spotlight .slide .text .title {
	font-size: 32px;
	line-height: 1em;
	margin: 4px 0 -0.15em -0.05em;
}

.home-top .spotlight .nav {
	display: flex;
	position: absolute;
	z-index: 99;
	bottom: 15px;
	right: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: translate3d(0,0,0);
}

.home-top .spotlight .nav .back {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.home-top .spotlight .nav .forward {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

.home-top .spotlight .nav .forward svg {
	transform: scaleX(-1);
}

.home-top .spotlight .nav > div {
	padding: 3px 8px;
	width: 10px;
	height: 20px;
	line-height: 22px;
	border: 1px solid rgba(255,255,255,0.75);
	background: rgba(255,255,255,0.15);
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

.home-top .spotlight .nav > div:hover {
	background: rgba(255,255,255,0.25);
}

.home-top .spotlight .nav > div:active {
	background: rgba(255,255,255,0.35);
}

.home-top .spotlight .nav > div svg {
	width: 8px;
	height: 8px;
	fill: #fff;
}

/* Slick Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('//www.smackjeeves.com/css/fonts/slick.eot');
    src: url('//www.smackjeeves.com/css/fonts/slick.eot?#iefix') format('embedded-opentype'),
    	url('//www.smackjeeves.com/css/fonts/slick.woff') format('woff'),
    	url('//www.smackjeeves.com/css/fonts/slick.ttf') format('truetype'),
    	url('//www.smackjeeves.com/css/fonts/slick.svg#slick') format('svg');
}

/* Slick Dots */
.slick-dots
{
	position: absolute;
	bottom: 17px;
	right: 18px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    text-shadow: 1px 1px rgba(0,0,0,0.35);
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}

.home-top .bottom {
	display: flex;
}

.news-wrapper .news {
	width: 300px;
	height: 250px;
	margin-right: 32px;
}

.whitebox {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #dadada;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.whitebox .header {
	display: block;
	position: relative;
	height: 48px;
	line-height: 52px;
	padding: 0 15px;
	font-size: 20px;
	color: #525252;
	overflow: hidden;
}

.whitebox div.content {
	border-top: 1px solid #ebebeb;
	padding: 15px;
}

.whitebox .comic-container {
	border-top: 1px solid #dadada;
	padding: 20px 20px 2px;
}

.whitebox .comic-container .comic.card {
	margin: 0 20px 20px 0;
	min-width: 0;
	flex-grow: 1;
	flex-basis: 20%;
}

.whitebox .comic-container .comic.card:nth-child(4n) {
	margin-right: 0;
}

.tabbed-box > .content {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
}

.tabbed-box > div.content {
	padding: 15px;
}

.tabbed-box .tabs {
	display: flex;
}

.tabbed-box li {
	margin: 0 5px 0 0;
}

.tabbed-box li > a {
	display: block;
	padding: 11px 15px 9px;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	color: #808080;
	font-size: 15px;
	font-weight: normal;
}

.tabbed-box li.selected a {
	background: #fff;
	border: 1px solid #dadada;
	border-bottom: none;
	color: #525252;
	position: relative;
	bottom: -1px;
}

.tabbed-box li.selected {
	position: relative;
}

.tabbed-box li.selected:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 1px;
	width: 4px;
	height: 4px;
	background: #fff;
}

.tabbed-box li.selected:first-child:after {
	border-left: 1px solid #dadada;
	left: 0;
}

.news-wrapper .news a.header svg {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 18px;
	right: 13px;
	fill: #474747;
}

.news-wrapper .news .wrapper a {
	height: 39px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-top: 1px solid #ebebeb;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding: 0 16px;
	line-height: 41px;
	overflow: hidden;
	white-space: nowrap;
}

.news-wrapper .news .wrapper a:hover {
	background: #fafafa;
}

.news-wrapper .news .wrapper a .title {
	max-width: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-wrapper .news .wrapper a .date {
	color: #b2b2b2;
}

.home-top .sponsors {
	width: 300px;
	height: 250px;
	overflow: hidden;
}

#home_tabs .just {
	position: relative;
}

#home_tabs {
	background: #f4f5f6;
}

#home_tabs ul {
	display: flex;
}

#home_tabs li {
	margin: 0 5px 0 0;
}

#home_tabs li > a {
	display: block;
	padding: 8px 15px 4px;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	color: #737d8c;
	font-size: 16px;
}

#home_tabs li.selected a {
	background: #fff;
	border: 1px solid #dde0e3;
	border-bottom: none;
	color: #49505a;
	position: relative;
	bottom: -1px;
}

#home_tabs .see-more {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

#home_tabs .nav {
	display: none;
	position: absolute;
	z-index: 99;
	bottom: 10px;
	right: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#home_tabs .nav .back {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#home_tabs .nav .forward {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

#home_tabs .nav .forward svg {
	transform: scaleX(-1);
}

#home_tabs .nav > div {
	padding: 3px 8px;
	width: 10px;
	height: 20px;
	border: 1px solid #dadada;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#home_tabs .nav > div.disabled {
	opacity: 0.33;
	pointer-events: none;
}

#home_tabs .nav > div:active {
	background: #f4f5f6;
}

#home_tabs .nav > div svg {
	width: 8px;
	height: 8px;
	fill: #22353e;
}

#home_tabs .nav > .back.disabled + .forward {
	border-left-width: 1px;
}

#home_tabs .nav > .back.disabled {
	border-right: none;
}

#home_tabs .side-nav > div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#home_tabs .side-nav .back {
	left: -75px;
}

#home_tabs .side-nav .forward {
	right: -75px;
}

#home_tabs .side-nav .disabled {
	display: none;
}

#home_tabs .side-nav svg {
	width: 40px;
	fill: hsla(215, 10%, 85%, 1);
}

#home_tabs .side-nav > div:hover svg {
	fill: hsla(215, 10%, 75%, 1);
}

#home_tabs .wrapper .just {
	padding: 10px 0;
}

#home_tabs .comic-container {
	display: none;
}

#home_tabs .comic.card {
	flex-shrink: 0;
	flex-basis: 147px;
	max-width: 147px;
	min-width: 0;
	margin: 21px 21px 0 0;
}

#home_tabs .comic.card:nth-child(6n) {
	margin-right: 0;
}

#home_community {
	background: #f4f5f6;
	padding: 32px 0;
}

#home_community .just {
	display: flex;
}

#home_forum_talk {
	width: 321px;
	margin-right: 32px;
}

#home_community_feed a.header {
	border-bottom: 1px solid #ebebeb;
	cursor: default;
}

#home_community_feed a.header svg {
	display: none;
}

#home_forum_talk a.header svg,
#home_community_feed a.header svg {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 18px;
	right: 13px;
	fill: #474747;
}

#home_forum_talk li a {
	display: flex;
	border-top: 1px solid #ebebeb;
	padding: 20px 19px;
	line-height: 1;
	color: #808080;
	font-weight: normal;
}
	
#home_community.alt #home_forum_talk li a {
	padding: 16px 16px 14px;
}

#home_forum_talk li a:hover {
	background: #fafafa;
}

#home_forum_talk .avatar {
	width: 34px;
	height: 34px;
	background-size: 110%;
	background-position: center;
	border-radius: 99px;
	margin-right: 14px;
	flex-shrink: 0;
}

#home_forum_talk .avatar.none {
	background-size: contain;
	opacity: 0.2;
}

#home_forum_talk li .right {
	padding: 3px 0 0;
	font-size: 14px;
	overflow: hidden;
}

#home_forum_talk li .title {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#home_forum_talk li .bottom {
	font-size: 12px;
	padding: 7px 0 0;
}

#home_forum_talk li .bottom span:first-child {
	margin-right: .25em;
}

#home_forum_talk li .bottom span:first-child:after {
	content: "\2022";
	margin-left: .6em;
	color: rgba(0,0,0,0.2);
	font-weight: bold;
}

#home_community_feed {
	flex-grow: 1;
}

#home_community_feed .content {
	max-height: 538px;
	overflow: hidden;
}

#home_community_feed li a {
	display: flex;
	height: 48px;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	border-bottom: 1px solid #ebebeb;
	padding: 0 20px;
	overflow: hidden;
}

#home_community_feed li a > div {
	flex: 1 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
}

#home_community_feed li:last-child a {
	border: none;
}

#home_community_feed li a:hover {
	background: #fafafa;
}

#home_community_feed li a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover;
	margin: 12px 10px 0 0;
	vertical-align: top;
	opacity: 0.72;
	flex-shrink: 0;
}

#home_community_feed li.comment a:before {
	background-image: url(//www.smackjeeves.com/images/svg/comment.svg);
}

#home_community_feed li.favorite a:before {
	background-image: url(//www.smackjeeves.com/images/svg/star.svg);
}

#home_community_feed li.fan-milestone a:before {
	background-image: url(//www.smackjeeves.com/images/svg/stars.svg);
}

#home_community_feed li.page-milestone a:before {
	background-image: url(//www.smackjeeves.com/images/svg/pages.svg);
}

#home_community_feed li a b {
	font-weight: 600;
	color: #737373;
}

#home_community_feed li a span {
	flex-shrink: 0;
	color: #b8b8b8;
}

/** Featured Premium Spots **/
.featured-premium-comics,
.bottom-favorites {
	background: #fff;
	padding: 32px 0;
	/*
	border: 1px solid #dde0e3;
	border-left: none;
	border-right: none;
	*/
}

.featured-premium-comics .list-comics {
	display: flex;
	flex-wrap: nowrap;
}

.bottom-favorites .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.featured-premium-comics .comic.card,
.bottom-favorites .comic.card {
	flex-shrink: 0;
	max-width: 147px;
	min-width: 0;
	flex-basis: 147px;
	margin: 21px 21px 0 0;
}

.bottom-favorites .comic.card:nth-child(6n) {
	margin-right: 0;
}

.bottom-favorites .comic.card:nth-child(n + 13) {
	display: none;
}

.bottom-favorites .header {
	padding: 0;
}

.bottom-favorites .header .title {
	font-size: 18px;
}

.bottom-favorites .header a {
	font-size: 14px;
}

.bottom-favorites .header a:after {
	font-size: 17px;
}

.featured-premium-comics .ft-title {
	font-size: 15px;
	font-family: 'Hind', sans-serif;
}

/** Comic Profile **/
#comic_profile {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 12px;
}

#comic_profile .just {
	display: flex;
}

#comic_profile .bottom-wrapper {
	border-radius: 5px;
	max-width: 1149px;
}

#site-bar {
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	border-bottom: 1px solid hsla(213,10%,88%,1);
}

.page-browse #site-bar {
	border-bottom: none;
}

#comic_profile .bottom-wrapper > div {
	padding: 9px 12px 1px 13px;
}

#comic_profile .bottom-wrapper.shadow {
	overflow: hidden;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

#comic_profile .bottom-wrapper.shadow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -99px;
	left: -99px;
	height: 200%;
	box-shadow: inset 0 0 16px rgba(0,0,0,0.35);
	pointer-events: none;
}

#comic_profile .cover {
	display: flex;
	width: 348px;
	height: 464px;
	background-color: #fafafa;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
	position: relative;
	z-index: 13;
	border-radius: 2px;
	transition: box-shadow 100ms;
	margin: 0 0 10px;
}

#comic_profile .cover img {
	border-radius: inherit;
}

#comic_profile .cover.none {
	display: none;
}

#comic_profile .cover:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

#comic_profile .cover:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.05));
	opacity: 0;
	transition: opacity 100ms;
}

#comic_profile .cover:hover:after {
	opacity: 1;
}

#comic_profile .old-banner {
	text-align: center;
	margin: 0 0 18px;
}

#comic_profile .old-banner a {
	display: inline-flex;
	align-items: flex-start;
	max-width: 100%;
}

#comic_profile .old-banner img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

#comic_profile .funding,
#user_profile .funding {
	margin: 36px 0;
	display: flex;
	justify-content: center;
}

#user_profile .funding {
	margin: 22px 0 0;
}

#comic_profile .funding > div,
#user_profile .funding > div {
	width: 300px;
}

#comic_profile .favorite {
	display: inline-block;
	width: 29px;
	height: 29px;
	padding: 6px;
	margin: 0 0 -6px 16px;
	cursor: pointer;
	vertical-align: baseline;
	position: relative;
}

#comic_profile .favorite:hover svg.fill {
	opacity: 1;
}

#comic_profile h1 {
	margin: 0 0 .1em;
	padding: 0;
	font-weight: 600;
	font-size: 35px;
}

#comic_profile .spotlight {
	float: right;
	margin: 8px -3px 0 10px;
	text-align: center;
	display: flex;
}

#comic_profile .spotlight svg {
	width: 42px;
	height: 42px;
}

#comic_profile .subtitle {
	margin: 0 0 .4em;
	font-size: 13px;
}

#comic_profile .subtitle:last-of-type {
	margin-bottom: 16px;
}

#comic_profile .subtitle a {
	color: #fff;
	font-weight: 600;
}

#comic_profile .subtitle a:hover {
	text-shadow: 1.5px 1.5px rgba(0,0,0,0.75);
}

#comic_profile h3,
#comic_profile a.h3 {
	color: inherit;
	margin: 0 0 .4em;
	padding: 0;
	font-weight: 600;
	font-size: 19px;
}

#comic_profile .window {
	border-radius: 4px;
	margin: 9px 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

#comic_profile .window > h3,
#comic_profile .window > a.h3 {
	display: block;
	margin: 0;
	background: linear-gradient(to bottom, hsla(0,0%,100%,0.2), hsla(0,0%,100%,.15));
	padding: 12px 16px 0;
	border-radius: 3px 3px 0 0;
}

#comic_profile .window > .wrapper {
	margin: 0;
	justify-content: center;
	padding: 18px;
}

#comic_profile .window > ul.wrapper {
	margin-top: 12px;
}

#comic_profile .window > ul.wrapper > li {
	border-top: 1px solid hsl(215, 26%, 91%);
}

#comic_profile .window > ul.wrapper > li:last-of-type,
#comic_profile .window > ul.wrapper > li:last-of-type > a {
	border-radius: 0 0 3px 3px;
}

.bottom-wrapper .window:first-child {
	margin-top: 0;
}

#comic_profile .title.window {
	padding: 12px 20px 8px;
}

#comic_profile .description {
	font-size: 15px;
	line-height: 1.5em;
	padding: 0 2px 12px;
	word-break: break-word;
}

#comic_profile .text-shadow .description {
	text-shadow: inherit;
}

.brick.pane {
	flex-shrink: 0;
}

#comic_profile .pane {
	padding: 1px 2px 3px 8px;
}

#comic_profile .pane:first-of-type {
	padding-left: 0;
}

#comic_profile .middle.grow.pane {
	flex-grow: 3;
}

#comic_profile #cprofile_add_fav {
	display: block;
}

#comic_profile .stats.window {
	padding: 20px;
}

#comic_profile .stats.window .stat {
	margin: 0 0 1.2em;
	display: flex;
	cursor: default;
}

#comic_profile .stats.window .group {
	display: flex;
}

#comic_profile .stats.window .group .stat {
	margin: 0 24px 0 0;
}

#comic_profile .stats.window .stat:last-of-type {
	margin-bottom: 0;
}

#comic_profile .stats.window .stat:after {
	content: "";
	display: block;
	clear: both;
}

#comic_profile .stats.window .stat svg {
	width: 32px;
	height: 32px;
	margin: 5px 12px 0 0;
	fill: currentColor;
}

#comic_profile .stats.window .stat.last-update svg {
	width: 28px;
	height: 28px;
	margin-top: 7px;
	margin-right: 16px;
}

#comic_profile .stats.window .stat .name {
	color: #808c99;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	padding-top: 4px;
}

#comic_profile .stats.window .stat .value,
#comic_profile .stats.window .stat .value .big  {
	font-size: 17px;
	line-height: 26px;
}

#comic_profile .stats.window .stat.updates .value {
	font-size: 13px;
}

#comic_profile .buttons {
	text-align: center;
	margin: 0 0 14px;;
	padding: 0 6px 6px;
	display: flex;
	justify-content: space-around;
}

#comic_profile .title.window .buttons {
	justify-content: center;
	padding: 0;
	margin: 11px 0 14px;
	
}

#comic_profile .title.window .buttons a.button {
	margin: 0 11px;
}

#comic_profile a.button {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	padding: 0 1.5em;
	line-height: 3em;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.15);
	font-weight: 600;
	box-shadow: 1px 1px 0 hsla(210,30%,51%,1) inset, 1px 1px 3px -1px rgba(0,0,0,0.2);
	background: linear-gradient(to bottom, hsla(210,25%,40%,1), hsla(210,50%,19%,1));
	border: 1px solid hsla(210,64%,14%,1);
	border-radius: 3px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.07);
	box-sizing: border-box;
}

#comic_profile .buttons a.button {
	margin: 0 6px;
	width: 150px;
}

#comic_profile a.button:hover {
	background: linear-gradient(to bottom, hsl(210, 25%, 43%), hsl(210, 66%, 21%));
	box-shadow: 1px 1px 0 hsl(210, 30%, 54%) inset, 1px 1px 3px -1px rgba(0,0,0,0.2);
	border: 1px solid hsla(210,64%,14%,1);
	color: #fff;
}

#comic_profile a.button svg {
	width: 1.3em;
	height: 1.3em;
	fill: currentColor;
	vertical-align: baseline;
	margin: 0px 0.35em -.25em -0.6em;
}

#comic_profile .authors.window .wrapper {
	display: flex;
	flex-wrap: wrap;
}

#comic_profile .authors.window .author {
	padding: 10px 10px 8px;
	margin: 7px;
	font-size: 13px;
	border-radius: 3px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	/*
	max-width: 96px;
	*/
	text-align: center;
	font-weight: 600;
	transition: background 85ms, color 85ms;
}

#comic_profile .authors.window .author:hover {
	background: hsl(200, 23%, 95%);
}

#comic_profile .authors.window .author span,
#comic_profile .authors.window .author .title {
	display: table;
	width: 96px;
}

#comic_profile .authors.window .author span {
	color: #394046;
}

#comic_profile .authors.window .author .avatar {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin: 0 0 4px;
	height: 94px;
}

#comic_profile .authors.window .author .avatar.none {
	width: 94px;
	height: 94px;
	background-size: cover;
	border-radius: 3px;
}

#comic_profile .authors.window .avatar img {
	display: inline-block;
	max-height: 94px;
	max-width: 94px;
	border-radius: 3px;
}

#comic_profile .authors.window .author .title {
	text-transform: uppercase;
	font-size: 11px;
	margin-top: .25em;
	font-weight: normal;
	color: #abb2ba;
}

#comic_profile .left.pane .window {
	max-width: 348px;
	box-sizing: border-box;
}

#comic_profile .left.pane .list-comics {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 16px 2px;
    margin-top: 1px;
    justify-content: flex-start;
}

#comic_profile .left.pane .list-comics .comic.card {
	max-width: 147px;
	min-width: 0;
	flex-basis: 40%;
	flex-grow: 1;
	margin: 0 18px 18px 0;
}

#comic_profile .left.pane .list-comics .comic.card:nth-child(2n) {
	margin-right: 0;
}

#comic_profile .patreon.window > h3 {
	padding-bottom: 7px;
	border-bottom: 1px solid hsl(215, 26%, 91%);
}

#comic_profile .patreon.window > h3 svg {
	float: left;
	width: 1.3em;
	height: 1.3em;
	margin-right: 0.5em;
}

#comic_profile .left.pane .window .padded {
	padding: 16px;
	word-break: break-word;
}

#comic_profile .left.pane .author-app.window .padded > div {
	margin-bottom: 16px;
}

#comic_profile .patreon.window .arrows {
	display: flex;
	float: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#comic_profile .patreon.window .arrows > div {
	padding: 1px 6px;
	width: 10px;
	height: 20px;
	border: 1px solid #d0d6d9;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#comic_profile .patreon.window .arrows > div.disabled {
	opacity: 0.33;
	pointer-events: none;
}

#comic_profile .patreon.window .arrows > div:active {
	background: #edf0f0;
}

#comic_profile .patreon.window .arrows .back {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#comic_profile .patreon.window .arrows .forward {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

#comic_profile .patreon.window .arrows .back.disabled + .forward {
	border-left-width: 1px;
}

#comic_profile .patreon.window .arrows .back.disabled {
	border-right: none;
}

#comic_profile .patreon.window .arrows > div svg {
	width: 8px;
	height: 8px;
	fill: #5B6970;
}

#comic_profile .patreon.window .arrows > div.forward svg {
	transform: scaleX(-1);
}

#comic_profile .patreon.window .bottom {
	display: flex;
	justify-content: space-between;
}

#comic_profile .patreon.window .bottom a {
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	margin-bottom: -4px;
	border-radius: 3px;
}

#comic_profile .p-padding {
	padding: 18px;
	position: relative;
}

#comic_profile .p-padding > div {
	opacity: 1;
	transition: opacity 180ms;
}

#comic_profile .p-padding > div .goal-description ul {
	padding: 0 0 0 2em;
}

#comic_profile .p-padding > div .goal-description ul li {
	list-style-type: disc;
}

#comic_profile .p-padding > div .goal-description ul ul li {
	list-style-type: circle;
}

#comic_profile .p-padding.loading > div {
	transition-duration: 0;
	opacity: 0;
	min-height: 150px;
}

#comic_profile .p-padding.loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	width: 66px;
	height: 66px;
	margin: -33px 0 0 -33px;
	background: url(//www.smackjeeves.com/images/spin.gif) no-repeat 0 0;
}

#comic_profile .p-wrapper {
	display: flex;
	flex-wrap: wrap;
	display: none;
}

#comic_profile .p-wrapper li {
	margin: 0 1.5em 0.5em 0;
}

#comic_profile .p-wrapper .value {
	font-size: 25px;
	font-weight: 600;
}

#comic_profile .p-wrapper .name {
	color: #a7b2b8;
	font-size: 13px;
	font-weight: 600;
}

#comic_profile .patreon.window .level {
	margin: 1px 0 8px;
}

#comic_profile .patreon.window .level .amount {
	font-size: 16px;
	font-weight: 600;
}

#comic_profile .patreon.window .level .amount.reached:after {
	content: "\2013  reached!";
	color: #315071;
	font-size: 13px;
	margin-left: 0.4em;
}

#comic_profile .patreon.window .level .period {
	color: #a7b2b8;
	font-size: 13px;
}

#comic_profile .patreon.window .progress-meter {
	margin-bottom: 16px;
	height: 8px;
	background: #f2f4f5;
	border-radius: 4px;
}

#comic_profile .patreon.window .progress-bar {
	height: 100%;
	border-radius: inherit;
	background: #e6461a;
	background: #315071;
	transition: width 180ms;
	width: 0%;
}

#comic_profile .patreon.window .goal-description {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}

#comic_profile .patreon.window .page {
	color: #a7b2b8;
	line-height: 19px;
	font-size: 14px;
}

#comic_profile .site-news .wrapper,
.my-favorites .site-news .wrapper {
	padding: 0;
}

#comic_profile .site-news .wrapper,
.my-favorites .site-news .wrapper {
	font-size: 13px;
}

#comic_profile .site-news .wrapper li .left:after,
.my-favorites .site-news .wrapper li .left:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(//www.smackjeeves.com/images/csg-4af2e0247c19e.png) no-repeat scroll 0px -498px;
	margin: 2px 10px 0 -4px;
}

#comic_profile .site-news .wrapper li a,
.my-favorites .site-news .wrapper li a {
	padding: 13px 16px 14px;
	display: flex;
	align-items: center;
	color: #325376;
}

#comic_profile .site-news .wrapper li:last-of-type a,
.my-favorites .site-news .wrapper li:last-of-type a {
	padding-bottom: 18px;
}

#comic_profile .site-news .wrapper li a:hover,
.my-favorites .site-news .wrapper li a:hover {
	background: hsl(210, 25%, 97%);
}

#comic_profile .site-news .wrapper li .right,
.my-favorites .site-news .wrapper li .right {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
	padding: .2em;
}

#comic_profile .site-news .wrapper li .title,
.my-favorites .site-news .wrapper li .title {
	font-size: 14px;
	font-weight: 600;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#comic_profile .site-news .wrapper li .bottom,
.my-favorites .site-news .wrapper li .bottom {
	display: flex;
	align-items: baseline;
	margin-top: 3px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 0 3px;
	margin-left: -3px
}

#comic_profile .site-news .wrapper li .date,
.my-favorites .site-news .wrapper li .date {
	font-style: italic;
}

#comic_profile .site-news .wrapper li .author,
.my-favorites .site-news .wrapper li .author {
	margin-left: .75em;
	flex-shrink: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

#comic_profile .site-news .wrapper li .author span,
.my-favorites .site-news .wrapper li .author span {
	font-weight: 600;
	margin-left: .05em;
	font-size: 13px;
}

#comic_profile .fan-list .wrapper {
	display: flex;
	padding: 12px 14px 14px;
}

#comic_profile .fan-list .wrapper > div {
	padding: 8px;
	flex-grow: 1;
	flex-basis: 1px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#comic_profile .fan-list a {
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 3px 0 0;
	line-height: 1.5em;
}

#comic_profile .comments .wrapper {
	padding: 0;
	background: none;
	margin-top: 11px;
}

#comic_profile .comments .comment {
	padding: 24px 22px 21px;
	border-top: 1px solid hsl(215, 26%, 91%);
}

#comic_profile .comments .comment:last-of-type {
	padding-bottom: 18px;
	border-bottom: none;
	border-radius: 0 0 3px 3px;
	margin-bottom: 0;
}

#comic_profile .comments .header {
	margin-top: -4px;
}

#comic_profile .comments .header a {
	color: #86919c;
}

#comic_profile .comments .header a:hover {
	text-decoration: underline;
}

#comic_profile .comments .username {
	font-weight: 600;
	font-size: 15px;
	color: #394046;
}

#comic_profile .comments .header .profile-link {
	margin-right: 8px;
}

#comic_profile .comments .date {
	display: inline-block;
	font-size: 13px;
	color: #8f99a3;
	font-style: italic;
}

#comic_profile .comments .page {
	display: inline-block;
	margin-right: 8px;
}

#comic_profile .comments .page a {
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	padding-left: 15px;
	background: url(./images/icon-page.png) no-repeat 2px 50%;
	position: relative;
}

#comic_profile .comments .page a svg {
	position: absolute;
	top: 50%;
	left: 2px;
	margin: -7px 0 0 0;
	height: 13px;
	fill: hsla(208,10%,70%,1);
	width: 13px;
}

#comic_profile .comments .comment .content {
	margin-left: 91px;
}

#comic_profile .comments .avatar {
	display: block;
	float: left;
	max-width: 75px;
	border-radius: 3px;
	margin-left: -91px;
	margin-right: 16px;
	margin-bottom: 2px;
}

#comic_profile .comments .comment .content:after {
	content: "";
	display: block;
	clear: both;
}

#comic_profile .comments .message {
	margin-top: 6px;
	word-break: break-word;
	line-height: 1.5em;
	font-size: 14px;
}

#comic_profile .comments .title {
	font-weight: 600;
	display: inline-block;
	margin-right: .25em;
}

#comic_profile .comments .body {
	display: inline;
}

#comic_profile .comments .body a {
	font-weight: 600;
}

#comic_profile .tags .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -4px;
}

#comic_profile .tags .tag {
	display: inline-block;
	white-space: nowrap;
	padding: 6px 14px 7px;
	margin: 4px;
	font-size: 13px;
	font-weight: normal;
	color: hsl(210, 11%, 18%);
	background: hsl(210, 20%, 96%);
	border-radius: 99px;
}
#comic_profile .tags .tag:before {
	content: "#";
}

#comic_profile .tags .tag:hover {
	background: hsl(207, 22%, 92%);
}

#comic_profile .honors ul {
	padding: 0 0 0 2px;
}

#comic_profile .honors li {
	font-size: 16px;
	color: hsla(208,10%,40%,1);
	padding: 0 0 0 26px;
	position: relative;
}

#comic_profile .honors li.spotlight svg {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 19px;
	fill: hsla(208,10%,50%,1);
}

#comic_profile .pane .list-comics > .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: -9px;
	padding-bottom: 7px;
}

#comic_profile .pane .list-comics h3 {
	padding: 13px 17px 0;
}

#comic_profile .thumbnails {
	min-height: 150px;
}

#comic_profile .thumbnails .wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: .75vw;
}

#comic_profile .thumbnails .wrapper > * {
	flex-basis: 33%;
	padding: 12px 8px;
	box-sizing: border-box;
	text-align: center;
}

#comic_profile .thumbnails .wrapper a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	color: hsl(210, 11%, 18%);
	font-weight: normal;
}

#comic_profile .thumbnails .wrapper a:hover {
	color: hsl(210, 11%, 35%);
}
		
#comic_profile .thumbnails .wrapper img {
	border-radius: 3px;
	max-width: 125px;
	max-height: 125px;
}
		
#comic_profile .thumbnails .wrapper .mature img {
	filter: blur(2px);
}

#comic_profile .thumbnails .wrapper a:hover img {
	box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.35);
}

#comic_profile .thumbnails .wrapper a:hover .mature img {
	filter: blur(0);
}

#comic_profile .thumbnails .wrapper a span {
	font-size: 12px;
	margin: 0.65em 0 0;
	word-break: break-word;
}

#comic_profile .thumbnails .wrapper a span svg {
	width: 14px;
	height: 14px;
	margin: 1px 0.4em 0 0;
}

#comic_profile .thumbnails .wrapper a .page {
	position: relative;
	display: inline-flex;
	border-radius: 3px;
	box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.3);
	overflow: hidden;
}

#comic_profile .thumbnails .wrapper a .page.mature:before {
	content: "Mature Content";
	display: block;
	position: absolute;
	bottom: 0; right: 0; left: 0;
	border-radius: 2px;
	background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
	line-height: 17px;
	padding: 22px 9px 9px;
	font-size: 13px;
	z-index: 3;
	color: #fff;
	text-shadow: .03em .03em 1px rgba(0,0,0,0.45);
}

#comic_profile .thumbnails .wrapper a:hover .page.mature:before {
	opacity: 0;
}

#comic_profile .thumbnails .wrapper a .page:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border-radius: 3px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.15));
	opacity: 0;
}

#comic_profile .thumbnails .wrapper a:hover .page:after {
	opacity: 1;
}

#comic_profile .download-archive {
	text-align: center;
}

#comic_profile .download-archive a {
	padding: 12px 16px;
	display: inline-block;
	margin: 3px 0 16px;
	background: #f2f4f7;
	border-radius: 3px;
	border-bottom: 1px solid hsla(216,24%,86%,1);
	position: relative;
	text-align: center;
}

#comic_profile .download-archive a:hover {
	
}

.just .window:first-child {
	margin-top: 0 !important;
}

/** Browse Page **/
#browse_page .just {
	display: flex;
	padding-top: 14px;
}

#left-nav {
	width: 200px;
	margin: 0 17px 32px 0;
	flex-shrink: 0;
	position: relative;
}

#browse_page .comic-overwrap {
	flex-grow: 1;
}

.comic-header {
	position: relative;
	margin: 0 0 18px;
}

.comic-header .right {
	position: absolute;
	right: 0;
	bottom: 3px;
	display: flex;
}

.comic-header .page {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	min-width: 48px;
	text-align: center;
}

.comic-header .supertitle {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 2px;
}

.comic-header h3 {
	font-size: 34px;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	text-indent: -2px;
}

#favorites_page .comic-header h3 {
	font-size: 28px;
	position: relative;
	top: 2px;
}

.comic-header .subtitle {
	font-size: 16px;
	color: #444c55;
	padding-right: 90px;
}

.edit-btn {
	display: inline-block;
	font-weight: 600;
	background: linear-gradient(to bottom, #fff, #e3e6e8);
	box-shadow: inset 0 0 0 1px #c7ccd1;
	color: #292e33;
	height: 28px;
	line-height: 30px;
	font-size: 15px;
	border-radius: 4px;
	padding: 0 .5em;
	white-space: nowrap;
	box-sizing: border-box;
}

.edit-btn:hover {
	background: linear-gradient(to bottom, #fff, #d8dcdf);
	color: hsla(211,10%,27%,1);
	box-shadow: inset 0 0 0 1px #b9bfc6, 0 1px 0 rgba(0,0,0,0.08);
}

.edit-btn:active,
.edit-mode .edit-btn {
	box-shadow: inset 0 0 0 1px hsla(210,8%,68%,1), inset 0 1px 10px hsla(210,15%,56%,1);
	background: linear-gradient(to top, #fff, #e3e6e8);
}

#browse_page .edit-btn {
	position: relative;
	top: -2px;
	height: 31px;
	line-height: 33px;
	text-align: center;
	width: 48px;
}

#my-favorites-page-select,
#browse-page-select {
	display: inline-block;
}

#my-favorites-page-select select,
#browse-page-select select {
	margin-left: .25em;
	font-size: 17px;
}

.comic-nav {
	margin: 0 -1px;
	padding: 10px 0 0;
	text-align: center;
}

.comic-nav .prev, .comic-nav .next {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	padding: 9px 18px 6px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	font-size: 15px;
}

.comic-nav .prev:hover, .comic-nav .next:hover {
	border-color: #c6c6c6;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.comic-nav .prev:active, .comic-nav .next:active {
	box-shadow: none;
}

.comic-nav .prev {
	float: left;
	margin-right: -100%;
}

.comic-nav .next {
	float: right;
	margin-left: -100%;
}

.comic-nav .prev svg, .comic-nav .next svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	vertical-align: top;
	margin: 5px 0 0 4px;
}

.comic-nav .prev svg {
	float: left;
	transform: scaleX(-1);
	margin: 5px 7px 0 0;
}

.comic-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 24px;
}

#browse_page .comic-container {
	padding: 0 0 24px;
}

#browse_page .comic-container .comic.card {
	margin: 0 22px 22px 0;
	min-width: 0;
	max-width: 164px;
	flex-grow: 1;
	flex-basis: 20%;
}

#browse_page .comic-container .comic.card:nth-child(4n) {
	margin-right: 0;
}

#main-search-ccc .full.nav {
	text-align: center;
}

#left-nav .expand-toggle {
	display: none;
	justify-content: space-between;
	padding: 30px 40px;
	margin: 0 -10px;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	font-size: 21px;
	color: #333;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
}

#left-nav .expand-toggle svg.expand,
#left-nav .expand-toggle svg.collapse {
	fill: currentColor;
	width: 1em;
	height: 1em;
	margin-top: .2em;
}

#left-nav .expand-toggle svg.collapse {
	display: none;
}

#left-nav.expanded .expand-toggle svg.expand {
	display: none;
}

#left-nav.expanded .expand-toggle svg.collapse {
	display: block;
}

.browse-bar {
	font-size: 13px;
}

.browse-bar > div {
	padding: 11px 3px 20px;
}

.browse-bar .group {
	padding: 26px 0 0;
}

.browse-bar .sort {
	font-size: 14px;
	padding-top: 6px;
	margin-bottom: -5px;
}

.browse-bar .search {
	padding-bottom: 3px;
}

.browse-bar h3 {
	margin: 0 .0 .5em;
	padding: 0;
	font-size: 15px;
	position: relative;
}

.browse-bar h3 a.close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjbGVhciI+CgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zICAgICAyMTQuMiwxNzguNSAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 50%;
}

.browse-bar a.checkbox {
	padding: 6px 8px;
	margin: -1px 0 5px -8px;
	display: block;
	cursor: pointer;
	border-radius: 6px;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	color: #333;
}

.browse-bar a.checkbox:hover {
	
}

.browse-bar a.checkbox:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff linear-gradient(-45deg, #f5f5f5, #ccc);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	vertical-align: baseline;
	position: relative;
	top: 1px;
	margin: 0 7px 0 1px;
}

.browse-bar a.checkbox:hover:before {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.25), inset 1px 1px 1px 1px rgba(0,0,0,0.2);
}

.browse-bar a.checkbox svg {
	position: absolute;
	width: 17px;
	height: 18px;
	top: 4px;
	left: 10px;
	fill: currentColor;
	stroke-width: 40px;
	display: none;
}

.browse-bar a.checkbox.checked:before,
.browse-bar a.checkbox.checked:hover:before {
	box-shadow: 0 0 0 1px #fff;
	background: none;
}

.browse-bar a.checkbox.checked svg {
	display: block;
}

.browse-bar li a, .browse-bar .wrapper a {
	color: #333;
	font-weight: normal;
	border: 1px solid transparent;
}

.browse-bar li a:hover, .browse-bar .wrapper a:hover,
.browse-bar li a.active, .browse-bar .wrapper a.active {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.browse-bar li a.active, .browse-bar .wrapper a.active {
	font-weight: 600;
}

.browse-bar li a:hover, .browse-bar .wrapper a:hover {
}

.browse-bar li a.active, .browse-bar .wrapper a.active {
	font-weight: 600;
}

.browse-bar ul.options {
	margin: -3px 0 0;
}

.browse-bar ul.options li {
	margin: 2px 0;
}

.browse-bar ul.options li a {
	display: block;
	padding: 5px 9px 2px;
	border-radius: 6px;
}

.browse-bar .search form {
	margin: 0;
	padding: 0;
	position: relative;
}

.browse-bar .search form .reset {
	position: absolute;
	top: 7px;
	right: 4px;
	bottom: 6px;
	width: 22px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjbGVhciI+CgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zICAgICAyMTQuMiwxNzguNSAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 3px 50%;
}

.browse-bar .search input {
	padding: 7px 8px 6px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 13px;
}

.browse-bar select:not(.custom) {
	width: calc(100% + 1px);
	margin-left: -1px;
	background-color: #fff;
}

.browse-bar select:not(.custom) option {
	background: #fff;
	color: #000;
}

.browse-bar .group.tags h3 {
	margin-bottom: .75em;
}

.browse-bar .group.tags .wrapper {
	margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}

.browse-bar .group.tags .wrapper a {
	display: block;
	padding: 3px 8px 2px;
	margin: 0 0 5px;
	border-radius: 6px;
}

.browse-bar .group.tags .wrapper a.active {
	margin-right: 5px;
}

/** User Search **/
#search_users {
	padding: 32px 0 34px;
}

#search_users .header {
	display: flex;
}

#search_users h3 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 36px 0 0;
}

#search_users .header form {
	display: flex;
	margin-bottom: 2px;
	flex-grow: 1;
	position: relative;
}

#search_users .header form input[type="text"] {
	font-size: 18px;
	padding-left: 15px;
	flex-grow: 1;
}

#search_users .header form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 46px;
	background: rgba(0,0,0,0.1);
	border: none;
	border-left: 1px solid rgba(0,0,0,0.15);
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

#search_users .header form input[type="submit"]:hover {
	background: rgba(0,0,0,0.15);
}

#search_users .header form:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NzUuMDg0IiBoZWlnaHQ9IjQ3NS4wODQiIHZpZXdCb3g9IjAgMCA0NzUuMDg0IDQ3NS4wODQiPjxwYXRoIGQ9Ik00NjQuNTI0IDQxMi44NDZsLTk3LjkzLTk3LjkyNWMyMy42LTM0LjA2NyAzNS40MDctNzIuMDQ2IDM1LjQwNy0xMTMuOTE2IDAtMjcuMjE4LTUuMjgzLTUzLjI1LTE1Ljg1LTc4LjA4Ny0xMC41NjItMjQuODQyLTI0Ljg0LTQ2LjI1NC00Mi44MjYtNjQuMjQtMTcuOTg3LTE3Ljk4OC0zOS4zOTYtMzIuMjY1LTY0LjIzMy00Mi44MjdDMjU0LjI0NyA1LjI4NSAyMjguMjE4LjAwMyAyMDEgLjAwM2MtMjcuMjE3IDAtNTMuMjQ4IDUuMjgyLTc4LjA4NiAxNS44NDctMjQuODQyIDEwLjU2Mi00Ni4yNTQgMjQuODQtNjQuMjQgNDIuODI2LTE3Ljk5IDE3Ljk4Ny0zMi4yNjUgMzkuNDAzLTQyLjgyOCA2NC4yNEM1LjI4MiAxNDcuNzYgMCAxNzMuNzg3IDAgMjAxLjAwNWMwIDI3LjIxNiA1LjI4MiA1My4yMzggMTUuODQ2IDc4LjA4MyAxMC41NjIgMjQuODM4IDI0LjgzOCA0Ni4yNDcgNDIuODI3IDY0LjIzNCAxNy45ODcgMTcuOTk0IDM5LjQwMyAzMi4yNjUgNjQuMjQgNDIuODMzIDI0Ljg0MiAxMC41NjMgNTAuODcgMTUuODQ0IDc4LjA4NiAxNS44NDQgNDEuODc4IDAgNzkuODUtMTEuODA3IDExMy45Mi0zNS40MDVsOTcuOTMgOTcuNjRjNi44NTIgNy4yMzIgMTUuNDA2IDEwLjg1IDI1LjY5MyAxMC44NSA5Ljg5NyAwIDE4LjQ2Ny0zLjYxNyAyNS42OTQtMTAuODUgNy4yMy03LjIzIDEwLjg0OC0xNS43OTUgMTAuODQ4LTI1LjY5Mi4wMDMtMTAuMDgyLTMuNTE4LTE4LjY1LTEwLjU2LTI1LjY5NHptLTE3My4xNi0xMjEuNDg4Yy0yNS4wMyAyNS4wMzMtNTUuMTUgMzcuNTUtOTAuMzY1IDM3LjU1LTM1LjIxIDAtNjUuMzMtMTIuNTItOTAuMzYtMzcuNTUtMjUuMDMyLTI1LjAzLTM3LjU0Ny01NS4xNDQtMzcuNTQ3LTkwLjM2IDAtMzUuMjEgMTIuNTE4LTY1LjMzNCAzNy41NDYtOTAuMzYgMjUuMDI1LTI1LjAzMiA1NS4xNS0zNy41NDYgOTAuMzYtMzcuNTQ2czY1LjMzIDEyLjUyIDkwLjM2MyAzNy41NDYgMzcuNTQ4IDU1LjE1IDM3LjU0OCA5MC4zNmMwIDM1LjIxNi0xMi41MTggNjUuMzMtMzcuNTQ3IDkwLjM2eiIvPjwvc3ZnPg==);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 11px;
    opacity: 0.35;
    pointer-events: none;
}

#search_users .results {
	margin: 36px 0 0;
	font-size: 20px;
}

#search_users .results a {
	display: inline-block;
	color: hsl(214,80%,50%);
	margin: 20px 0 0;
}

#search_users .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0 12px;
}

#search_users .wrapper > div {
	margin: 0 13px 13px 0;
	display: flex;
	flex-shrink: 0;
	flex-basis: calc(33% - 6px);
}

#search_users .wrapper > div:nth-child(3n) {
	margin-right: 0;
}

#search_users .wrapper a {
	display: flex;
	height: 50px;
	align-items: center;
	flex-grow: 1;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	border-radius: 4px;
	color: #5d6369;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 80ms;
}

#search_users .wrapper a img {
	margin-right: -1px;
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.9;
}

#search_users .wrapper span {
	padding: 0px 16px;
	margin: 0 0 -2px;
	flex-grow: 1;
}

#search_users .wrapper a:hover {
	color: hsl(214,80%,50%);
	box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

#search_users .wrapper a:hover img {
	opacity: 1;
}

/** My Favorites **/
#favorites_page .just {
	padding: 24px 0 36px;
}

#favorites_page .comic-overwrap {
	padding-bottom: 0;
}

#favorites_page .comic-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}

#favorites_page .comic-header .buttons {
	display: flex;
	align-items: center;
}

#favorites_page .comic-header .buttons a {
	display: inline-flex;
}

#favorites_page .comic-header .buttons > * {
	margin-left: 8px;
}

#my-favorites-mark-all-read {
	line-height: 18px;
	font-size: 14px;
	padding: 8px 6px 4px;
	color: #333;
}

#my-favorites-mark-all-read:hover {
	color: hsl(214,80%,50%);
}

#favorites_page .comic-container {
	padding: 0 0 14px;
}

#favorites_page .comic-container .comic.card {
	margin: 0 21px 22px 0;
	min-width: 0;
	max-width: 147px;
	flex-grow: 1;
	flex-basis: 13%;
}

#favorites_page .comic-container .comic.card:nth-child(6n) {
	margin-right: 0;
}

#favorites_page .comic.card .bottom-alt .stats {
	color: #808080;
}

/** User Profile **/
#user_profile {
	font-family: 'Open Sans', sans-serif;
}

#user_profile .just {
	display: flex;
	padding: 20px 0 24px;
}

#user-profile-info {
	width: 300px;
	flex-shrink: 0;
	margin-right: 20px;
}

#user_profile .just > .right {
	flex-grow: 1;
}

#user_profile .whitebox {
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 18px;
}

#user_profile .whitebox .header {
	line-height: 48px;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	padding: 0 18px;
}

#user_profile .whitebox .comic-container .comic.card {
	max-width: 142px;
}

#user_profile .tabbed-box > .content,
#user_profile .tabbed-box > .wrapper {
	border-radius: 4px;
	padding: 0;
}

#user_profile .tabbed-box .tabs li a {
	font-weight: 600;
	padding: 11px 15px 10px;
}

#user_profile .tabbed-box .tabs li.selected a {
	color: #333;
}

#user_profile .tabbed-box .comic-container {
	padding: 16px 16px 0;
}

#user_profile .tabbed-box .comic-container .comic.card {
	max-width: 114px;
	margin: 0 16px 16px 0;
	min-width: 0;
	flex-grow: 1;
	flex-basis: 15%;
}

#p_tab_favorites .comic.card .bottom-alt .title {
	font-size: 13px;
}

#user_profile .tabbed-box .comic-container .comic.card:nth-child(5n) {
	margin-right: 0;
}

#user_profile .header-bg .bg-img {
	display: flex;
	align-items: flex-start;
	position: relative;
	opacity: 1;
	min-height: 180px;
	max-height: 25vw;
	overflow: hidden;
}

#user_profile .header-bg .bg-img .default {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(//www.smackjeeves.com/images/bg/subtle_white_mini_waves.png);
	opacity: .2;
}

#user_profile .header-bg .bg-img img {
	position: relative;
	z-index: 1;
	width: 100%;
}

#user_profile .anchor {
	display: block;
	width: 1px;
	height: 1px;
	margin-bottom: -13px;
}

#user_profile .menu-bar {
	height: 53px;
	background: #fff;
	border-bottom: 1px solid #dfe4ec;
	transform: translate3d(0,0,0);
}

#user_profile .is-sticky .menu-bar {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 1px 1px;
	border-bottom: none;
	padding-bottom: 1px;
	overflow: hidden;
}

#user_profile .menu-bar > div,
#user_profile .menu-bar > div > div,
#user_profile .menu-bar .inner {
	height: 100%;
}

#user_profile .menu-bar > div > div {
	padding: 0 321px;
}

#user_profile .menu-bar .inner {
	position: relative;
}

#user_profile .menu-bar .mini-profile {
	position: absolute;
	top: 0; bottom: 0;
	left: -315px;
	width: 300px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 85ms;
}

#user_profile .is-sticky .menu-bar .mini-profile {
	opacity: 1;
	pointer-events: all;
}

#user_profile .menu-bar .mini-profile .to-top {
	display: inline-block;
	cursor: pointer;
}

#user_profile .menu-bar .mini-profile .user-profile-name {
	margin-top: 13px;
}

#user_profile .menu-bar .avatar {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 99px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	position: relative;
	top: -4px;
	border: 1px solid white;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

#user_profile .menu-bar .link-top {
	position: absolute;
	top: 0; bottom: 0;
	right: -114px;
	width: 100px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 85ms;
}

#user_profile .is-sticky .menu-bar .link-top {
	opacity: 1;
	pointer-events: all;
}

#user_profile .menu-bar .link-top svg {
	width: 34px;
	height: 34px;
	margin-top: 8px;
	fill: #5c6670;
}

#user_profile .menu-bar .link-top:hover svg {
	fill: #1d3b58;
}

#user_profile .menu-bar ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
	bottom: -1px;
}

#user_profile .menu-bar li a {
	display: inline-flex;
	box-sizing: border-box;
	flex-direction: column;
	height: 100%;
	align-items: center;
	padding: 1px 1.25em 0;
	font-size: 17px;
	font-weight: normal;
}

#user_profile .menu-bar li a:hover,
#user_profile .menu-bar li a.active {
	border-bottom: 4px solid;
}

#user_profile .menu-bar li a .title {
	/*
	padding: 6px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	*/
	color: #66727f;
	padding: 12px 0 0;
	font-weight: 600;
}

#user_profile .menu-bar li a:hover .title,
#user_profile .menu-bar li a.active .title {
	color: inherit;
}

#user_profile .menu-bar li a .value {
	display: none;
}

#user_profile .bottom-wrapper > div {
	max-width: 1366px;
}

#user_profile .bottom-wrapper {
	position: relative;
	background: #f4f5f6;
}

#user_profile .bottom-wrapper.shadow {
	overflow: hidden;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

#user_profile .bottom-wrapper.shadow:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -99px;
	left: -99px;
	height: 200%;
	box-shadow: inset 0 0 16px rgba(0,0,0,0.35);
	pointer-events: none;
}

#user_profile .cover-avatar {
	display: inline-flex;
	margin: 0 0 12px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	border: 3px solid #fff;
	background: #fff;
	z-index: 13;
	border-radius: 8px;
}

#user_profile .cover:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.05));
	opacity: 0;
	transition: opacity 100ms;
}

#user_profile .cover-avatar img {
	border-radius: 6px;
}

#user_profile .cover:hover:after {
	opacity: 1;
}

#user_profile .bottom-wrapper .left.pane {
	width: 306px;
	padding-top: 16px;
}

#user_profile .bottom-wrapper .left.pane .window {
	background: none;
	border: none;
}

#user_profile .bottom-wrapper .left.pane .window > .wrapper {
	padding: 12px 0;
}

#user_profile .funding {
	width: 300px;
	overflow: hidden;
}

#user_profile h1 {
	margin: 0 0 .4em;
	padding: 0;
	font-weight: 600;
	font-size: 35px;
}

#user_profile h3 {
	margin: 0 0 .4em;
	padding: 0;
	font-weight: 600;
	font-size: 19px;
}

#user_profile .window > h3 {
	margin: 0;
	background: linear-gradient(to bottom, hsla(0,0%,100%,0.2), hsla(0,0%,100%,.15));
	padding: 12px 16px 0;
	border-radius: 3px 3px 0 0;
}

#user_profile .window > .wrapper {
	margin: 0;
	border-radius: 0 0 3px 3px;
	padding: 16px 0;
	background: rgba(255,255,255,0.05);
}

#user_profile .window > ul.wrapper {
	margin-top: 12px;
	list-style-type: none;
}

#user_profile .left.pane .window > ul.wrapper > li {
	border: none;
}

#user_profile .window > ul.wrapper > li:last-of-type,
#user_profile .window > ul.wrapper > li:last-of-type > a {
	border-radius: 0 0 3px 3px;
}

.user-profile-name {
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	transform: translate3d(0,0,0);
	word-break: break-word;
}

#user-profile-info .description {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 2px;
	word-break: break-word;
}

#user-profile-info .details.window {
	font-size: 17px;
}

#user-profile-info .details.window ul {
	display: flex;
	flex-wrap: wrap;
}

#user-profile-info .details.window li {
	margin: 0 1.5em .25em 0;
}

#user-profile-info .details.window ul.full {
	display: block;
}

#user-profile-info .details.window ul.full li {
	margin: 0 0 2px -10px;
	border-radius: 99px;
	overflow: hidden;
}

#user-profile-info .details.window ul.full li a {
	display: flex;
	max-width: 100%;
	padding: .5em 20px .5em 13px;
	color: hsla(210,50%,20%,1);
	transition: background 80ms, color 80ms;
}

#user-profile-info .details.window ul.full li a .text {
	overflow: hidden;
}

#user-profile-info .details.window ul.full li a .value {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 1px 0 0;
	font-weight: normal;
}

#user-profile-info .details.window li .icon svg {
	width: 28px;
	height: 28px;
	fill: #c4ccd4;
	margin: 5px 12px 0 0;
	transition: fill 80ms;
}

#user-profile-info .details.window ul.full li a:hover {
	background: hsla(216,30%,92%,1);
	color: hsla(210,60%,20%,1);
}

#user-profile-info .details.window li a:hover .icon svg {
	fill: #919ca7;
}

#user-profile-info .details.window .name {
	text-transform: uppercase;
	font-size: 11px;
	color: #66727f;
}

#user-profile-info a.button {
	display: block;
}

#user-profile-info a.button svg {
	margin-left: -0.15em;
}

#user_profile .middle.grow.pane {
	flex-grow: 3;
	padding: 0 12px;
}

#user_profile .buttons {
	text-align: center;
	margin: 12px 0 0;
	padding: 6px 6px 0;
	display: flex;
	justify-content: space-around;
}

#user_profile a.button {
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 0 1.5em;
	line-height: 3em;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,0.15);
	font-weight: 600;
	box-shadow: 1px 1px 0 #42658a inset, 1px 1px 3px -1px rgba(0,0,0,0.2);
	background: linear-gradient(to bottom, hsla(211,50%,30%,1), hsla(211,66%,18%,1));
	border: 1px solid #0d243c;
	border-radius: 3px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.07);
	box-sizing: border-box;
	margin: 0 2px 0 0;
}

#user_profile .buttons a.button {
	margin: 6px 6px 0;
	width: 150px;
	background: linear-gradient(to bottom, #fff, #ebedef);
	color: hsla(211,10%,27%,1);
	text-shadow: none;
	border: 1px solid #d5dbe2;
	box-shadow: none;
}

#user_profile a.button:hover {
	background: linear-gradient(to bottom, hsla(211,50%,35%,1), hsla(211,66%,20%,1));
	box-shadow: 1px 1px 0 #476c94 inset, 1px 1px 3px -1px rgba(0,0,0,0.2);
	color: #fff;
}

#user_profile .buttons a.button:hover {
	background: linear-gradient(to bottom, #fff, #e3e6e8);
	border: 1px solid #c9d1d9;
	box-shadow: none;
	color: #292e33;
}

#user_profile a.button svg {
	width: 1.3em;
	height: 1.3em;
	fill: currentColor;
	vertical-align: baseline;
	margin: 0px 0.35em -.25em -0.6em;
}

#user_profile .left.pane .window {
	max-width: 300px;
	box-sizing: border-box;
}

#p_tab_comments .wrapper {
	padding: 0;
	background: none;
}

#p_tab_comments .comment {
	padding: 24px 22px 20px;
	border-top: 1px solid #e2e7ee;
	max-width: 100vw;
	box-sizing: border-box;
}

#p_tab_comments .comment:first-of-type {
	border-top: none;
}

#p_tab_comments .comment:last-of-type {
	padding-bottom: 18px;
	border-bottom: none;
	border-radius: 0 0 3px 3px;
	margin-bottom: 0;
}

#p_tab_comments .header {
	margin-top: -4px;
}

#p_tab_comments .header a {
	color: #8f99a3;
}

#p_tab_comments .header a:hover {
	text-decoration: underline;
}

#p_tab_comments .username {
	font-weight: 600;
	font-size: 15px;
	color: #394046;
}

#p_tab_comments .date {
	display: inline-block;
	font-size: 13px;
	color: #8f99a3;
	font-style: italic;
	margin-left: 8px;
}

#p_tab_comments .page {
	display: inline-block;
	margin-left: 8px;
}

#p_tab_comments .page a {
	padding-left: 15px;
	background: url(./images/icon-page.png) no-repeat 2px 50%;
}

#p_tab_comments .page a,
#p_tab_comments .webcomic a {
	font-size: 13px;
	display: inline-flex;
	font-weight: 600;
	position: relative;
}

#p_tab_comments .page:after {
	display: inline-block;
	padding: 0.15em;
	font-size: 13px;
	text-align: center;
	content: "of";
	color: #abb3ba;
}

#p_tab_comments .webcomic {
	display: inline-block;
}

#p_tab_comments .comment .content {
	margin-left: 91px;
}

#p_tab_comments .avatar {
	display: block;
	float: left;
	max-width: 75px;
	border-radius: 3px;
	margin-left: -91px;
	margin-right: 16px;
	margin-bottom: 2px;
}

#p_tab_comments .comment .content:after {
	content: "";
	display: block;
	clear: both;
}

#p_tab_comments .message {
	margin-top: 2px;
	word-break: break-word;
	line-height: 1.5em;
	font-size: 14px;
}

#p_tab_comments .title {
	font-weight: 600;
	display: inline-block;
	margin-right: .25em;
}

#p_tab_comments .body {
	display: inline;
}

#user_profile .favorite-comics > .wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 8px 7px;
}

#user_profile .favorite-comics .comic.card {
	margin: 0;
	width: 140px;
	flex-basis: 140px;
	padding: 11px 8px;
	max-width: 180px;
}

#user_profile .favorite-comics .comic.card .bottom-alt .title {
	font-size: 13px;
}

#user_profile .favorite-comics .comic.card .bottom-alt .stats {
	font-size: 11px;
	line-height: 1.5em;
}

#user_profile .favorite-comics .comic.card .bottom-alt .last-updated {
	clear: both;
}

#user_profile .favorite-comics .comic.card .bottom-alt .num-pages:after {
	visibility: hidden;
}

#user_profile .favorite-comics .comic.card .banner,
#user_profile .favorite-comics .comic.card .banner .img {
	border-radius: 3px;
}

/** Site Management **/
#sitemanagement .window-header {
	font-size: 21px;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: normal;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px dashed rgb(204, 204, 204);
	padding: 0px 0px 10px;
}

#sitemanagement h1 {
	font-weight: 600;
	font-size: 29px;
	font-family: Hind, sans-serif;
	margin: 0px;
}

#sitemanagement .window-header .buttons {
	display: flex;
}

#sitemanagement .window-header .buttons a {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 2.5em;
	color: #3e444c;
	font-weight: 600;
	white-space: nowrap;
	box-sizing: border-box;
	margin-left: 1em;
	padding: 0px 1.5em;
	background: linear-gradient(#fff, #e0e0e0);
	border: 1px solid #caced3;
	border-radius: 3px;
}

#sitemanagement .window-header .buttons a span {
	display: inline-block;
	margin-left: -4px;
	padding-left: 24px;
}

#sitemanagement .window-header .buttons a.new-comic span {
	background: url(//www.smackjeeves.com/images/csg-4af2e0247c19e.png) no-repeat 0 -651px;
}

#sitemanagement .window-header .buttons a.co-author-application span {
	background: url(//www.smackjeeves.com/images/csg-4af2e0247c19e.png) no-repeat 1px -974px;
}

#sitemanagement .window-header .buttons a:hover {
	color: #292e33;
	background: linear-gradient(#fff, #d6d6d6);
	border: 1px solid #c2c6cc;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

#sitemanagement .window > .wrapper {
	margin: 0;
	justify-content: center;
	border-radius: 0 0 3px 3px;
}

#sitemanagement > .empty {
	padding: 10px 20px;
	line-height: 2em;
	font-size: 15px;
}

#sitemanagement > .empty a {
	font-weight: 600;
	font-size: 1.1em;
	margin: 1px;
}

#sitemanagement .message-wrapper {
	padding: 0 16px 0 18px;
}

#sitemanagement .wrapper {
	font-size: 15px;
	padding-top: 19px;
}

#sitemanagement .wrapper > ul li {
	display: flex;
	/*
	border-top: 1px solid #e2e7ee;
	*/
}

#sitemanagement .wrapper > ul li > div {
	padding: 20px;
}

#sitemanagement .wrapper > ul li:last-of-type {
	border-bottom: none;
}

#sitemanagement .hidden-text {
	margin: -10px 0 10px;
}

#sitemanagement .hidden-text a {
	color: #999;
	font-weight: 600;
	font-style: italic;
}

#sitemanagement .cover {
	display: block;
	flex-shrink: 0;
	width: 198px;
	height: 264px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 13;
	margin: 0 6px 22px 0;
	border-radius: 2px;
	transition: border 80ms;
}

#sitemanagement ul:last-of-type .cover {
	margin-bottom: 1px;
}

#sitemanagement .cover.none {
	background: linear-gradient(-190deg, #f4f5f6, #e6e8eb);
	border: 1px solid #b9c1c6;
}

#sitemanagement .cover.none:before {
	content: "Upload Cover";
	display: block;
	text-align: center;
	padding: 50% 0 0;
	color: #7c8a98;
	transition: color 80ms;
}

#sitemanagement .cover.none:hover {
	background: linear-gradient(-190deg, hsla(210,10%,98%,1), hsla(216,11%,90%,1));
	border: 1px solid #a5afb6;
}

#sitemanagement .cover.none:hover:before {
	color: #657281;
}

#sitemanagement .cover:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.05));
	opacity: 0;
	transition: opacity 100ms;
}

#sitemanagement .cover:hover:after {
	opacity: 1;
}

#sitemanagement .wrapper h3 {
	margin: 0 0 .6em;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
}

#sitemanagement .wrapper a {
	font-weight: 600;
}

#sitemanagement .details {
	line-height: 1.7em;
	font-size: 14px;
	width: 280px;
	box-sizing: border-box;
}

#sitemanagement .actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 2em;
}

#sitemanagement .wrapper .actions > * {
	margin: 0 0 12px;
}

#sitemanagement .wrapper .actions > div {
	display: flex;
	align-items: center;
}

#sitemanagement .wrapper .actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	padding: 0 1.5em;
	color: hsla(211,10%,27%,1);
	font-weight: 600;
	border: 1px solid #d5dbe2;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	min-width: 10.5em;
	background: #f6f7f9;
	margin-left: 1.2em;
	margin-right: 1.2em;
}

#sitemanagement .wrapper .actions a:hover {
	background: #f2f4f8;
	border: 1px solid hsla(209,17%,82%,1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
	color: #292e33;
}

#sitemanagement .wrapper .actions a:active {
	box-shadow: none;
}

#sitemanagement .wrapper .actions .subscription-status {
	display: inline-block;
	vertical-align: baseline;
}

#sitemanagement .actions select {
	margin-left: 1px;
}

#sitemanagement .site-url {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 600;
	word-break: break-word;
}

#sitemanagement .subscription-status {
	font-size: 14px;
	font-weight: 600;
	color: hsla(220,20%,70%,1);
	font-style: italic;
}

#sitemanagement .subscription-status.premium {
	color: #5571aa;
}

#sitemanagement .subscription-status.premium.expiring-soon {
	color: #ef8c0e;
}

#sitemanagement .subscription-status.premium .expires {
	font-weight: normal;
	font-size: 90%;
	font-style: normal;
	margin-left: .5em;
}

/** Hosting Page **/
#hosting_page .top-promo {
	background: url(//www.smackjeeves.com/images/group-photo.jpg) no-repeat 50% 100%;
	height: 540px;
	box-sizing: border-box;
	padding: 22px 0;
}

#hosting_page .top-promo .just {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#hosting_page .top-promo h1 {
	font-size: 36px;
	margin: 0;
	font-weight: normal;
}

#hosting_page .get-started-btn {
	display: inline-block;
	padding: 12px 19px 10px;
	background: #5c9dd6;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	font-family: 'Hind', sans-serif;
}

#hosting_page .get-started-btn:hover {
	background: #4791d1;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#hosting_page .top-promo .get-started-btn {
	margin-top: 2px;
}

#hosting_page .main-features li {
}

#hosting_page .main-features li .just {
	display: flex;
	align-items: center;
	padding: 46px 0 36px;
	min-height: 380px;
	box-sizing: border-box;
}

#hosting_page .main-features li .just > * {
	flex-grow: 1;
}

#hosting_page .main-features li .just > *:first-child {
	margin-right: 20px;
}

#hosting_page .main-features li:nth-child(2n + 1) {
	background: #fff;
}

#hosting_page li .image {
	text-align: center;
}

#hosting_page li .text {
	width: 400px;
	padding: 20px 20px 24px;
	font-size: 16px;
	font-weight: 400;
	flex-grow: 0 !important;
	text-align: center;
}

#hosting_page li .text h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 6px;
}

#hosting_page .more {
	background: #fff;
	padding: 40px 0;
	text-align: center;
}

#hosting_page h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}

#hosting_page .sub-text {
	font-size: 18px;
	font-weight: 400;
	max-width: 780px;
	margin: 0 auto;
}

#hosting_page .more-features {
	display: flex;
	margin: 36px 0 40px;
	justify-content: center;
}

#hosting_page .more-features ul {
	text-align: left;
}

#hosting_page .more-features ul:first-of-type {
	margin-right: 40px;
}

#hosting_page .more-features li {
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 25px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTIuNjIiIGhlaWdodD0iMzUyLjYyIiB2aWV3Qm94PSIwIDAgMzUyLjYyIDM1Mi42MiI+PHBhdGggZD0iTTMzNy4yMjIgMjIuOTUyYy0xNS45MTItOC41NjgtMzMuNjYgNy45NTYtNDQuMDY0IDE3Ljc0OC0yMy44NjcgMjMuMjU2LTQ0LjA2MyA1MC4xODQtNjYuNzA4IDc0LjY2NC0yNS4wOTIgMjYuOTI4LTQ4LjM0OCA1My44NTYtNzQuMDUyIDgwLjE3My0xNC42ODggMTQuNjg4LTMwLjYgMzAuNi00MC4zOTIgNDguOTYtMjIuMDMyLTIxLjQyLTQxLjAwNC00NC42NzctNjUuNDg0LTYzLjY0OEMyOC43NzQgMTY3LjM4NC0uNjAyIDE1Ny41OTIuMDEgMTkwLjAzYzEuMjI0IDQyLjIyOCAzOC41NTYgODcuNTE2IDY2LjA5NiAxMTYuMjggMTEuNjI4IDEyLjI0IDI2LjkyOCAyNS4wOSA0NC42NzYgMjUuNzAzIDIxLjQyIDEuMjI0IDQzLjQ1Mi0yNC40OCA1Ni4zMDQtMzguNTU2IDIyLjY0NS0yNC40OCA0MS4wMDUtNTIuMDIgNjEuODEyLTc3LjExMiAyNi45MjgtMzMuMDQ4IDU0LjQ2OC02NS40ODUgODAuNzg0LTk5LjE0NSAxNi41MjQtMjAuODA4IDY4LjU0NC03Mi4yMTcgMjcuNTQtOTQuMjQ4ek0yNi45MzcgMTg3LjU4MmMtLjYxMiAwLTEuMjI0IDAtMi40NDguNjEtMi40NS0uNjEtNC4yODUtMS4yMjQtNi43MzMtMi40NDggMS44MzYtMS4yMjQgNC44OTYtLjYxMiA5LjE4IDEuODM3eiIvPjwvc3ZnPg==) no-repeat;
	background-size: 19px;
	background-position: 0 3px;
}

#hosting_page .premium-pricing {
	padding: 40px 0;
	text-align: center;
}

#hosting_page .upgrade-info {
	font-size: 16px;
	background: #fff;
	border: 1px solid #eee;
	padding: 14px 0 12px;
	border-radius: 99px;
	max-width: 800px;
	box-sizing: border-box;
	margin: 24px auto 0;
	color: #333;
}

#hosting_page #plans {
	margin-top: 36px;
}

#plans {
	display: flex;
	align-items: flex-start;
	font-family: 'Hind', sans-serif;
}

#plans .col {
	flex: 1 0 3%;
	min-width: 175px;
	margin: 0 10px;
	padding: 0;
	border-radius: 4px;
	position: relative;
}

#plans .col:after {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 1px; left: 0;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
	border-radius: 4px;
	pointer-events: none;
}

#plans .col .header {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 125px;
	border-radius: 4px 4px 0 0;
	text-align: center;
	flex-flow: column nowrap;
	min-height: 0;
	padding: 60px 0;
	color: #fff;
	background: #f7f7f8;
	border-bottom: 1px solid #EFEFEF;
}

#plans .col.free .header {
	color: #555;
}

#plans .col.donator .header,
#plans .donator .cta .button {
	background: #4db35e;
}

#plans .col.premium .header,
#plans .premium .cta .button {
	background: #5c9dd6;
}

#plans .col .header .title {
	align-self: center;
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
}

#plans .col .header .price {
	font-size: 23px;
	font-weight: 600;
	line-height: 39px;
	margin: 0 10px;
	padding: 15px 0;
}

#plans .col .header .tagline {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	width: 75%;
	margin: 0 auto;
}

#plans ul {
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-flow: column nowrap;
	border-top: none;
	text-align: center;
	width: 100%;
	background-color: white;
}

#plans li {
	box-sizing: border-box;
	border-bottom: 1px solid #f1efee;
	min-height: 0;
	width: 100%;
	justify-content: center;
	flex-flow: column;
	display: flex;
	display: inline;
	padding: 16px 31px 12px;
	position: relative;
}

#plans .light {
	display: inline-block;
	margin-right: 1px;
	padding: 5px 4px 4px 6px;
	line-height: 1;
	background: #eee;
	border-radius: 5px;
	cursor: default;
}

#plans .tooltip {
	display: inline-block;
	border-bottom: 1px dotted;
	color: #333;
	margin-bottom: -1px;
	cursor: help;
}

#plans .donator .tooltip {
	color: #3fa650;
}

#plans .premium .tooltip {
	color: #4d90cb;
}

#plans .tooltip-info {
	background: #444;
	position: absolute;
	border-radius: 4px;
	margin-top: -6px;
	bottom: 42px;
	right: 26px;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	min-width: 200px;
	max-width: 220px;
	padding: 13px 16px 11px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #fff;
	transition: opacity 100ms;
}

#plans .donator .tooltip-info,
#plans .donator .tooltip-info:after {
	background: #418b4e;
	border-top-color: #418b4e;
}

#plans .premium .tooltip-info,
#plans .premium .tooltip-info:after {
	background: #4084bf;
	border-top-color: #4084bf;
}

#plans .tooltip-info:after {
	background: none !important;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #444;
	border-width: 8px;
	bottom: -8px;
	margin-bottom: -8px;
	right: 36%;
}

#plans .tooltip:hover .tooltip-info {
	opacity: 1;
}

#plans .cta {
	box-sizing: border-box;
	border-bottom: 1px solid #f1efee;
	min-height: 0;
	width: 100%;
	padding: 15px 31px 16px;
	z-index: 1;
	padding: 30px 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

#plans .cta .button {
	display: inline-block;
	padding: 14px 21px 11px;
	margin: 0px auto;
	font-size: 18px;
	color: #fff;
	background: #f7f7f8;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid transparent;
}

#plans .free .cta .button {
	border: 1px solid #dbdbdb;
	color: #555;
}

#plans .free .cta .button:hover {
	border: 1px solid #cdd0d6;
	background: #ebedef;
	color: #4a4a4a;
}

#plans .donator .cta .button:hover {
	background: #46a456;
}

#plans .premium .cta .button:hover {
	background: #4791d1;
}

#hosting_page .attribution {
	background: #fff;
}

#hosting_page .attribution .just {
	padding: 36px 0 38px;
}

#hosting_page .attribution.closed .just {
	cursor: pointer;
}

.attribution h4 {
	margin: 0 0 6px 10px;
	font-size: 20px;
	font-weight: 300;
}

.attr-group-wrap {
	display: flex;
	transition: all 400ms;
}

#hosting_page .attribution.closed .attr-group-wrap {
	height: 1px;
	overflow: hidden;
	margin-top: -12px;
}

.attr-group-wrap .col {
	margin: 0 10px;
	flex-basis: calc(33% - 20px);
}

.attribution h5 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 6px;
	color: #fff;
	color: #808080;
	padding: 3px 6px 1px;
	background: hsla(0, 0%, 77%, 1);
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.05);
}

.attribution h4 span {
	display: none;
}

#hosting_page .attribution.closed h4 span {
	display: inline;
}

.attr-group {
	margin-top: 10px;
}

.attr-group > div {
	display: flex;
	justify-content: space-between;
	padding: 2px 4px 1px;
}

.attr-group span {
	color: #b3b3b3;
	font-weight: 600;
}

.attr-group a {
	margin-left: 3em;
	color: #5c9dd6;
}

.attr-group a:hover {
	color: #4791d1;
	text-decoration: underline;
}

/** Premium / Checkout **/
#page_premium {
	background: #f7f7f7;
}

#page_premium .just {
	display: flex;
	padding: 20px 0 40px;;
}

#page_premium .just > * {
	flex: 1 1 auto;
}

#page_premium .glory {
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #fff;
	height: 350px;
	background: #222 url(http://orig14.deviantart.net/fd8a/f/2016/357/6/b/smackjeevespainted_aligned_by_maneatingcabbage-dasnw4g.png) -142px 0 / cover no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}

.content-premium > .sep {
	margin: 20px 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.07);
}

.glory .text {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 27px 34px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.35));
	cursor: default;
}

.glory h1, .glory .subtle {
	text-shadow: 0.075em 0.075em rgba(0,0,0,0.25);
}

.glory h1 {
	background: transparent;
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 0 5px;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 33px;
}

.glory .subtle {
	font-weight: 600;
	font-size: 17px;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

#checkout-bar {
	position: relative;
	flex: 0 0 auto !important;
	background: #e8e8e8;
	width: 250px;
	z-index: 12;
	font-family: 'Open Sans', sans-serif;
	margin-left: 16px;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.18);
	box-shadow: 0 1px 0px 1px rgba(0,0,0,0.1);
}

#checkout-bar h1 {
	margin: 0;
	padding: 0 0 .67em;
}

#checkout-bar select {
	width: 100%;
}

#checkout-bar .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);
	pointer-events: none;
}

#buy_area {
	text-align: center;
	margin-top: 1.5em;
}

#checkout_totals {
	width: 100%;
}

#checkout_totals td {
	vertical-align: bottom;
	padding-bottom: 10px;
}

#checkout_totals label {
	margin: 0;
}

#checkout_totals td:last-of-type {
	text-align: right;
}

#checkout_totals tr:last-of-type {
	font-size: 17px;
}

#discount_cell {
	color: green;
	vertical-align: middle !important;
}

#donate_total {
	font-size: 19px;
	font-weight: 600;
}

#checkout-bar .account-selector {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0 0;
}

#checkout-bar .selector {
	position: relative;
	cursor: pointer;
	padding: 9px 19px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	transition: all 80ms;
	border: 1px solid rgba(0,0,0,0.9);
	color: #000;
	opacity: 0.35;
}

#checkout-bar .selector.checked
{
	color: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	opacity: 1 !important;
}

#checkout-bar .selector.account-donator.checked {
	background: linear-gradient(to bottom, hsla(100, 40%, 54%, 1), hsla(100, 40%, 43%, 1));
}

#checkout-bar .selector.account-premium.checked {
	background: linear-gradient(to bottom, hsla(211, 40%, 54%, 1), hsla(211, 40%, 43%, 1));
}

#checkout-bar .selector:hover {
	opacity: 1;
	background: #f5f5f5;
}

.content-premium {
	font-family: 'Open Sans', sans-serif;
	padding: 26px 0 0;
}

.premium-section:first-of-type {
	padding-bottom: 34px;
	margin: 0 0 -20px;
	background: linear-gradient(to top, rgba(0,0,0,0.03), rgba(0,0,0,0) 80px);
}

.premium-section:first-of-type .img {
	margin: 10px 2px 0 8px;
	min-width: 0;
	width: 200px;
	height: 264px;
}

.premium-section {
	display: flex;
}

.premium-section.guarantee {
	padding-bottom: 80px;
	margin-top: 32px;
}

.premium-section .text {
	flex-grow: 1;
	padding: 0 20px 0 2px;
	line-height: 1.5em;
}

.premium-section .img {
	width: 34%;
	min-width: 34%;
	flex-shrink: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

#tier-information {
	width: 100%;
	border-collapse: collapse;
}

#tier-information h1,
#tier-information h2,
#tier-information h3,
#tier-information h4,
#tier-information h5,
#tier-information h6 {
	padding: 0;
	margin: 0;
}

#tier-information h2 {
	font-size: 20px;
}

#tier-information h3 {
	font-size: 15px;
}

#tier-information tr th,
#tier-information tr td {
	width: 20%;
	position: relative;
	padding: 1em;
	text-align: center;
}

#tier-information tr th p,
#tier-information tr td p {
	margin: .5em 0 0;
	padding: 0;
	color: grey;
	font-size: 12px;
	font-weight: normal;
}

#tier-information tr th.tier-feature {
	background-color: #eee;
}

#tier-information tr th .shadow {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	box-shadow: 0 1px 3px #ddd;
}

#tier-information tr th:first-child {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#tier-information tr td {
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

#tier-information tr td.checked {
	background-color: #defbd0;
}

#tier-information tr:last-of-type th:first-child {
	border-bottom: none;
}

.tier-selection:after {
	content: "";
	display: block;
	height: 1px;
	background: rgba(0,0,0,0.15);
}

#tier-information .check {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(//www.smackjeeves.com/images/new/icon/icon-green-check.svg) center center / contain no-repeat;
}

#tier-information .subtle,
.premium-lead .subtle {
	text-align: center;
	color: grey;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 4px;
}

#page_premium .notes {
	font-size: 13px;
	margin: 30px 0 0;
	padding: 20px;
	background: hsla(192, 84%, 97%, 1);
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
}

#page_premium .notes h3 {
	margin: 0;
}

#page_premium .notes .tgroup {
	margin: .5em 0 1.25em;
	line-height: 1.6em;
}

#page_premium .notes .tgroup:last-of-type {
	margin-bottom: 0;
}

/* Manage Comic */
#chapterSelect, #pageSelect {
	background: #f5f5f5;
}

#chapterSelect option,
#chapterSelect optgroup,
#pageSelect option,
#pageSelect optgroup {
	padding: 2px 4px 1px;
}

#chapterSelect option,
#pageSelect option {
	padding-left: 6px;
}

/* Old Layout */
.main.default h1,
.main.default h2,
.main.default h3
{
	margin-top: 0;
}
.main.default .just > table {
	margin-left: auto;
	margin-right: auto;
}
a.external
{
	background: transparent url('//www.smackjeeves.com/images/external.png') no-repeat right center;
	padding: 0 13px 0 0;
}
.short-link ul, .short-link
{
	margin: 0;
	padding: 0;
}
.short-link li
{
	padding: 0;
	margin: 0 1px 0;
	list-style: none;
}
.short-link .icon
{
	border: none;
	float: left;
	margin: 0 2px 0 0;
	padding-right: 15px;
	max-width: 48px;
	max-height: 48px;
}
.short-link span
{
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000;
	font-size: 82%;
}
.short-link li a
{
	text-align: left;
	display: block;
	padding: 15px 15px 13px;
	margin: 0 0 6px;
	border: 1px solid #9DAFBF;
	border-radius: 10px;
	background: #efefff;
	font-size: 17px;
	font-weight: 600;
}
.short-link li a:after {
    display: block;
    content: "";
    clear: both;
}
table.form
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: none;
	border-radius: 6px;
	border-spacing: 0;
	background: #fff;
	overflow: hidden;
}
td.fieldName,
td.fieldInput,
table.form td.formHeader,
table.form td.sectionHeader,
td.formComment {
	border-bottom: 2px solid #fff;
}
td.fieldName,
td.fieldInput,
form.bulkUpload {
	background: hsla(213,22%,96%,1);
}
table.form ul.ui-widget.ui-widget-content {
	border: 2px solid #50687D;
	background: #9DAFBF;
	margin: 6px;
	padding: 1px 3px;
	border-radius: 0;
	font-size: 15px;
}
table.form ul.tagit input[type="text"] {
	background: transparent;
}
table.form ::-webkit-input-placeholder {
   color: #3c4e5d;
}
table.form :-moz-placeholder { /* Firefox 18- */
   color: #3c4e5d;  
}
table.form ::-moz-placeholder {  /* Firefox 19+ */
   color: #3c4e5d;  
}
table.form :-ms-input-placeholder {  
   color: #3c4e5d;  
}
table.form td
{
	padding: 9px 12px;
	word-break: break-word;
}
table.miniForm
{
    text-align: left;
    border-style: solid;
    border-width: 2px;
    border-color: #50687D;
    background-color: #EFEFFF;
}
table.form td.formHeader
{
	background-color: #50687D;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 21px;
	border-radius: 3px 3px 0 0;
}
table.form td.sectionHeader
{
	background-color: hsla(216,26%,92%,1);
	padding: 0.9em 1.5em;
	color: #000;
	text-align: center;
	background: linear-gradient(to top, hsl(216, 26%, 96%), hsla(216,26%,92%,1));
}

table.form td.fieldNameError
{
    min-width: 250px;
    background-color: #F99;
}
span.fieldName
{
	color: black;
	font-weight: 600;
	font-size: 17px;
	padding: 2px 0;
	display: inline-block;
}
table.form td.fieldInputError
{
    background-color: #F99;
}
td.miniFieldInput
{
    font-size: 12px;
    text-align: center;
}
.required
{
	color: #990000;
}
.formComment
{
    font-size: 13px;
    line-height: 1.3em;
    color: black;
}
td.formComment {
    background: hsla(216,26%,98%,1);
}
table.form td.formSubmit
{
    background-color: #50687D;
    text-align: center;
    border-radius: 0 0 3px 3px;
}
td.formSubmit input[type="submit"]
{
	display: inline-block;
    font-weight: 600;
    background: linear-gradient(to bottom, #fff, #e3e6e8);
    box-shadow: inset 0 0 0 1px #fff;
    color: #292e33;
    font-size: 15px;
    border-radius: 4px;
    padding: .6em 1.5em;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid hsla(210,10%,74%,1);
}

td.formSubmit input[type="submit"]:hover {
	background: linear-gradient(to bottom, #fff, #dbdfe1);
}

td.formSubmit input[type="submit"]:active {
	background: linear-gradient(to top, #fff, #dbdfe1);
	border: 1px solid hsla(210,10%,71%,1);
}

table.form input[type="text"],
table.form input[type="password"],
table.form textarea,
table.form select {
	font-size: 15px;
}
table.form select {
	margin: 2px 0;
}
table.form select[name="release_date_day"],
table.form select[name="release_date_month"] {
	margin-right: 4px;
}
table.form input[type="text"]:not(.custom),
table.form input[type="password"],
table.form .relWrap:hover input[type="text"]:not(.custom)
{
    color: #000;
    background-color: #9DAFBF;
    border-style: solid;
    border-color: #50687D;
    border-radius: 2px;
}
table.form textarea
{
	width: 100%;
	min-height: 17em;
	box-sizing: border-box;
	margin: 7px 0 0;
	padding: 4px;
    color: #000;
    background-color: #9DAFBF;
    border-style: solid;
    border-color: #50687D;
    border-width: 2px;
    border-radius: 2px;
    line-height: 1.3em;
}
table.form textarea.editor
{
	height: 600px;
}
input.error
{
	border-color: #000;
}
div.vars
{
	margin: 0;
	padding: 2px;
	border: 2px solid #50687D;
	background: #EFEFFF;
	font-size: 1.1em;
	font-weight: bold;
}
table.vars, table.vars th, table.vars td
{	
	border: 1px solid #50687D;
	margin: 0;
	width: 100%;
}
table.vars
{
	margin: 0 auto 10px auto;
	padding: 0;
	background: #EFEFFF;
}
table.vars th, table.vars td
{
	padding: .5em .75em;
}
table.vars th
{	
	font-size: 1.1em;	
}
tr.loop_1 td
{
	background: #EFEFFF;
}
tr.loop_2 td
{
	background: #fff;
}
table.form td.checkbox_grid {
	padding: 0;
}
.checkbox_grid table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.checkbox_grid table th:first-of-type {
	width: 40%;
}
.checkbox_grid tr + tr {
	border-top: 2px solid #fff;
}
.checkbox_grid td + td, .checkbox_grid th + th {
	border-left: 2px solid #fff;
}
.checkbox_grid th, .checkbox_grid td {
	padding: 6px 8px;
}
.checkbox_grid td label {
	display: block;
	padding: 4px;
}
.mainHeader, .subHeader
{
	padding: 5px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.mainHeader
{
	height: 30px;
	background-color: #50687D;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
}
.subHeader
{
	height: 25px;
	background-color: #9DAFBF;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
}

/* Attribute Table */		
.main.default table.attributes td
{
	padding: 2px;
	white-space: nowrap;
}
.main.default td.property,
.main.default td.value {
	font-size: 15px;
	padding: 5px;
}
.main.default td.property
{
	text-align: right;
}
.main.default td.value
{
	text-align: left;
	font-weight: 600;
}

/** Mobile **/
.mobile-ui {
	display: none;
}

@media only screen
  and (min-width: 768px) {
  
    /** Home Page Redesign **/
	.home-top.alt {
		padding: 22px 0 24px;
	}
	
	.home-top.alt .favorites {
		display: none;
	}
	
	.home-top.alt .right {
		width: 100%;
	}
	
	.home-top.alt .right > .spotlight {
		width: auto;
		height: 385px;
	}
	
	.home-top.alt .right > .spotlight {
		box-shadow: 0 2px 8px rgba(0,0,0,0.25);
		margin-bottom: 0;
	}

	#home_tabs.alt .wrapper .just {
		padding: 2px 0;
	}

	#home_community.alt .news-wrapper .news {
		margin-right: 0;
		margin-bottom: 24px;
		height: auto;
	}

	#home_community.alt {
		padding: 24px 0 26px;
	}
	
	#home_community.alt #home_forum_talk {
		width: 300px;
	}
	
	#home_community.alt #home_forum_talk,
	#home_community.alt #home_community_feed {
		margin-right: 24px;
	}
	
	#home_community.alt #home_community_feed {
		max-width: 340px;
	}
    
	/** Normal Layout **/
	#navbar .search-cover,
	#search-overlay {
		display: none !important;
	}
  
	.slick-dots {
		display: none !important;
	}

	.home-top .favorites .wrapper a .bottom-alt {
		display: none;
	}
	
	#home_tabs .header {
		display: none;
	}

	#home_tabs .wrapper {
		display: flex;
		background: #fff;
		border-top: 1px solid #e3e5e8;
		min-height: 600px;
	}

	#home_tabs.alt .wrapper {
		min-height: 580px;
	}

	.lightBox.confirmAddFav {
		margin-top: 0 !important;
	}

	#browse_page .comic-overwrap {
		background: #fff;
		padding: 20px 24px 22px;
		border-radius: 7px;
		border: 1px solid #e0e3e6;
		margin-bottom: 32px;
	}
	
	.featured-premium-comics .comic.card:nth-child(n + 7) {
		display: none;
	}
	
}

@media only screen
  and (min-width: 768px)
  and (max-width: 1023px) {
  
	body,
	#overall-wrapper,
	#inner-wrapper {
		min-width: 1024px;
	}

	.home-top {
		padding-left: 1px;
	}
	
	#home_tabs .nav {
		display: flex;
	}
	
	#home_tabs .side-nav,
	#home_tabs .see-more {
		display: none !important;
	}
  
}

@media only screen
  and (max-width: 767px) {
  
	body,
	#overall-wrapper,
	#inner-wrapper {
		min-width: 1024px;
	}
  
	body.mobile-optimized,
	.mobile-optimized #overall-wrapper,
	.mobile-optimized #inner-wrapper {
		min-width: 360px;
	}
	
	#inner-wrapper {
		width: 100%;
	}
	
	#footer {
		height: auto;
		min-height: 150px;
		position: relative;
		margin-bottom: -150px;
	}
	
	#copyright {
		margin-top: 6px;
	}

	#search-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		background: rgba(0,0,0,0.75);
		z-index: 99;
		opacity: 0;
		transition: opacity 150ms;
		pointer-events: none;
	}
	
	.enable-so #search-overlay {
		opacity: 1;
		pointer-events: all;
	}
	
	.enable-so #navbar .search-cover {
		display: block;
	}
  
	.mobile-ui {
		display: block;
	}
  
	.mobile-ui.inline {
		display: inline;
	}
	
	.desktop-ui, .hide-mobile {
		display: none !important;
	}
  
	.mobile-optimized .just {
		width: auto;
	}
	
	#header .just {
		height: 50px;
		padding: 0 3px 0 0;
	}
	
	#header .ad_ph {
		display: none;
	}
	
	#top_logo {
		margin: 0;
		padding: 0;
		background: url(//www.smackjeeves.com/images/logo-mobile-flat.png) no-repeat 15px 13px;
		background-size: 155px 23px;
		width: 185px;
	}
	
	#header .mobile-ui {
		display: flex;
	}
	
	#header .mobile-ui > * {
		width: 20px;
		height: 20px;
		padding: 15px 14px;
	}
	
	#header .mobile-ui svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}
	
	#header .search-handle {
	}
	
	#header .menu-handle {
		padding-top: 17px;
		padding-bottom: 13px;
		display: none;
	}
	
	#header .menu-handle .bar {
		height: 3px;
		background: #fff;
	}
	
	#header .menu-handle .spacer {
		height: 4px;
	}
	
	#navbar .just,
	#navbar .left,
	#navbar .l-ul {
		height: 45px;
	}
	
	#navbar .left {
		font-size: 14px;
	}
	
	#navbar .l-ul > li > a {
		padding: 14px;
	}
	
	#navbar .l-ul > li:first-child {
		margin-left: 4px;
	}
	
	#navbar .dd {
		margin-right: 5px;
	}
	
	#navbar .dd.inbox {
		margin-right: 4px;
	}
	
	#navbar .dd:last-child {
		margin-right: 2px;
	}
	
	#navbar .dd.user .avatar {
		width: 28px;
		height: 28px;
	}
	
	#navbar .dd a,
	#navbar .dd > div.inner {
		padding: 8px 11px;
	}
	
	#navbar .dd.favorites > a {
		text-align: center;
	}
	
	#navbar .dd.user a {
		padding: 4px 8px;
	}
	
	#navbar .left,
	#navbar .right {
		position: relative;
	}
	
	#navbar .dd {
		position: static;
	}
	
	#navbar .dd .drop {
		top: 29px;
	}
	
	#navbar .left .dd .drop {
		left: 8px;
	}
	
	#navbar .right .dd .drop,
	#navbar #navbar-notifications.dd .drop {
		right: 6px;
	}
	
	#navbar .right .dd.user .drop {
		right: 9px;
		top: 34px;
	}
	
	#navbar.new-messages .right .dd .drop {
		right: 10px;
	}
	
	#navbar.new-messages #navbar-notifications.dd .drop {
		right: 11px;
	}
	
	#navbar .browse.dd .drop > div:before {
		left: 57px;
	}
	
	#navbar .browse.dd .drop > div:after {
		left: 58px;
	}
	
	#navbar .dd.favorites .drop > div:before {
		right: 106px;
	}
	
	#navbar .dd.favorites .drop > div:after {
		right: 107px;
	}
	
	#navbar .dd.user.new-messages > a:after {
		top: 8px;
		right: 5px;
	}
	
	#navbar .dd.user.new-messages .drop {
		margin-right: 2px;
	}
	
	#navbar .dd.user .drop > div:before {
		right: 8px;
	}
	
	#navbar .dd.user .drop > div:after {
		right: 9px;
	}
	
	#navbar #navbar-notifications.dd .drop > div:before {
		right: 56px;
	}
	
	#navbar #navbar-notifications.dd .drop > div:after {
		right: 57px;
	}
	
	#navbar-notifications .number {
		right: 54px;
	}
	
	#navbar .logged-out {
		margin-right: 11px;
	}
	
	#navbar .logged-out a {
		font-size: 12px;
	}
	
	#navbar .icon-user {
		width: 20px;
		height: 20px;
	}
	
	/** Comic Cards **/
	.list-comics .comic.card .bottom-alt .title {
		font-size: 3.4vw;
		padding-right: 6px;
	}
	
	/** Featured Premium Comics **/
	.featured-premium-comics {
		margin-bottom: 14px;
	}
	
	.featured-premium-comics .just {
		padding: 0 0 0 17px;
	}
	
	/** Home Page **/
	
	.bottom-favorites {
		display: none;
	}

	.home-top {
		flex-direction: column;
		padding: 0;
	}
	
	.home-top .right {
		order: 1;
	}
	
	.home-top .favorites {
		order: 2;
		background: #fff;
		width: auto;
		margin: 0;
		padding: 20px 0 0 17px;
		position: relative;
		border: 1px solid #dde0e3;
		border-left: none;
		border-right: none;
	}
	
	#home_tabs .mobile-wrapper {
		background: #fff;
		margin: 0 0 10px;
		padding: 20px 0 0 17px;
		border: 1px solid #dde0e3;
		border-left: none;
		border-right: none;
    }
	
	.home-top .favorites .header,
	#home_tabs .header {
		padding-bottom: 7px;
	}
	
	.home-top .favorites .header .title,
	#home_tabs .header .title {
		font-size: 18px;
	}
	
	.home-top .favorites .header a,
	#home_tabs .header a {
		margin-right: 11px;
		font-size: 14px;
	}
	
	.home-top .favorites .header a:after,
	#home_tabs .header a:after {
		font-size: 17px;
		margin-left: 6px;
	}
	
	.home-top .favorites .wrapper {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0 0 9px;
	}
	
	.home-top .favorites .wrapper a:nth-child(3n) {
		margin-right: 19px;
	}
	
	.home-top .spotlight {
		width: auto;
		height: 47.6vw;
		margin-bottom: 10px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	}
	
	.home-top .spotlight .slide .text .title {
		font-size: 26px;
	}
	
	.home-top .spotlight .nav {
		display: none;
	}
	
	.home-top .bottom {
		display: none;
	}
	
	#home_community .just {
		flex-direction: column;
	}
	
	#home_forum_talk,
	#home_community.alt .news-wrapper .news {
		width: auto;
		height: auto;
		border-right: none;
		border-left: none;
	}
	
	#home_forum_talk {
		margin: 0 0 10px;
	}
	
	#home_community.alt .news-wrapper .news {
		margin: 10px 0 0;
	}
	
	.news-wrapper .sponsors {
		display: none;
	}
	
	#home_tabs .wrapper .just {
		padding: 10px 0 0;
	}
	
	#home_tabs .tabs {
		display: none;
	}
	
	#home_tabs .mobile-wrapper > .inner {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		margin-left: -2px;
		padding-left: 2px;
	}
	
	#home_tabs .comic-container:nth-child(1),
	#home_tabs .comic-container:nth-child(2) {
		display: flex;
		padding: 0 0 9px 2px;
		margin-left: -2px;
		overflow: visible;
	}
	
	#home_community {
		padding: 0 0 14px;
	}
	
	#home_community .whitebox {
		border: 1px solid #dde0e3;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}
	
	/** Comic Profile **/
	#comic_profile {
		padding-top: 0;
	}
	
	#comic_profile .just {
		flex-direction: column;
	}
	
	#comic_profile .pane {
		padding: 0;
	}
	
	#comic_profile .cover {
		margin: 0;
		width: auto;
		height: auto;
		border-radius: 0;
	}
	
	#comic_profile .cover img {
		width: 100%;
		height: 125%;
	}
	
	#comic_profile .window {
		border-radius: 0;
		margin: 12px 0 0;
	}
	
	#comic_profile .left.pane .window {
		max-width: none;
	}
	
	#comic_profile #mobile_info {
		padding: 14px 20px 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		min-height: 100%;
		box-sizing: border-box;
		border-bottom: none;
		position: relative;
	}
	
	#comic_profile #mobile_info h1 {
		color: #333;
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		margin: 0 32px 0 0;
	}
	
	#comic_profile #mobile_info .favorite {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 6px;
		display: flex;
	}
	
	#comic_profile #mobile_info .favorite {
		position: absolute;
		top: 9px;
		right: 10px;
		padding: 6px;
		display: flex;
	}
	
	#comic_profile #mobile_info .favorite svg {
		width: 26px;
		height: 26px;
	}
	
	#comic_profile #mobile_info .favorite svg.fill {
		display: none;
	}
	
	#comic_profile #mobile_info .favorite.in-favs svg {
		display: none;
	}
	
	#comic_profile #mobile_info .favorite.in-favs svg.fill {
		display: block;
	}
		
	#comic_profile #mobile_info .author {
		display: flex;
		font-size: 15px;
		font-weight: normal;
		color: #333;
		height: 32px;
		line-height: 34px;
		padding: 3px 8px 3px 0;
		margin: 3px 0 0;
	}
	
	#comic_profile #mobile_info .author b {
		font-weight: 600;
	}
	
	#comic_profile #mobile_info .avatar {
		width: 32px;
		height: 32px;
		background-size: cover;
		border-radius: 16px;
		margin-right: 8px;
	}
	
	#comic_profile #mobile_info .description {
		font-size: 14px;
		line-height: 20px;
		flex-shrink: 1;
		overflow: hidden;
		margin: 12px 0 0;
	}
	
	#comic_profile #mobile_info.expand,
	#comic_profile #mobile_info.expand .description {
		overflow: visible;
		border-bottom: none;
	}
	
	#comic_profile .window > h3,
	#comic_profile .window > a.h3 {
		padding: 13px 16px 0;
	}
	
	#comic_profile .reading-buttons {
		display: flex;
		padding: 12px 12px 0;
	}
	
	#comic_profile .reading-buttons a {
		background: #fff;
		flex-grow: 1;
		text-align: center;
		height: 52px;
		line-height: 52px;
		font-size: 16px;
		color: #525252;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	}
	
	#comic_profile .reading-buttons a:first-child {
		margin-right: 12px;
		width: calc(50% - 6px);
		flex-grow: 0;
	}
	
	#comic_profile .thumbnails .wrapper > * {
		flex-basis: 50%;
	}
	
	#comic_profile .list-comics {
		padding: 12px 18px !important;
		margin: 0 !important;
	}
	
	.list-comics {
		display: flex;
		justify-content: flex-start !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		flex-shrink: 0;
	}
	
	.list-comics:after {
		content: "";
		flex-shrink: 0;
		width: 1px;
		margin-left: -1px;
	}
	
	.list-comics .comic.card {
		margin-right: 15px !important;
		flex-basis: 26vw !important;
		width: 26vw !important;
		max-width: 147px !important;
		height: auto !important;
		min-width: 0;
		flex-shrink: 0;
		margin: 8px 12px 10px 0 !important;
	}
	
	/*
	.list-comics .comic.card .banner .img {
		border-radius: 2px;
	}
	*/
	
	.list-comics .comic.card:nth-child(even) {
		margin-right: 15px;
	}
	
	.list-comics .comic.card .banner,
	.list-comics .comic.card .banner .img {
		width: auto;
	}
	
	.list-comics .comic.card .freq,
	.list-comics .last-updated .new {
		display: none;
	}
	
	.list-comics .banner .new {
		display: inline-block !important;
		position: absolute;
		bottom: 3px;
		right: 3px;
	}
	
	#comic_profile .stats.window {
		padding: 24px;
	}
	
	/** Browse Page **/
	#browse_page .just {
		display: block;
		position: relative;
		padding: 0 0 12px;
	}
	
	#browse_page .comic-container {
		padding: 0 0 14px;
	}
	
	#browse_page #left-nav {
		width: auto;
		min-height: 0;
		transform: translate3d(0,0,0);
		background: #c1d9f0;
		margin: 0;
	}
	
	#browse_page #left-nav.expanded {
		margin: 0 0 10px;
	}
	
	.browse-bar > div {
		padding: 20px 30px;
	}
	
	.comic-overwrap {
		padding: 22px;
	}
	
	#browse_page .comic-container .comic.card {
		max-width: calc(50% - 11px);
		flex-basis: 40%;
		flex-grow: 1;
	}
	
	#browse_page .comic-container .comic.card:nth-child(2n) {
		margin-right: 0;
	}

	#browse_page .comic.card .bottom-alt .stats {
		color: #808080;
	}
	
	.comic-nav .prev, .comic-nav .next {
		font-size: 13px;
		padding: 9px 14px 6px;
		margin-top: 1.9em;
		background: #fff;
		box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	}
	
	.comic-header .subtitle {
		font-size: 14px;
		line-height: 18px;
	}
	
	.comic-nav .prev svg, .comic-nav .next svg {
		margin-top: 3px;
	}
	
	#browse_page .browse-bar {
		width: auto !important;
		position: static !important;
		background: #fff;
		display: none;
	}
	
	.browse-bar {
		box-shadow: none;
	}
	
	.browse-bar,
	.browse-bar .search input {
		font-size: 23px;
	}
	
	.browse-bar h3 {
		font-size: 21px;
	}
	
	input[type="text"]:not(.custom), textarea, select:not(.custom), input[type="password"] {
		font-size: 17px;
	}
	
	.browse-bar .sort {
		font-size: inherit;
	}
	
	.browse-bar ul.options li a,
	.browse-bar .group.tags .wrapper a {
		padding: 8px 13px 5px;
		font-size: 19px;
	}
	
	.browse-bar li a:hover, .browse-bar .wrapper a:hover,
	.browse-bar li a.active, .browse-bar .wrapper a.active,
	.browse-bar select:not(.custom) {
		background-color: #f5f5f5;
	}
	
	.browse-bar a.checkbox {
		font-size: 17px;
	}
	
	#browse-page-select {
		margin-left: 1.75em;
		display: inline-flex;
		flex-direction: column;
		font-size: 13px;
	}
	
	#my-favorites-page-select select, #browse-page-select select {
		margin: 0;
	}

	#left-nav .expand-toggle {
		display: flex;
	}
	
	#browse_page .expanded .browse-bar {
		display: block;
	}
	
	/** My Favorites **/
	.lightBox.confirmAddFav {
		top: 50%;
		box-sizing: border-box;
		max-width: 320px;
	}
	
	.lightBox.confirmAddFav .flex {
		flex-direction: column;
		align-items: center;
	}
	
	.lightBox.confirmAddFav .cover {
		margin: 0 0 20px;
	}
	
	.lightBox.confirmAddFav .right > * {
		margin: 0;
		padding: 0;
	}
	
	.lightBox.confirmAddFav .right .text {
		text-align: center;
	}
	
	#my-favorites-page-select,
	#browse-page-select {
	    margin-left: 1.75em;
	    display: inline-flex;
	    flex-direction: column;
	}
	
	#favorites_page .message {
		margin: 14px 18px 0;
	}

	#favorites_page .just {
		padding-top: 4px;
	}
	
	#favorites_page .comic-header {
		align-items: center;
		margin: 0 0 24px;
	}
	
	#favorites_page .comic-header h3 {
		margin: 0;
	}
	
	#my-favorites-mark-all-read {
		display: none !important;
	}
	
	#favorites_page .comic-container .comic.card {
		flex-basis: 40%;
		max-width: calc(50% - 11px);
	}
	
	#favorites_page .comic-container .comic.card:nth-child(2n) {
		margin-right: 0;
	}
	
	#favorites_page .comic-container {
		padding: 0 0 6px;
	}

	/** Hosting Page **/
	#hosting_page .top-promo .just {
		padding: 0 22px;
	}
	
	#hosting_page .top-promo h1 {
		font-size: 6vw;
	}
	
	#hosting_page .top-promo {
		height: 59vw;
		background-size: calc(100% - 40px);
	}
	
	#hosting_page .top-promo .get-started-btn {
		display: none;
	}
	
	#hosting_page .get-started {
		background: #fff;
		padding: 22px 0;
		border-bottom: 1px solid #eee;
	}
	
	#hosting_page .get-started-btn {
		display: block;
	}
	
	#hosting_page .get-started .get-started-btn {
		text-align: center;
		margin: 0 20px;
	}
	
	#hosting_page .main-features li .just {
		flex-direction: column;
		padding: 22px 0 36px !important;
	}
	
	#hosting_page .main-features li .just > *:first-child {
		margin-right: 0;
	}
	
	#hosting_page li .image img {
		max-width: calc(100% - 50px);
	}
	
	#hosting_page li .text {
		order: 1;
		width: auto;
		margin-bottom: 10px;
		left: 0 !important;
		font-size: 4.2vw;
	}
	
	#hosting_page li .image {
		order: 2;
	}
	
	#hosting_page h2 {
		font-size: 8vw;
	}
	
	#hosting_page li .text h3 {
		font-size: 6vw;
	}
	
	#hosting_page .more {
		padding: 40px 30px;
	}
	
	#hosting_page .sub-text {
		font-size: 4.3vw;
	}
	
	#hosting_page .more-features {
		display: inline-flex;
		flex-direction: column;
		margin: 24px auto 30px;
	}
	
	#hosting_page .more-features ul:first-of-type {
		margin-right: 0;
	}
	
	#hosting_page .more-features li {
		font-size: 4.2vw;
		line-height: 8.5vw;
		padding: 0 0 0 7vw;
		background-size: 4.8vw;
		background-position: 0 1vw;
	}
	
	#hosting_page .premium-pricing {
		padding: 40px 30px;
	}
	
	#plans,
	.attr-group-wrap {
		flex-direction: column;
		align-items: center;
	}
	
	#plans .col {
		margin: 0 0 30px;
		width: 320px;
	}
	
	.attr-group-wrap .col {
		width: 300px;
	}
	
	#hosting_page .attribution {
		padding: 26px 14px;
	}
	
	.attribution h4 {
		text-align: center;
	}
	
	/** User Profile **/
	#user_profile .just {
		flex-direction: column;
		padding: 24px 0;
	}
	
	#user-profile-info {
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		padding: 0 22px;
	}
	
	#user_profile a.button {
		margin: 0;
	}
	
	#user_profile .funding {
		display: none;
	}
	
	#user_profile .whitebox {
		border-radius: 0;
		border-right: none;
		border-left: none;
	}
	
	.tabbed-box > div.content {
		padding: 20px !important;
	}
	
	.tabbed-box .comic-container .comic.card {
		margin-right: 20px !important;
	}
	
	.whitebox .comic-container .comic.card,
	.tabbed-box .comic-container .comic.card {
		flex-basis: 40% !important;
		max-width: calc(50vw - 30px) !important;
	}
	
	.whitebox .comic-container .comic.card:nth-child(2n),
	.tabbed-box .comic-container .comic.card:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	#user-profile-info .details.window {
		padding: 0 0 4px;
	}
	
	.tabbed-box .tabs {
		padding-left: 10px;
	}
	
	.tabbed-box li.selected:first-child:after {
		border-left: none;
		left: 1px;
	}
	
	#user_profile .tabbed-box > .content,
	#user_profile .tabbed-box > .wrapper {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	
	#p_tab_comments {
		padding: 0 !important;
	}
	
	#p_tab_comments .comment,
	#comic_profile .comments .comment {
		padding: 22px 16px 20px;
	}
	
	#p_tab_comments .comment .content,
	#comic_profile .comments .comment .content {
		margin-left: 67px;
	}
	
	#p_tab_comments .avatar,
	#comic_profile .comments .avatar {
		max-width: 50px;
		margin-left: -67px;
	}
	
	#p_tab_comments .page,
	#p_tab_comments .page a,
	#p_tab_comments .webcomic a {
		display: inline;
	}
	
	#p_tab_comments .date {
		font-size: 12px;
		margin-left: 0;
	}
	
	#p_tab_comments .message {
		margin-left: -67px;
		margin-top: 1.5em;
	}
	
	#p_tab_comments .webcomic {
		margin-right: 8px;
	}
	
}

@media only screen
  and (min-width: 410px)
  and (max-width: 767px) {

	.list-comics .comic.card .bottom-alt .title {
		font-size: 13px;
	}
	
}

/* DateTime Inputs */
.relWrap {
	display: inline-flex;
	position: relative;
}

.relWrap input {
	margin: 0;
}

table.form .relWrap {
	margin: 2px 0;
}

.calButton, .timeButton {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 39px;
	border-left: 1px solid #50687D;
	background: linear-gradient(to bottom, hsla(208, 20%, 97%, 1), hsla(208, 20%, 91%, 1));
	cursor: pointer;
	padding: 8px 11px;
	box-sizing: border-box;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.calButton:after {
	font-family: FontAwesome;
    content: "\f073";
    font-size: 18px;
}

.timeButton:after {
	font-family: FontAwesome;
    content: "\f017";
    font-size: 18px;
}
