.main{
  background: #444;
}
.tabStyle{
	background: #444;
	color: #fff;
}
.programTitle{
	color: #fff;
	font-weight: bold;
	width: 20%;
  padding: 5px;
  text-align: center;
}
.tabTitle{
  background: #444;
  padding-bottom: 1%;
  padding-top: 5%;
}
.ui-tabs-anchor{
	background: #757575;
}

.time{
	width: 15%;
  padding: 5px;
  text-align: left;
}


.desc{
	width: 65%;
	text-align: left;
	padding: 5px;
}
table{
	width: 100%;
}
tr{
	width: 100%;
}
a[href^="https://"]{
	color: #accfff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
a[href^="http://"]{
	color: #accfff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
#todayReturn{
	color: #d2efff;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
  text-decoration: none;
  width: 20%;
  padding-bottom:1%;

	
}
.nav {
  border-radius: 5px;
  background-color: #444;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.nav:hover{
	background-color: #888;
	color: #d2efff;
}
#previous{
	align:left;
}

#loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
#loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 1s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#tabs {
  display: none;
  text-align: center;
}

.ui-tabs .ui-tabs-nav li{
  border-bottom: 1px solid #c5c5c5 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
  cursor: pointer;
  background: #555;
  
}