.cst-alert .cst-alert-notification {
  background-color: red;
  text-align: center;
  padding: 0 8px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.cst-alert .cst-alert-hide {
  display: none;
}
.cst-alert .cst-alert-notification .cst-alerts-number {
  color: white;
  font-weight: bold;
}
.cst-alert-short-list-container {
  position: absolute;
  left: 0;
  top: 25px;
  background: #FFF;
  display: none;
  z-index: 9000;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
}
.cst-alert-short-list-content {
  min-width: 350px;
  text-align: left;
  padding: 10px;
}
.cst-alert-short-list-content ul {
  margin: 0;
  padding: 0;
}
.cst-alert-short-list-content ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cst-alert-short-list-content ul li label {
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  color: #99cc00;
}
.cst-alert-short-list-content ul li span {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
.cst-alert-short-list-loading {
  display: block;
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  margin: 10px auto 10px auto;
}
