html, body {
  display: block;
  height: 100%;
  margin: 25px;
  padding: 35px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
   cursor: default;
   box-sizing: border-box;
}
.slika {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 0%;
    height: 250px;
    text-align: center;
    float: left;

   }
.top {
    width: 100%;
    height: 15%;
    margin: 30px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    color: #6D6E70;
    font-family: Georgia;
    font-size: 14px;
    float: left;

   }
.hdiv {
    width: 100%;
    height: 2px;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
.center {
    width: 100%;
    height: 20px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #6D6E70;
    font-family: Georgia;
    font-size: 7.3em;
    float: left;
   }

}
.tdleft {
    white-space:nowrap;
    width: 30%;
}
.tdright {
    white-space:nowrap;
    width: 70%;
    padding-left: 3%;
}
.tabela {
    width: 50%;
    margin-left: 25%;
    margin-top: 0px;
}

.telko  {
    margin-left:3%;


}
