body {
  margin: 0;
  color: #000;
  background-color: #fff;
}

.no-print {
  display: none !important;
}

html,
h1,
h2 {
  font-size: 10px !important;
}

.card {
  border: none !important;
}

.card-header {
  padding: 0rem !important;
}

.card-body {
  padding: 0rem !important;
}

.table th,
.table td {
  height: initial !important;
  padding: 0.3rem !important;
  vertical-align: middle;
}

.table th .form-control,
.table td .form-control {
  border: none !important;
}

td,
th {
  vertical-align: middle;
}

.form-control {
  height: initial !important;
  padding: 0.3rem !important;
}

