.foo {
  color: black;
}

.bar {
  color: red;
}

.fancy-border {
  position: relative;
  border: 1px solid black;
  border-radius: 5px;
}

.fancy-border .label {
  display: block;
  position: absolute;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  top: -12px;
  left: 12px;
}

@media print {
  .print-slim-b, .v-application .print-slim-b {
    margin-bottom: 0  !important;
    padding-bottom: 0 !important;
  }
  .print-slim-t, .v-application .print-slim-t {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .print-slim-y, .v-application .print-slim-y {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0  !important;
    padding-bottom: 0 !important;
  }
}

.v-divider {
  min-width: 100%;
}

.center-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
