.questionAnswer {
  margin: 35px 0 35px 0;
}

.questionAnswer img {
  max-width: 100%;
}

.question {
  font-size: 24px;
  font-weight: bold;
}

.featureTable {
  margin: 15px auto;
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.featureTable thead tr {
  background-color: #122f6e;
  color: #ffffff;
  text-align: left;
}

.featureTable th,
.featureTable td {
    padding: 12px 15px;
}

.featureTable tbody tr {
  border-bottom: 1px solid #dddddd;
}

.featureTable tbody tr > td:first-child {
  font-weight: bold;
}

.featureTable tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.featureTable tbody tr:last-of-type {
  border-bottom: 2px solid #122f6e;
}