html {
	background-color: black;
  color: #B25110;
}
body {
  margin: 0;
  padding: 0;
}
table {
  margin: 20;
  border-collapse: collapse;
}
th {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

th[class*="status"] {

}

th.status {
  width: 250pt;
  border: 1px solid;
}
#video {
  margin: 0;
  width:100%;
  max-height: 100vh;
}