/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:50px;
	right: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 {
	position:relative;
	margin:0 0 10px 0;
	background-color: rgba(0,0,0,0.6);
}
.gritter-top {
    background-color: rgba(0,0,0,0.6);
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
    background-color: rgba(0,0,0,0.6);
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
    background-color: rgba(0,0,0,0.6);
	color: #aaaaaa !important;
    font-size: 11px;
	padding: 2px 15px 5px;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
    word-wrap: break-word;
}
.gritter-close{
    cursor: pointer;
    text-indent: -9999em;
}
.gritter-close:before, .gritter-light .gritter-close:before {
    content: '\f12a' !important;
    font-family: 'Ionicons' !important;
    font-size: 14px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    color: rgba(255,255,255,0.3);
    text-indent: 0 !important;
    position: absolute !important;
    text-align: center !important;
    right: 0 !important;
    top: 0 !important;

}
.gritter-title {
    padding: 0 0 7px 0;
    display: block;
    font-size: 14px;
    line-height: 14px !important;
    padding-bottom: 5px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
    margin: 2px 10px 0 0!important;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
    width: 210px !important;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-close {
    background-color: #FFFFFF !important;
    color: #999999 !important;
}
.gritter-light .gritter-title {
    color: #555555 !important;
    text-shadow: none;
}
.gritter-light .gritter-close:before {
    color: #999999 !important;
}