div.user-alert {
 width: 100%;
 height: 100%;
 background: yellow;
 line-height: 35px;
}

div.user-alert div.user-alert-close {
  width: 15px;
  text-align: right;
  float: right;
  overflow: visible;
  margin-right: 10px;
  text-decoration: none;
}

div.user-alert span.user-label {
  background: black;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

div.user-alert div.user-alert-message {
  width: 100%;
  overflow: visible;
  font-weight: bold;
}