.schedule {
	background: #f8f8f8;
}
.schedule .schedule-image,
.schedule .schedule-main {
	margin-top:30px;
}
.schedule .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.schedule .schedule-img img {
	width:100%;
}
.schedule .panel-group {
	margin: 0;
	text-align:left;
}
.schedule .panel {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.schedule .panel:last-child {
	margin:0;
}
.schedule .panel-heading {
	background:none;
}
.schedule .schedule-title a {
	padding: 15px;
	font-size: 15px;
	position: relative;
	color: #252525;
	background: #fff;
	width: 100%;
	display: block;
	font-weight: 700;
  text-decoration:none;
}

.schedule .panel.active .schedule-title h4,
.schedule .panel.active .schedule-title a {
	text-decoration: none;
	color: #fff;
}
.schedule .panel .schedule-title a i {
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.schedule .panel.active .schedule-title a i {
	border-color:#fff;
}
.schedule .schedule-body {
	padding: 25px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
}/*=============================
	Schedule Table CSS
===============================*/
.collapsible h4 {
  margin-top:25px;
  font-size:1.2rem;
  color:000000;
}

.schedule_table table,
table.schedule_table {
  display:block;
  width:100%;
  margin-bottom: 1.5em;
  margin-top:.5em;
}

.schedule_table h4 {
  font-size: 1.1rem;
  margin:0;
}

.schedule_table thead {
  display:none;
}

.schedule_table td,
.schedule_table th {
  padding: 7px 15px 7px;
  vertical-align:top;
  border-bottom: 1px solid #cdcdcd;

}

.schedule_table .table_border {
  border-bottom: 2px solid #193f5e;
  padding-right:1em;
}

.schedule_table .border_right {
  border-right:1px dotted #193f5e;
}

.schedule_table p,
.schedule_table div {
  padding-top:0;
  margin-top:0;
  text-align:left;
}

.schedule_table .indent-left {
  padding-left:2rem;
}

.schedule_table tr:nth-child(even) {
   background-color: #efefef;
}

.schedule_table tr:nth-child(odd) {
    background-color: #fff;
}

.schedule_table .darkblue h4 {
  color: #fff;
}

.schedule_table ul li {
  list-style: none;
  margin-bottom: .25em;
}
  
/*=============================
	End Schedule Table CSS
===============================*/