/* Episode Actions */
#action-previous-episode a:before
{
	content: '« ';
}
#action-next-episode a:after
{
	content: ' »';
}

.spoilers-list
{
	list-style-type: none;
	margin: 0;
}

.spoilers-list li
{
	background: #E8F0F1;
	padding: 10px;
	margin: 5px 0 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	font-size: 11px;
	text-align: justify;
}

.spoiler-infos
{
	font-size: 11px;
	color: rgb(100,100,100);
	padding-bottom: 4px;
	border-bottom: 1px dotted rgb(160,160,160);
}

.spoiler-infos ul
{
	margin: 0;
	padding: 0;
}

.spoiler-infos ul li
{
	border-left: 1px solid rgb(100,100,100);
	margin: 0;
	padding: 0 10px;
	line-height: 85%;
}

.spoiler-infos ul li.first
{
	padding-left: 0;
	border-left: 0;
}

.spoiler-body
{
	margin-top: 8px;
}

#airdates-list
{
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

#airdates-list img
{
	border: 0;
	margin: 0 2px 0 3px;
	vertical-align: center;
}

.airdate-timeslot
{
	margin-right: 4px;
	color: rgb(50,50,50);
}

.airdate-first
{
	font-style: italic;
	font-size: 11px;
	color: rgb(100,100,100);
}

#airdates-list ul li
{
	margin-left: 10px;
}

.airdate-table
{
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgb(182,196,210);
}

.airdate-table th
{
  font-weight: bold;
  background: rgb(216,220,225);
  color: rgb(59,82,103);
}

.airdate-table td
{
  background: rgb(246,248,249);
  font-size: 11px;
}

.airdate-table th,
.airdate-table td
{
  padding: 3px 8px;
  border-bottom: 1px solid rgb(255,255,255);
  border-right: 1px dotted rgb(182,196,210);
}

.airdate-table .airdate-country
{
  border-left: 1px dotted rgb(182,196,210);
}

.airdate-table img
{
  border: 0;
  margin: 0 0 -2px;
}

.airdate-country-image,
.airdate-channel-image
{
  width: 40px;
  display: inline-block;
}

.airdate-country-image
{
  width: 25px;
}


.airdate-country,
.airdate-channel
{
  width: 25%;
}

.airdate-time
{
  width: 15%;
}


.airdate-date
{
  width: 35%;
}


