.urnik {
    text-transform: none;
    font-size: 1.6em;
    letter-spacing: -1px;
    margin-bottom: 0.5em;
}

.urnik-title {
    text-transform: none;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 1em;
}

.white-link {
    color: #ffffff;
}

.vsebina {
    font-size: 110%;
    line-height: 150%;
}

.normal-list > ul {
    list-style: circle;
    padding-left: 1em;
}

.obvestilo {
    box-shadow: 0.3em 0.3em 0.6em #bbb;
    padding: 0.75em;
    border-radius: 0.5em;
    font-size: 130%;
    margin-bottom: 0.7em;
    background: rgb(236,236,236);
    background: linear-gradient(90deg, rgba(214,230,194,1) 0%, rgba(236,236,236,1) 100%);
}

.obvestilo-nujno {
    background: rgb(255,142,142);
    background: linear-gradient(90deg, rgba(255,142,142,1) 0%, rgba(255,200,200,1) 100%);
    color: #6b3e3e;
}

.obvestilo-nujno-domov {
    margin-top: -1em;
    margin-bottom: 1em;
    color: #6b3e3e;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    box-shadow: 0.3em 0.3em 0.6em #666;
    background-color: #fefefe;
    background: linear-gradient(to right, #f6f6f6 0%,#dcdcdc 100%);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 1em;
    border-radius: 1em;
    border: 2px solid #777;
    width: 30em;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .cookie-table {
      border-collapse: collapse;
  }

  .cookie-table td {
    border: 1px solid gray;
    padding: 0.5em;
}

.cookie-table > thead td {
    font-weight: bold;
}