.ygg-alert {
  color: white;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0%;
  text-align: center;
  display: none;
  z-index: 100000;
}

.ygg-alert.default {
    background: gray;
}

.ygg-alert.danger {
    background: red;
}

.ygg-alert.success {
    background: green;
}

.ygg-alert .alert-contents{
    width: 90%;
    line-height: 50px;
}

.ygg-alert .alert-close{
    width: 10%;
    line-height: 50px;
    float: right;
}
