#tswcssbuttons {
  width: 180px;
  max-width: 100%;
  text-align: center;
  font-family: "Barlow";
  font-size: medium;
}

#tswcssbuttons ul {
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
}

#tswcssbuttons li {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
}

#tswcssbuttons li a {
  color: white;
  background-color: #2f5596;
  border: 1px outset #2f5596;
  text-decoration: none;
  display: block;
}

#tswcssbuttons li a:hover {
  color: #2f5596;
  background-color: #0000c0;
}

#tswhamburger {
  display: none;
}

@media only screen and ( max-width : 629px ) {
  #tswhamburger {
    display: inline;
    width: 2em;
    font-weight: bold;
    font-size: 150%;
    color: black;
    background-color: white;
  }
  #tswhamburger:hover {
    color: white;
    background-color: black;
  }
  #tswcssbuttons {
    display: none;
  }
}

#tswsideproper {
  font-family: "Barlow";
  line-height: normal;
}

#tswsidecol {
  font-family: "Barlow";
}

#tswfooter {
  font-family: "Barlow";
}

#tswcontainer {
  font-size: medium;
}

#tswname {
  max-width: none;
}

