
div.sticky-queue {
    box-shadow: 0 0 5px #bbb;
    position: fixed;
    text-align: left !important;
    z-index: 10000;
    background-attachment: scroll!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.sticky-inner {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.stickyFullscreen {
    background-attachment: scroll!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.sticky-close {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 0;
}
.sticky-close:hover {
    text-decoration: none;
}
.top-right {
    right: 0;
}
.top-left {
    left: 0;
}
.top-right, .top-left, .top-center {
    top: 0;
}
.bottom-right {
    right: 0;
}
.bottom-left {
    left: 0;
}
.bottom-right, .bottom-left, .bottom-center {
    bottom: 0;
}

.sticky-contents {
    padding: 2%;
}
