<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* My Media */
.cMyMedia [data-role='status'] {
	/*display: none;*/
}

.cMyMedia [data-role="myMediaContent"] {
	overflow-y: auto;
	overflow-x: hidden;
}
html[dir="ltr"] .cMyMedia .ipsColumn [data-role="myMediaContent"] {
	padding-left: 0;
}
html[dir="rtl"] .cMyMedia .ipsColumn [data-role="myMediaContent"] {
	padding-right: 0;
}

html[dir="ltr"] .cMyMedia .ipsSideMenu {
	padding-right: 0;
}
html[dir="rtl"] .cMyMedia .ipsSideMenu {
	padding-left: 0;
}

.cMyMedia_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Core app, non-framework styles */
#elError .fa {
	margin-bottom: 10px;
}
#elErrorMessage {
	margin-top: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	max-width: 800px;
}

#elRSS {
	color: #F28826;
	font-size: 22px;
}

	html[dir="ltr"] #elRSS {
		margin-left: 10px;
	}
	html[dir="rtl"] #elRSS {
		margin-right: 10px;
	}

.cRegister_noSocial {
	max-width: 700px;
}


.cLogin_single {
	max-width: 500px;
}
.cLogin_popupSingle {
	max-width: 250px;
}

.cLogin .ipsButton_primary {
	margin-bottom: 7px;
}

.cLogin_noSocial {
	max-width: 500px;
}

.cLogin_social {
	padding: 7px 0;
}

/* USER HOVERCARDS */
.cUserHovercard {
	min-height: 200px;
	min-width: 450px;
}

.cUserHovercard .ipsPageHead_special {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 85px;
	width: 100%;
	background-color: {theme="profile_header"};
}

.cUserHovercard .ipsPageHead_special .ipsUserPhoto {
	position: absolute;
	top: 35px;
}
html[dir="ltr"] .cUserHovercard .ipsPageHead_special .ipsUserPhoto {
	left: 15px;
}
html[dir="rtl"] .cUserHovercard .ipsPageHead_special .ipsUserPhoto {
	right: 15px;
}

.cUserHovercard .ipsPageHead_special .ipsType_sectionHead, 
.cUserHovercard .ipsPageHead_special p {
	position: absolute;
	color: #fff;
}
html[dir="ltr"] .cUserHovercard .ipsPageHead_special .ipsType_sectionHead, 
html[dir="ltr"] .cUserHovercard .ipsPageHead_special p {
	left: 110px;
}
html[dir="rtl"] .cUserHovercard .ipsPageHead_special .ipsType_sectionHead, 
html[dir="rtl"] .cUserHovercard .ipsPageHead_special p {
	right: 110px;
}

.cUserHovercard .ipsPageHead_special p {
	top: 60px;
}

.cUserHovercard .ipsPageHead_special .ipsType_sectionHead {
	top: 28px;
	font-size: 24px;
	max-width: 325px;
	line-height: 36px;
}

.cUserHovercard .ipsDataList .ipsDataItem_generic,
.cUserHovercard .ipsDataList .ipsDataItem_main {
	padding: 2px 0;
}

html[dir="ltr"] .cUserHovercard .ipsDataList .ipsDataItem_main {
	padding-left: 5px;
}
html[dir="rtl"] .cUserHovercard .ipsDataList .ipsDataItem_main {
	padding-right: 5px;
}

.cUserHovercard .cUserHovercard_data {
	max-width: 330px;
}
html[dir="ltr"] .cUserHovercard .cUserHovercard_data {
	margin-left: 105px;
}
html[dir="rtl"] .cUserHovercard .cUserHovercard_data {
	margin-right: 105px;
}

.cUserToggleFriend {
	position: absolute;
	top: 50px;
}
html[dir="ltr"] .cUserToggleFriend {
	right: 15px;
}
html[dir="rtl"] .cUserToggleFriend {
	left: 15px;
}

.cUserHovercard .ipsRepBadge {
	width: 80px;
	position: absolute;
	top: 120px;
	text-align: center;
}
html[dir="ltr"] .cUserHovercard .ipsRepBadge {
	left: 20px;
}
html[dir="rtl"] .cUserHovercard .ipsRepBadge {
	right: 20px;
}

/* Sidebar Manager */
.cWidgetContainer[data-widgetArea="header"] {
	margin: 10px 0 20px;
}

.cWidgetContainer[data-widgetArea="footer"] {
	margin-top: 10px;
}

.cWidgetsManaging #ipsLayout_sidebar {
	overflow: visible;
}

.cWidgetContainer.cWidgetContainer_managing {
	display: block;
	min-height: 100px;
	position: relative;
	background-color: #eaf3f8;
}
	
	.cWidgetContainer.cWidgetContainer_managing &gt; ul {
		display: block;
		min-height: 100px;
	}

		.cWidgetContainer &gt; ul &gt; li:first-child {
			margin-top: 0;
		}

	.cWidgetContainer.cWidgetContainer_managing:before {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		border: 1px dashed #5f95c7;
	}

.cWidgetContainer_managing li.ipsWidget[data-blockconfig="true"] {
	min-height: 100px;
}
.cWidgetContainer_managing &gt; ul &gt; li:not([data-hidden="true"]) { 
	position: relative;
	display: block !important; /* Required to show widgets that might be hidden by device size settings */
	margin-top: 10px !important; /* same reason */
}
.cSidebarBlock_managing {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 50px;
	background: rgba(255,255,255,0.6);
	border: 1px dotted rgba(0,0,0,0.2);
	cursor: move;
}

	.cSidebarBlock_managing [data-action="removeBlock"] {
		width: 28px;
		height: 28px;
		border-radius: 14px;
		background: #000;
		color: #fff;
		line-height: 28px;
		text-align: center;
		position: absolute;
		top: -5px;
	}
	html[dir="ltr"] .cSidebarBlock_managing [data-action="removeBlock"] {
		right: -5px;
	}
	html[dir="rtl"] .cSidebarBlock_managing [data-action="removeBlock"] {
		left: -5px;
	}

	.cSidebarBlock_managing h4 {
		position: absolute;
		top: 5px;
		background: #151515;
		color: #fff;
		line-height: 20px;
		font-size: 12px;
		font-weight: 400;
		padding: 0 15px;
		margin: 0;
		border-radius: 15px;
	}

	html[dir="ltr"] .cSidebarBlock_managing h4 {
		left: 9px;
	}
	html[dir="rtl"] .cSidebarBlock_managing h4 {
		right: 9px;
	}

.cSidebarBlock_loading {
	min-height: 120px;
}

#elWidgetControls {
	position: fixed;
	top: 50%;	
	width: 18px;
	opacity: 0.5;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	z-index: 10000;
}

#devices_to_show li {
	margin: 0 8px 0 0;
	float: left;
}

/* Hide widget control on phones */
@media screen and (max-width: 767px) {
	#elWidgetControls {
		display: none !important;
	}
}

html[dir="ltr"] #elWidgetControls {
	left: 0;
	border-radius: 0 3px 3px 0;
}
html[dir="rtl"] #elWidgetControls {
	right: 0;
	border-radius: 3px 0 0 3px;
}

	#elWidgetControls:hover {
		opacity: 1;
	}

#elSidebarWidgets.cSidebarManaging {
	min-height: 100px;
}
	
	#elSidebarWidgets.cSidebarManaging &gt; li {
		min-height: 100px;
	}
	
#elSidebarManager {
	position: fixed;
	top: 0;
	bottom: 0;
	padding-bottom: 70px;
	width: 300px;
	z-index: 1000;	/* Make sure it shows on top of things when page horizontally scrolls */
}
html[dir="ltr"] #elSidebarManager {
	left: 0;
}
html[dir="rtl"] #elSidebarManager {
	right: 0;
}

	#elSidebarManager &gt; div:first-child {
		position: absolute;
		top: 0;
		bottom: 70px;
		width: 300px;
		overflow: auto;
	}
	
	#elSidebarManager [data-role='availableBlocks'] {
		min-height: 100px;
	}

	#elSidebarManager .cSidebarManager_open,
	#elSidebarManager .cSidebarManager_closed {
		position: relative;
	}
	html[dir="ltr"] #elSidebarManager .cSidebarManager_open,
	html[dir="ltr"] #elSidebarManager .cSidebarManager_closed {
		padding-left: 26px;
	}
	html[dir="rtl"] #elSidebarManager .cSidebarManager_open,
	html[dir="rtl"] #elSidebarManager .cSidebarManager_closed {
		padding-right: 26px;
	}

	#elSidebarManager .cSidebarManager_open:before,
	#elSidebarManager .cSidebarManager_closed:before {
		font-family: "FontAwesome";
		position: absolute;
		font-size: 18px;
	}
	html[dir="ltr"] #elSidebarManager .cSidebarManager_open:before,
	html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before {
		left: 12px;
	}
	html[dir="rtl"] #elSidebarManager .cSidebarManager_open:before,
	html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before {
		right: 12px;
	}

	#elSidebarManager .cSidebarManager_open:before {
		content: '\f0d7';
	}

	html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before {
		content: '\f0da';
	}
	html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before {
		content: '\f0d9';
	}

#elSidebarManager_submit {
	position: fixed;
	bottom: 0;
	width: 300px;
	background: #000;
	z-index: 5500;
}
html[dir="ltr"] #elSidebarManager_submit {
	left: 0;
}
html[dir="rtl"] #elSidebarManager_submit {
	right: 0 !important;
}

.cSidebarManager_block {
	background: #313233;
	padding: 7px;
	margin: 0 0 10px 10px;
	color: #fff;
}
html[dir="rtl"] .cSidebarManager_block {
	margin: 0 10px 10px 0;
}

.cSidebarManager_placeholder {
	background: #bcd3e3;
	height: 75px;
	margin-top: 20px;
}

	#elSidebarManager .cSidebarManager_placeholder {
		background: transparent;
		margin-top: 0;
	}

.cAnnouncement {
	margin-bottom: 10px;
}

/* Registration validation */
#username + [data-role="validationCheck"], 
#email_address + [data-role="validationCheck"] {
	position: relative;
	top: 3px;
	font-size: 18px;
}
html[dir="ltr"] #username + [data-role="validationCheck"], 
html[dir="ltr"] #email_address + [data-role="validationCheck"] {
	margin-left: -28px;
}
html[dir="rtl"] #username + [data-role="validationCheck"], 
html[dir="rtl"] #email_address + [data-role="validationCheck"] {
	margin-right: -28px;
}
.ipsHovercard[data-role="advicePopup"] {
	width: 300px;
}
	.ipsHovercard[data-role="advicePopup"] &gt; div {
		min-height: 60px;
	}
		.ipsHovercard[data-role="advicePopup"] &gt; div .ipsType_sectionHead {
			font-size: 16px;
		}

.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem {
	left: -30px;
	top: 15px;
	border-color: transparent #fff transparent transparent;
}
	.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem:before {
		top: -16px;
		left: -17px;
		border-color: transparent #ddd transparent transparent;
	}
	
.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem {
	right: -30px;
	top: 15px;
	border-color: transparent transparent transparent #fff;
}
	.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem:before {
		top: -16px;
		right: -17px;
		border-color: transparent transparent transparent #ddd;
	}
	
.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem {
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
	border-color: #fff transparent transparent transparent;
}
	.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem:before {
		top: -15px;
		left: -16px;
		border-color: #ddd transparent transparent transparent;
	}

	
/* Upload Fix */
[data-role="registerForm"] .ipsAttach .ipsDataItem_size2 {
	display: none;
}


/* Sign in popup */
#elUserSignIn_menu {
	max-width: 560px;
}

/* Poll editor */
.cPoll [data-action='addQuestion'] {
	margin-top: 15px;
}

.cPoll [data-role='question'] {
	margin-bottom: 7px;
}

	.cPoll [data-role='question']:last-child {
		margin-bottom: 0;
	}

html[dir="ltr"] .cPollChoices [data-role="choiceRow"] {
	padding-left: 35px;
}
html[dir="rtl"] .cPollChoices [data-role="choiceRow"] {
	padding-right: 35px;
}

.cPollChoices &gt; li {
	border-bottom: 0;
}

	.cPollChoices &gt; li &gt; div {
		padding-top: 5px;
	}

/* Poll view */
.cPollList .ipsType_sectionHead {
	margin-bottom: 10px;
}

.cPollList &gt; li:not( :last-child ) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.cPollList_choices &gt; li {
	border: 0;
}

.cPollVoteBar {
	display: block;
	border-radius: 2px;
	background: #ebebeb;
	height: 20px;
}
	
	.cPollVoteBar &gt; span {
		background: {theme="poll_bar"};
		position: relative;
		display: block;
		height: 20px;
		border-radius: 2px;
	}

	.cPollVoteBar &gt; span:after {
		content: attr( data-votes );
		line-height: 18px;
		color: #666;
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		width: 60px;
	}
	html[dir="ltr"] .cPollVoteBar &gt; span:after {
		right: -65px;
	}
	html[dir="rtl"] .cPollVoteBar &gt; span:after {
		left: -65px;
	}

		.cPollVoteBar &gt; span.cPollVoteBar_inside:after {
			color: #fff;
		}
		html[dir="ltr"] .cPollVoteBar &gt; span.cPollVoteBar_inside:after {
			right: 5px;
			text-align: right;
		}
		html[dir="rtl"] .cPollVoteBar &gt; span.cPollVoteBar_inside:after {
			left: 5px;
			text-align: left;
		}

.cPollCloseDate {
	margin-top: 10px;
}

.cPollButtons.ipsToolList.ipsToolList_horizontal &gt; li.ipsPos_right {
	min-width: 0; 
}

/* Online users */
.cOnlineUser {
	height: 60px;
}

#elCopyright a {
	font-size: 12px;
}

#elSiteOffline {
	text-align: center;
	background: rgba(0,0,0,0.8);
	padding: 7px;
	color: #fff;
	font-size: 12px;
	z-index: 50000;
	transition: 0.3s all linear;
}

	#elSiteOffline h2 {
		margin-bottom: 5px;
		font-size: 16px;
	}

/* Share Links */
.cShareLink {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 16px;
	display: inline-block;
	color: white !important;
	font-size: 15px;
}
.cShareLink:hover {
	color: white;
}

	.cUserNav_icon .cShareLink {
		padding-top: 5px;
	}

	.cShareLink_internal { background: #008b00; }
	.cShareLink_delicious { background: #3274D1; }
	.cShareLink_deviantart { background: #16A085; }
	.cShareLink_digg { background: #14589E; }
	.cShareLink_email { background: #444; }
	.cShareLink_facebook { background: #3B5998; }
	.cShareLink_linkedin { background: #007FB1; }
	.cShareLink_reddit { background: #FF4500; }
	.cShareLink_twitter { background: #00ACED; }
	.cShareLink_vk { background: #507299; }
	.cShareLink_weibo { background: #D32F2F; }
	.cShareLink_youtube { background: #E62117; }
	.cShareLink_foursquare { background: #2D5BE3; }
	.cShareLink_etsy { background: #F56400; }
	.cShareLink_flickr { background: #202022; }
	.cShareLink_github { background: #000000; }
	.cShareLink_instagram { background: #E13D62; }
	.cShareLink_pinterest { background: #BD081C; }
	.cShareLink_slack { background: #42C299; }
	.cShareLink_xing { background: #B0D400; }
	.cShareLink_tumblr { background: #36465D; }

#elIgnoreUsers &gt; li {
	margin-bottom: 0;
}

.cAutoCheckIcon {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.ipsApp .ipsButton.cMultiQuote {
	line-height: 22px;
	padding: 0 6px;
}

/* Member stats widget */
.ipsWidget_vertical .cNewestMember {
	width: 85px;
}

html[dir="ltr"] .ipsWidget_horizontal .cNewestMember {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 15px;
}
html[dir="rtl"] .ipsWidget_horizontal .cNewestMember {
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-right: 15px;
}

	.ipsWidget_horizontal .cNewestMember .ipsType_normal {
		line-height: 1;
	}

/* Status update widget */
.ipsWidget .cStatusUpdateWidget .ipsComposeArea_dummy {
	padding: 7px 10px;
	font-size: 13px;
}
	
	.ipsWidget .cStatusUpdateWidget .ipsComposeArea_dummy .fa {
		margin-right: 5px;
	}

	.ipsWidget .cStatusUpdateWidget [data-role="attachmentArea"] {
		display: none !important;
	}

.cTagPopup .ipsTags {
	margin-top: 10px;
}

/* New post flash message */
#elFlashMessage.cPostFlash {
	height: 48px;
	line-height: 32px;
}

.cNotificationFlash .ipsType_veryLarge {
	font-size: 38px;
	line-height: 1;
}

/* Status submit form */
html[dir] .ipsApp #elStatusSubmit .ipsToolList .ipsComposeArea_formControl {
	margin-top: 10px;
}

/* Guest Terms Bar */
body.cWithGuestTerms {
	padding-bottom: 80px;
}

#elGuestTerms {
	background: rgb(32,32,32);
	background: linear-gradient(to bottom, rgba(49,49,49,1) 0%,rgba(32,32,32,1) 100%);
	width: 100%;
	color: #c0c0c0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	vertical-align: bottom;
	z-index: 4000;
}

	#elGuestTerms a:not( .ipsButton ) {
		color: #dadada;
		border-bottom: 1px dotted #dadada;
	}

	#elGuestTerms .ipsType_sectionHead {
		color: #fff;
		font-size: 17px;
	}

/* Guest Sign In */
.cGuestTeaser .ipsButton.ipsButton_primary {
	width: 100%;
	max-width: 350px;
}

.cGuestTeaser_social {
	width: 250px;
	margin-bottom: 5px;
}

/* Reactions */
.cReactionTabs .ipsTabs_item {
	padding: 0 15px;
}

	.cReactionTabs .ipsTabs_item img {
		position: relative;
		top: -1px;
		left: -3px;
	}


/* Color chooser for Content Item Messages */
html[dir] .ipsList_inline.cColorChoices li {
	margin: 0;
	position: relative;
}

.cColorChoice_chooser {
	width: 42px;
	height: 36px;
	padding: 0;
	display: block;
	position: relative;
	border: 2px solid transparent;
	transition: 0.05s all ease-in-out;
}

	.cColorChoice_chooser:before {
		display: none;
		border: 0;
	}

html[dir] .ipsList_inline.cColorChoices li input[type="radio"] {
	border-radius: 0;
	position: absolute;
	width: 42px;
	height: 36px;
	z-index: 100;
	opacity: 0.00001;
}
	html[dir] .ipsList_inline.cColorChoices li input[type="radio"]:checked + span {
		border-color: #000;
		z-index: 200;
		transform: scale(1.2);
	}

html[dir] .ipsList_inline.cColorChoices li span.ipsMessage.ipsMessage_none {
	background: rgb(248,248,248);
	background: linear-gradient(135deg, rgba(248,248,248,1) 0%,rgba(240,240,240,1) 100%);
	border-color: rgba(0,0,0,0.05);
}

html[dir="ltr"] .cContentMessage .ipsButton_split {
	margin-left: 15px;
}
html[dir="rtl"] .cContentMessage .ipsButton_split {
	margin-right: 15px;
}

.cContentMessage_color,
.cContentMessage_color .ipsType_richText {
	color: #fff;
}

	.cContentMessage_color:before {
		display: none !important;
	}

	.cContentMessage_color .ipsType_light {
		color: rgba(255,255,255,0.7);
	}

/* Club embeds */
.cClubEmbedHeader {
	position: relative;
	height: 120px;
}

.cClubEmbedHeader .ipsUserPhoto {
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: 20px;
}

.cClubEmbed .cClubCard_memberList {
	white-space: nowrap;
	overflow: hidden;
}

/* Notifications Menu Browser Prompt */
.cNotifcationPrompt {
	position: relative;
	background: {theme="area_background_dark"};
	color: #fff;
}

	.cNotifcationPrompt_title {
		color: #fff;
	}

	.cNotifcationPrompt_text {
		opacity: 0.7;
	}

	.cNotifcationPrompt_icon {
		display: block;
		background-image: url({resource="notification.svg" location="front" app="core"});
		background-repeat: no-repeat;
		background-size: cover;
		width: 40px;
		height: 40px;
	}

.cNotifcationPrompt_dismiss {
	display: inline-block;
	background: rgba(0,0,0,0.6);
	width: 16px;
	height: 16px;
	border-radius: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-bottom: 0;
	font-size: 12px;
	position: absolute;
	top: 9px;
}
html[dir="ltr"] .cNotifcationPrompt_dismiss {
	right: 9px;
}
html[dir="rtl"] .cNotifcationPrompt_dismiss {
	left: 9px;
}

/* Announcements */
.cAnnouncementPageTop.ipsMessage:before, 
.cAnnouncementContentTop.ipsMessage:before, 
.cAnnouncementSidebar.ipsMessage:before {
	content: '';
}

.cAnnouncementPageTop, 
.cAnnouncementPageTop a, 
.cAnnouncementSidebar.ipsMessage a, 
.cAnnouncementContentTop.ipsMessage a {
	color: #ffffff;
	text-underline-position: under;
}

.cAnnouncementPageTop.ipsMessage_none, 
.cAnnouncementContentTop.ipsMessage_none,
.cAnnouncementSidebar.ipsMessage_none {
	background: {theme="area_background_dark"};
}

.cAnnouncementsContent:nth-child(1) {
	margin-top: 10px;
}

.cAnnouncementContentTop.ipsMessage {
	margin-bottom: 5px;
}

html[dir] .cAnnouncementContentTop.ipsMessage, 
html[dir] .cAnnouncementSidebar.ipsMessage, 
html[dir] .cAnnouncementPageTop.ipsMessage {
	padding: 0px;
}

.cAnnouncementContentTop span, 
.cAnnouncementSidebar span, 
.cAnnouncementPageTop span {
	display: block;
	padding: 10px;
}

.cAnnouncementContentTop a, 
.cAnnouncementSidebar a, 
.cAnnouncementPageTop a:not([data-role="dismissAnnouncement"]) {
	display: block;
	padding: 10px;
	height: 100%;
	width: 100%;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-bottom: 0px;
}

.cAnnouncementPageTop.ipsMessage {
	padding: 0px;
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

html[dir="ltr"] .cAnnouncementPageTop a:not([data-role="dismissAnnouncement"]), 
html[dir="ltr"] .cAnnouncementPageTop span {
	padding: 15px 55px 15px 15px;
}

html[dir="rtl"] .cAnnouncementPageTop a:not([data-role="dismissAnnouncement"]), 
html[dir="rtl"] .cAnnouncementPageTop span {
	padding: 15px 15px 15px 55px;
}

.cAnnouncementsFloat {
	position: fixed;
	margin: 0px;
	width: 100%;
	top: 0px;
	left: 0;
	right: 0;
}

	a[data-role="dismissAnnouncement"] {
		display: inline-block;
		background: rgba(0,0,0,0.6);
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		border-bottom: 0;
		font-size: 18px;
		position: absolute;
		top: 9px;
	}

	html[dir="ltr"] a[data-role="dismissAnnouncement"] {
		right: 15px;
	}
	html[dir="rtl"] a[data-role="dismissAnnouncement"] {
		left: 15px;
	}

#cAnnouncementSidebar {
	margin-top: 30px;
	position: relative;
	min-width: 295px;
	max-width: 100%;
}

	#cAnnouncementSidebar h3 {
		margin-top: -20px;
	}

	#cAnnouncementSidebar ul &gt; li {
		margin: 3px 10px 5px 10px;
	}

		#cAnnouncementSidebar ul &gt; li:last-child {
			margin-bottom: 10px;
		}
	
.cAnnouncementIcon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: {theme="item_status"};
	color: #fff;
	border-radius: 50%;
	padding: 10px;
	height: 70px;
	width: 70px;
	top: -30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transform: rotate(-20deg);
}

#elAnnouncementGroupWarning {
	margin-top: 10px;
}

/* EMOJI */
ul.cEmojiMenu.ipsMenu {
	display: flex;
	flex-wrap: wrap;
	padding: 7px;
	max-height: 191px; /* rather precise value allows half a row to be seen, to indicate it's scrollable */
	overflow: auto;
	max-width: 100% !important;
	margin: 10px 15px 0 15px;
}

	ul.cEmojiMenu.ipsMenu &gt; li {
		min-width: 150px;
		width: 25%;
		margin-bottom: 4px;
	}

		ul.cEmojiMenu.ipsMenu &gt; li &gt; a,
		ul.cEmojiMenu.ipsMenu &gt; li &gt; a:first-child,
		ul.cEmojiMenu.ipsMenu &gt; li &gt; a:last-child {
			padding: 3px 10px;
			border-radius: 20px;
			display: flex;
			align-items: center;
		}

			ul.cEmojiMenu.ipsMenu &gt; li &gt; a &gt; span[data-role="shortCode"] {
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				display: block;
				min-width: 0;
			}

		ul.cEmojiMenu.ipsMenu &gt; li .ipsEmoji {
			font-size: 16px;
		}</pre></body></html>