﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
}
hr {
	color: #f6c000
}
h1 {color: #537921;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h2 { 
	color: #9990CD;
	text-align: center;
}
h3 { 
	color: #6A5ACD; 
	font-family: 'Arial Black';
}
.divheading {
	background-color:  #ffff5c;
	color: #773311;
	text-align: center;
}
p { 
	font-size: 1.1em ;
	text-indent: 1.8em ;
}
.l {
	font-size: 1.1em ;
	font-weight: bold;
	text-indent: 0em ;
}
.bold-c {
	font-weight: bold;
	font-style: italic;
	color: #000189;
	text-align: center;
	font-size: 1.2em;
	text-indent: 0.0em ;
	text-shadow: 1px 1px 1px #000000;
}
a:hover { 
	color: #b000ff 
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color:  #ffeecc ;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
.flex-echoes-container {
	  display: flex;
	  flex-direction: row;
	  text-align: center;
	}
	.echoes1 {
	  background-color: #d7e0c8;
	  padding: 3px;
	  flex: 24%;
	}
	.echoes2 {
	  background-color: #f3f2ff;
	  padding: 3px;
	  flex: 24%;
	}
	.echoes3 {
	  background-color: #fab8ff;
	  padding: 3px;
	  flex: 24%;
	}
	.echoes4 {
	  background-color: #f7f76e;
	  padding: 3px;
	  flex: 24%;
	}
	@media (max-width: 650px) {
		.flex-echoes-container {
		flex-direction: column;
		}
	}
