﻿div.content > div.box.full > div.middle {
    min-height: 250px;
}
div.content div.stream {
	padding: 2em;
}
div.stream {
	margin: auto;
}

	div.stream > img {
		margin: 0 163px 2em 163px;
	}

	div.stream > h5 {
		color: #f6f6f6;
		font: 1.375em "Segoe UI", Arial, Tahoma;
		margin: 0;
		margin-bottom: 0.5em;
		text-align: center;
	}

		div.stream > h5 > a {
			color: #f6f6f6;
			text-decoration: underline;
		}

	div.stream > p {
		color: #e3a726;
		font: normal 1.125em "Segoe UI", Arial, Tahoma;
		margin: 0.5em 0 3em 0;
		text-align: center;
	}

		div.stream > p > a {
			color: #e3a726;
			font: normal 1em "Segoe UI", Arial, Tahoma;
			text-decoration: underline;
		}

	div.stream > div.twitchstream {
		clear: both;
		margin: auto;
	}

		div.stream > div.twitchstream > figure.video {
			float: left;
			margin: 0 30px 0 0;
			vertical-align: top;
			width: 540px;
		}