/* stream content */

.stream-container {
	font-size:14px;
}


.stream-item {
	display:flex;
	flex-flow:row wrap;
	border-bottom: 1px solid #e6e6e6;
	padding:14px 16px;
	box-sizing:border-box;
	max-width:740px;
}

.stream-item:last-child {
	border:none;
}

.stream-time {
	background: url(//fs.getcourse.ru/fileservice/file/download/a/1005/sc/198/h/9a9be706a36085ce0255eab7e7ac3648.png) left top no-repeat;
	padding-left:40px;
	font-weight:bold;
	flex: 0 1 270px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.stream-time span {
	display:block;
	font-weight:normal;
}
.stream-loc {
	background: url(//fs.getcourse.ru/fileservice/file/download/a/1005/sc/243/h/e72f1027cdeca76875eb7b234eb3d571.png) no-repeat  left top 3px / 20px ;
	padding:0 0 10px 40px;
	margin:0 30px 10px 0;
	flex:0 1 200px;
}
.stream-loc-empty {
	background: none;
}
.stream-teacher {
	display:flex;
	align-items:flex-start;
	width:140px;
}
.stream-teacher img {
	margin-right:10px;
	width:46px;
}

@media screen and (max-width:448px) {
	.stream-loc {
		display: flex;
		align-items: center;
		height: 40px;
	}
}

/* end stream content */