/* Schedule Item */
.schedule > section
{
  margin: 0px 0px 48px 0px;
}

.schedule > section:after
{
  content: " ";
  display: block;
  clear: both;
}

/* Leaflet Frame */
.schedule > section > div.leaflet
{
  width: 174px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  float: left;
}

.schedule > section > div.leaflet img
{
  padding: 2px;
  border: 1px solid #c0c0c0;
}

/* Entry Link */
.schedule > section > div.leaflet > div > a
{
  display: block;
  background-color: #4065cd;
  /* background-image: linear-gradient(#6080df, #203084); */
  background-image: linear-gradient(rgba(148,128,255,0.6), rgba(32,24,48,0.6));
  width: 160px;
  margin: 8px auto;
  line-height: 2.5;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  font-size: 108%;
  color: #ffffff;
  transition: background-color 0.2s linear;
}

.schedule > section > div.leaflet > div > a:hover
{
  background-color: #c067e0;
}


/* Schedule Detail */
.schedule > section > dl
{
  margin: 0px 0px 0px 184px;
  position: relative;
}

.schedule > section > dl > dt
{
  position: absolute;
  width: 64px;
  border: 1px solid #8060c0;
  border-radius: 3px;
  padding: 3px 0px;
  text-align: center;
  font-size: 90%;
  color: #6040a0;
}

.schedule > section > dl > dd
{
  margin: 0px 0px 8px 80px;
  padding: 3px 0px 0px 0px;
}


/* Schedule Detail Teachers List */
.schedule > section > dl > dd > ul
{
  margin: -3px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}

.schedule > section > dl > dd > ul > li
{
  margin: 0px 0px 12px 0px;
  padding: 8px 0px 0px 0px;
  border-top: 1px solid #d0d0d0;
  line-height: 1.5;
}

.schedule > section > dl > dd > ul > li:first-child
{
  border-top: 0px;
  padding: 0px;
}

/* Teacher Name */
.schedule > section > dl > dd > ul > li > div.teacher_name
{
  font-size: 135%;
  font-weight: bold;
}


/* Teacher Positions */
.schedule > section > dl > dd > ul > li > ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.schedule > section > dl > dd > ul > li > ul > li
{
  margin: 0px 0px 4px 0px;
  padding: 0px;
  line-height: 1.6;
}


/* Teacher Theme */
.schedule > section > dl > dd > ul > li > div.theme
{
  color: #7080A0;
  font-size: 90%;
}

.schedule > section > dl > dd > ul > li > div.theme_content
{
  font-size: 110%;
}


/* Place Name */
.schedule > section > dl > dd > div.place
{
  margin: -2px 0px 0px 0px;
  font-size: 120%;
}

/* Place Contacts */
.schedule > section > dl > dd > dl
{
  margin: 8px 0px;
}

.schedule > section > dl > dd > dl > dt
{
  color: #7080A0;
  line-height: 1.5;
}

.schedule > section > dl > dd > dl > dd
{
  padding: 2px 0px 6px 0px;
  margin: 0px 0px 0px 1em;
  line-height: 1.5;
}


/* Place Access */
.schedule > section > dl > dd > dl > dd > ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.schedule > section > dl > dd > dl > dd > ul > li
{
  padding: 0px;
  font-size: 90%;
}


/* Timetable */
.schedule > section > table
{
  position: relative;
  width: 100%;
  border-spacing: 0px;
  margin: 0px;
  padding-left: 0px;
  font-size: 100%;
  clear: both;
}

.schedule > section > table > caption
{
  width: 144px;
  border: 1px solid #8060c0;
  border-radius: 3px;
  margin: 0px 0px 4px 0px;
  padding: 3px 0px;
  line-height: 20px;
  text-align: center;
  font-size: 90%;
  color: #6040a0;
}

.schedule > section > table > thead > tr > th
{
  border-bottom: 3px double #8060c0;
  text-align: left;
  font-weight: normal;
  color: #8070a0;
}

/* Timerange Header */
.schedule > section > table > thead > tr > th:nth-child(1)
{
  width: 128px;
}

/* Content Header */
.schedule > section > table > thead > tr > th:nth-child(2)
{
  width: 180px;
}

/* Teacher Header */
.schedule > section > table > thead > tr > th:nth-child(3)
{
  width: 144px;
}

.schedule > section > table > tbody > tr > td
{
  padding: 8px 2px;
}

.schedule > section > table > tbody > tr:nth-child(even) > td
{
  background-color: #f4f0f8;
}

.schedule > section > table + div
{
  margin: 4px 0px;
  text-align: right;
  font-size: 80%;
  color: #909090;
}