*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}
.podpunct h2 {
    width: 250px;
    
    font-size: 16px;
    margin: 10px auto;
    padding: 12px 17px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}


form {
  max-width: 100%;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  text-align: left;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 0.7em;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 7px 6px 6px 6px;
    width: 100%;
  background-color: #e8eeef;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 25px;
  border-radius: 2px;

}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #00B0C7;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 20%;
  border: 1px solid #00B0C7;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1em;
  margin-bottom: 10px;
}

.entry{
    display: inline-block;
    width: 30%;
}

label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9em;
}

label.light {
  font-weight: 300;
  display: inline;

}

.number {
  background-color: #00B0C7;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

.loading { margin: auto; }

.loading span {
    line-height: 32px;

    margin-left: 12px;

    font-size: 16px;

    vertical-align: middle;

}

.loading img { vertical-align: middle; }

.loading_wrp {

    background-color: #FFF;

    display: block;

    height: 100%;

    left: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1020;

}



.loading_wrp .x16 span {

    line-height: 16px;

    font-size: 12px;

    margin-left: 6px;

}



.loading_wrp .x32 img {

    width: 32px;

    height: 32px;

}

table {
    font-family: "Helvetica Neue", Helvetica, sans-serif
}

caption {
    text-align: left;
    color: silver;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

thead {
    background: SteelBlue;
    color: white;
}

th,
td {
    padding: 5px 10px;
}

tbody tr:nth-child(even) {
    background: WhiteSmoke;
}

tbody tr td:nth-child(2) {
    text-align:center;
}

tbody tr td:nth-child(3),
tbody tr td:nth-child(4),
tbody tr td:nth-child(5),
tbody tr td:nth-child(6){
    text-align: right;
}

tfoot {
    background: SeaGreen;
    color: white;
    text-align: right;
}

tfoot tr th:last-child {
    font-family: monospace;
}


@media screen and (max-width: 480px) {

    form {
    max-width: 100%;
    }

    .entry{
        display: block;
        width: 90%;
    }

    img.social{
        width: 10%;
    }

    img.whatsapp{
        width: 35%;
    }
}