.campaign-name {
  font-size: large;
  font-weight: bold;
}

#paypal-button,
#reset-button {
  margin: 0 auto;
  width: 250px;
}

@media only screen and (min-width: 760px) {
  thead > tr > th {
    text-align: center;
  }

  tr > td:not(:first-child) {
    text-align: center;
  }

  #donation-form-controls {
    text-align: center;
  }
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Vertical stacking */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    text-align: left;
  }

  /* Hide headers */
  thead tr {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Row-like behavior */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  td.numeric {
    padding-left: 50% !important;
  }

  td::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 40%;
    text-align: right;
    font-weight: bold;
  }

  td:nth-of-type(2)::before {
    content: "Goal";
  }
  td:nth-of-type(3)::before {
    content: "Raised";
  }
  td:nth-of-type(4)::before {
    content: "Ending";
  }
  td:nth-of-type(5)::before {
    content: "Suggested";
  }
  td:nth-of-type(6)::before {
    content: "Min";
  }
  td:nth-of-type(7)::before {
    content: "Max";
  }
}
