body {
    font-family:'Arial Narrow';
    color: seashell;
    color: black;
    background-color: whitesmoke;
}

h2{
    columns: #170246;
    background-color: whitesmoke;
    text-align: center;
}
.sredina {
    text-align: center;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}
.standardContent{
    text-align: justify;
}

.naslovi {
    text-align: center;
}

.list {
    display: none;
    padding: 0px 0px 0px 0px;
}

.visible {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-align: justify;

}

.box {
    width:100px;
    display:box;
    /* Firefox */
    display:-moz-box;
    -moz-box-orient:horizontal;
     /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-orient:horizontal;
    /* W3C */
    display:box;
    box-orient:horizontal;
}

.ifYesDisplay {
    display: none;
}
.obrazlozenieKlasa{
    color: crimson;
    text-decoration-color: darkred;
}

button {
    width: auto;
align-content: center;
    border-radius: 5px;
    border-color: rgb(3, 41, 37);
}

input {
    border-radius: 2px;
    border-color: rgb(3, 41, 37);

}

select{
    border-radius: 2px;
    border-color: rgb(3, 41, 37);
}
option {
    border-radius: 2px;
    border-color: rgb(3, 41, 37);  
}

.closeBtn {
    content: 'x'; 
    color: #fff;
    font-weight: 300;
    font-family: Arial, sans-serif;
  }

 