.screennotifications {
  margin: 0px 0px 20px 0px;
  padding: 0;
}

.notice-notification, .warning-notification, .success-notification, .error-notification {
  border-radius: 10px;
  padding: 10px 36px;
  margin: 0px 0px 20px 0px;
}

.screennotifications .notice-notification p,
.screennotifications .warning-notification p,
.screennotifications .success-notification p,
.screennotifications .error-notification p {
  margin: 0px; 
}

.notice-notification {
  color: #004179;
  border: 1px solid #004179;
  background: #bde5f8 url('/images/notifications/notice.png') no-repeat 10px 50%;
}
.warning-notification {
  color: #7e4c00;
  border: 1px solid #7e4c00;
  background: #feefb3 url('/images/notifications/warning.png') no-repeat 10px 50%;
}
.success-notification {
  color: #3e6c0d;
  border: 1px solid #3e6c0d;
  background: #dff2bf url('/images/notifications/success.png') no-repeat 10px 50%;
}
.error-notification {
  color: #97010b;
  border: 1px solid #97010b;
  background: #ffbaba url('/images/notifications/error.png') no-repeat 10px 50%;
}