@charset "utf-8";
/* CSS Document */

.episode {
	margin-bottom:5px;
}
.episode img {
	width:35px;
	border-radius:10%;
	margin-right:10px;
}
.meta-info {
	padding:5px 15px 5px 15px;
	border-radius: 10px;
	font-size:65%;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.prod-num {
	background-color:#333; 
	color: #DDD;
	width:65px;
	
}
.ep-date {
	background-color:#BBB; 
	color: #333;

}
.ep-title a {
	font-weight: bold;
}
.font-105 {
	font-size:105%;
	width:auto;
}
.episode-left {
	float:left;
	width:45vw;
}
.episode-right {
	float:right;
	width:45vw;
}
.social img {
	height:45px;
	margin-left:10px;
}
.host-vote img {
	height:45px;
	border-radius: 25%;
}
.host-vote span, .vote-perc span:nth-child(1) {
	font-size:125%;
	display: inline-block;
	width: 100px;
}
.votes-title, .poll-title {
	font-size:125%;
	font-weight: bold;
}
.episode-notes img {
	float:left; margin: 0px 10px 10px 0px;
	height:200px;
	width:200px;
	border-radius: 25px;
}
.episode-notes a {
	font-weight: bold;
}
.vote-perc span:nth-child(1) {
	display: inline-block;
	width:150px;
}
.vote-perc span:nth-child(2) {
	display: inline-block;
	width:80px;
	text-align: center;
	font-weight: bold;
}
.poll-champ, .poll-dust, .poll-neutral, .poll-lost {
	color:#fff;
	font-size:90%;
}
.poll-champ {
	background-color: #217332;	
}
.poll-dust {
	background-color: #B6321A;
}
.poll-neutral {
	background-color: #333;
}
.poll-lost {
	background-color: #CCC;
	color: #AAA;
}
.ep-meta-box {
	border:#777 1px solid;
	border-radius: 15px;
	background-color: #DDD;
	padding: 10px;
	margin-bottom:10px;
}

@media screen and (max-width: 1000px) {
	.episode-left, .episode-right  {
		float:none;
		width:100%;
		}
	.no-mob {
		display: none;
	}
	.mob-only {
		display: block;
	}
}