
.wydarzenie:nth-of-type(2n+1) {
	background-color:#fbfdff;
}

.wydarzenie time {
	font-family: RobotoCondensed, Roboto, Arial, Sans-serif, serif;
}

.wydarzenie h2,
.wydarzenie time {
	text-transform: none;
	line-height: 30px;
}
.wydarzenie-kategoria{
	margin-top: -7px;
	margin-bottom: 4px;
}
.wydarzenie-kategoria span{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #ca8357;
	padding: 3px 10px 2px 10px;
	font-size: 14px;
	border-radius: 5px;
}

/*.wydarzenie > .column {*/
/*	flex: 0 0 auto;*/
/*	width: 100%;*/
/*}*/

/*@media (min-width: 992px) {*/
/*	.wydarzenie > .column {*/
/*		flex: 0 0 auto;*/
/*	}*/
/*	.wydarzenie > .column:first-child {*/
/*		width: auto;*/
/*	}*/
/*	.wydarzenie > .column:nth-child(2) {*/
/*		width: auto;*/
/*	}*/

/*}*/
