.clear {
	clear: both;
}

.info {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	padding: 10px 0;
	text-align: center;
}

/* Nagłówki */

.header-small {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

/* Teksty */

.text-small {
	color: #333;
	line-height: 140%;
}

/* Linie */

.line-blue, .line-blue-small {
	border-bottom: 3px #67ABD8 solid;
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
}

.line-blue-small {
	border-bottom-width: 1px;
}

