<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

h1 {
 font-size:25px !important;
}

.productContainer
{
 background-color:#F5F3F4; 
 padding:20px; 
 border-radius:7px;
 margin-top:-30px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*.daca {
   
    background-color: #f8f8f8 !important;
   
  
  
}
.daca :before {
    content: '';
    border: 6px solid transparent;
    border-top-color: inherit;
    position: absolute;
    right: 25px;
    margin-top: 11px;
}

.daca.active :before {
    content: '';
    border: 6px solid transparent;
    border-top-color: inherit;
    position: absolute;
    right: 25px;
    margin-top: 5px;
}*/

.nazivArtikla{
    
    height:70px;
    margin-bottom:10px;
    background: rgba(0,0,0,0.03);
}

.opisArtikla{
   background: rgba(0,0,0,0.03);
   margin-bottom:10px;
}

.shopArtikal{
    max-width:220px;
    text-align:center;
}

.indexNaslovi {

    font-size: 24px;
    color: #505050;
    font-style: italic;
    margin-top: 10px;
     margin-bottom: 10px;
    text-align:center;
}

.indexPodnaslovi {

    font-size: 15px;
    color: rgb(64,64,64);
    line-height: 22px;
    text-align:center;

}

.onamaTekst {

    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left

}

#topNav li.noRightPointer&gt;a:after {
    content: " ";

}

.gmapStyle {

    width: 94% !important;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 0.3%

}


/* Dropdown Button */
.dropbtn {
    background-color: #83c43a;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 37px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #4f8c3d;
}

.naslovOgranicenje {
    font-weight: bold !important;
    color: #000 !important;
}

</pre></body></html>