/* CSS stylesheet for accessibility page */

div.treewindlink
{
  text-align: center;
  padding: 5px;
  width: max-content;
  max-width: 95%;
  margin: auto;
  background: #eee;
  border-radius: 5px;
}

table.accessibility
{
  margin: 10px auto;
  border: 1px solid black;
}

table.accessibility tr td, table.accessibility tr th
{
  border: 1px solid black;
  padding: 10px;
}

ul.browsers 
{
  margin-top: 10px; 
  list-style: none 
}
