.rule-and-service div.word-break {
  max-height: 150px;
  line-height: normal;
  margin: 10px 0px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #f5f5f5;
  overflow-y: auto;
}

.terms-of-service .terms-of-service-title,
.rules .title-policy {
  display: block;
  font-size: 20px;
  font-weight: 200;
}

.summary {
  padding: 0 30px;
}

.service-text {
  margin: 0;
}

.transaction-text {
  color: #3d3939;
  text-decoration: underline;
  cursor: pointer;
}

.rule-and-service .form-group label.control-label {
  margin-top: 5px;
}

.rule-and-service .checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
  background: transparent;
}

.rule-and-service  .checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
.rule-and-service  label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before {
  color: #d6dee5;
}

.rule-and-service  label.checkbox-inline {
  line-height: 20px;
  font-size: 13px;
}

.mb23 {
  margin-bottom: 23px !important;
}