body {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

@media print {
  @page {
    size: landscape;
  }
  body {
    width: 100% !important;
  }
  body main > div.container {
    max-width: 100% !important;
  }
  nav.navbar {
    display: none !important;
  }
  form#table-feed, div.data {
    display: none !important;
  }
  div#datasheets {
    display: block !important;
    padding-top: 15px;
    margin-top: 0;
  }
  div#datasheets h4, div#datasheets h5 {
    text-align: right;
  }
  div#datasheets table.submitted td.d-none.d-name {
    display: block !important;
  }
  div#datasheets table.submitted td.pricing, div#datasheets table.submitted td.rateperhour, div#datasheets table.submitted td.remove, div#datasheets table.submitted td.name {
    display: none !important;
  }
  div#datasheets table.submitted thead td.customer {
    width: 22.5%;
  }
  div#datasheets table.submitted thead td.comments {
    width: 50%;
  }
  div#datasheets table.submitted tbody tr td + td {
    border-left: 1px solid #ccc;
  }
}
form {
  max-width: 800px;
}
form .form-control, form .form-select {
  background-color: white;
  font-family: monospace;
}
form .form-control:focus, form .form-select:focus {
  border-color: #4da515;
  box-shadow: 0 0 0 0.05rem rgba(135, 199, 64, 0.25);
}
form .form-label {
  margin-bottom: 0.05rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

div.data {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
div.data .table {
  flex-basis: 85%;
  margin-right: 15px;
}
div.data .table tbody tr {
  height: 50px !important;
}
div.data .table tbody td.timing, div.data .table tbody td.remove {
  vertical-align: middle;
}
div.data .table thead td.customer {
  width: 35%;
}
div.data .table thead td.pricing, div.data .table thead td.ts, div.data .table thead td.rateperhour {
  width: 14%;
}
div.data div.actions i.action:hover {
  filter: invert(1) !important;
}

option:checked {
  background-color: darkseagreen;
  color: white;
}

div#datasheets {
  display: none;
  padding-top: 15px;
}

div.disclaimer {
  display: none !important;
}/*# sourceMappingURL=d.css.map */