/*
 *
 */
html, body, form {
	margin: 0;
	padding: 0;
	font-family: arial;
}

p, div, span, h1, h2, h3, h4 {
	margin:  0;
	padding: 0;
}

.clear { clear: both; }
.left  { float: left; }
.right { float:right; }
.hidden { display: none !important; }

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active { 
	color: #ff9932;
}

img {
	border: none;
}


/* general, page wide */

#c-main {
	margin-left: 48px;
	width: 55%;
}

body.single-column #c-main, body.single-column #sidebar  {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}

body.cant-vote .comment > .voting {
	display: none;
}

#footerbar {
	margin-top: 24px;
	margin-bottom: 12px;
	margin-left: -12px;
}

#footerbar .info-message {
	border: 1px solid #ccc;
	background-color: #FFF6BF;
	font-weight: bold;
	padding: 8px 8px;
	margin-bottom: 8px;
	margin-top: -16px;
	text-align: center;
	
}

#footerbar a {
	font-weight: bold;
}

#footerbar a.scroll-link {
	display: none;
}

.single-column #footerbar a.scroll-link {
	display: inline;
}

#c-main > .c-new {
	margin-left: -12px;
	margin-bottom: 12px;
}

/*
 * replies notification bar
 */

#new-replies {
	border-bottom: 2px solid #ff9932;
	font-weight: bold;
	padding: 8px;
}

#new-replies a.show-link {
	float: left;
	background-color: #FFF6BF;
	color: #222;
	padding: 4px 8px;
	text-decoration: underline;
}

a.close-link {
	color: inherit;
	font-size: 1.5em;
	font-weight: normal;
	float: right;
	vertical-align: middle;
}

a.close-link:hover {
	text-decoration: none;
}

#new-replies .comment-extract {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

/* admin toolbar */

#admin-tools {
	background-color: white;
	border: 1px solid #ccc;
	margin: 8px 0;
	padding: 4px;
}

#admin-tools h2 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}


#admin-tools > div span {
	font-style: italic;
}

/* sidebar */

#sidebar {
	position: fixed;
	top:0;
	left: 60%;
	width: 40%;
	height: 100%;

	background-color: #eee;
	border-left: 1px solid #ccc;
}

#sidebar.on-top {
	margin-left: 48px;
	padding:0;

	width: 55%;
	position: static !important;

	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sidebar-wrap {
	height: 100%;
	padding:8px;
}

#sidebar.on-top #sidebar-wrap  {
	margin-right: 0;
}

/* sidebar - spoiler delay stuff */
#spoiler-delay {
	font-size: 9pt;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0; 
	margin-top: 4px;
}

#spoiler-delay span.action-links {
	display:none;
}

#spoiler-delay.active span.message-link {
	display:none;
}

#spoiler-delay.active span.action-links{
	display: inline;
}

#spoiler-delay a.close-link {
	font-size: 1.5em;
	vertical-align: middle;
}

#spoiler-delay span.action-links a.active {
	font-weight: bold;
}

/* sidebar - login stuff */
#user-bar {
	background-color: #222;
	border-bottom: 4px solid #ccc;
	color: gray;
	font-size: 9pt;
	
	margin-left: -1px;
	margin-right: -1px;
	padding: 12px;
}

#user-bar a {
	font-size: 9pt;
	font-weight: bold;
	margin-top:0;
	padding-top:0;
}

#user-bar.out #ub-logout, #user-bar.out .payment-info {display: none;}
#user-bar.in #ub-login {display: none;}
#user-bar.in-http .payment-info > span {display: none;}

.page-info  {
	float: left;
	font-size: 9pt;
	color: gray;
	text-align: left;
}

#user-bar a.git-version {
	color: gray;
	font-weight: normal;
}

.page-info .beta-flag {
	color: red;
	font-weight: bold;
}

.account-info {
	float: right;
	text-align: right;
}

.payment-info span {
	color: gray;
	font-size: 9pt;
}

.payment-info span.expired {
	color: red;
	font-weight: bold;
}

.payment-info span.valid.almost_expired {
	color: yellow;
	font-weight: bold;
}

.payment-info span.valid a {
	font-weight: normal !important;
}

/* sidebar post info / title */
#sidebar #post-title {
	font-size: 20pt;
}

#post-title {
	margin-top: 6px;
}

#post-title a {
	color: #222;
}

#post-title a:hover {
	text-decoration: none;
}

#post-sub {
	font-size: 9pt;
	font-weight: bold;
	color: gray;
	margin-top: 8px;
}

#post-sub a {
	text-decoration: underline;
	color: gray;
}

/* 
 * this is the styling for the stuff that appears
 * in the post info box - the content comes from reddit 
 */
#post-info {
	font-size: 9pt;
}

#post-info p {
	margin-top: 3px;
}

#post-info table {
	border-collapse: collapse;
	min-width: 80%;
	margin-top:8px;
	margin-bottom: 8px;
}

#post-info table th {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 4px 6px;
}

#post-info table td {
	border: 1px solid #ddd;
	min-width: 24px;
	padding: 2px 4px;
}

#post-info h3 {
	font-size: 1.5em;
	margin-top: 16px;
}

#post-info h3:first-child {
	margin-top: 0;
}

/* main body */

#c-list #main-loading {
	font-size: 22pt;
	text-align: center;
	margin-top: 32px;
}

#c-list #slow-loading-message {
	font-size: 12pt;
}

/* comments */
.comment {
	margin-top: 12px;
}

.comment.has-image > .c-body:hover, 
.comment.has-video > .c-body:hover,
.comment.has-media > .c-body:hover {
	cursor: pointer;
	background: #ddd;
}

/* comment header */
.comment .c-header {
	font-size: 10pt;
}

.c-header a.c-username {
	font-weight: bold;
	color: black;
}

.comment.c-own-comment .c-header a.c-username {
	background-color: #FFFFCA;
	padding: 2px;
}

.c-header a {
	font-weight: bold;
}

.c-header a.r-link {
	padding: 2px 4px;
}

.c-header a.has-replies {
	background: #FFF6BF;
}

.comment .voting {
	margin-left: -18px;
}

.comment.deleted > .voting {
	display: none;
}

/* survey questions */
.survey-question { display: none; }
.survey-question.active-q { display: block; }

.survey-question h3 {
	text-align: center;
}

.survey-question > div {
	margin: 8px auto;
	text-align: center;
}

.survey-question > div > a{
	width: 64px;
	font-weight: bold;
}

/* comment body */

.c-body {
	border: 1px solid #ccc;
	background: #eee;
	margin-top: 4px;

	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 8px;

	word-wrap: break-word;
}

.c-body p {
	margin-top: 4px;
}

.c-body blockquote {
	font-style: italic;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 3px solid #ccc;
}

.c-body .c-media,
.c-body .c-image, 
.c-body .c-video {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}

.c-body .c-right-info {
	float: right;
	margin-top: 4px;
}

.c-body .c-time {
	border: 1px solid #ccc;
	background: white;
	display: inline-block;
	font-size: 9pt;
	padding: 2px;
}

.c-body .c-icon {
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-bottom: -4px;
	height: 16px;
	width: 16px;
}

/* 
 * some css to make spoilers work. Each subreddit does them its own way
 * but this is a common one. A more general solution would be better in the
 * future...
 */
.c-body a[href="#s"], 
.c-body a[href="/s"],
.c-body a[href="/spoiler"] {
	color: white;
	background: #222;
	padding: 2px;
	cursor: text;
}

.c-body a[href="#s"]::after,
.c-body a[href="/s"]::after,
.c-body a[href="/spoiler"]::after  {
	content: attr(title);
	color: #222;
	padding: 0px 10px 0px 10px;
}

.c-body a[href="#s"]:hover, 
.c-body a[href="/s"]:hover,
.c-body a[href="/spoiler"]:hover {
	text-decoration: none;
}

.c-body a[href="#s"]:hover::after, 
.c-body a[href="/s"]:hover::after,
.c-body a[href="/spoiler"]:hover::after {
	color: white;
}

/* now some code for images and videos in the comments */
div.comment.has-image .c-body .c-icon {
	background-image: url(../imgs/icon-images.png);
}

div.comment.has-video .c-body .c-icon {
	background-image: url(../imgs/icon-video.png);
	margin-bottom: -2px;
}

div.comment.has-tweet .c-body .c-icon {
	background-image: url(../imgs/icon-twitter.png);
	
}

.c-body div.hidden {
	display:none;
}

.c-body .c-image img {
	max-width: 100%;
	max-height: 800px;
}

/* comment replies */

.comment .c-replies {
	margin-left: 24px;
}

.c-replies .comment, .c-new {
	padding-left: 26px;
	border-left: 1px solid #ddd;
}

.c-replies div.loading {
	margin-top: 12px;
	font-style: italic;
	padding-left: 8px;
	border-left: 1px solid #ddd;
}

.c-flair {
	border: 1px solid #ddd;
	font-size: smaller;
	padding: 1px;
}

.c-flair.hidden {
	display: none;
}

.comment a.c-points {
	font-weight: normal;
	color: inherit;
}

/* new comment */

.c-new {
	margin-top: 12px;
	margin-left: 24px;
}

.c-new textarea {
	width: 90%;
	height: 100px;

	font-family: verdana, arial;
	padding: 3px;
}

.c-new .prompt {
	color: gray;
	float: right;
	font-size: 9pt;
	padding-right:10%;
}

/* comment voting */

.v-link {
	height: 14px;
	width: 15px;
	background-image: url(../imgs/vote-arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.uv-link {background-position: -63px -612px;}
.dv-link {background-position: -31px -612px; margin-top: 2px;}
.uv-link.has-voted {background-position: -79px -612px;}
.dv-link.has-voted {background-position: -47px -612px;}

/* login window */

.dialog {
	position: fixed;
	left: 50%;
	top: 30%;
	width: 320px;
	padding: 24px;

	margin-left: -160px;

	background: white;
	z-index: 10;
}

#login-dialog input[type=text], #login-dialog input[type=password] {
	margin-top: 3px;
	width: 90%;
}

#login-dialog input {
	font-size: 14pt;
	padding: 3px;
}

#ld-buttons {
	margin-top: 6px;
}

#ld-inputs {
	margin-top: 6px;
}

.dialog div.error-text {
	margin-top: 6px;
	font-size: 9pt;
	color: red;
}

.dialog div.info-text {
	margin-top: 6px;
	font-size: 9pt;
	color: gray;
}

/* little bluetick ad down the bottom */
#rs-ad-row {
	background-color: #FFF6BF;
	font-size:10pt;
	line-height: 1.5;
	padding: 3px;
	vertical-align: middle;
}

#rs-ad-row a {
	color: #0099FF !important;
	text-decoration: none;
}

#rs-ad-row a:hover {
	text-decoration: underline;
}

/* oauth login dialog */
.dialog a.close {
	color: gray;
	font-size: 1.2em;
	float: right;
	margin-top: -2px;
	text-align: right;
}

.dialog a.close:hover {
	text-decoration: none;
}

#login-dialog.type-oauth form.oauth-form { display: block; }
#login-dialog.type-oauth form.http-form { display: none; }
#login-dialog.type-http form.oauth-form { display: none; }
#login-dialog.type-http form.http-form {  display: block; }

#login-dialog .oauth-form {
	text-align: center;
}

.dialog h2 {
	margin-top: -10px;
	color: #ccc;
}

#login-dialog .oauth-form .login {
	border-top: 1px solid #ccc;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 8px;
}

#login-dialog .oauth-form a.button {
	border-width: 3px;
	font-size: 22pt;
	font-weight: bold;
	background-image: url(/imgs/reddit-logo.png);
	background-size: 44px;
	background-repeat: no-repeat;
	padding-left: 48px;
}

#login-dialog .oauth-form .change-type-link {
	font-size: 9pt;
	color: gray;
}

#login-dialog .http-form .change-type-link {
	font-size: 9pt;
	font-weight: bold;
}

#login-dialog .block {
	border-bottom: 1px solid #ccc;
	color: gray;
	font-size: 9pt;
	padding: 8px 0;
}


#login-dialog .block.last {
	border-bottom: none;
}

#login-dialog #pay-message {
	margin-top: 12px;
	text-align: left;
}

#login-dialog #pay-message h3 {
	color: #ccc;
	font-size: 11pt;
}

#pay-message p {
	margin-top: 8px;
}

.dialog .info {
	font-size: 10pt;
	color: gray;
}

/* payment dialog */
#payment-dialog {
	width: auto;
}

#payment-dialog h2 {
	text-align: center;
}

#payment-dialog .button-row {
	margin-top: 8px;
}

#payment-dialog .button-row.offer {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 8px; 
	padding-bottom: 8px;
}

#payment-dialog .button-row.offer .button {
	border-color: #ff9932;
	color: #ff9932;
	font-weight: bold;
}

#payment-dialog input.button {
	font-size: 1.8em;
	border-width: 3px;
	width: 100%;
}

#payment-dialog .item-RS4 input[type=submit] {
	font-weight: bold;
}

#payment-dialog .message {
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
	color: gray;
}

#payment-dialog .info {
	text-align: center;
	margin: 0 auto;
	margin-top: 8px; 
	padding-top:8px; 
	max-width: 350px; 
	border-top: 1px solid #ccc;
}

div.cover {
	background-color: black;
	height: 100%;
	left:0;
	opacity: 0.5;
	position: fixed; 
	top:0; 
	width: 100%;
	z-index: 2; 
}

.logo-heading {
	padding-left: 38px;
	background-image: url(/imgs/favicon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* tabview css */
.tabbed .tab-bar > span {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	color: gray;
	cursor: pointer;
	display: inline-block;
	font-family: verdana;
	font-size: 10pt;
	margin-bottom: -1px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.tabbed .tab-bar > span.em {
	background-color: #fd4;
	color: #222;
	font-weight: bold;
}

.tabbed .tab-bar > span.active {
	background-color: white;
	color: gray;
	border-bottom: 1px solid white;
}

.tabbed .tab-content {
	border: 1px solid #ccc;
	padding: 8px;
}

.tabbed .tab-content > div { display: none; }
.tabbed .tab-content > div.active { display: block;}

/* custom tab stuff for redditstream */
#info-tabs {
	margin-top: 8px;
	height: 100%;
}

#info-tabs .tab-content {
	background-color: white;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* formatting for the top comments tab */
#top-posts .c-header {
	color: gray;
	font-size: 9pt;
}

#top-posts .c-body {
	background-color: white;
	border: none;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 0;
}

#top-posts a.c-seemore {
	color: gray;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

#top-posts .c-to-reddit {
	color: gray;
	font-weight: normal;
	text-decoration: underline;
}

/*
 * classes for read-only mode
 *
 * This does what it says - the user should only be able to read threads
 * but not vote or comment in anyway.
 */

.read-only-warning {
	color: red;
	display: none;
	float: right;
	text-align: right;
}

body.read-only .comment .voting { display: none; }
body.read-only .reply-link { display: none; }
body.read-only .account-info { display: none; }
body.read-only .read-only-warning { display: block; }
 
 /* more header stuff */
#user-bar .row {
	border-top: 1px solid gray;
	margin-top: 8px;
	padding-top: 8px;
}


#main .toolbar {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

#main .toolbar .breadcrumb {
	color: #ccc;
	font-weight: bold;
	text-transform: capitalize;
}

a.button,
input.button,
#sidebar .button {
	background-color: transparent;
	border: 2px solid #0099FF;
	color: #0099FF;
	display: inline-block;
	padding: 6px 14px;
	text-align: center;
}


input.button {
	outline: none;
	cursor: pointer;
}

a.button:active,
input.button:active,
#sidebar .button:active { 
	border-color: #ff9932; 
	color: #ff9932;
}

a.button:hover { text-decoration: none; }

/* offers bar */
#sidebar .offer {
	font-size: 1.5em;
}

#sidebar .offer .button {
	border-color: #ff9932;
	color: #ff9932;
	font-size: 1.0em;
	margin-left: 4px;
}

#sidebar .offer .button:active {
	border-color: #eee;
}


#sidebar .offer > span {
	color: black;
	background-color: #eee;
	line-height: 150%;
	padding: 1px 4px;
	vertical-align: middle;
}

#sidebar .offer span.em {
	font-weight: bold;
}

/* chat stuff */
.chat-msg .user {
	font-weight: bold;
}

.chat-msg.action {
	font-style: italic;
	color: gray;
} 

#chat-box {
	box-sizing: border-box;
}

#chat-box .messages {
	height: 250px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	padding: 4px;
	overflow: auto;
}

body.dark-mode #chat-box .messages {
	border: none;
} 

#chat-box input {
	font-size: 16px;
	padding: 6px;
}

#chat-box form {
	box-sizing: border-box;
	position: relative;
}

#chat-box form > span {
	box-sizing: border-box; 
	display: inline-block;
	padding-right: 110px; 
	position: absolute; 
	top: 1px;
	width: 100%;
}

#chat-box form input[type=text] {
	width: 100%;
}

#chat-box form input[type=submit] {
	width: 90px;
	float: right;
	z-index: 100;
	position: relative;
}

#chat-box input.button {
	border: 3px solid #0099FF;
	outline: none;
	font-weight: bold;
	text-transform: uppercase;
}

#chat-box .messages {
	position: relative;
}

#chat-box .user-count {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;

	border: 1px solid #ddd;
	color: gray;
	font-size: 9pt;
	padding: 3px;
	z-index: 100;
}

body.dark-mode #chat-box .user-count {
	border-color: #657b83;
} 

/* color mode button */
a#color-mode {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #002b36;
	vertical-align: middle;
}

body.dark-mode a#color-mode {
	background-color: #586e75;
}

/* dark theme / night mode */
body.dark-mode  {
	background-color: #002b36;
	color: #839496;
}

body.dark-mode a {
	color: #268bd2;
}

body.dark-mode a:active {
	color: #cb4b16;
}

body.dark-mode a.button {
	color: #268bd2 !important;
	border-color: #268bd2 !important;
}

body.dark-mode a.button:active {
	color: #cb4b16 !important;
	border-color: #cb4b16 !important;
}

body.dark-mode .c-header,
body.dark-mode #post-title a {
	color: #839496;
}


body.dark-mode #sidebar-wrap,
body.dark-mode .tab-bar span {
	background-color: #002b36; 
	border: none;
}

body.dark-mode .c-header,
body.dark-mode .c-header a.c-username,
body.dark-mode #post-sub,
body.dark-mode #post-sub a {
	color: #586e75 !important;
}

body.dark-mode .c-body,
body.dark-mode .c-body .c-time,
body.dark-mode .tab-bar span.active,
body.dark-mode #info-tabs .tab-content,
body.dark-mode #info-tabs #top-posts .c-body {
	background-color: #073642 !important;
	border: none;
}

body.dark-mode .comment .c-flair,
body.dark-mode #info-tabs .tab-content,
body.dark-mode #sidebar,
body.dark-mode .c-replies .comment {
	border: none;
}

body.dark-mode #user-bar {
	border-left: none;
	border-bottom-color: #073642;
	background-color: #002b36;
}

body.dark-mode #user-bar div.row,
body.dark-mode #user-bar .account-info {
	border-color: #073642;
	border-width: 2px;
}

body.dark-mode .c-header a.has-replies {
	background-color: transparent;
	font-style: italic;
}

body.dark-mode #spoiler-delay {
	border: none;
}

body.dark-mode #footerbar .info-message {
	background-color: #eee8d5;
	color: #657b83;
}

/* 
 * now we have some media specific fixes
 * for handling things as the screen gets
 * narrower
 */
@media only screen and (max-width: 1300px) {
	#user-bar .page-info {
		float: none;
	}

	#user-bar .account-info {
		border-top: 1px solid gray;
		float: none;
		margin-top: 6px;
		padding-top: 6px;
		text-align: left;
	}

	.read-only-warning {
		float: left;
		padding-top: 4px;
		text-align: left;
	}
}

.image-banner > a {
	margin-top: 4px;
	font-weight: bold;
}

.image-banner img {
	width: 32px;
	height: 32px;
	margin-right: 6px;
	margin-top: 2px;
	float: left;
}

@media only screen and (max-width:900px) {
	/* because of the way the box model works this is required to stop
	 * from getting overlapping effects as the window gets smaller
	 */
	#c-main {
		width: 50%;
	}

}

@media only screen and (max-width:700px) {

	#sidebar {
		border: none;
		margin-left: 12px;
		width: 100%;
		left: 0;
		margin:0;
		padding:0;
		position: static !important;
	}

	#sidebar #post-title {
		font-size: 18pt;
	}

	#spoiler-delay {
		font-size: 11pt;
	}

	#user-bar {
		margin: 0;
	}

	#c-main {
		margin-left: 38px;
		margin-right: 8px;
		width: auto;
	}

	#c-list {
		width: 100%;
	}

	.c-new textarea {
		width: 90%;
		font-size: 14pt;
	}

	.c-new input[type=button],
	.c-new input[type=submit] {
		font-size: 14pt;
	}

	#pi-layoutspan {
		display: none;
	}

	.c-header div {
		float: none;
	}

	.c-header div.actions {
		margin-top: 4px;
	}

	.dialog {
		width: 100%;
		margin: 0;
		left: 0;
		padding-left: 0;
		padding-right: 0;
		border-left:none;
		border-right: none;
	}

	.dialog h2 {
		padding-right: 4px;
	}

	#payment-dialog {
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	#payment-dialog input.button {
		font-size: 1.5em;
	}

	#login-dialog.type-oauth .block {
		font-size: 11pt;
		padding: 8px;
	}

	#login-dialog .oauth-form .login a {
		font-size: 28pt;
	}

	#footerbar a.scroll-link {
		display: inline;
	}

	.comment .actions a {
		font-size: 12pt;
	}

	.comment .voting {
		margin-left: -32px;
		margin-top: -16px;
	}

	.c-replies .comment {
		padding-left: 36px;
	}

	/* 
	* we do this so that the max indent level doesn't
	* get completely stupid on mobile. At a certain point
	* we just load the replies below, instead of nesting them
	*/
	.c-replies .comment .c-replies .comment .c-replies {
		margin-left: 0;
	}

	.c-replies .comment .c-replies .comment .c-replies .comment {
		padding-left: 0;
		border-left: none;
	}

	.v-link {
		height: 28px;
		width: 28px;
		background-image: url(../imgs/vote-arrows.mobile.png);
	}

	.uv-link {background-position: 0px -606px;}
	.dv-link {background-position: 0px -538px; margin-top: 2px;}
	.uv-link.has-voted {background-position: 0px -572px;}
	.dv-link.has-voted {background-position: 0px -504px;}

	#sidebar a.button {
		font-size: 12pt;
		font-weight: bold;
		padding: 8px 16px;
	}

	/* 
	* the new replies alert should always be visible
	* on mobile, when the user can't see the sidebar, 
	* otherwise it is kind of pointless
	*/
	#new-replies {
		background-color: #eee;
		display: block;
		font-size: 1.2em;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	#new-replies a.close-link {
		padding-right: 8px;
	}

	.c-new .prompt {
		display: none;
	}

	.mobile-banner {
		background-color: #eee;
		display: block;
		font-size: 1.2em;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	.mobile-banner {
		border-bottom: 2px solid #222;
		padding: 8px;
	}

	.mobile-banner img {
		vertical-align: middle;
		margin-top: -4px;
	}

}
