#gritter-notice-wrapper {
	position: fixed;
	top: 52px;
	right: 20px;
	width:300px;
	z-index: 9999;
}
.gritter-item-wrapper {
    background: rgba(255,245,207,0.9);
    webkit: 0 0 15px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid rgba(255,245,207,1);
    border-radius: 5px;
	position: relative;
	margin: 0 0 10px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gritter-item-wrapper:hover {
    webkit: 0 0 20px -3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 20px -3px rgba(0,0,0,0.35);
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.35);
}
.gritter-top,
.gritter-bottom {
    display: none;
    height: 0;
}
.gritter-item {
    background: transparent;
    color:#eee;
	display: block;
	padding: 10px;
	font-size: 11px;
}
.gritter-item p {
    font-size: 11px;
    line-height: 18px;
	margin: 18px 0;
    padding: 0;
	word-wrap: break-word;
}

.gritter-item p a {
    border-bottom-style:            solid;
    border-bottom-width:            1px;
    text-decoration:                none;
}
.gritter-item p a:link,
.gritter-item p a:visited {
    border-bottom-color:            #68a6ce;
    color:                          #0c83bd;
}
.gritter-item p a:hover,
.gritter-item p a:active {
    border-bottom-color:            #678aa2;
    color:                          #08577d;
}

.gritter-item .gritter-title + p {
    margin-top: 0;
}
.gritter-item p:last-child {
    margin-bottom: 0;
}
.gritter-close {
	display: none;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('../../img/gritter/gritter.png') no-repeat left top;
	cursor: pointer;
	width: 30px;
	height: 30px;
    outline: none;
	text-indent: -9999em;
}
.gritter-title {
    display: block;
	font-size: 12px;
	font-weight: bold;
    line-height: 18px;
    margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
.gritter-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 48px;
	height: 48px;
	float: left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width: 220px;
	float: right;
}
