body {
	font-family: Arial, Helvetica, sans-serif ;
}
h1 {
	font-size: 3rem;
	color: aqua;
	text-align: center;
}
p {
	font-size: 1.3rem;
}
strong {
	font-size: 1.3rem;
}
a {
	font-size: 1.3rem;
	color: blue;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcentrecombo {
	float: right ;
	width: 70% ;
	color: inherit ;
	background-color: #000 ;
}
div#tswothersidecol {
	float: left ;
	width: 42.86% ;
	color: #fff ;
	background-color: #000 ;
}
div#tswsidecol {
	float: right ;
	width: 30% ;
	color: #fff ;
	background-color: #000 ;
}
div#tswcontent {
	float: left ;
	width: 57.14% ;
	color: #fff ;
	background-color: #000 ;
}
@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcontent {
		float: none ;
		width: 100% ;
	}
	div#tswothersidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcentrecombo {
		float: none ;
		width: 100% ;
	}
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: #000 ;
}
div#tswsideproper, div#tswothersideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswheader {
	color: #fff ;
	background-color: #000 ;
}
div#tswfooter {
	color: #fff ;
	background-color: rgb(26, 26, 26) ;
	text-align: center;
	font-size: 1rem;
}
div#body {
	
}
div#text-nav {
	align-items: center;
}
#footer {
	font-size: 1rem;
}