.withdrawal-page .page-body,
.withdrawal-confirm-page .page-body,
.withdrawal-completed-page .page-body {
  margin-top: 15px;
}

.withdrawal-page .page-title {
  display: block;
  position: relative;
  height: 100px;
  margin-top: 20px;
}

.withdrawal-page .intro {
  margin: 20px;
}

.withdrawal-confirm-page .page-title {
  display: block;
  position: relative;
  height: 100px;
  margin-top: 20px;
}

.withdrawal-confirm-page .order-summary {
  margin-bottom: 20px;
}

.withdrawal-confirm-page .cancellationcart {
  width: 100%;
  border-collapse: collapse;
}

  .withdrawal-confirm-page .cancellationcart th,
  .withdrawal-confirm-page .cancellationcart td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }

  .withdrawal-confirm-page .cancellationcart th {
    background: #f7f7f7;
    font-weight: 600;
    text-align: left;
  }

  .withdrawal-confirm-page .cancellationcart .product-picture {
    width: 120px;
  }

  .withdrawal-confirm-page .cancellationcart .sku {
    margin-top: 4px;
    font-size: 13px;
    color: #777;
  }

.withdrawal-confirm-page input[type="number"] {
  max-width: 90px;
}

.withdrawal-completed-page {
  min-height: 400px;
}

  .withdrawal-completed-page .page-title {
    display: block;
    position: relative;
    height: 100px;
    margin-top: 20px;
  }

.withdrawal-checkout-completed {
  margin-top: 20px;
}

  .withdrawal-checkout-completed span {
    margin-right: 8px;
  }

#opc-confirm_order .OpcContentAfter {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
