div.oj-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
.oj-toast-pin {
  width: 90%;
}

.oj-alert.alert-warning .oj-alert-cta {
  color: #998833;
  font-weight: 600;
  text-transform: uppercase;
}
.oj-alert.alert-warning .oj-alert-cta:hover {
  color: #998833;
  opacity: 0.8;
}
.oj-alert.alert-success .oj-alert-cta {
  color: #2d8659;
  font-weight: 600;
  text-transform: uppercase;
}
.oj-alert.alert-success .oj-alert-cta:hover {
  color: #2d8659;
  opacity: 0.8;
}
.bookmark-label {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .oj-toast-pin {
    width: 460px;
  }
}
