body {
	width: 100%;
	min-width: 270px;
	margin: 0px;
	font-family: arial;
	font-size: 1em;
}

h2 {
	text-align: center;

}

h4 {
	margin:5px;
	margin-top:20px;
	text-decoration: underline;
}

/* Prevents double tap from zooming in */
* {
	touch-action: manipulation;
}

.outer-wrapper{
	text-align: center;
}

.border {
	border-top: 3px dotted black;
}

.row {
	display:flex;
	align-items:center;
	justify-content:center;
/*  	background:orange;  */
}

.column-1 {
	flex: 50%;
	text-align:end;
	margin-right:1em;
	padding-left:0px;
}

.column-2 {
	flex: 50%;
	text-align:start;
	margin-left:1em;
}

.colB1 {
	flex: 25%;
	text-align: end;
	margin-right:1em;
	padding-left:0px;
}

.colB2 {
	text-align: start;
	margin-right:1em;
}

.colB3 {
	text-align: end;
	margin-right:1em;
	padding-left:0px;
}

.colB4 {
	text-align: start;
	margin-right:1em;
}

.colB5 {
	text-align: end;
	margin-right:0em;
	padding-left:0px;
}
.colB6 {
	flex: 16%;
	text-align: start;
	margin-right:1em;
}


.button {
	margin: auto;
	margin-top:10px;
	margin-bottom:5px;
	background: blue;
	color: white;
	width: 10em;
	font-size: 1.2em;
	height:2em;
	border-radius:10px;
	width:15em;
}

.margin-top-xsmall {
	margin-top: -10px;
}

.margin-top-small {
	margin-top: 10px;
}

.margin-top-large{
	margin-top:30px;
}

p{
	color:#b30000;
}

.small {
	font-size: 0.8em;
}

.hidden {
	display: none;
}

#marker-size {
	vertical-align:middle;
}

.adjust-size-btn {
	color:black;
	background:grey;
	font-size:0.8em;
}

.wf-input {
	width: 50px;
}

/*figure {
	border: 3px solid black;
}*/

figcaption {
	font-size:0.7em;
	font-weight: bold;
}


img {
/*  display: block;*/
  max-width:800px;
  max-height:800px;
  width: auto;
  height: auto;
}

a:link, a:visited {
	color: #000099;
}

.example {
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	font-size:2em;
}

/*#return-to-charts {
	position: -webkit-sticky; /* Safari */
  	position: sticky;
	top:0;
}*/



/*@media screen and (max-width: 550px) {

	body {
/*		background-color: pink;*/
/*		font-size: 1.5vmax;
		margin:0px;
	}*/

/*	.column-1, .column-2, .column-3, .column-4, 
	.column-5, .column-6 {
		margin:0px;
	}*/

/*	input{
		font-size:0.8em;
		width:80%;
	}*/

/*}*/