.sticky-queue .success { background: #468847; color: #ffffff; }
.sticky-queue .warning { background: #f89406; color: #ffffff !important; }
.sticky-queue .important { background: #b94a48; color: #ffffff !important; }
.sticky-queue .info { background: #3a87ad; color: #ffffff !important; }

.sticky-queue {
    z-index: 100;
    position: fixed;
    background: #fff;
    border: 1px solid #999999;
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
    width: 250px;
    overflow: hidden;
}

.sticky-note {
    padding-right: 20px;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
    
}

.sticky {
    font-size: 12px;
    color: #555;
    display: none;
    padding: 10px;
    position: relative;
}


.sticky-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

    .sticky-close:before {
        content: "\2716";
    }

.top-right {
    right: 20px;
}

.top-center {
    top: -2px;
    left: 50%;
    margin-left: -125px;
}

.top-left {
    left: 20px;
}

.top-right, .top-center, .top-left {
    top: -2px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bottom-right {
    right: 20px;
}

.bottom-center {
    bottom: -2px;
    left: 50%;
    margin-left: -125px;
}

.bottom-left {
    left: 20px;
}

.bottom-right, .bottom-center, .bottom-left {
    bottom: -2px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.border-top-right, .border-top-center, .border-top-left {
    border-top: 1px solid #999;
}

.border-bottom-right, .border-bottom-center, .border-bottom-left {
    border-bottom: 1px solid #999;
}
