﻿/* Confirmation */
.confirmation {
  border: none;
  width: 100%;
}
.confirmation tr th {
  border: none;
}
.confirmation tr td {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5em;
}
.confirmation tr td.bold {
  font-weight: bold;
}
.confirmation tr td.noBorder {
  border-bottom: none;
}
label.termsConds {
  display: flex;
}
label.termsConds input {
  margin: 0 0 auto 0;
}
label.termsConds span {
  padding-left: 10px;
}