@charset "UTF-8";

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.bg-image {
  background-image: url("images/backgrounds/white_carbon.png") !important;
}

.bg-dark {
  background-color: rgba(0, 0, 9, 0.5) !important;
}

.text-shadow {
  text-shadow: 1px 3px 5px #000 !important;
}

.btn,
.form-control,
form {
  border-top-left-radius: 0.65rem !important;
  border-top-right-radius: 0.65rem !important;
  border-bottom-left-radius: 0.65rem !important;
  border-bottom-right-radius: 0.65rem !important;
}

td {
  width: 150px;
}
