@charset "UTF-8";

:root {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

#wrap {
  margin: auto;
  max-width: 480px;
}

h1 {
  margin: 0;
  font-size: 1.5em;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  font-family: sans-serif;
  padding: 5px;
  line-height: 1.25;
  border: 1px solid #ccc;
}
thead th {
  color: #fff;
  background: #888;
}
thead th {
  white-space: nowrap;
}
th span {
  display: inline-block;
}
td.method {
  text-align: right;
}

.rebates {
  margin: 0.5em 0;
}
.rebates span {
  display: inline-block;
}
.rebates label {
  margin-left: 2px;
}
.rebates input {
  width: 2.25em;
  text-align: center;
  padding-inline: 1px 0;
}

.prices {
  margin: 0.5em 0;
  font-size: 112.5%;
}
.prices span {
  display: inline-block;
}
.prices label {
}
.prices input {
  width: 4em;
  text-align: right;
}
.prices #title-1, .prices #title-2 {
  display: none;
}
.type-1 .prices #title-1 {
  display: inline;
}
.type-2 .prices #title-2 {
  display: inline;
}
.prices #toggle {
  font-size: 11px;
  vertical-align: middle;
}

.methods.c {
  background: #f7f7e0;
}

#date {
  margin: 0.5em 0;
  font-size: 11px;
  text-align: right;
}
