.wystapienie .rola
{
	display: block;
	font-size: 14px!important;
	width: 100%;
}
.wystapienie .rola_wszyscy
{
	display: block!important;
	font-size: 14px!important;
}

.wystapienie .rola {
	padding-bottom: 5px;
}

.wystapienie
{
	line-height:1.5;
	/*color:#000;*/
	padding:10px;
}
.wystapienie .su-expand-link.su-expand-link-more a 
{
    color: #e91b2c!important;
}

.prelegent_name a {
	color: #000000!important;
}
.wy_sekcja
{
	font-size:20px;
	line-height:1.2;
	color:black;
	font-family: 'Roboto', Arial, Helvetica, Georgia, Sans-serif;
	display:none;
	text-align: center;
    background-color: #dbd0c2;
    text-transform: uppercase;
}
.wy_czas_pokaz
{
	font-size:15px;
	color:black;
}
.wy_opis
{
	font-size:15px;
}
.wy_czas_schowaj
{
	font-size:15px;
	color:black;
	display: none;
}
.wy_forma
{
	height: auto!important;
    display: inline-block!important;
	width: 100%;
	font-family: 'Roboto', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.wy_forma_online {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background: #818181;
	float: left;
	margin-right: 5px!important;
	border-radius: 10px;
}

.wy_forma_onsite {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background: #3f48cc;
	float: left;
	margin-right: 5px!important;
	border-radius: 10px;
}

.wy_forma_sala {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background: #01890d;
	float: left;
	border-radius: 10px;
	margin-right: 5px!important;
}

.wy_forma_inna {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	float: left;
	border-radius: 10px;
	margin-right: 5px!important;
	margin-top: 2px;
    margin-bottom: 2px;
}

.wy_temat
{
	font-weight:bold;
	font-size: 16px;
}

.wy_temat.z_ikona {
	font-weight:bold;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.wy_temat.z_ikona span {
	padding-right: 10px;
}

.wy_prelegent {
	padding-top: 10px;
}

.wy_prelegent .prelegent
{
	margin: 5px 5px 0px 0px;
}
.wy_prelegent div
	{
		margin:0px;
		font-size: 14px;
	}
.wystapienie .wy_mini_opis
{
	/* background-color:#e91b2c; */
	background-color:#437c6d;
	text-transform:uppercase;
	width:100%;
	font-family: 'Roboto', Arial, Helvetica, Georgia, Sans-serif;
	color:#fff;
	font-weight:bold;
	align-items: center;
    justify-content: center;
    display: flex;
	text-align: center;
}

@media (max-width: 790px) {
.wystapienie .wy_czas_pokaz
{
	font-size:16px;
	color:black;
	display:block;
}

.wystapienie .wy_czas_schowaj
{
	font-size:16px;
	color:black;
	display:block;
}

.wystapienie .wy_sekcja
{
	display:block;
}

}

.wy_prelegent {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 5px;
}
.prelegent
	{
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
	}
.jedna_kolumna .prelegent
	{
		width: 100%;
	}
.dwie_kolumny .prelegent
	{
		width: calc(50% - 20px);
	}
.trzy_kolumny .prelegent
	{
		width: calc(33.33% - 20px);
	}
.cztery_kolumny .prelegent
	{
		width: calc(25% - 20px);
	}

@media only screen and (max-width: 781px) {
.jedna_kolumna .prelegent
	{
		width: 100%;
	}
.dwie_kolumny .prelegent
	{
		width: 100%;
	}
.trzy_kolumny .prelegent
	{
		width: 100%;
	}
.cztery_kolumny .prelegent
	{
		width: 100%;
	}
}

@media (max-width: 780px)
{
	.prelegent.pusty_prelegent {
		display: none!important;
	}
	
	.rola.pusta_rola {
		display: none!important;
	}
	
}

.su-expand {
	margin: 0!important;
}

.wy_sekcja_bannerbear {
	margin: 0!important;
	padding: 0!important;
	display: none!important;
}

.prelegent_photo {
   width: 60px;
	height: 60px;
	object-fit: cover;
	padding-right: 15px;
}

.prelegent_photo a {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.prelegent_info {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}