.order-table {
  min-width: 75%;
  border-radius: 5px;
  border: 2px solid #439b00;
  font-size: 1em;
  border-collapse: collapse;
}

.order-table th {
  text-align: left;
  color: #ffffff;
  background-color: #439b00;
  padding: 10px;
  border: 0;
}

.cosponsor {
  font-size: 0.8em;
  font-style: italic;
}

.donation-input {
  border:1px solid #439b00;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: right;
  width: 4em;
  line-heignt: 1.2em;
  padding-right: 2px;
}

.order-table th:last-child {
  text-align: right;
}

.order-table td {
  border-left: 1px solid #439b00;
  vertical-align: top;
  padding: 10px;
}

.order-table td.order-wide {
  border-left: 0;
  border-top: 1px solid #439b00;
  vertical-align: middle;
}

.order-table td.order-season {
  background-color: #dedede;
  border: 1px solid #439b00;
}

.order-table td:first-child {
  border-left: none;
}

.order-table td:last-child {
  text-align: right;
  font-weight: bold;
}
