table th {
	text-align: left;
}
/* Lista szkol */
table.list_school {
	width: 90%;
	margin: auto;	
}
table.list_school tr td {
	text-align: left;
}

table.school_info_list {
	width: 100%;
}
table.school_info_list tr {
	padding-bottom: 20px;
} 

/* Lista miast */
table.city-list  {
	border-spacing: 0px; 
	width: 100%; 
	border: 1px dotted black; 
	border-bottom-width: 0px; 
	margin-bottom: 20px;
}
table.city-list caption {
	font-weight: bold;
}
.city-list td {
	border-bottom: 1px dotted black; 
	padding: 5px;
}
.school-search-form .label {
	width: 150px;
}

/* Formularz dodawania */

.school-add-form .label {
	width: 150px;
}
.school-add-form input {
	width: 200px;
} 

/* formularz edycji */
.school_edit_form label {
	float: left; width: 20%;
}
.school_edit_form input {
	width: 200px;
}
.school_edit_form div {
	padding: 2px 0px;
}
.panel_header {
	padding: 3px;
	/*background-color: #f5870d;*/
	border-bottom: 3px ridge #f5870d;
	margin: 5px 0px;
	font-weight: bold;
}