.overview_canvas_notification {
  position: relative;
  top: -20px;
  margin-left: -11px;
}
.notification_sent_heading_notif {
  font-size: 21px;
  text-align: center;
}
.notifier_notification_sent_percentage {
  /*display: inline-block;*/
  background-color: white;
  max-width: 300px;
  /* margin: 30px 0 0 20px; */
  margin-left: 20%;
  text-align: center;
}
.notifier_notification_sent_text {
  display: inline-block;
}
@media (max-width: 1020px) {
  .notifier_notification_sent_percentage {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 730px) {
  .notifier_notification_sent_percentage {
    margin: 10px 0 0 25px;
  }
}
