.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: rgb(255, 248, 220);
    color: #000000;
    text-align: center;
	font-weight: bold;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid rgb(255, 248, 220);
}

th {
  text-align: center;	
  border: 1px solid black;
  background: cornsilk;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

/*
td {
  font-size: 22px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
/*  border: 1px solid black;
/*  height: 250; 
}
*/

video {
	max-width: 100%;
	max-height: 100%;	
}
