.mgmBody {
  font-weight: 500;
  color: #666;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 3em;
  vertical-align: baseline;
  text-align: center;
  margin: auto;
}

.inputButton {
  background-color: #1d70b8;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 1em 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-family: 'Open Sans',Arial,sans-serif;
  vertical-align: baseline;
}

.toggleDiv {
  width: 60em;
  display: block;
  margin: auto;
  line-height: 1em;
}

.toggleButton {
  border: 2px solid #ccc;
  color: #666;
  background: white;
  text-align: left;
  margin: left;
  text-decoration: none;
  display: block;
  font-weight: 500;
  line-height: 3em;
  font-family: 'Open Sans',Arial,sans-serif;
  width: 100%;
  font-size: 100%;
  border-radius: 4px;
}

.toggleImage {
  display: none;
}

.image {
  width: 80%;
  text-align: center;
  margin: auto;
  display: block;
}

.textInput {
  padding: 1em 1em;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-weight: 500;
  color: #666;
  font-family: 'Open Sans',Arial,sans-serif;
  vertical-align: baseline;
  width:25em;
}

i {
 border: solid #666;
 border-width: 0 3px 3px 0;
 display: inline-block;
 padding: 3px;
}

.right {
 transform: rotate(-45deg);
}
table {
	text-align: left;
}
div.center{
	margin: auto;
	width: max-content;
}
div.big {
	margin-top: 20px;
	font-size: xxx-large;
}
