.bg-light-danger
{
  color:red;
}
.bg-light-success
{
  color:green;
}
table {
  border-collapse: collapse;
  border: 1px #ddd solid;
  width: 100%;
  margin: 20px auto;
  table-layout: fixed;
  color: #555;
  font-size: 14px;
}
table caption {
  font-size: 24px;
  margin: 0 0 8px 0;
}
table th,
table td {
  padding: 8px;
  text-align: center;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
}
table tr > td:nth-of-type(2) {
  color: #073a63;
}


@media (max-width: 768px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #ddd;
  }
  table td:before {
    content: attr(date-title);
    float: left;
    font-weight: 700;
  }
  table td:last-child {
    border: 0;
  }
  table tr {
    padding: 4px;
    margin: 0 0 15px 0;
    display: block;
    border-radius: 4px;
  }
}
