.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px auto;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-x6qq {
  background-color: #dae8fc;
  border-color: inherit;
  text-align: left;
  vertical-align: top;
}

.tg .tg-0pky {
  border-color: inherit;
  text-align: left;
  vertical-align: top;
}

li {
  margin-bottom: 1.5%;
}

@media screen and (max-width: 560px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  tr {
    border: 1px solid black;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}


.submit-container {
  margin: 3em 5em 5em;
  display: block;
}

.submit-button {
  width: 100%;
  background-color: #075466;
  border-radius: 6px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.button-front {
  display: block;
  padding: 24px 42px;
  border-radius: 6px;
  font-size: 2em;
  background-color: #0A788F;
  color: #fff;
  transform: translateY(-4px);
}

.submit-button:hover .button-front {
  transform: translateY(-5px);
}

.submit-button:active .button-front {
  transform: translateY(-2px);
}

.submit-text {
  font-weight: 600;
}

.submit-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  right: .6em;
  top: 0;
  bottom: 0;
  font-size: .7em;
  color: #CEE1E8;
}
