

.stream-titles{
	color: #b43fc0;
	font-size: 20px;
	font-weight: bold;
}

.stream-title{
	display: flex;
}

.data{
	font-size: 32px;
	padding-right: 20px;
}

.title-desc{
	padding-top: 15px;
}



.player{
	position: relative;
	overflow: hidden;
	width: 95%;
	padding-top: 56.25%;
}

.player-frame{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 95%;
	height: 100%;
}



.stream-desc{
	padding-top: 10px;
}

.rozklad{
	padding-top: 10px;
	padding-bottom: 20px;
}




.users-row{
	display: flex;
	padding-bottom: 20px;
}

.users-row div{
	width: 50%;
}

.passagers ul li{
    font-size: 14px;
    margin-bottom: 4px;
    
}

.passagers ul li a{
    color: white;
	text-decoration: underline;
}


.tags{
	display: flex;
	border-top: dotted 1px rgba(255, 0, 0, .6);
	border-color: #d28bda;
	margin-top: 20px;
	color: grey;
	font-size: 10px;
}

.tags a{
	margin-right: 5px;
	font-style: oblique;
	color: grey;
}



.moments{
	padding-bottom: 20px;
}

.moments li{
    margin-bottom: 5px;
}


.easters{
	padding-bottom: 20px;
}

.adnotacja a{
    color: orange;
}

