/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.1
*/
body {
	color: #000 ;
	background-color: LightBlue ;
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
  box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column {
	  flex: 33.33%;
	  height: 10%;
	  margin: 1%;
	  background-color: #cccccc;
	  text-align: center;
}
.container {
	  display: flex;
	  padding-left: 5% ;
	  padding-right: 5% ;
	  width: 90% ;
	  font-size:  1.25em;
}
div {
  column-gap: 10%;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color: Baby Blue ;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}

