/* deadline box */
.deadline-box {
  display: flex;
  padding: 0.5em;
  background-color: #f1f1f1;
  border: 1px solid #D1212F;
  border-left: 4px solid #D1212F;
  margin-bottom: 1em;
  width: 60%; 
}
/* top and bottom margin to override bootstrap */
.deadline-text {
  margin-top:0.5rem !important;
  margin-bottom:0.5rem !important;
}