
div.body-container {
	width: 90%;
	min-height: 1000px;
	margin: 0 auto; /* top and bottom, right and left */
	text-align: left; /* top, right, bottom, left */
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
div.container {
    min-width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
div.yellow {
	background: #e5f1ce;
}
div.gray {
	background: #536878;
	color: white; 
}
div.blue {
	background: #aae5ef;	
}

div.content{
	width: 1500px
}

tr.spaceUnder>td {
  padding-bottom: 3em;
}

tr.spaceOver>td {
  padding-top: 3em;
}

th {
  font-size: 20px;
  font-weight:bold;
  text-align: center;	
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid black;
  /*background: cornsilk;*/
  /* position: sticky; */
  /* top: 0; /* Don't forget this, required for the stickiness */
}

td {
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
/*  border: 1px solid black;*/
/*  height: 250; */
}

video {
	max-width: 100%;
	max-height: 100%;	
}
