.belka{
	background-color:#a6a6a6;
	color:white;
}

.belka2{
	background-color:#999999;
	color:white;
}

.belka:hover, .belka2:hover{
	background-color:#ffb84d;
	cursor:pointer;
}

.tabs a{
	text-decoration:none;
}

.podglad{
	background-color:#4472A6;
	text-align:center;
	padding:2px;
	color: white;
	font-weight: bold;
}

.podglad:hover{
	background-color:orange;
	cursor:pointer;
}

.podglad a{
	color:white;
	font-weight:bold;
}

.podglad a:hover{
	text-decoration:none;
}

.pogrubienie{
	font-weight:bold;
}

.dane_techniczne{
	padding:5px;
	background-color:#4472A6;
	color:white;
}

.podglad_margines{
	margin-top:20px;
}

.kod{
	border-left:2px solid red; 
	padding-left:10px;
}

.uwaga{
	background-color:#ffe6e6;
}

.formy_reklamowe{
	border-left: 8px solid #4472A6; 
	border-bottom:1px solid #4472A6; 
	width:75%;
	padding-left:15px;
}

.formy_reklamowe2{
	border-left: 8px solid #4472A6; 
	/* background-color: rgba(68,114,166,0.1); */
	width:75%;
	padding-left:15px;
}

.linia{
	margin-top:25px;
	margin-bottom:25px;
	/* order-bottom: 1px solid #4472A6; */
}

.menu_kolor{
	background-color: rgba(68,114,166,1);
}

.menu_kolor_tekst{
	color:white;
}

.menu_wersja_pdf{
	background-color:#2C94D7;
}

.menu_wersja_pdf:hover{
	background-color:#3DB3FF;
}

.menu_postanowienia{
	background-color:black;
}

.menu_postanowienia:hover{
	background-color:#5a5a5a;
}

.menu_hover:hover{
	background-color:#3DB3FF;
}

@media screen and (max-width: 767px) {
	.menu_kolor_tekst_mobile{
	color:white;
}
}

@media screen and (max-width: 767px) {
	.menu_kolor_mobile_li{
	background-color:rgba(68,114,166,1);
}
	.menu_kolor_mobile_li:hover{
	background-color:#3DB3FF;
	}
}

.ol_li, .postanowienia_teskt{
	font-size:16px;
}

.ol_li li{
	margin:5px 0 5px 0;
}

.naglowki_tabela{
	font-size:14px;
	font-weight:bold;
}

thead{
	background-color: rgba(68,114,166,1);
	color:white;
}

/*th {
	text-align:center;
}

tr td:first-child{
	font-weight:bold;
}

.td_pierwsze_kolor{
	background-color:#F0F0F0;
}*/

.tr_kreska{
	border-top:1px solid black;
}


