
.myalert-wrapper {
  width: 500px;
  font-family: 'Open Sans';
}
.myalert a {
  color: white !important;
}
.myalert a:hover {
  text-decoration: underline;
}
.myalert {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-shadow: 0px 0px 5px #ff3dff;
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(34, 34, 34, 0.05);
          box-shadow: 1px 1px 5px 1px rgba(34, 34, 34, 0.05);

}
.myalert p {
  margin: 0;
  font-size: .9rem;
}
.myalert:hover .myalert-close {
  opacity: 1;
  visibility: visible;
}
.myalert-close::before {
  background: url(/site/images/close.svg) 50% 50% no-repeat;
  height: 15px;
	width: 15px;
}
.myalert-close {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
  background: url(/site/images/close.svg) 50% 50% no-repeat;
  height: 15px;
  width: 15px;
}

.myalert-danger {
  background-color: #E42727;
  border-color: #b71717;
}

.myalert-warning {
  background-color: #F37C13;
  border-color: #bf5f0a;
}

.myalert-success {
  background-color: #03B635;
  border-color: #027a23;
}

.myalert-info {
  background-color: #2B6CCC;
  border-color: #205199;
}

/*# sourceMappingURL=myalert-theme.css.map */
