body {
  background-image: url("/assets/BgGreen-da858b92.jpg");
}

table {
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}

strong {
  font-weight: bold !important;
}

p {
  margin: 15px 0 !important;
}

@media (min-width: 1300px) {
  #mobile {
    display: none;
  }
}

@media (max-width: 1300px) {
  #desktop {
    display: none;
  }
}

.sale-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.sale-price {
  margin-left: 16px;
  white-space: nowrap;
}
