body{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.page{
    line-height: normal;
    background-color: #ffffff;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    display: block;
    width: 210mm;
    height: 297mm;
    margin: 0 auto 10mm auto;
    break-after: always;
}
a:hover{
    text-decoration: none;
}

.sync{
    color: #0000FF;
    font-weight: normal;
}
.message_cloud{
    position: fixed;
    bottom: 5%;
    width: 90%;
    left: 5%;
    z-index: 10;
    margin: auto;
    color: #ffffff;
    background-color: #333333;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
#lista_lokacija{
    list-style: none;
}
.no-link-format{
    text-decoration: none;
    color: #000000;
}
.no-link-format:hover{
    text-decoration: none;
    color: #000000;
}