<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:250px;
	z-index:9999;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
}
.gritter-item-wrapper {
	position:relative;
	padding-bottom: 10px;
}
.gritter-item {
	display:block;
	padding:12px 11px;
	background:#424141;
	/*background:url(../images/gritter.png) no-repeat left -40px;*/
	color:#ffffff;
	font-size: 11px;
}
.gritter-item p {
	line-height:					14px;
}
.gritter-item .time {
	margin-bottom:					3px;
	color:							#b6b6b6;
}
.gritter-item ol {
	list-style:					decimal inside;
	line-height:					14px;
}

.gritter-close {
	display:block;
	position:absolute;
	top: 12px;
	right: 11px;
	cursor:pointer;
	color: #ffffff;
	text-decoration: none;
}
.gritter-title {
	padding:0 0 7px 0;
	display:block;
}
.gritter-title .type {
	font-weight: 700;
}
.gritter-image {
	display:							inline-block;
	float:								left;
	width:								45px;
	height:								46px;
	line-height:						46px;
	margin-right:						12px;
	background:							#373737;
	text-align:							center;
	font-size:							20px;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	display:inline-block;
	width:160px;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}</pre></body></html>