/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    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-top {
    height: 4px;
}

.gritter-bottom {
    height: 4px;
    margin: 0;
    margin-bottom: 10px;
}

.gritter-item {
    display: block;
    padding: 2px 11px 8px 11px;
    font-size: 12px;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

.gritter-item-wrapper {
    margin: 0;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    text-align: left;

    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .30);
}

.gritter-item-wrapper.gritter-error {
    background: #EB4747;
    color: #fff;
}

.gritter-item-wrapper.gritter-error .gritter-close {
    color: #fff;
}

.gritter-item-wrapper.gritter-success {
    background: #FFF;
    color: #333;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    line-height: 1.8;

}

.gritter-title {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
}

.gritter-close:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00d"
}

.gritter-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;

}

.gritter-close:hover {
    color: #DDD !important;
    text-decoration: none;

}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%
}

@media only screen and (max-width: 767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%
    }
}

@media only screen and (max-width: 480px) {
    .gritter-center {
        left: 30px;
        right: 30px
    }
}

@media only screen and (max-width: 320px) {
    .gritter-center {
        left: 10px;
        right: 10px
    }
}
