th, td {
  padding: .5rem 1rem;
}

thead {
  box-shadow: inset 0 -2px;
}

tfoot {
  box-shadow: inset 0 2px;
}

.zebra tbody tr:nth-child(2n), .model-table tbody tr.model-row {
  background: #0000000d;
}

.zebra tbody tr:nth-child(odd), .model-table tbody tr.scenario-row, .model-table thead tr, .model-table tr.groupheader {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}

table, thead, tbody, tfoot, tr, td, th {
  border-collapse: collapse;
}

.groupheader {
  text-align: left;
}

th {
  color: #000;
  background-color: #e0e0e0;
}

table {
  font-family: Open Sans, sans-serif;
  display: block;
  overflow-x: auto;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  cursor: pointer;
  color: #e7e7e7;
  text-align: center;
  background-color: #444;
  border: none;
  padding: 15px 10px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

input[type="checkbox"] ~ label {
  padding-left: 1.4em;
  display: inline-block;
}

.cb_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cb {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.cb_label {
  white-space: normal;
  display: inline-block;
}

[role="dialog"] {
  display: none;
}

[role="dialog"][data-open] {
  z-index: 1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.modalTextInput {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin: 8px 0;
  padding: 12px 20px;
  display: inline-block;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 80%;
  margin: 15% auto;
  padding: 20px;
}

.close {
  float: right;
  padding: 15px 32px;
  font-size: 16px;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

.wideCol {
  min-width: 100px;
}

caption {
  min-width: 800px;
  max-width: 100%;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
}

.notes-content {
  height: 75px;
  overflow: auto;
}

.glossary-definition thead tr th:first-child {
  min-width: 150px;
}
/*# sourceMappingURL=model.02238087.css.map */
