.stream li {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #f7f7f7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: "roboto-light";
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.stream li:hover {
	background-color: #eee;
}

.stream li .section-title a {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.stream li > a {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	z-index: 3;
}

.stream li .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
}

.stream li .section-intro {
	bottom: auto;
	top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 30px;
}

.stream li .section-thumb {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
}

.stream li .section-thumb a {
	display: block;
}

.stream li .section-thumb img {
	width: 100%!important;
	height: auto!important;
	max-width: none!important;
	display: block!important;
	padding: 0;
	border: none;
}

.stream li .inner {
	padding: 0;
}

.stream li .section-intro span {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	font-weight: normal;
}

.stream li .section-title,
.stream li .section-text,
.stream li .section-user {
	padding-left: 20px;
	padding-right: 20px;
}

.stream li .section-title,
.stream li .section-text {
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}

.stream li .section-user {
	font-size: 11px;
	font-family: "roboto-bold";
	background: transparent;
	font-style: normal;
}

.stream li .section-user a {
	color: black;
}

.stream li .section-intro > a,
.stream li.dcsns-twitter .twitter-user {
	display: none;
}

.stream li.dcsns-youtube .section-thumb a {
	position: relative;
}

.stream li.dcsns-youtube .section-thumb a:after,
.stream li.dcsns-youtube .section-thumb a:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.stream li.dcsns-youtube .section-thumb a:after {
	width: 40px;
	height: 40px;
	background-color: black;
	z-index: 1;
}

.stream li.dcsns-youtube .section-thumb a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent white;
	z-index: 2;
}

.stream li.dcsns-twitter .section-text {
	margin-top: 10px;
}