#jGrowl.jGrowl.center{
  height: 100%;
  top: 0;
    width: 100%;
  margin: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.7);
}
.jGrowl-notification{
  width: 600px;
  margin-top: 30px;
  background:#fff !important;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  opacity: 1;
}
.jGrowl-notification .jGrowl-close {
  font-size: 30px !important;
  color:#808080 !important;
  margin-top: -10px;
}
.jGrowl-message {
  padding-top:20px;
  font-size: 24px;
  color:#e22e2b !important;
  padding-right: 34px;
  word-break: normal;
  word-wrap:break-word;
}
.jGrowl-message .status_black{
    color: #000 !important;
}
.close-button{
  padding:1% 5%;
  margin-top:15px;
  border: none;
  border-bottom:3px solid #69911b;
  background-color:#7dbc00;
  border-radius:1px;
  width:auto;
  text-transform:uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Open Sans",sans-serif;
}
.close-button:hover{
  text-decoration:none;
  background-color:#69911b;
}

@media (max-width: 640px) {
.jGrowl-message {
  font-size: 18px;
  line-height: 24px;
}
}

@media (max-width: 480px) {
.jGrowl-notification{
  margin-top: 10px;
}
.jGrowl-message {
  font-size: 14px;
  line-height: 21px;
}
}