.aligner{
  float: left;
  width: 100%
}
body {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  line-height: 1.5;
  color: #222;
  background: #f1f1f1;
}

p {
  line-height: 1.5;
}

h1 {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

h1 span {
  color: #cc0000;
}

td {
  padding: 1px;
  line-height: 1.5;
}

td.top {
  padding: 20px 0px 10px;
}

td.content {
  padding: 30px 20px 20px;
  font-size: 13px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

td.content table {
  border-collapse: collapse;
}

td.content table thead tr {
  background-color: #eee;
}

td.content table th {
  padding: 4px 6px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #ccc;
}

td.content table td {
  padding: 4px 6px;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #ccc;
}

td.content table th.left, td.content table td.left {
  text-align: left;
}

td.content table th.right, td.content table td.right {
  text-align: right;
}

td.content table#addresses th {
  padding-left: 9px;
  text-align: left;
}

td.content table#addresses td {
  padding-left: 9px;
  text-align: left;
}

td.footerContent {
  padding: 10px 0px;
  font-size: 10px;
}

.myButton {
  box-shadow: inset 0px 0px 0px 0px #5e5e5e;
  background: linear-gradient(to bottom, #5e5e5e 5%, #5e5e5e 100%);
  background-color: #5e5e5e;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 8px 23px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #5e5e5e;
}

.myButton:hover {
  background: linear-gradient(to bottom, #5e5e5e 5%, #5e5e5e 100%);
  background-color: #5e5e5e;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.stars {
  cursor: pointer;
  display: flex;
  max-width: 120px;
  padding-top: 8px
}

.stars:hover .star polygon {
  fill: #ffd055 !important;
}

.stars .star polygon {
  fill: #d8d8d8;
}

.stars .star:hover~.star polygon {
  fill: #d8d8d8 !important;
}

.stars[data-stars] .star polygon {
  fill: #ffd055;
}

.stars[data-stars="1"] .star:nth-child(1)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="2"] .star:nth-child(2)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="3"] .star:nth-child(3)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="4"] .star:nth-child(4)~.star polygon {
  fill: #d8d8d8;
}

.stars[data-stars="5"] .star:nth-child(5)~.star polygon {
  fill: #d8d8d8;
}

.form-control.checkboxes {
  width: 40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #444444;
}

input:focus + .slider {
  box-shadow: 0 0 1px #444444;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-size{
  font-size: 16px;
}

#terms{
  width: 100%;
  font-size: 16px;
  padding: 15px;
  max-height: 120px;
  overflow: auto;
  background-color: #fff;
  border-radius: 3px;
}