div.noty_layout_bottomRight {
  margin-left: 300px;
}

.noty_bar.noty_success.noty_theme_default {
  background-color: rgb(193, 218, 8);
  color: black;
  border-color: rgb(168, 207, 20);
}

.noty_bar.noty_layout_bottomRight.noty_theme_default {
  background: #fff;
  color: black;
  border-color: #dddddd;
}

ul.noty_cont.noty_layout_bottomRight {
  right: 0px;
  bottom: 0px;
}

.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
  padding: 0;
  clear: both;
  background: url('/sites/all/modules/custom/mru_digest/tab-background.png') no-repeat left;
}

div.noty_layout_bottomRight .noty_message .noty_text .message {
  float: left;
  display:block;
  margin: .75em 0 .75em 40px;
  padding: .75em .25em .75em 1em;
  background: white;
  width: 77%;
  min-height: 40px;
  height: auto;

}

.noty_bar.noty_theme_default.noty_layout_bottomRight .noty_close {
  top:5px;
  right: 5px;
}

.noty_bar.noty_theme_default.noty_layout_bottomRight .mru-subscriptions-link-wrapper {
  display: inline;
}

.noty_bar.noty_theme_default.noty_layout_bottomRight .mru-subscriptions-link-wrapper a {
  display: inline;
}

.noty_bar.noty_theme_default.noty_layout_bottomRight .ajax-progress {
  display: none;  
}