@import url(default.css);
#lista{
	width: 100%;
	padding: 0;
	margin: 0;
	color: Black;
}
#lista th{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4682B4;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid White;
}
#lista td{
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid White;
}
.kol1{
	background-color: #FAFAD2;
}
.kol2{
	background-color: #F3F394;
}
td.nazwisko{
	color: #FDFFF8;
	font-weight: bold;
	text-align:center;
	background-color: #4682B4;
}
td.opis{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

#kstel li{
	padding: 4px;
	border-bottom: 1px solid #ADD8E6;
}

#kstel a{
	text-decoration: none;
}

#tel-q{
	width: 170px;
	border: 1px solid #FF8C00;
	padding: 2px;
	margin-bottom: 3px;
}
#tel-buttom{
	width: 170px;
}