/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:40px;
	width:350px;
	max-height:240px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 50px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	/*background: linear-gradient(360deg,#b5b2b2,#88898a,#bfbdbd);*/
	background: linear-gradient(rgb(227, 228, 230), rgb(55, 55, 55));
	border-radius: 10px;
	border: 1px solid gray;
}
.gritter-top {
	background:url(../images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:10px;
	right:10px;
	/*background:url(../images/gritter.png) no-repeat left top;*/
	cursor:pointer;
	width:20px;
	height:20px;
	text-indent:-9999em;
	background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM3OC4zMDMgMzc4LjMwMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzc4LjMwMyAzNzguMzAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGMzUwMTsiIHBvaW50cz0iMzc4LjMwMywyOC4yODUgMzUwLjAxOCwwIDE4OS4xNTEsMTYwLjg2NyAyOC4yODUsMCAwLDI4LjI4NSAxNjAuODY3LDE4OS4xNTEgMCwzNTAuMDE4ICAgMjguMjg1LDM3OC4zMDIgMTg5LjE1MSwyMTcuNDM2IDM1MC4wMTgsMzc4LjMwMiAzNzguMzAzLDM1MC4wMTggMjE3LjQzNiwxODkuMTUxICIvPjwvc3ZnPg==") no-repeat right top;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:265px;
	float:right;
	max-height: 200px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: overlay;
	overflow-y: scroll;
}
.gritter-with-image::-webkit-scrollbar {
  display: none;
}
/* 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;
}
