﻿html {
    font-family: 'Times New Roman';
}
body {
}
.header-middle {
    font-size: 10px;
    padding: 5px;

}

    .header-middle span {
        color: #504DBD;
    }
th {
    font-size: 14px;
    font:bolder;

}
td{
    font-size:12px;
    font-weight:600;
}
.ispravnost_div {
    float: none;
    width: 220px;
    border: 1px solid black;
    padding: 5px;
    height: 35px;
    margin-bottom: 5px;
}
.potpisi {
    width: 120px;
    height: 60px;
    font-weight: 700;
    padding: 5px;
    border-left: 2px dashed black;
}
.titule{
    font-size:12px;
    padding:5px;
    font-family:'Times New Roman';
    text-align:center;
}
.redTr {
border:2px black dashed;
}
#informacije_box{
    margin:0;
    font-family:'Times New Roman';
    font-size:10px;
  }
.selected_data {
    font-size: 12px;
    color: #504DBD;
    font-weight: 800;
}
#zakon_tekst {
    font-size: 10px;
    color: black;
    font-weight: 800;
    text-align: justify;
}
h4 {
    font-size:20px;
    color:black;
    font-weight:700;
    text-align:center
}
    h4 b {
        color: #504DBD;
    }

    .left-potpis{
        float:left;
    }
    .right-potpis{
        float:right;
    }
.job-title {
    font-weight: bold;
    padding-bottom: 50px;
}
    .ime-potpis{
        font-weight:500;
    }