.nz-miasta-box{
margin: auto;
width: 70%;
background-color: #ececec;  
box-shadow: 0px 0px 10px #cccaca inset; 
}
.nz-box {
padding: 15px;
background-color: #ececec;
width: 75%;
box-shadow: 0px 0px 10px #cccaca inset; 
}
.nz-red {
color: #ff4d00;
}
.nz-float-right{
float: right;
}
.nz-kalk-submit{
overflow: hidden;
text-align: center;
}
.nz-kalk-box{
width: 640px;
margin: auto !important;
}
.nz-button {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
margin: auto;
}
.nz-button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
}
.nz-button:active {
position:relative;
top:1px;
} .page-numbers{
font-weight: bold;
}
.prev{
}
.next{
}
.nz-paginate-nav{
text-align: center;
}
.nz-ul{
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
.nz-li{
border-bottom: 1px solid #d7d6d6;
text-align: center;
} .post-meta{
display: none;
} .nz-table{
text-align: center;
width: 640px !important;
margin: auto !important;
}
.nz-center{
text-align: center;
}
.nz-border{
border: 1px solid #666;
}
.nz-header{
background-color: #ececec;
}
.nz-color2{
background-color: #f5f5f5;
} .nz-form-row {
padding: 10px;
}
.nz-form-label {
display: inline-block;
float: left;
width: 35%;
font-weight: bold;
}
.nz-form-input {
display: inline-block;
float: right;
width: 65%;
}
.nz-form-input2 {
display: inline-block;
width: 20%;
}
.nz-form-label3 {
display: inline;
font-weight: bold;
}
.nz-form-input3 {
display: inline;
padding-right: 5px;
} #myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
#myImg:hover {opacity: 0.7;} .modal {
display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.9); } .modal-content {
margin: auto;
display: block;
width: 100%;
} #caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
} .modal-content, #caption {    
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
} .close {
position: absolute;
top: 55px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
} @media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}