.container {
    margin-top:20px;
}

.menu {
    border-bottom: 1px solid #ccc;
    padding-bottom:10px;
}

.center {
    text-align:center;
}

input[type="file"] {
    display: none;
}

span#timer {
    font-weight:bold;
    font-size:0.7em;
    margin-left: 5px;
}

h1,h2,h3,h4,h5 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

@media print {
    .container {
      padding-left: unset !important;
      padding-right: unset !important;
      max-width: unset !important;
    }

    body {
        font-size: 10pt !important;
    }

    th:nth-child(4), td:nth-child(4) {
        text-align: right;
    }

    h1 {
        text-align: center;
    }
}
  
  tr.invoiced td {
    color: #bbb !important;
}