.action-notify {
  -webkit-text-size-adjust: 100%;
  background: #227ecb;
  background: rgba(34,126,203,.88);
  width: 380px;
  max-width: 380px;
  margin: -1px auto 2px auto;
  padding: 1em 0;
  position: fixed;
  z-index: 5000;
  left: 50%;
  margin-left: -190px;
}
.action-notify-left { margin-left: -327px; }
.action-notify p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: .95rem;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.action-notify p a {
  text-decoration: underline;
  text-shadow: none;
  padding: 0 4px;
  color: #fff;
  font-weight: 400;
}
.action-notify p b {
  font-weight: 400;
  margin-right: 3px;
  word-wrap: break-word;
  }
.action-notify p em {
  background: #286497;
  color: #286497;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  position: relative;
  top: 5px;
}
.action-notify p {
  padding: 0 .5em 0 1em;
  line-height: 1.3;
  }
.action-notify p span { display: inline-block; }
}    

.action-notify .view-trash-actions {
  display: block;
}    
@media only screen and (max-width: 768px) {         
  .action-notify { margin-left: -190px;  }    
}

@media only screen and (max-width: 480px) {
  .action-notify {
    width: 320px;
    max-width: 320px;
    margin-left: -160px;
  }
  .action-notify p b {
    display: block;
    margin-bottom: 2px;
  }
} 