body {margin: 0;
  font-size: 0.9em;
}
.MainText {
  padding: 0 20px;
  text-align: justify;
}
h3 {
  font-family: 'Merriweather', serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  max-width: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #465457;
  margin-bottom: 0px;
}

.MainH{
	margin: 10px 0px;
}
.MainH h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  right: 0;
  height: 6px;
  border-top: 2px solid #BBC9C9;
  border-bottom: 2px solid #BBC9C9;
  z-index: -1;
}
.MainH span {
  background: white;
  padding: 0px 15px;
}
table {
border-spacing: 0;
empty-cells: hide;
}
td {
padding: 10px 20px;
text-align: center;
border-bottom: 1px solid #F4EEE8;
transition: all 0.5s linear;
}
td:first-child {
text-align: left;
color: #3D3511;
font-weight: bold;
}
th {
padding: 10px 20px;
color: #3D3511;
border-bottom: 1px solid #F4EEE8;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
td:nth-child(even) {
background: #9ab0ff;
}
td:nth-child(odd) {
background: #ffc778;
}
th:nth-child(even)  {
background: #9ab0ff;
}
th:nth-child(odd)  {
background: #ffc778;
}
.round-top {
border-top-left-radius: 5px;
}
.round-bottom {
border-bottom-left-radius: 5px;
}
tr:hover td{
background: #56e2ff;
font-weight: bold;
}
.fixtable-fixed th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.FormElement_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

}
.FormElement_flex div {
	padding: 5px 5px;
	 flex: 1;
	 align-self: flex-start;
}

/* CSS */
.button-81 {
  background-color: #56e2ff;
  border: 0 solid #e2e8f0;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #0d172a;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle",-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-81:hover {
  background-color: #9ab0ff;
  color: #0d172a;
}

@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}