body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #b0b0a3;
}

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: 80%;
  background-color: transparent;
}

div#tswothersidecol {
  float: left;
  width: 10%;
  min-height: 100%;
  color: black;
}

div#tswsidecol {
  float: right;
  width: 10%;
  min-height: 100%;
  color: black;
}

div#tswcontent {
  float: left;
  width: 80%;
  color: black;
  background-color: transparent;
  padding: 1%;
  box-sizing: border-box;
}

@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 {
}

div#tswcontainer {
}

div#tswsideproper, div#tswothersideproper {
}

div#tswheader {
  color: black;
  background-color: transparent;
  padding-left: 1%;
  padding-top: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.2em;
}

div {
  font-size: 0.99em;
  line-height: 1.2em;
}

h1 {
  font-family: "Arial", "Helvetica", "sans-serif";
  line-height: 1em;
  font-weight: bold; 

}

a {
  color: black;
  font-size: 1em;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: #413839;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;}

#tswheader {
}

#tswothersidecol {
}

