.table-card1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 30px;
}
.table-card1 h4 {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
}
.table-card1 .req {
  position: absolute;
  right: 4%;
  color: red;
}
.table-card1 .firstcol {
  width: 28%;
  text-align: right;
  padding-right: 2%;
  position: relative;
}
.table-card1 .secondcol {
  width: 70%;
}
.table-card1 .secondcol input:not([type='radio']) {
  height: 50px;
  margin: 0;
}
.table-card1 .secondcol input[type='radio'] {
  height: auto;
  width: auto;
  display: inline-block;
}
.table-card1 .secondcol input[type='radio'] + label {
  display: inline-block;
  margin-left: 1%;
  margin-right: 3%;
}
.table-card1 .noBreak {
  white-space: nowrap;
}
.table-card1.table-cardQuestions {
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
}
.table-card1.table-cardQuestions:nth-child(even) {
  background-color: #f7f7f7;
}
.table-card1.table-cardQuestions .firstcol {
  width: 83%;
  text-align: left;
}
.table-card1.table-cardQuestions .secondcol {
  width: 15%;
}
.table-card1.table-cardQuestions .secondcol input[type='radio'] + label {
  margin-left: 5px;
  margin-right: 15px;
}
.table-card1.table-cardQuestions h4 {
  text-transform: none;
}
.table-card1.table-cardQuestions .req {
  left: -10px;
  right: auto;
  top: 0px;
}
.checkboxFlexer {
  display: flex;
  margin-bottom: 30px;
}
.checkboxFlexer .checker {
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.checkboxFlexer .checkerDesc {
  flex-grow: 1;
}
a.myButtons.moreForms,
a.myButtons.moreForms:link,
a.myButtons.moreForms:visited {
  background-color: green;
}
/*# sourceMappingURL=scuba.css.map */