body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
}
@media screen and (max-width: 580px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}

input {
    padding: 2px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: #4ABC96;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}

input[type=button] {
    background-color: #4A96BC;
    color: white;
    padding: 6px 8px;
    margin: 2px 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.button {
    background-color: #4A96BC;
    color: white;
    padding: 6px 8px;
    margin: 2px 2px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
	font-weight: bold;
	display: block;
	width: 320px;
}

.button:hover {
	background-color: #8BCDEE;
}

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}
.row {
  display: table-row;
  background: #e1f5ff;
}
.row:nth-of-type(odd) {
  background: #dcebff;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.row.green {
  background: #4ABC96;
}
.row.grey {
  background: #e9e9e9;
}
.row.blue {
  background: #2980b9;
}
.row.pog {
  background: #97cae3;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.imgc {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cell {
  font-size: 13px;
  padding: 3px 5px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

table.sortable tbody {
    counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
    content: "";
    display: table-cell;
}
table.sortable tbody tr.studium::before {
    content: "";
    display: table-cell;
}
table.sortable tbody tr.mpzp::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
	padding: 6px 6px;
	color: #999;
	vertical-align: middle;
}

.header_gmina {
	width: 80%;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
}

.header {
	width: 80%;
	color: #fff;
	background-color: #4A96BC;
	margin-top: -5px;
	line-height: 48px;
	border-radius: 5px;
}

.section {
	width: 80%;
	background: #f6f6f6;
	border-radius: 0.3rem;
}

.section h2 {
	text-align: left;
	background-color: #e0e0e0;
	padding: 5px;
	cursor: pointer;
	border-radius: 0.3rem;
}

.main h2 {
	background-color: #AED7EC !important;
}

.minor h2 {
	font-weight: unset;
	color: #555;
	background-color: #f7f7f7 !important;
}

.section div {
	padding: 5px;
}

.section h2:hover {
	background: #DEF1FB;
}

.open::before{
	content: '+';
	background: #DEF1FB;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 5px;
}

.close::before{
	content: '-';
	background: #a9cad7;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 5px;
}
