#catchup-screen {
  color: white;
}
#catchup-screen #dates{
  width: 33% !important;
}
#catchup-screen #programs .item{
	display: block;
	width: 100% !important;
	margin: 0px auto !important;
	/*padding-left: 10px;*/
}

#catchup-screen #programs .item .program{
	/*width: calc(100% - 65px);*/
	width: calc(100% - 0px);
	margin-right: 5px;
}

#catchup-screen #programs .item .download{
	width: 60px;
	text-align: center !important;
	padding-left: 10px !important;
}
#catchup-screen #broad #programs {
  width: 67% !important;
}
#catchup-screen .content {
  /* display: flex;
  justify-content: center;
  height: 87vh;
  padding-left: 20px;
  width: 100%; */

  /* min-width: 70vw; */
  display: block;
	width: 100%;
	height: 100vh;
	/* margin: 2vh 2%; */
}
#catchup-screen ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#catchup-screen .list-item {
  height: 90vh;
  overflow-y: scroll;
}
#catchup-screen .content  ul li {
  color: #fff;
  font-size: 3vh;
  /* padding: 10px 25px; */
  /* opacity: 0.5; */
  /* margin: 30px 0; */
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  height: calc(90vh/12);
  /* border: 2px solid transparent; */
}
#catchup-screen .content .container ul li.selected {
  background-color: rgba(244, 130, 33, 0.9);
  border-radius: 15px;
  /* border: 2px solid rgba(244, 130, 33, 0.9); */
  opacity: 1;
}
#catchup-screen .content .container-mid ul li.active,
#catchup-screen .content  ul li.active {
  opacity: 1;
  position: relative;
  /* padding-left: 50px; */
}
#catchup-screen button{
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	/*border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc45;*/
	font-size: 28px;
	color: #fff;
	text-align: left;
	font-weight: 700;

}