li.read,
div.read {
	display: none;
}

div.smalltext,
span.smalltext,
p.smalltext,
a.smalltext {
	font-family: 'Arial Narrow', 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0;
	display: inline;
}
.no-touch a.smalltext:hover {
	color: #333333;
}

div.error,
span.error,
p.error,
a.error,
li.error {
	font-size: 13px;
	color: #e2001a !important;
	margin: 0 5px 0 5px;
	text-decoration: blink;
	display: inline;
	text-shadow: none;
}
.no-touch a.error:hover {
	color: #333333 !important;
	text-decoration: underline;
}

div.code,
span.code,
p.code,
a.code {
	font-family: Monaco, Menlo, Consolas, 'Courier New', 'Courier', monospace;
	font-size: 11px;
	color: #999999;
	margin: 0 3px 0 3px;
	display: inline;
	white-space: nowrap;
}

div.tip,
span.tip,
p.tip,
a.tip {
	font-family: 'Lucida Sans', 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 11px;
	color: #996699;
	font-style: italic;
	line-height: 16px;
}

div.tag,
span.tag,
p.tag,
a.tag {
	display: inline;
	padding: 1px 3px 1px 3px;
	margin: 1px 3px 1px 3px; 
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: bold;
	line-height: 11px;
	text-shadow: none;
	background-color: #996699;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.icon {
	float: left;
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 16px;
	display: inline;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.no-touch .icon:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.dialogbutton .icon:hover,
.dialogtitle .icon:hover,
#imprint .icon:hover,
#addfeed .icon:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#content .icon {
	color: #b4b4b4;
}
.fa-goodnoows {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 16px;
	height: 16px;
	overflow: visible;
	margin: 0;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-animation: fa-spin 0.5s infinite linear !important;
	-o-animation: fa-spin 0.5s infinite linear !important;
	-webkit-animation: fa-spin 0.5s infinite linear !important;
	animation: fa-spin 0.5s infinite linear !important;
}
.fa-goodnoows:before {
	/*content: '\0038';*/
	/*content: '\221E';*/
	content: url('../images/icon_goodnoows_spin_black.png');
}
.dialogtitle .fa-goodnoows:before,
.message .fa-goodnoows:before {
	content: url('../images/icon_goodnoows_spin_white.png');
}
/*.message .fa-goodnoows:before {
	content: url('../images/icon_goodnoows_spin_brown.png');
}*/

.tooltip,
*:hover .tooltip,
.transtooltip {
	padding: 3px 3px 3px 3px !important;
	font-size: 13px !important;
	text-shadow: none !important;
	z-index: 10000 !important;
	line-height: 13px !important;
	position: absolute !important;
	font-style: normal !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	white-space: normal !important;
	-webkit-transition: 0 !important;
	-moz-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}
.tooltip.left {
	margin-left: -7px;
	margin-top: 5px;
}
.tooltip.right {
	margin-right: -7px;
	margin-top: 5px;
}
.tooltip.fade {
	-webkit-transition: 0 !important;
	-moz-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}
.tooltip i {
	color: #ffffff !important;
	margin: 0 2px 0 0;
}

.zoomcursor {
	cursor: pointer !important;
	cursor: -moz-zoom-in !important;
	cursor: -webkit-zoom-in !important;
}
.zoomoutcursor {
	cursor: pointer !important;
	cursor: -moz-zoom-out !important;
	cursor: -webkit-zoom-out !important;
}

.blur {
	-webkit-transition: -webkit-filter 1s;
	-moz-transition: -moz-filter 1s;
	-o-transition: -o-filter 1s;
	transition: filter 1s;
}
.blurbody .blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.message {
	position: fixed;
	z-index: 200;
	left: 40%;
	top: 65px;
	margin: 0;
	padding: 8px 10px 8px 10px;
	text-align: center;
	white-space: nowrap;
	text-shadow: none;
	/*background-color: rgba(100, 130, 170, 0.7);*/
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
}
.message a {
	/*color: #7E6642;*/
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.no-touch .message a:hover {
	/*color: #7E6642;*/
	color: #e8ecf2;
	text-decoration: none;
	font-weight: bold;
}
.message i {
	margin: 0 2px 0 0;
}

.dialogtitle {
	margin: 0;
	padding: 13px 10px 0 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	text-shadow: none;
	cursor: move;
	height: 27px;
	margin-bottom: 10px;
	background-color: #222222;
}
.dialogbody {
	padding: 10px 15px 10px 15px;
	text-shadow: none;
}
.dialogcolumn {
	padding: 0;
	text-shadow: none;
}
.dialogbody .subheadline {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-family: 'Cambria', 'Georgia', 'Cochin', 'Hoefler Text', 'Didot', 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
}

a.loginbutton {
	margin: 7px;
}
.no-touch a.loginbutton:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
a.loginbutton:active {
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}

@media (max-width: 650px) {
	body.signup #cover {
		display: none;
	}
}

#header {
	z-index: 60;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#headerbg {
	z-index: 59;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 40px;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
	background-color: #000000;
}
body.signup #header {
	background-color: transparent;
}
body.setpassword #header,
body.addfeedpopup #header {
	background-color: #333333;
}
body.article #header,
body.article #headerbg {
	position: fixed;
}
#header .logo {
	float: left;
	margin: 0;
	padding: 5px 0 0 12px;
	width: auto;
	height: 30px;
}
#header .logo img {
	width: 100px;
	height: 30px;
}
body.signup #header .logo img {
	width: 120px;
	height: auto;
}

#header .toolbar a {
	color: #ffffff;
	text-shadow: none;
	padding: 10px 5px 10px 5px !important;
}
#header .toolbar i {
	color: #999999;
}
#header .toolbar i.highlighted {
	color: #ffffff;
}
.no-touch #header .toolbar a:hover,
.no-touch #header .toolbar a:hover i {
	color: #666666 !important;
}
.no-touch #header .toolbar a:hover img.highlighted {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}
@media (max-width: 950px) {
	#header .toolbar .responsive {
		display: none;
	}
}
@media (max-width: 800px) {
	#header .toolbar .searchpanel,
	#header .toolbar .filterpanel {
		display: none;
	}
}
@media (max-width: 430px) {
	#header .toolbar .stylepanel {
		display: none;
	}
}
.no-touch #header .toolbar a:hover img {
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	opacity: 0.4;
}
#header .toolbar .dropdown-menu {
	text-align: left;
	background-color: #373737;
	border-color: #373737;
	-moz-opacity: 0.95;
	-webkit-opacity: 0.95;
	opacity: 0.95;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
#header .toolbar .dropdown-menu:before,
#header .toolbar .dropdown-menu:after {
	content: none !important;
}
#header .toolbar .dropdown-menu a {
	padding: 3px 10px 3px 10px !important;
}
#header .toolbar .dropdown-menu a,
#header .toolbar .dropdown-menu a i {
	text-decoration: none;
	text-shadow: none;
	color: #ffffff;
}
.no-touch #header .toolbar .dropdown-menu > li > a:hover,
.no-touch #header .toolbar .dropdown-menu > li > a:hover i {
	color: #ffffff !important;
	background-color: #000000 !important;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#header .toolbar .dropdown-menu .divider {
	margin: 3px 1px 3px 1px !important;
	background-color: #333333;
	border-bottom: 1px solid #666666;
}
#header .toolbar .dropdown.open .dropdown-toggle,
#header .toolbar .dropdown.active .dropdown-toggle,
#header .toolbar .dropdown.open.active .dropdown-toggle,
#header .toolbar .dropdown.open .dropdown-toggle:hover,
#header .toolbar .dropdown.active .dropdown-toggle:hover,
#header .toolbar .dropdown.open.active .dropdown-toggle:hover,
#header .toolbar .dropdown.open .dropdown-toggle:hover i,
#header .toolbar .dropdown.active .dropdown-toggle:hover i,
#header .toolbar .dropdown.open.active .dropdown-toggle:hover i,
#header .toolbar .dropdown.open .dropdown-toggle:hover img,
#header .toolbar .dropdown.active .dropdown-toggle:hover img,
#header .toolbar .dropdown.open.active .dropdown-toggle:hover img {
	color: #ffffff !important;
	background-color: #000000 !important;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#header .toolbar .languagepanel .dropdown-menu {
	min-width: 70px !important;
	width: 70px !important;
}
#header .toolbar .stylepanel .dropdown-menu {
	width: 180px !important;
	margin-right: -145px !important;
}
#header .toolbar .searchpanel .filterfield {
	position: relative;
	z-index: 61;
	cursor: default;
	margin: 6px 0 0 0;
	padding: 4px 20px 4px 20px !important;
	width: 150px;
	height: 18px !important; 
	line-height: 18px !important;
	color: #666666;
	font-style: italic;
	background-color: transparent !important;
	background: url('../images/bg_transparent_black.png') repeat;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	outline: 0;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-appearance: none;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.no-touch #header .toolbar .searchpanel .filterfield:hover,
.no-touch #header .toolbar .searchpanel:hover .filterfield {
	background-color: #5a5a5a !important;
	cursor: pointer;
}
#header .toolbar .searchpanel .filterfield:focus {
	background-color: #ffffff !important;
	background-image: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 160px !important;
	cursor: text;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.no-touch #header .toolbar .searchpanel .filterfield:focus:hover,
.no-touch #header .toolbar .searchpanel:hover .filterfield:focus {
	background-color: #ffffff !important;
	cursor: text;
}
#header .toolbar .searchpanel .fa-search {
	position: relative;
	z-index: 62;
	top: 3px;
	left: 20px;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
}
#header .toolbar .searchpanel .fa-times {
	position: relative;
	z-index: 62;
	top: 3px;
	right: 20px;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	cursor: pointer;
}
#header .toolbar .searchpanel .fa-times {
	visibility: hidden;
}
#header .toolbar .searchpanel:hover .fa-times {
	visibility: visible;
}
#header .toolbar .typopanel a.typo {
	float: right;
	font-family: 'Courier New', 'Courier', 'Consolas', monospace;
	margin: 1px 0 0 3px;
	padding: 1px;
	text-shadow: none;
	display: inline;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	border: 1px solid #dadada;
}
.no-touch #header .toolbar .typopanel a.typo:hover {
	color: #cccccc;
	background-color: #666666;
	border: 1px solid #666666;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}

#labelpanel {
	z-index: 40;
	position: absolute;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	top: 40px;
	right: 40px;
	left: 160px;
	width: auto;
	height: 20px;
	overflow: hidden;
	text-align: left;
	text-shadow: none;
}
#labelpanelbg {
	z-index: 34;
	position: absolute;
	margin: 0;
	top: 40px;
	right: 0;
	left: 0;
	width: auto;
	height: 28px;
	background-color: #FDFDFD;
	border: 0;
	outline: 1px #FDFDFD;
	margin-bottom: -1px;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
}
#labelpanel .labelwrapper {
	float: left;
	white-space: nowrap;
	margin: 0 8px 10px 0;
}
#labelpanel a.label {
	display: inline-block;
	padding: 1px 4px 1px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	text-shadow: none !important;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#labelpanel a.label_active {
	display: inline-block;
	padding: 1px 4px 1px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	text-shadow: none !important;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #6482AD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.no-touch #labelpanel a.label:hover,
.no-touch #labelpanel a.label_active:hover {
	color: #cccccc;
	background-color: #666666;
}
#labelpanel a.label .icon,
#labelpanel a.label_active .icon {
	margin: 1px 1px 1px 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	line-height: 14px;
}
#labelpanel a.dellabel {
	display: inline-block;
	padding: 1px 3px 1px 3px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	text-shadow: none !important;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.no-touch #labelpanel a.dellabel:hover {
	color: #ffffff;
	background-color: #C03000;
}

#localcontentpanel {
	z-index: 25;
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 245px;
	height: 15px;
	overflow: hidden;
	text-shadow: none;	
	margin: 0;
	padding: 4px;
	font-size: 13px;
	line-height: 13px;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #C1C1C1;
	border-left: solid 1px #d9d9d9;
	border-right: 0;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	background: url('../images/bg_topic.png') no-repeat bottom left;
	color: #000000;
}
#localcontentpanel .titlewrapper {
	line-height: 16px;
	width: 220px;
	height: 16px;
	overflow: hidden;
	display: inline;
}

#fbstreamcontent,
#recstreamcontent,
#historystreamcontent {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 240px;
	height: auto;
	margin: 0 0 -50px 0;
	padding: 70px 5px 0 10px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}
#recstreamcontent,
#historystreamcontent {
	margin: 0 0 -1px 0;
	padding: 65px 5px 0 10px;
}

body.article #scrollwrapper {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: none;
}
body.article #contentwrapper {
	padding: 70px 20px 20px 20px;
	background-color: #fbfbfb;
	background-image: url('../images/bg_body_article.png');
	background-repeat: repeat-x;
}
body.article #articlewrapper {
	text-align: left;
	width: 750px;
	padding: 0;
	margin: 5px 0 5px 0;
	background-color: #f0f0f0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
body.article #commentswrapper {
	width: 750px;
	padding: 0;
	margin: 30px 0 0 0;
}
body.article #footerwrapper {
	margin: 0;
	padding: 0px 20px 10px 20px;
	/*border-top: solid 1px #C3C3C3;*/
	/*background: url('../images/bg_links.png') repeat;*/
	text-shadow: 0 1px 0 #ffffff;
	line-height: 13px;
	color: #666666;
}

#profilecontent {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: none;
}

#content {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 150px;
	width: auto;
	/*min-width: 240px;*/
	height: auto;
	margin: 0;
	padding: 70px 20px 26px 10px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
/*.no-touch #content {
	left: 40px;
}*/
#content .feeditem .icon {
	cursor: pointer;
}
#content .feeditem .favicon {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}
#content li {
	display: inline;
	list-style: none;
}
#content .blank {
	filter: none !important;
	-moz-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	opacity: 1 !important;
}
#content .grey .source,
#content a.grey .headline,
#content a.grey .date,
#content a.grey .text,
.recs .grey .source,
.recs a.grey .text,
.recs a.grey .headline {
	color: #CFCFCF !important;
}
#content a:visited .pic,
#content a.grey .pic,
#content .grey .favicon,
.recs .grey .favicon {
	-moz-opacity: 0.4 !important;
	-webkit-opacity: 0.4 !important;
	opacity: 0.4 !important;
}
#content a:visited .pic,
#content a.grey .pic {
	filter: Gray() !important;
	-webkit-filter: grayscale(0.5);
}
#content .grey .favicon {
	filter: Gray() !important;
	-webkit-filter: grayscale(1);
}
#content .source,
#content a .headline,
#content a .date,
#content a .text,
#content a .favicon {
	-webkit-transition: color 1s, -webkit-opacity 1s;
	-moz-transition: color 1s, -moz-opacity 1s;
	-o-transition: color 1s, opacity 1s;
	transition: color 1s, opacity 1s;
}
#content .text br {
	display: none;
}
#content .picwrapper,
#content .pic {
	-webkit-transition: -webkit-opacity 1s;
	-moz-transition: -moz-opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#content .picwrapper,
#content .pic,
#content .headlinewrapper,
#content .headline,
#content .date,
#content .textwrapper,
#content .text {
	-webkit-transition: top 1s, height 1s;
	-moz-transition: top 1s, height 1s;
	-o-transition: top 1s, height 1s;
	transition: top 1s, height 1s;
}

#alternativecontent {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}

#copyright {
	z-index: 30;
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#imprint {
	z-index: 130;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 35px;
	margin: 0;
	padding: 0;
	text-align: left;
}
body.signup #imprint,
body.article #imprint {
	width: 120px;
}
#imprint .watermark:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
#imprint i,
#imprint span {
	width: 18px;
	display: inline-block;
	font-size: 14px;
}
#imprint img.icon {
	margin: 0 4px 0 0;
	width: 17px;
	height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#imprint a:hover img.icon,
#imprint a:focus img.icon,
#imprint a:active img.icon {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);
}
#imprint .dropdown-menu {
	margin: 0 0 -32px -2px !important;
}

#topics {
	z-index: 20;
	position: absolute;
	top: 70px;
	left: 10px;
	bottom: 2px;
	width: 130px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/*.no-touch #topics {
	left: -100px;
}*/
#topics .row {
	clear: both;
	margin: 0;
	padding: 6px 2px 6px 9px;
	font-size: 13px;
	line-height: 13px;
	border-right: solid 1px #d9d9d9;
	color: #999999;
	height: auto;
}
#topics .row_selected {
	margin: 0 1px 0 0;
	padding: 6px 2px 4px 8px;
	font-size: 13px;
	line-height: 13px;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
	border-right: 0;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	color: #000000;
	height: auto;
	cursor: pointer;
}
#topics .row a {
	font-size: 13px;
	color: #999999;
	height: auto;
	width: 110px;
	display: inline-block;
}
.no-touch #topics .row a:hover,
#topics .row_selected a {
	font-size: 13px;
	color: #000000;
	height: auto;
	text-decoration: none;
}
#topics #subnav {
	margin: 7px 0 3px 0;
}
#topics #subnav .subrow,
#topics #subnav .subrow_selected {
	margin: 3px 0 0 0;
	height: 13px;
	line-height: 12px;
}
#topics #subnav .subrow .titlewrapper,
#topics #subnav .subrow_selected .titlewrapper {
	float: left;
	display: inline;
	white-space: nowrap;
	width: 95px;
	height: 13px;
	overflow: hidden;
}
#topics #subnav .subrow a {
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}
#topics #subnav .subrow_selected a {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
.no-touch #topics #subnav .subrow a:hover,
.no-touch #topics #subnav .subrow_selected a:hover {
	color: #000000;
}
#topics #subnav .subrow .favicon,
#topics #subnav .subrow_selected .favicon {
	float: left;
	margin: 0 4px 0 0;
	border: 0;
	width: 10px;
	height: 10px;
	line-height: 12px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}
#topics .space {
	border-right: solid 1px #d9d9d9;
}

@media (max-height: 475px) {
	#links {
		display: none;
	}
}
@media (min-height: 476px) {
	#links {
		z-index: 98;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: 55px;
		line-height: 45px;
		margin: 0;
		padding: 0;
		text-align: center;
		/*overflow: hidden;*/
		white-space: nowrap;
		border-top: solid 1px #C3C3C3;
		background: url('../images/bg_links.png') repeat;
	}
	#links:hover {
		z-index: 111;
	}
	.no-touch #links a:hover {
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
}

@media (max-height: 600px) {
	#teaser {
		display: none;
	}
}
@media (min-height: 601px) {
	#teaser {
		z-index: 110;
		position: fixed;
		margin: 0;
		padding: 0;
		bottom: 40px;
		left: 10px;
		right: 10px;
		width: auto;
		height: 125px;
		overflow: hidden;
		text-align: center;
	}
	#teaser .thumb {
		display: inline;
		margin: 35px 10px 38px 10px;
		width: 100px;
		height: 63px;
		-moz-box-shadow: 0 0 5px #999999;
		-webkit-box-shadow: 0 0 5px #999999;
		box-shadow: 0 0 5px #999999;
	}
	.no-touch #teaser .thumb:hover {
		margin: 5px 10px 5px 10px;
		width: 160px;
		height: 100px;
		-moz-box-shadow: 0 0 5px #999999;
		-webkit-box-shadow: 0 0 5px #999999;
		box-shadow: 0 0 5px #999999;
		-webkit-transition: width 0.5s, height 0.5s;
		-moz-transition: width 0.5s, height 0.5s;
		-o-transition: width 0.5s, height 0.5s;
		transition: width 0.5s, height 0.5s;
		cursor: pointer !important;
		cursor: -moz-zoom-in !important;
		cursor: -webkit-zoom-in !important;
	}
}


#share {
	z-index: 40;
	position: absolute;
	top: 50px;
	right: 25px;
	width: 75px;
	margin: 0;
	padding: 0;
	text-align: right;
}
@media (max-width: 700px) {
	#share {
		display: none;
	}
}

#setup,
.setup {
	width: 930px;
	height: auto;
}
#setup .toolbar {
	clear: both;
	margin: 15px 0 10px 0;
	padding: 0;
	height: 28px;
	font-size: 11px;
	line-height: 16px;
}
#setup .toolbar a {
	color: #666666;
	line-height: 16px;
}
.no-touch #setup .toolbar a:hover {
	color: #000000;
}
#setup .toolbar .icon {
	margin: 0 3px 0 3px;
}

#setup .topics {
	float: left;
	margin: 0 30px 0 5px;
	width: 230px;
	border-right: 1px solid #d9d9d9;
}
#setup .topics .menu {
	margin: 0 0 15px 0;
	padding: 0 0 0 1px;
	width: 229px;
	height: 422px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#setup .topics .menu .row {
	clear: both;
	line-height: 25px;
	min-height: 24px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 15px 2px 0;
	padding: 1px 3px 1px 1px;
	font-size: 13px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #F5F5F5;
}
.no-touch #setup .topics .menu .row:hover {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #E6E6E6;
}
#setup .topics .menu .row_selected {
	clear: both;
	line-height: 25px;
	min-height: 24px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 0 2px 0;
	/*padding: 1px 19px 1px 1px;*/
	padding: 2px 20px 2px 1px;
	font-size: 13px !important;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 0;
	background-color: #6482AD;*/
	background-color: rgba(0, 0, 0, 0.65);
	background-image: url('../images/bg_setup_topic.png');
	background-position: right 1px;
	background-repeat: no-repeat;
	border: 0;
}
.no-touch #setup .topics .menu .row_selected:hover {
	cursor: default;
	margin: 0 0 2px 0;
	/*padding: 1px 19px 1px 1px;*/
	padding: 2px 20px 2px 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 0;
	background-color: #6482AD;*/
	background-color: rgba(0, 0, 0, 0.65);
	background-image: url('../images/bg_setup_topic.png');
	background-position: right 1px;
	background-repeat: no-repeat;
	border: 0;
}
#setup .topics .menu .row .titlewrapper,
#setup .topics .menu .row_selected .titlewrapper {
	float: left;
	display: inline-block;
	padding: 0 0 0 5px;
	width: 145px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
#setup .topics .menu .row a,
#setup .topics .menu .row_selected a {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	color: #333333;
	letter-spacing: -0.05em;
	display: inline;
	line-height: 20px;
	font-size: 13px !important;
}
#setup .topics .menu .row_selected a,
.no-touch #setup .topics .menu .row_selected:hover a {
	cursor: default !important;
	color: #ffffff;
}
#setup .topics .menu .row .invisible a,
#setup .topics .menu .row_selected .invisible a {
	text-decoration: line-through;
	color: #AFAFAF;
	visibility: visible !important;
}
#setup .topics .menu .row .icon,
#setup .topics .menu .row_selected .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 20px;
	margin: 3px 4px 1px 0;
	display: inline;
	cursor: pointer !important;
}
#setup .topics .menu .row .invisible,
#setup .topics .menu .row_selected .invisible {
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	visibility: visible !important;
}
#setup .topics .menu .row .moveable,
#setup .topics .menu .row_selected .moveable {
	float: left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 20px;
	margin: 3px 0 0 4px;
	display: inline;
	/*cursor: move !important;*/
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_openhand.cur'), move !important;
	cursor: -webkit-grab !important;
	color: #999999;
}
#setup .topics .menu .row_selected .moveable {
	color: #ffffff;
}
#setup .topics .menu .row .dragged,
#setup .topics .menu .row_selected .dragged {
	/*cursor: move !important;*/
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_closedhand.cur'), move !important;
	cursor: -webkit-grabbing !important;
}
#setup .topics .drophover {
	border: 1px dashed #666666 !important;
}
.no-touch #setup .topics .menu .row .tlink {
	display: none;
}
.no-touch #setup .topics .menu .row .titlewrapper {
	padding: 0;
	width: 180px;
}
.no-touch #setup .topics .menu .row:hover .tlink,
.no-touch #setup .topics .menu .row_selected .tlink,
.no-touch #setup .topics .menu .row_selected:hover .tlink {
	display: inline;
}
.no-touch #setup .topics .menu .row:hover .titlewrapper,
.no-touch #setup .topics .menu .row_selected .titlewrapper,
.no-touch #setup .topics .menu .row_selected:hover .titlewrapper {
	padding: 0;
	width: 130px;
}

#setup .sources {
	float: left;
	margin: 0 15px 0 0;
	width: 430px;
}
#setup .sources .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 420px;
	height: 410px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #cccccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
	background-color: transparent !important;
	-webkit-overflow-scrolling: touch;
}
#setup .sources .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 2px 0;
	font-size: 13px !important;
	border-bottom: solid 1px #e5e5e5;
	color: #333333 !important;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#setup .sources .menu .row:before,
#setup .sources .menu .row:after {
	display: block !important;
	content: none !important;
}
.no-touch #setup .sources .menu .row:hover {
	color: #333333 !important;
	margin: 0 1px 0 1px;
	padding: 3px 5px 2px 0;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup .sources .menu .row_selected {
	clear: both;
	margin: -1px 0 0 0;
	/*padding: 2px 5px 3px 0;*/
	padding: 3px 6px 4px 1px;
	font-size: 13px !important;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;*/
	border: 0;
	background-color: rgba(0, 0, 0, 0.65);
}
.no-touch #setup .sources .menu .row_selected:hover {
	color: #ffffff !important;
	border: 0;
}
#setup .sources .menu .row .candrag,
#setup .sources .menu .row_selected .candrag {
	float: left;
	margin: 3px 5px 0 5px;
	/*cursor: move !important;*/
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_openhand.cur'), move !important;
	cursor: -webkit-grab !important;
	color: #7e7e7e;
}
#setup .sources .menu .row_selected .candrag {
	color: #ffffff;
}
#setup .sources .menu .row .checkboxwrapper,
#setup .sources .menu .row_selected .checkboxwrapper {
	float: left;
	width: 20px;
	/*color: #333333;*/
	color: #7e7e7e;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#setup .sources .menu .row_selected .checkboxwrapper {
	color: #ffffff;
}
#setup .sources .menu .row input.checkbox,
#setup .sources .menu .row_selected input.checkbox {
	float: left;
	margin: 5px 3px 0 0;
	line-height: 20px;
}
#setup .sources .menu .checker input.checkbox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#setup .sources .menu .checker i.fa-plus-square-o,
#setup .sources .menu .checker i.fa-minus-square-o {
	display: inline-block;
	cursor: pointer;
	width: 23px;
	height: 23px;
	font-size: 20px;
	margin: 1px 0 0 5px;
}
#setup .sources .menu .checker i.fa-plus-square,
#setup .sources .menu .checker i.fa-minus-sign-alt {
	display: inline-block;
	cursor: pointer;
	width: 23px;
	height: 23px;
	font-size: 15px;
	margin: 4px 0 0 5px;
}
#setup .sources .menu .row .checker,
#setup .sources .menu .row_selected .checker {
	float: left !important;
	margin: -2px 5px 0 0 !important;
}
#setup .sources .menu .row .favicon,
#setup .sources .menu .row_selected .favicon {
	float: left;
	margin: 2px 5px 0 5px;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);}
#setup .sources .menu .row .flag,
#setup .sources .menu .row_selected .flag {
	float: right;
	margin: 5px 2px 3px 2px;
	border: 0;
	width: 15px;
	height: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: brightness(1.1);
}
#setup .sources .menu .row .language,
#setup .sources .menu .row_selected .language {
	float: right;
	margin: 5px 0 3px 4px;
	padding: 0;
	width: 14px;
	height: 9px;
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Myriad', 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px;
	text-align: center;
	color: #999999;
	border: solid 1px #999999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#setup .sources .menu .row_selected .language {
	color: #ffffff !important;
	border: solid 1px #ffffff !important;
}
#setup .sources .menu .row .icon,
#setup .sources .menu .row_selected .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 0 3px 3px 2px;
	line-height: 20px;
}
#setup .sources .menu .row_selected .icon {
	color: #ffffff !important;
}
#setup .sources .menu .row .titlewrapper,
#setup .sources .menu .row_selected .titlewrapper {
	float: left;
	width: 255px;
	height: 20px;
	margin: 0;
	overflow: hidden;
	display: inline;
	line-height: 20px;
	font-size: 13px !important;
}
#setup .sources label {
	display: inline !important;
}
#setup .filtersources .dropdown-toggle {
	padding: 4px 8px;
	margin: 0;
}
#setup .filtersources .dropdown-menu {
	min-width: 61px;
	text-align: left;
	background-image: url('../images/bg_dialogbody.png');
}
#setup .filtersources .dropdown-menu li a {
	padding: 3px 10px;
}
.no-touch #setup .filtersources .dropdown-menu li a:hover {
	color: #ffffff;
}
#setup .filtersources .flag {
	margin: 0px 0 3px 0;
	border: 0;
	/*width: 16px;*/
	width: 15px;
	height: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: brightness(1.1);
}

#setup .styles {
	float: left;
	margin: 0 5px 0 0;
	width: 175px;
}
#setup .styles .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 165px;
	height: 410px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
	background-color: transparent !important;
	-webkit-overflow-scrolling: touch;
}
#setup .styles .menu .row {
	clear: both;
	margin: 1px 1px 0 0;
	padding: 2px 5px 2px 0;
	font-size: 13px !important;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
}
.no-touch #setup .styles .menu .row:hover {
	color: #333333;
	margin: 0 1px 0 0;
	padding: 3px 5px 2px 0;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup .styles .menu .row_selected {
	clear: both;
	margin: -1px 0 0 0;
	/*padding: 2px 5px 3px 0;*/
	padding: 3px 6px 4px 1px;
	font-size: 13px !important;
	vertical-align: middle;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;*/
	background-color: rgba(0, 0, 0, 0.65);
}
.no-touch #setup .styles .menu .row_selected:hover {
	cursor: default;
	color: #333333;
}
#setup .styles .menu .row input.radiobutton,
#setup .styles .menu .row_selected input.radiobutton {
	float: left;
	margin: 0;
	line-height: 20px;
	width: 1px;
	visibility: hidden;
}
#setup .styles .menu .row .favicon,
#setup .styles .menu .row_selected .favicon {
	float: left;
	margin: 1px 5px 0 3px;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 20px;
}

#setup_localnews,
.setup_localnews {
	width: 330px;
	height: auto;
}
#setup_localnews .menu {
	margin: 7px 0 15px 0;
	padding: 5px;
	width: 290px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px #999999;
	-webkit-box-shadow: inset 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px #999999;
	background: url('../images/bg_transparent_black.png') repeat;
}
#setup_localnews .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
}
.no-touch #setup_localnews .menu .row:hover {
	color: #333333;
	margin: 1px 1px 0 1px;
	outline: solid 1px #e5e5e5;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup_localnews .menu .row input.radiobutton {
	float: left;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup_localnews .menu .row .flag {
	float: right;
	margin: 3px 0 3px 5px;
	border: 0;
	width: 15px;
	height: 11px;
}
#setup_localnews input.filter {
	cursor: default;
	padding: 1px 0 0 0;
	margin: 0;
	width: 260px;
	height: 19px; 
	color: #666666;
	font-style: italic;
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 19px;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#setup_localnews li {
	display: inline;
}

#setup_search,
.setup_search {
	width: 580px;
	height: auto;
}
#setup_search .menu {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 540px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
}
#setup_search .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 3px 2px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
	min-height: 24px;
	max-height: 48px;
	line-height: 24px;
}
.no-touch #setup_search .menu .row:hover {
	color: #333333;
	margin: 1px 1px 0 1px;
	outline: 1px solid #e5e5e5;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup_search .menu .row input.radiobutton {
	float: left;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup_search .menu .row .favicon {
	float: left;
	margin: 4px 4px 0 4px;
	border: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}
#setup_search .menu .row .titlewrapper {
	margin: 4px 0 0 0;
	overflow-x: hidden;
	max-height: 48px;
	width: 400px;
	line-height: 16px;
}
#setup_search .menu .row .titlewrapper b {
	font-weight: normal !important;
}
#setup_search .input-append input.feedsearch {
	cursor: default;
	width: 500px;
	height: 22px;
	color: #666666;
	font-style: italic;
	-webkit-appearance: none;
	-moz-border-radius-topright: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#setup_search .input-append input.btn {
	-moz-border-radius-topleft: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

#setup_prefs,
.setup_prefs {
	width: 350px;
	height: auto;
}
#setup_prefs .language .dropdown-toggle {
	padding: 4px 8px;
	margin: 0;
	width: 52px;
}
#setup_prefs .language .dropdown-menu {
	min-width: 68px;
	text-align: left;
	background-image: url('../images/bg_dialogbody.png');
}
#setup_prefs .language .dropdown-menu li a {
	padding: 3px 10px;
}
#setup_prefs .language .flag {
	margin: 0px 2px 3px 0px;
	border: 0;
	width: 15px;
	height: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#addfeed,
.addfeed,
#copyfeed,
.copyfeed {
	width: 360px;
	height: auto;
}
#addfeed .menu,
#copyfeed .menu {
	margin: 0 0 15px 0;
	padding: 2px 10px 2px 2px;
	width: 315px;
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
#addfeed .menu .row,
#copyfeed .menu .row,
.no-touch #addfeed .menu .row:hover,
.no-touch #copyfeed .menu .row:hover {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 3px 1px 3px;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #F5F5F5;
}
.no-touch #addfeed .menu .row:hover,
.no-touch #copyfeed .menu .row:hover {
	color: #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #E6E6E6;
}
#addfeed .menu .row_selected,
#copyfeed .menu .row_selected,
.no-touch #addfeed .menu .row_selected:hover,
.no-touch #copyfeed .menu .row_selected:hover {
	clear: both;
	margin: 0 0 5px 0;
	/*padding: 1px 3px 1px 3px;*/
	padding: 2px 4px 2px 4px;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: default !important;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD !important;*/
	border: 0;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#addfeed .menu .row .titlewrapper,
#addfeed .menu .row_selected .titlewrapper,
#copyfeed .menu .row .titlewrapper,
#copyfeed .menu .row_selected .titlewrapper {
	float: left;
	display: inline-block;
	width: 290px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
#addfeed .menu .row a,
#copyfeed .menu .row a,
#addfeed .menu .row_selected a,
#copyfeed .menu .row_selected a {
	color: #333333;
	font-size: 12px;
	letter-spacing: -0.05em;
	display: inline;
}
#addfeed .menu .row_selected a,
#copyfeed .menu .row_selected a,
.no-touch #addfeed .menu .row_selected:hover a,
.no-touch #copyfeed .menu .row_selected:hover a {
	color: #ffffff !important;
	cursor: default !important;
}

#profile,
.profile {
	width: 665px;
	height: auto;
}
#profile .menu {
	margin: 0;
	padding: 1px 0 0 0;
	width: 200px;
}
#profile .menu .row {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 3px 3px 3px 7px;
	color: #333333;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #F5F5F5;
	white-space: nowrap;
	overflow: hidden;
}
.no-touch #profile .menu .row:hover {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #E6E6E6;
}
#profile .menu .row_selected,
#profile .menu .row_selected:hover {
	clear: both;
	margin: 0 10px 10px 0;
	/*padding: 3px 3px 3px 7px;*/
	padding: 4px 4px 4px 8px;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.45);
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: default !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;*/
	background-color: rgba(0, 0, 0, 0.65);
	white-space: nowrap;
	overflow: hidden;
}
#profile .menu .row .favicon,
#profile .menu .row_selected .favicon {
	float: left;
	margin: 4px 5px 4px 5px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 20px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}

#mailto,
.mailto {
	width: 480px;
	height: auto;
}

#about,
.about {
	width: 480px;
	height: auto;
}

#disclaimer,
.disclaimer {
	width: 720px;
	height: auto;
}

#login,
.login {
	width: 420px;
	height: auto;
}

#recommend,
.recommend {
	width: 480px;
	height: auto;
}

#shortcut,
.shortcut {
	width: 480px;
	height: auto;
}

#help,
.help {
	width: 480px;
	height: auto;
}

#privacy,
.privacy {
	width: 720px;
	height: auto;
}

#tour,
.tour {
	width: 800px;
	height: auto;
}

#video,
.video {
	width: 830px;
	height: auto;
}

#import,
.import {
	width: 480px;
	height: auto;
}

#article,
div.article {
	width: 920px;
	height: auto;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#article .articleheadline {
	font-size: 24px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 5px 10px #ffffff;
	-webkit-box-shadow: 0px 5px 10px #ffffff;
	box-shadow: 0px 5px 10px #ffffff;
	vertical-align: middle;
	width: 670px;
	height: 75px;
	margin-right: -1px;
	border-right: 1px solid #ffffff;
	z-index: 100;
}
.no-touch #article .articleheadline {
	position: fixed;
}
#article .articlewrapper {
	padding: 100px 0 0 0;
}
#article .articletext {
	font-size: 16px;
	line-height: 20px;
}
#article .articletext a {
	font-family: inherit;
	font-size: 16px;
	line-height: 20px;
	color: #004276;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px dashed #ccc;
	border-left: 0;
	margin: 1px 1px 0 1px;
	background-color: #ffffff;
}
#article .articletext p {
    margin: 0 0 15px 0;
}
#article .articletext li p,
#article .articletext a p {
    margin: 0 !important;
}
.no-touch #article .articletext a:hover {
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	background-color: #F1F1F1;
}
#article .favicon,
body.article .favicon {
	float: left;
	margin: 0 4px 0 0;
	border: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}
#article #articlewrapper ul,
#article #articlewrapper ol,
body.article #articlewrapper ul,
body.article #articlewrapper ol {
	list-style-position: outside;
	margin: 0 0 10px 10px !important;
	padding: 0;
}
#article #articlewrapper li,
body.article #articlewrapper li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: square;
}
#article .articletext ul br:nth-child(1n+1),
#article .articletext ol br:nth-child(1n+1) {
    display: none;
}
body.article .footerlink {
	color: #333333;
}
body.article .footerlink:hover {
	color: #000000;
}
body.article .footerlink i {
	color: #999999;
}
body.article .footerlink:hover i {
	color: #666666;
}
#article .dialogbody,
#article .articleheadline,
#article .headline {
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

#article .recs,
#recstreamcontent .recs,
#historystreamcontent .recs {
	float: left;
	overflow: hidden;
	font-family: 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom: solid 1px #d9d9d9;
	height: 88px;
	width: 190px;
	margin: 0 10px 0 0;
	padding: 5px 5px 5px 5px;
}
#recstreamcontent .recs,
#historystreamcontent .recs {
	width: 220px;
}
.no-touch #article .recs:hover,
.no-touch #recstreamcontent .recs:hover,
.no-touch #historystreamcontent .recs:hover {
	background-color: #fcfcfc;
	border-bottom: solid 1px #B6B6B6;
}
#article .recs .titlebar,
#recstreamcontent .recs .titlebar,
#historystreamcontent .recs .titlebar {
	clear: both;
	padding: 0;
	height: 16px;
	background: none;
	margin: 0 0 3px 0;
}
#article .recs .titlebar .favicon,
#recstreamcontent .recs .titlebar .favicon,
#historystreamcontent .recs .titlebar .favicon {
	float: left;
	margin: 2px 4px 2px 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	line-height: 16px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-filter: saturate(3);
	-moz-filter: saturate(3);
	-o-filter: saturate(3);
	filter: saturate(3);
}
#article .recs .titlebar .icon,
#recstreamcontent .recs .titlebar .icon,
#historystreamcontent .recs .titlebar .icon {
	float: right;
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 16px;
}
#article .recs .sourcewrapper,
#recstreamcontent .recs .sourcewrapper,
#historystreamcontent .recs .sourcewrapper {
	float: left;
	line-height: normal !important;
	width: 170px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
}
#historystreamcontent .recs .sourcewrapper {
	width: 200px;
}
#recstreamcontent .recs .titlebar a .icon,
#historystreamcontent .recs .titlebar a .icon {
	float: right;
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 16px;
	cursor: pointer;
	color: #B4B4B4;
	font-size: 12px;
}
#recstreamcontent .recs .titlebar a:hover .icon.recgood {
	color: #468847;
}
#recstreamcontent .recs .titlebar a:hover .icon.recbad {
	color: #C03000;
}
#article .recs .source,
#recstreamcontent .recs .source,
#historystreamcontent .recs .source {
	font-family: 'Arial Narrow', 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 5px 3px 5px 0;
	display: inline;
	vertical-align: middle;
	line-height: 16px;
}
#article .recs .headlinewrapper,
#recstreamcontent .recs .headlinewrapper,
#historystreamcontent .recs .headlinewrapper {
	width: auto;
	margin: 0 0 2px 0;
}
#article .recs .headline,
#recstreamcontent .recs .headline,
#historystreamcontent .recs .headline {
	font-family: 'Cambria', 'Georgia', 'Cochin', 'Hoefler Text', 'Didot', 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	line-height: 17px;
}
#article .recs .textwrapper,
#recstreamcontent .recs .textwrapper,
#historystreamcontent .recs .textwrapper {
	overflow: visible;
	margin: 0 0 0 3px;
}
#article .recs .text,
#recstreamcontent .recs .text,
#historystreamcontent .recs .text {
	font-family: 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin: 0 5px 0 0;
	line-height: 17px;
}
#article .recs .date,
#recstreamcontent .recs .date,
#historystreamcontent .recs .date {
	float: left;
	font-family: 'Corbel', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
	margin: 0 10px 0 2px;
	color: #999999;
	font-size: 13px;
	line-height: 17px;
}

#sourcefinder,
.sourcefinder {
	width: 920px;
	height: 615px;
}

#sharediv,
#readlaterdiv {
	z-index: 1000;
	position: absolute;
}
#sharediv .dropdown-menu,
#readlaterdiv .dropdown-menu {
	/*-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;*/
}
#sharediv a,
#readlaterdiv a {
	text-decoration: none;
}
#sharediv img.icon,
#readlaterdiv img.icon {
	float: none;
	margin: 1px 5px 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-filter: grayscale(1) contrast(2);
	-moz-filter: grayscale(1) contrast(2);
	-o-filter: grayscale(1) contrast(2);
	filter: grayscale(1) contrast(2);
}
.no-touch #sharediv a:hover img.icon,
#sharediv a:focus img.icon,
#sharediv a:active img.icon,
.no-touch #readlaterdiv a:hover img.icon,
#readlaterdiv a:focus img.icon,
#readlaterdiv a:active img.icon {
	-webkit-filter: grayscale(1) invert(1);
	-moz-filter: grayscale(1) invert(1);
	-o-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}
#sharediv i,
#readlaterdiv i {
	font-size: 20px;
	margin: 0 1px 0 0;
	width: 17px;
	height: 17px;
}

.btn,
input[type="text"],
textarea,
.dropdown-menu {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}
.dropdown-menu {
	background-color: #FDFDFD;
}
.no-touch .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	color: #ffffff !important;
	background-image: none !important;
	background-color: #333333 !important;
	text-shadow: none !important;
}

.modal {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}
.modal-footer {
	padding: 10px !important;
	border-top: 1px solid #DCDCDC;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.modal-body {
	padding: 20px 15px 20px 15px !important;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	-moz-opacity: 0.3 !important;
	-webkit-opacity: 0.3 !important;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-transition: 250ms opacity;
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.2), rgba(127, 127, 127, 0.5) 30%, rgba(0, 0, 0, 1));
	display: -webkit-box;
}
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

#uservoice-feedback-tab,
#uservoice-feedback-tab:link {
	width: 16px !important;
	height: 65px !important;
}

.connect_widget_connected_text a {
	color: #3B5998 !important;
	text-shadow: none;
}


.fyre * {
	font-family: inherit !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.fyre-help {
	display: none !important;
}
/*The tag targeting the text displaying the number of comments.*/
.fyre-comment-count {
	font-size: 13px !important;
	text-transform: capitalize !important;
}
.fyre-comment-count span {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
}
/*The bounding box that contains the login bar and options.*/
.fyre-login-bar {}
.fyre-box-list ul,
.fyre-box-list ol,
.fyre-box-list li {
	list-style-type: none !important;
	list-style-position: inside !important;
	margin: 0 !important;
}
.fyre-box-list li {
	border-bottom: 0 !important;
	list-style-type: none !important;
	list-style-position: inside !important;
	margin: 0 !important;
}
.fyre .fyre-box-list li a {
	padding: 3px 10px 3px 10px !important;
	font-family: inherit !important;
	font-size: 13px !important;
}
.no-touch .fyre .fyre-box-list li a:hover {
	background-color: #333333 !important;
	color: #ffffff !important;
}
/*The bounding box around the number of people listening and their avatars.*/
.fyre-live-container {}
.fyre-stream-livecount {
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
	line-height: 0 !important;
}
.fyre-livecount {
	vertical-align: middle !important;
	line-height: 25px !important;
	top: 0 !important;
}
.fyre-listener-avatars {
	vertical-align: middle !important;
}

/*The bounding box around the .fyre-login-bar, .fyre-live-container, and the actual textarea where users write their comments.*/
.fyre-editor {}
.fyre-editor-field,
.fyre-editor-iframe {
	font-size: 13px !important;
	/*background-color: #f5f5f5 !important;
	border: 1px solid #666666 !important;*/
	background-color: #E6E6E6 !important;
	border: 1px solid #E6E6E6 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-ms-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	border-radius: 2px !important;
	cursor: text !important;
}
body.article .fyre-editor-field,
body.article .fyre-editor-iframe {
	background-color: #ffffff !important;
}
.fyre-editor-error {
	font-size: 13px !important;
	background-image: none !important;
	border: 1px solid #CB3536 !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.fyre-editor-error-close {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.fyre-editor-spinner {
	background-image: none !important;
}
.fyre-editor-toolbar {
	margin: 10px 0 10px 0 !important;
}
.fyre-editor-toolbar .goog-toolbar {}
.fyre-editor-toolbar .goog-toolbar,
.fyre-editor-toolbar .goog-toolbar .goog-toolbar-separator {
	background-image: none !important;
	background-color: transparent !important;
	border: 0 !important;
}
.fyre-share-counter {
	display: none !important;
}
.fyre-button-left,
.fyre-button-right,
.fyre-button-right .fyre-button-right-inner-box {
	font-size: 14px !important;
	color: #333333 !important;
}
.fyre-format-button,
.fyre-mention-button,
.fyre-embed-button,
.fyre-raw-button,
.fyre-share-button {
	display: none !important;
}
.fyre-post-button-new *,
.fyre-post-button-edit *,
.fyre-post-button-reply *,
.fyre-cancel-button *,
.fyre-follow-button * {
	text-transform: capitalize !important;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	line-height: normal !important;
	text-shadow: none !important;
}

/*The bounding box around the sorting options.*/
body.article .fyre-stream-sort {
	display: none !important;
}
/*The option "Newest"*/
.fyre-stream-sort .fyre-stream-sort-newest,
.fyre-stream-sort .fyre-stream-sort-oldest,
.fyre-stream-sort .fyre-stream-sort-top-comments {
	color: #A6A6A6 !important;
	margin-right: 10px !important;
}
.no-touch .fyre-stream-sort .fyre-stream-sort-newest:hover,
.no-touch .fyre-stream-sort .fyre-stream-sort-oldest:hover,
.no-touch .fyre-stream-sort .fyre-stream-sort-top-comments:hover {
	color: #666666 !important;
}
/*The separatar bar between the options ("|")*/
.fyre-stream-sort .fyre-stream-sort-bar {
    display: none !important;
}
/*The currently selected sorting option*/
.fyre-stream-sort .fyre-stream-sort-selected {
	font-weight: bold !important;
}

body.article .fyre-comment-stream {
	margin-top: 40px !important;
}
/*The bounding box that contains the user profile picture.*/
.fyre-comment-user {}
/*The username.*/
.fyre-comment-username {}
/*The moderator bounding box.*/
.fyre-moderator {}
.fyre-comment-author-tag {
	text-transform: uppercase !important;
	background-color: #6482AD !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-ms-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	border-radius: 2px !important;
}
.fyre-comment-tag {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-ms-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	border-radius: 2px !important;
}
.fyre-comment-tag [class*="-icon"] {
	display: none !important;
}
.fyre-comment-tag [class*="-text"] {
	margin: 0 !important;
	text-transform: uppercase !important;
}
/*Bounding box around the comment text/link.*/
.fyre-comment {}
/*The bounding box for the entire comment content.*/
.fyre-comment-article {}
/*The tag attached to the “time since posted” element.*/
.fyre-comment-date {}
/*The bounding box around the media content.*/
.fyre-comment-media {}
/*The bounding box around the possible actions you can take on a comment.*/
.fyre-comment-actions {}
.fyre-comment-actions span {
	display: none !important;
}
.fyre-share-link {
	display: none !important;
}
/*The bounding box around the “Like” link.*/
.fyre-comment-like {
	display: none !important;
}
/*The bounding box around the “Reply” link.*/
.fyre-comment-reply {}
a.fyre-comment-username,
a.fyre-comment-action-button,
a.fyre-mention,
a.fyre-mention span[property="name"] {
	color: #6482AD !important;
}
.fyre-mention-menu {
	border: 1px solid #A1A1A1 !important;
}
.fyre-comment-edit,
.fyre-comment-action-button,
.fyre-comment-actions a {
	color: #6482AD !important;
	font-size: 13px !important;
	text-decoration: none !important;
}
.no-touch .fyre-comment-edit:hover,
.no-touch .fyre-comment-action-button:hover,
.no-touch .fyre-comment-actions a:hover {
	text-decoration: underline !important;
}
.fyre-comment-date {
	font-size: 13px !important;
	color: #999999 !important;
}

a.fyre-user-loggedout,
.fyre-post-button-new,
.fyre-post-button-edit,
.fyre-post-button-reply,
.fyre-cancel-button,
.fyre-follow-button {
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
	text-transform: capitalize !important;
	margin: 0 2px 0 2px !important;
	padding: 5px 8px 5px 8px !important;
	color: #333333 !important;
	background-color: transparent !important;
	border: 1px solid #666666 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-image: none !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif !important;
	font-weight: normal !important;
}
.no-touch a.fyre-user-loggedout:hover,
.no-touch .fyre-post-button-new:hover,
.no-touch .fyre-post-button-edit:hover,
.no-touch .fyre-post-button-reply:hover,
.no-touch .fyre-cancel-button:hover,
.no-touch .fyre-follow-button:hover,
a.fyre-user-loggedout:focus,
.fyre-post-button-new:focus,
.fyre-post-button-edit:focus,
.fyre-post-button-reply:focus,
.fyre-cancel-button:focus,
.fyre-follow-button:focus,
a.fyre-user-loggedout:active,
.fyre-post-button-new:active,
.fyre-post-button-edit:active,
.fyre-post-button-reply:active,
.fyre-cancel-button:active,
.fyre-follow-button:active {
	color: #333333 !important;
	background-color: #e6e6e6 !important;
}
.no-touch a.fyre-user-loggedout:hover,
.no-touch .fyre-post-button-new:hover,
.no-touch .fyre-post-button-edit:hover,
.no-touch .fyre-post-button-reply:hover,
.no-touch .fyre-cancel-button:hover,
.no-touch .fyre-follow-button:hover,
a.fyre-user-loggedout:focus,
.fyre-post-button-new:focus,
.fyre-post-button-edit:focus,
.fyre-post-button-reply:focus,
.fyre-cancel-button:focus,
.fyre-follow-button:focus {
	color: #333333 !important;
	text-decoration: none !important;
}
a.fyre-user-loggedout:active,
.fyre-post-button-new:active,
.fyre-post-button-edit:active,
.fyre-post-button-reply:active,
.fyre-cancel-button:active,
.fyre-follow-button:active {
	background-image: none !important;
	outline: 0 !important;
}


.only-no-touch {
	display: none !important;
}
.no-touch .only-no-touch {
	display: inline !important;
}