#formset-container {
    margin-top: 40px;
}
.status-3dmr-div#formset-container {
    margin-top: 100px;
}
.status-3dmr-btn {
    margin-top: 60px;
}

.form-fields {
    -ms-flex: 0 0 24% !important;
    flex: 0 0 24% !important;
    max-width: 24% !important;
}

.table-blue,
.table-blue>th,
.table-blue>td {
  background-color: #79aaf7;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody+tbody {
  border-color: #346cc7;
}

.table-orange,
.table-orange>th,
.table-orange>td {
  background-color: #f7aa6f;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody+tbody {
  border-color: #d1884f;
}

.table-dark_red,
.table-dark_red>th,
.table-dark_red>td {
  background-color: #f70a0a;
}

.table-dark_red th,
.table-dark_red td,
.table-dark_red thead th,
.table-dark_red tbody+tbody {
  border-color: #bf0606;
}