#tswcssbuttons {
  width: 90%;
  max-width: 100%;
  text-align: center;
}

#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: black;
  background-color: #99ccff;
  border: 1px outset blue;
  text-decoration: none;
  display: block;
}

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

#tswname {
  width: 50%;
}

#tswemail {
  width: 50%;
}

#tswcomments {
  width: 50%;
  height: 15em;
}

#jmc {
  text-align: center;
  font-weight: bold;
  font-size: larger;
  text-transform: uppercase;
  table-layout: auto;
}

