.sitewide-alert {
  background-color: #00783a;
  color: #ffffff;
  padding: 5px;
}

.sitewide-alert .close {
  float: right;
}

.sitewide-alert__message,
.sitewide-alert .field--name-message {
  /* Prevent the message from pushing down the close icon. */
  display: inline-block;
}
