body {
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color:  #729745; 
	font-size: 1.0em ;
}
hr {
	color: #c4c2c2;
}
h1 {color: #2a381a;
	font-family: Impact;
	text-shadow: 1px 1px 1px #c3d183;
	text-align: center;
}
h1 { 
	color: #2a381a;
	font-family: "Lucida Handwriting", "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h2 { 
	color: #2a381a; 
	font-family: "Lucida Handwriting";
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
p { 
	font-size: 1.1em ;
	hyphens: none ;
}
.small {
	font-size: 0.7em ;
	hyphens: none ;
}
a:hover { 
	color: #ffffff ;
	text-shadow: 1px 1px 1px #2a381a;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	text-align: center;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color: #bee391 ;
	grid-gap: 2px;
	padding: 6px;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
div { 
          margin: 2px; 
} 
{
	  box-sizing: border-box;
	}

	.flex-container {
	  display: flex;
	  flex-direction: row;
	  text-align: center;
	}

	.flex1 {
	  background-color: #a5ca78;
	  padding: 3px;
	  flex: 33%;
	}
	.flex2 {
	  background-color: #f3f2ff;
	  padding: 3px;
	  flex: 33%;
	}
	.flex3 {
	  background-color: #fffae0;
	  padding: 3px;
	  flex: 33%;
	}

	@media (max-width: 650px) {
		.flex-container {
		flex-direction: column;
		}
	}