/* https://stackoverflow.com/questions/468881/print-div-id-printarea-div-only */

/*
@media print {
   body * {
     visibility: hidden;
   }
   #printarea, #printarea * {
     visibility: visible;
   }
   #printarea {
     position: absolute;
     left: 0;
     top: 0;
   }
 }
*/

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: white 
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: white 
}


div .ot-lightgray {
  background-color: darkgray;
}

.wide-navbar {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}

.thin-navbar {
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
}

input:placeholder-shown {
  font-style: italic;
}