.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1-2,
.col-1-3,
.col-2-3 {
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-1-2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .col-1-3 {
    -ms-flex: 33.333%;
    flex: 33.333%;
    max-width: 33.333%;
  }

  .col-2-3 {
    -ms-flex: 66.666%;
    flex: 66.666%;
    max-width: 66.666%;
  }
}

.fll-search ul {
  list-style-type: none;
}

.single-family-leave-law .fll-table td {
  width: 50%;
}

.fll-table-container {
  overflow-x: auto;
}

.fll-table {
  border: 1px solid black;
  border-spacing: 0;
}

.fll-table thead {
  background-color: transparent;
}

.fll-table tbody tr:nth-child(even) {
  background-color: #dcdcdc;
}

.fll-table tr td {
  min-width: 300px;
  padding: 10px;
}

.fll-pdf table.fll-table {
  border: 0;
  width: 100%;
}

.fll-pdf table.fll-table tr td {
  border: 1px solid black;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}

.fll-pdf table.fll-table tr td.location-title {
  background-color: #dcdcdc;
}

.fll-pdf table.fll-table tr td.question {
  background-color: #f1f1f1;
  width: 200px;
}

.fll-pdf table.fll-table tr td.answer {
  width: 400px;
}

.fll-pdf:last-child {
  page-break-after: avoid !important;
}

/*# sourceMappingURL=style.css.map */