@CHARSET "UTF-8";

/* nagłówek strony */
td.contentheading, 
.componentheading {
	text-align: right;
	color: #7b1717;
	font-style: italic;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}

table.contentpaneopen {
}

.contentheading {
	padding: 0px;
	font-size: 130%;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* wpis blogu */
table.blog {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* pathway */
span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}


