.app-notification-widget {
  width: 15px;
  height: 15px;
  z-index: 4333;
  right: 0px;
  bottom: 0px;
  position: fixed;
  cursor: hand;
  cursor: pointer;
}
#app-notification-window.app-notification-window {
  padding: 2px;
}
.eventReportName {
  color: #406188;
  font-size: 10px;
  font-weight: bold;
}
.app-notification-widget-href {
  width: 16px;
  float: left;
}
.app-notification-widget-message {
  float: left;
  font-size: 10px;
  font-weight: normal;
  padding-top: 2px;
}
.app-notification-content {
  width: 380px;
  height: 65px;
  z-index: 2;
  right: 27px;
  bottom: 3px;
  position: fixed;
}
.app-task-container {
  padding: 3px;
  margin-bottom: 2px;
}
.notification-canvas a {
  /* Override jQuery fonts with more specific css rules */

  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.notification-canvas a,
a {
  color: #478dc4;
  text-decoration: none;
}
.notification-canvas a:hover,
a:hover {
  color: #478dc4;
  text-decoration: underline;
}
.notification-canvas a:visited {
  color: #3333FF;
}
.notification-remove {
  float: left;
  display: block;
  vertical-align: bottom;
  height: 100%;
  margin-left: 4px;
  width: 30px;
}
.notification-canvas {
  display: inline-block;
  width: 88%;
  float: left;
  height: 100%;
  background-color: #F2F8FF ;
  border: 1px solid #D0E5F5;
  padding-left: 4px;
}
.notification-remove button.ui-button {
  position: relative;
}
