.flex-container {
    justify-content: center;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    overflow: hidden;
}
.flex-container > div {
  	background-color: #FFFF8E;
  	width: 1000px;
  	margin: 10px auto;
  	font-size: 30px;
}

.art-header {
    background: #FFFF8E;
    background: rgba(240, 240, 240, 0.6);
        background-origin: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    border: 5px solid rgba(185, 194, 203, 0.6);
    margin: 0 auto;
    position: relative;
    cursor: auto;
    width: 1000px;
  	display: flex;
    z-index: auto !important;
}

#panelheader{
	width: 100%;
}

.art-sheet {
    background: #F0F0F0;
    background: rgba(240, 240, 240, 0.6);
        background-origin: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    border: 5px solid rgba(185, 194, 203, 0.6);
    margin: 0 auto;
    position: relative;
    cursor: auto;
    width: 1000px;
    z-index: auto !important;
  	display: flex;
  	align-items: center;
}

body {
    padding: 0;
    margin: 0;
    min-width: 1000px;
    color: #000000;
}

#panel1{
	width: 100%;
	background-color: #FF9900;
	border-radius: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#panel2{
	width: 100%;
	background-color: #F1F1F1;
	border-radius: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#panel3{
	width: 97%;
	border: 1px solid #057050;
	background-color: #F1F1F1;
	border-radius: 10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  	margin-left: 15px;
  	margin-bottom: 15px;
}

.mytextC {
	color: #057050;
	text-align: center;
	text-shadow: 1px 1px 3px #ABDACC;
	margin: 10px;
}

.mytextN {
	font-family: 'Google Sans',Roboto,Arial,sans-serif;
	font-weight: 400;
	line-height: 40px;
	color: #202124;
	line-height: 135%;
	max-width: 100%;
	min-width: 0%;
	margin: 15px;
}

.f36 {
	font-size: 36px;
}

.f28 {
	font-size: 28px;
}

.f20 {
	font-size: 20px;
	text-align: center;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

input[type=text], select {
   font-size: 16px;
  	width: 97%;
  	padding: 12px 20px;
  	margin-left: 15px;
  	margin-bottom: 15px;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  	margin-left: 15px;
}

#button1{
	width: 380px;
	display: block;
	margin: 0 auto;
	background-color: #ADD8E6;
	font-size: 24px;
	text-align: center;
	border-radius: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #057050;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
