/*
//////////////////////////////////////////////////////////////////////////////
///// live_list.css //////////////////////////////////////////////////////////
///// Version 5.0   //////////////////////////////////////////////////////////
///// Ver Date 6/11/2025 //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////




*/
body {
	background: linear-gradient(90deg, rgba(26, 121, 197, 1) 0%, rgba(0, 188, 212, 1) 50%, rgba(26, 121, 197, 1) 100%);
	background-size: 100% 100%;
	margin-top: 8em;
}

p {
	font-family: "Montserrat Alternates";
	text-align: center;
	font-size: 1.25em;
}

span {
	font-family: "Montserrat Alternates";
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 5px;
	text-align: center;

}

div.day {
	background-color: antiquewhite;
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.8);
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	width: 50%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	div.day {
		width: 90%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	div.day {
		width: 80%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	div.day {
		
		width: 70%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	div.day {
		
		width: 50%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	div.day {
		width: 40%;
	}
}

.td_schedule {
	width: 20%;
}

.td_icon {
	width: 15%;
	font-family: "Montserrat Alternates";
	text-align: center;
	font-size: 1.25em;
}

.td_channel {
	width: 250px;
	text-align:left;
}

.img_YT {
	border-radius: 50%;
	width: 72px;
	vertical-align: middle;
	margin-right: .5em;
}

.img_sep {
	display: block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	height: 1em;
	width: 200px;
}

.schedB {
	font-family: "Montserrat Alternates";
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}