
.cart {
  border-collapse: collapse;
  margin: 0 auto;
  width: 95%;
}

.cart th {
  background-color: #f7f7f7;
  border-bottom: 1px solid black;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}


.cart td, .cart th {
  padding: 0.5em 1.0em;
}

.cart tr.title td {
  border-top: 1px solid #ccc;
  font-weight: bold;
  padding-left: 1em;
}

.cart td.numeric {
  text-align: right;
}

.cart th.numeric {
  text-align: right;
}

.cart td.image {
  width: 50px;
  padding-left: 1em;
  vertical-align: top;
}

.cart .cart-summary td {
  border-top: 1px solid #000;
  font-weight: bold;
  font-family: sans-serif;
  vertical-align: middle;
  font-size: 1.1em;
  padding-right: 1.5em;
}

.cart td.quantity {
  width: 5em;
}

.cart td.quantity input.text {
  width: 3em;
  text-align: right;
  margin: 0;
  font-size: 1.0em;
}

.cart td.unit-price {
  width: 7em;
  font-style: italic;
}

.cart td.unit-price input {
  float: none;
  display: inline;
  text-align: right;
  margin: 0;
  width: 4em;
  font-size: 1.0em;
}

.cart td.total-price {
  width: 7em;
}

.cart td.total-price {
  padding-right: 1.5em;
}

.cart td.team,
.cart th.team {
  text-align: left;
}

.cart td.team select {
   margin: 0;
   font-size: 1.0em;
   width: 18em;
}

.cart td.delete {
  width: 2em;
}

.cart td.update {
  text-align: left;
  padding-left: 0;
}

.cart td.comment-label {
  text-align: right;
  vertical-align: middle;
  padding-right: 0;
  line-height: 1;
}

.cart td.comment {
  padding-top: 0;
  text-align: left;
  vertical-align: middle;
}

.cart td.comment input {
  width: 100%;
  font-size: 1.0em;
}

.cart td.comment-label label {
  font-weight: bold;
  font-family: sans-serif;
  display: block;
  margin-top: -0.375em;
  font-size: 1.0em;
}

.summary td.comment {
  text-align: left;
}

.cart .project-link {
  color: #79a;
}

.cart .cart-summary {
}

.first-section {
  padding-bottom: 0 !important;
}

.checkout {
  vertical-align: middle;
  text-align: left;
  padding-top: 0.5em !important;
  margin: 0.5em 0 0 0;
}

.checkout .content {
  margin: 0 1em;
}

.checkout .option {
  clear: both;
  margin-bottom: 1em;
}

.checkout .option-description {
  overflow: hidden;
}

.checkout input[type="radio"] {
  vertical-align: top;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.25em;
}

.checkout label {
  font-weight: bold;
  cursor: pointer;
}

.checkout input[type="submit"] {
  background-color: #68c;
  border-color: #68c;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0.25em 1.25em;
  cursor: pointer;
}

.checkout .disclaimer {
  font-size: 0.67em;
  margin-top: 2.0em;
  border-top: 1px solid #ccc;
  padding-top: 0.25em;
}

.total-contribution {
  padding-left: 1em;
}

.total-contribution em {
  color: #3c3;
  font-style: normal;
}

.empty-cart {
  margin: 1em;
}

.summary td.team,
.summary th.team {
  text-align: left;
  padding-left: 1em;
}


.sample-check {
  position: relative;

  width: 45em;

  padding: 1em;
  margin: 1em auto 2.5em auto;

  font-family: sans-serif;
  font-size: 0.8em;

  background: url(/static/img/check-bg.png) repeat #ddf;
}

.sample-check .sample-notice {
  position: absolute;
  top: 0.125em;
  left: 0;

  width: 100%;

  text-align: center;

  font-size: 12em;
  opacity: 0.1;
}

.sample-check .check-body {
  border: 1px solid black;
  position: relative;
  padding: 0.5em 1.0em 0.5em 1.0em;
}

.sample-check .check-row {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.sample-check .check-address {
  font-size: 0.9em;
  float: left;
  padding-top: 0.5em;
}

.sample-check .check-number {
  position: absolute;
  top: 0;
  right: 0;

  font-family: monospace;
  font-size: 1.5em;
}

.sample-check .check-date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10em;
}

.sample-check .check-label {
  float: left;
  margin-right: 0.5em;
}

.sample-check .check-field {
  overflow: hidden;
  border-bottom: 1px solid black;
  padding-left: 0.5em;
  white-space: nowrap;
}

.sample-check .check-user-field {
  font-style: italic;
  font-size: 1.25em;
  font-weight: bold;
}

.sample-check .check-memo {
  width: 50%;
  float: left;
}

.sample-check .check-signature {
  width: 40%;
  float: right;
  font-size: 1.25em;
  font-family: "Monotype Corsiva","Apple Chancery",cursive;
}

.sample-check .check-account {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.25em;
}

.sample-check .check-recipient-label {
  font-size: 0.75em;
  width: 7em;
  text-align: right;
}

.sample-check .check-recipient {
  float: left;
  width: 22em;
  margin-right: 0.5em;
}

.sample-check .check-numeric-amount {
  border: 1px solid #ccd;
  width: 5.25em;
  text-align: right;
  padding-right: 0.5em;
  padding-left: 0;
}

.checkout-continue {
  font-size: 0.9em;
  background-color: #ddf;
  padding: 1em;
  margin-top: 3em;
  border: 1px solid #99a;
  text-align: center;
}

.checkout-continue a {
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.checkout-continue span {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
