.td-buttons form {
    display: inline-block;
  }

.container3 {
    width:95%;
    margin-left:2.5%;
}

.text-wrap{
  white-space:normal;
}

.width-200{
  width:200px;
}

body {
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-color:rgb(245, 241, 241); 
  margin: 10;
  padding: 0;
  /* background-image: url("/static/seats.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  filter: grayscale(10%);  */
  /* display: flex; */ */
  /* justify-content: center;
  align-items: center; */
}


div.dom_wrapper {
  position: sticky;  /* Fix to the top */
  align-items: center;
  top: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 1);  /* hide the scrolling table */
}
th { 
  background:lightgray; 
} 
table {
  font-size: small;
}
