.tablepress_chartjs_box {
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.tablepress_chartjs_box.warn {
    background-color: #f39c12;
    border-left: 5px solid #c87f0a;
}

.tablepress_chartjs_box.error {
    background-color: #dd4b39;
    border-left: 5px solid #c23321;
}

.tablepress_chartjs_box.info {
    background-color: ##00c0ef;
    border-left: 5px solid ##0097bc;
}

.tablepress_chartjs_box.success {
    background-color: ##00a65a;
    border-left: 5px solid ##00733e;
}

.tablepress_chartjs_box p {
  color: white;
  margin: 0px;
}
