/* the norm */
#gritter-notice-wrapper {
    bottom: 20px;
    position: fixed;
    left: 20px;
    width: 301px;
    z-index: 9999;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    background-color: rgba(0, 0, 0, 0.75);
    margin: 0 0 10px;
    position: relative;
    border-radius: 2px;
}

.gritter-top {
	height: 5px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	height: 5px;
	margin: 0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	color:#eee;
	padding: 15px;
	font-size: 85%;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
    display: block !important;
    height: 35px;
    left: auto;
    right: 0;
    top: 0;
    width: 35px;
    position: absolute;
}

.gritter-close::after {
    color: #fff;
    content: "×";
    font-size: 24px;
    left: 10px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.gritter-title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* 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;
}
