body {
	font: normal 100.00% arial, sans-serif;
	background-color: #0fa09b;
	color: white;
}

.content_main {
	margin-top: 0px;
}

.lt_container {
	display: flex;
	flex-direction: column;
	border: 1px;
	border-style: solid;
	border-color: #6f228d;
	margin: 5px 0px;
	padding: 5px 5px;
}

.lt_container div {
	display: flex;
	flex-direction: row;
	padding: 5px 0px;
}

.lt_container div div {
	flex: 50%;
	border: 1px;
	border-style: none;
	border-color: black;
}

.lt_container_header {
	display: flex;
	justify-content: center;
	align-content: center;
	color: white;
	font-size: 1em;
	background-color: #6f228d;
	margin: 5px 0px;
}

.lt_container_100_center {
	display: flex;
	justify-content: center;
	align-content: center;
	color: white;
	margin: 5px 0px;
}

.lt_container_100_right {
	display: flex;
	justify-content: right;
	align-content: center;
	color: white;
	margin: 0px 0px;
}

.submit_block_button {
	display: block;
	width: 100%;
	border: none;
	background-color: #6f228d;
	padding: 14px 28px;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	color: white;
}

.lt_container_100_center img {
    margin: auto;
    width: 100%;
    max-width: 300px;
    max-height:100%
}

.lt_container a {
	color: rgba(255, 255, 255, 0);
}

.select-wrapper {
	display: block;
	width: 100%;
	border: none;
	background-color: #6f228d;
	padding: 14px 28px;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	color: white;
}

.select-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 40px;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	background: #6f228d;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
}

.select-wrapper select option {
	color: #666;

  }

.select-wrapper select option:hover {
	color: #fff;
	background-color: #0fa09b;
  }

.button_round_purple {
	background-color: #6f228d;
	border: none;
	color: white;
	/* padding: 0px 5px 0px 5px;  */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 0px 2px; 
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.button_round_turquoise {
	background-color: #0fa09b;
	border: none;
	color: white;
	/* padding: 20px; */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 0px 4px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}