/* line 3, sticky.scss */
.sticky-queue {
  z-index: 10000;
  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; }

/* line 14, sticky.scss */
.sticky-note {
  padding-right: 20px;
  margin: 0; }

/* line 15, sticky.scss */
.sticky {
  font-size: 14px;
  color: #555;
  display: none;
  padding: 10px;
  position: relative; }

/* line 22, sticky.scss */
.sticky-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  cursor: pointer; }

/* line 30, sticky.scss */
.sticky-close:before {
  content: "\2716"; }

/* line 33, sticky.scss */
.top-right {
  right: 20px; }

/* line 34, sticky.scss */
.top-center {
  top: -2px;
  left: 50%;
  margin-left: -125px; }

/* line 35, sticky.scss */
.top-left {
  left: 20px; }

/* line 38, sticky.scss */
.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; }

/* line 42, sticky.scss */
.bottom-right {
  right: 20px; }

/* line 43, sticky.scss */
.bottom-center {
  bottom: -2px;
  left: 50%;
  margin-left: -125px; }

/* line 44, sticky.scss */
.bottom-left {
  left: 20px; }

/* line 47, sticky.scss */
.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; }

/* line 51, sticky.scss */
.border-top-right, .border-top-center, .border-top-left {
  border-top: 1px solid #999; }

/* line 52, sticky.scss */
.border-bottom-right, .border-bottom-center, .border-bottom-left {
  border-bottom: 1px solid #999; }
