.streamPageContainer {
	position: relative;
	overflow: auto;
	margin: 0px auto;
	width: 98%;
}

.twitchCardContainer {
	max-width: 320px;
	width: 26%;
	display: inline-block;
	padding: 10px;
	border: solid rgba(54,50,40,1) 1px;
	min-height: 200px;
	margin: 10px;
	vertical-align: top;
	text-align: left;
	background-color: rgba(0,0,0,.4);
	background-image:  url('../../themes/none');
}

.twitchPreview {
	position: relative;
}

.twitchPreview img {
	width: 100%;
	height: 100%;
}

.twitchLiveIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 70px;
	height: 30px;
	background-image: url('images/live.png');
}

.twitchGameOverlay {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top: solid white 2px;
	border-left: solid white 2px;
}

.twitchChannelDescription {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	min-height: 15px;
}

.twitchViewers {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0,0,0,.7);
	color: white;
	font-size: 11px;
	border-radius: 2px;
	border: solid rgba(54,50,40,1) 1px;
	padding: 3px;
}

.twitchPlayerContainer {
	position: relative;
	text-align: center;
	margin: 10px auto;
	width: 640px;
}

.twitchPlayer {
	position: relative;
	margin: 10px auto;
	width: 640px;
	height: 360px;
}

.twitchChat {
	width: 640px;
	height: 300px;
}
