body {
  font-family: "myriad pro", sans-serif, serif;
  background: rgb(204, 204, 204);
}

#page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  border: 1px solid black;
}

#page {
  width: 10.5cm;
  height: 14.8cm;
}

#content {
    padding-bottom: 10px;
}

table {
  width: 95%;
  margin-left: 4%;
}

table,
th,
td {
  border: none;
  border-collapse: collapse;
}

th,
td {
  padding: 1px;
  text-align: left;
}

.time {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.time1 {
  text-align: center;
  color: red;
  font-size: 17px;
  font-weight: bold;
}

.time_1 {
	text-align: center;
  font-size: 12px;
}

.time1_1 {
	text-align: center;
  color: red;
  font-size: 12px;
}

.price {
  text-align: left;
 float: left;
  font-size: 16px;
  text-decoration: line-through;
}

option.value [empty] {
  text-decoration: none !important;
}

.price1 {
  text-align: left;
  color: red;
  float: left;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: bold;
}

.head {
  margin-top: 2%;
  margin-bottom: 5%;
}

.tag {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  float: left;
}

.tag1 {
  font-size: 12px;
  text-align: left;
  float: left;
  letter-spacing: -1px;
}

.logo {
  margin: 10% 0 8% 30%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-size: inherit;
  text-align: inherit !important;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  float: inherit !important;
  letter-spacing: inherit;
}

select:hover {
  cursor: pointer;
}

@media print {
  .dontPrint {
    display: none !important;
    visibility: hidden !important;
  }
}

.select-input option[value=empty] {
  display: none;
}
