/* Reset */
body,
html {
	margin: 0px;
	padding: 0;
	font-family: 'Chakra Petch', sans-serif;
	background-color: #000000;
	color: white;
	text-transform: uppercase;
	/*background-image: url("primary_dashboard.png");*/
	overflow: hidden;
}

table,
th,
td {
	/*border: 1px solid white;*/
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#top-table,
#bottom-table {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.stream-time-cell,
#featured-stream-label-cell {
	width: 300px;
}

#featured-schedule-cell,
#secondary-schedule-cell {
	width: 44%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#featured-stream-label-cell {
	height: 77px;
}

.small-label {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 5px;
}

.featured-label {
	font-size: 25px;
}

.header-value {
	font-size: 50px;
	font-weight: 100;
	line-height: .8;
}

.secondary-value {
	font-size: 25px;
	font-weight: 100;
	line-height: .8;
	text-align: right;
}

#date-cell {
	position: absolute;
	top: 15px;
	left: 475px;
	vertical-align: middle;
	text-align: center;
}

#clock-cell {
	position: absolute;
	top: -10px;
	left: 10px;
	vertical-align: top;
}

#time {
	font-size: 100px;
}

#secs {
	font-size: 100px;
}

#featured-schedule-table,
#theater-schedule-table {
	width: 100%;
}

#featured-schedule-table td,
#theater-schedule-table td {
	padding: 5px 0px 5px 10px;
}

.schedule-header-row {
	font-size: 18px;
	border-bottom: 1px #2B2C34 solid;
	color: #15161A;
	font-style: italic;
	letter-spacing: 5px;
	font-weight: 900;
}

.schedule-title-td {
	color: white;
}


#featured-schedule-table tr:nth-child(even),
#theater-schedule-table tr:nth-child(even) {
	background-color: #2A2C34;
}

.schedule-content-row {
	font-size: 35px;
	padding: 5px 0px 5px 10px;
}

.schedule-time-td {
	font-size: 25px;
	text-align: center;
	border-left: 1px white dotted;
}



.schedule-event-cell {
	font-weight: 800;
}

#theater-stream-label-cell,
#grounds-stream-label-cell {
	height: 77px;
}

#theater-iframe-cell {
	background-color: #2B2C34;
}


.theater-stream-time-container,
.grounds-stream-time-container {
	white-space: nowrap;
	/* Adjust as needed for alignment */
	display: inline-block;
	text-align: right;
}

.theater-stream-time-cell,
.grounds-stream-time-cell {
	text-align: right;
}