@charset "utf-8";
/* CSS Document */

.contactBox {
	position:  relative;
	display: inline-block;
	padding: 20px;
	width: 250px;
	/*background: rgba(128,128,128,0.20);*/
	background: #E8E8E0;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 10px;
}

.contactBox a {
	color: black;
}

.contactBox h4 {
	font-size: 16px;
	padding: 2px;
	margin: 0px;
}

.contactBox.main {
	font-size: 18px;
	width: 400px;
	/*background: rgba(128,128,128,0.40);*/
	background: #a0a0a0;
	color:  white;
}

.contactBox.main h4 {
	font-size: 20px;
}

.contactBox.main a {
	color: white;
}

.cenikTable {
	font-size: 11px;
}

.cenikTable th {
	background: #AFAFAF;
	color:  white;
}

.cenikTable tr td:nth-child(1) {
	text-align: left;
	font-weight: bold;
}

.lineHl {
	background: #A0A0A0;
	color: white;
}
