.boxdbshadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.boxdbshadowy {
  box-shadow: 0 -9px 9px 0 rgba(0, 0, 0, 0.301),
    0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.boxdtext {
  text-shadow: 1px 1px 2px #111 !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
  opacity: 0.45 !important;
}


body {
  background-color: black;
}


.txeditable[contenteditable="true"] {
  cursor: pointer;
}

.txeditable[contenteditable="true"]:focus {
  background-color: #e8f0fe;
  padding: 10px 10px;
  font-weight: bold;
  outline: none;
}


.mgbtn {
  margin: 0.25rem 0.125rem;
}

@media print {
  .hidden-print {
    display: none !important
  }
}