body 
{
  font-family: system-ui, sans-serif;
  padding: 2rem;
  background: #f7f7f7;
  text-align: center;
}

h1 
{
  color: #333;
  text-align: center;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

button 
{
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

img
{
  width: 300px;
  height: auto;
}

table 
{ 
  margin: 0 auto; 
  min-width: 800px;
  border-collapse: collapse;
}

th, td 
{
  border: 1px solid #999;
  padding: 0.75rem;
}

.table-wrap 
{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.button 
{
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #333;
  color: white;
  text-decoration: none;   /* kills underline */
  border-radius: 6px;
  font-weight: 600;
  max-width: 800px;
}

.site-nav .button {
  margin: 0;
}

.button.current {
  background: #0f766e;
}

.button:hover 
{
  background: #555;
}

.centerPanel
{
    margin: 0 auto;
    width: 800px;
}
