body {
  background: #e3e3e3;
}

.required {
  color: red;
}

.caution-card-container {
  max-width: 80%;
}

.block-card-container {
  max-width: 800px;
}

.caution-card {
  border: 3px solid #eed202;
}

.caution-card .status-icon {
  color: #eed202;
}

.block-card-container {
  color: red;
}

.block-card {
  border: 3px solid red;
}

.block-card .status-icon {
  color: red;
}

#dashboard-table {
  width: 100%;
}

#dashboard-table td {
  white-space: nowrap;
}

.dataTables_filter {
  float: none !important;
  text-align: left !important;
}
