.article-title {
    color: #EC5700;
    font-size: 14px;
    margin: 0 0 4px;
    text-decoration: none;
}

table.schemaTable {
	border-collapse: collapse;
	width: 80%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}


table.schemaTable thead tr:first-child th:first-child {
	border-style: solid;
	border-color: black;
	border-right: 0px;
	text-align: center;
	width: 25px;
}
table.schemaTable thead tr:first-child th:first-child+th{
	border-style: solid;
	border-color: black;
	border-left: 0px;
	text-align: center;
}
table.schemaTable thead th {
	font-size: 110%;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;	
}


table.schemaTable tbody tr.blok td:first-child {
	border-style: solid;
	border-color: black;
	border-right: 0px;
	border-bottom: 0px;
}
table.schemaTable tbody tr.blok td:first-child+td {
	border-style: solid;
	border-color: black;
	border-left: 0px;
	text-align: center;
	font-size: 110%;
	font-weight:bold;
	font-style:italic;
}

table.schemaTable tbody tr.dane td:first-child {
	border-style: solid;
	border-color: black;
	border-top: 0px;
	border-bottom: 0px;	
}
table.schemaTable tbody td {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;
	height: 20px;
}
table.schemaTable tbody tr.dane td:first-child+td+td {
	text-align: left;
	padding-left: 5px;
}
table.schemaTable span {
	vertical-align: super;
	color:red;
	font-size: 70%;
}

.nn1{/*wyróżnienie formularzy z niebezpiecznym podpisem*/
	color: red;
	font-style:italic;
}
.pk {/*klasa formatowania podkatalogu*/
	text-align: left !important;
	padding-left: 5px;
}

