html,
body {
    height: 99%;
    width: 100%;
    padding: 0;
    margin: 0;
}



#wrapperindex {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #d5d3c9;
    color: #FFF;
}




#header-left,
#header-right,
#footer-left,
#footer-right,
#sadrzaj-left,
#sadrzaj-right,
#header-title-left,
#header-title-right {
  min-height: 1px;
}






#header {
    background-color: #101010;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    padding: 0px 0;
    line-height: 4em
}

#header-inner {
    display: flex;
    align-items: center;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans", Arial;
    font-size: 15px;
}



#header-left {
    flex: 0 0 178px; /* fixed column */
    height: 60px;
    background-color: #101010;
}

#header-lang {
    flex: 0 0 240px; /* fixed column */
    height: 60px;
    background-color: #101010;

    display: flex;          /* keep HR + ENG on one line */
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

#header-menu {
    flex: 1 1 auto;   /* elastic column (takes remaining space) */
    min-width: 0;     /* IMPORTANT: allow shrinking inside flex */
    height: 60px;
    text-align: right;
    background-color: #101010;
}

#menu-desnik {
  display: flex;
  justify-content: flex-end;
  gap: 40px;                /* controls spacing */
  white-space: nowrap;
}

.menu-item, .menu-item2, .menu-item3{
  float: none;
  margin-left: 0;           /* gap handles spacing */
}



#header-right {
    flex: 0 0 178px; /* fixed column */
    height: 60px;
    background-color: #101010;
}

#header-title {
    width: 1280px;
    height: 328px;
    margin-left: auto;
    margin-right: auto;
    background-image:
linear-gradient(
      rgba(245, 240, 230, 0.55),
      rgba(245, 240, 230, 0.55)
    ),	url(../images/soil_texture.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}



#header-title-left {
    float: left;
    width: 178px;
    height: 328px;
}

#header-title-content {
    float: left;
    width: 924px;
    height: 328px;
}

#header-title-welcome {
    float: left;
    width: 350px;
    height: 328px;
}

#header-title-name {
    float: left;
    width: 350px;
    height: 128px;
    position: relative;
    left: 0px;
    top: 190px;
}

#header-title-portrait {
    float: left;
    width: 224px;
    height: 328px;
    position: relative;
    left: 15px;
    top: 100px;
}

#header-title-right {
    float: left;
    width: 178px;
    height: 328px;
}


h1.dobrodosli1 {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Noto Sans", Arial;
    font-size: 56px;
    font-weight: bold;
    margin: 40px 0px 0px 0px;
    text-shadow: 2px 2px 0px rgba(1, 1, 1, 1);
}

h1.dobrodosli2 {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: "Noto Sans", Arial;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    text-shadow: 2px 2px 0px rgba(1, 1, 1, 1);
}


h2.titulaime1 {
    font-family: "Noto Sans", Arial;
    font-size: 34px;
    margin: 0 0 0px 0;
    text-align: right;
    text-shadow: 2px 2px 0px rgba(1, 1, 1, 1);
}

h2.titulaime2 {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    margin: 0;
    text-align: right;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    text-shadow: 2px 2px 0px rgba(1, 1, 1, 1);
}






#sadrzaj {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ececeb;
    overflow: hidden;
    color: #424242;
}

#sadrzaj-left {
    float: left;
    width: 178px;
}

#sadrzaj-content {
    float: left;
    width: 924px;
    padding-top: 65px;
    padding-bottom: 70px;
}

#sadrzaj-index-left {
    float: left;
    width: 315px;
}

#sadrzaj-index-right {
    position: relative;
    clear: left;
    float: right;
    width: 609px;
}

#sadrzaj-index-right-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 0px 0px 10px;
}

#sadrzaj-right {
    float: left;
    width: 178px;
}


#footer {
    width: 1280px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #6d6d6d;
    overflow: hidden;
    color: #ffffff;
    line-height: 4em;
    clear: both;
}

#footer-left {
    float: left;
    width: 178px;
}


#footer-content {
    float: left;
    width: 924px;
}


#footer-content-left {
    float: left;
    width: 100px;
    font-family: "Noto Sans", Arial;
    font-size: 12px;
}

#footer-content-center {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    float: left;
    width: 724px;
    text-align: center;
}

#footer-content-right {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    float: left;
    width: 100px;
    text-align: right;
}


#footer-right {
    float: left;
    width: 178px;
}


h5 {
    font-family: "Noto Sans", Arial;
    font-size: 24px;
    color: #424242;
    margin: 0px 0px 30px 0px;
}

img.unaslovu {
    margin: 0px 20px 0px 0px;
}

p.tekst {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #424242;
    margin: 0px 0px 30px 0px;
}

p.tekst2 {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #424242;
    margin: 0px 0px 0px 0px;
}

p.tekst3 {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #424242;
    margin: 0px 0px 10px 0px;
}

p.tekst4 {
    font-family: "Noto Sans", Arial;
    font-size: 16px;
    color: #424242;
    margin: 0px 0px 0px 0px;
}

ul {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    list-style-type: none;
    padding-left: 30px;
    margin: 0px 0px 20px 0px;
    color: #424242;
}

ul.kazalo {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    list-style-type: none;
    padding-left: 30px;
    padding-right: 10px;
    margin: 0px 0px 20px 0px;
    color: #424242;
}

ol {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    padding-left: 30px;
    margin: 0px 0px 20px 0px;
    color: #424242;
}

li.sbulletna {
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    list-style-image: url('/images/ic_spot_small.png');
}

li.sbulletna-2 {
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    list-style-image: url('/images/ic_spot_small.png');
    opacity: 0.7;
}

li.sbulletna-2:hover {
    opacity: 1;
    list-style-image: url('/images/ic_spot_small_1.png');
}


li.snumber {
    padding-left: 20px;
    padding-bottom: 10px;
}

li.sbulletna-i {
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-style: italic;
    list-style-type: none;
    list-style-image: url('/images/ic_spot_small.png');
}

li.bulletna {
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    list-style-image: url('/images/ic_spot_0.png');
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.7;
}

li.bulletna:hover {
    opacity: 1;
    list-style-image: url('/images/ic_spot_1.png');
}


img.sredina {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #DDDDE0;

}

img.lijevo {
    display: block;
    border: 5px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #DDDDE0;
    display: inline;
}


.active {
    color: #f5bf3c;
}

.langina {
    opacity: 0.5;
}

a img {
    border: 0px;
}

a:link.menu {
    color: #fff;
    text-decoration: none;
    border-style: none;
    outline: none;
}

a:visited.menu {
    color: #fff;
    text-decoration: none;
    border-style: none;
    outline: none;
}

a:hover.menu {
    color: #fff;
    text-decoration: none;
    border-style: none;
    outline: none;
}

a:active.menu {
    color: #fff;
    text-decoration: none;
    border-style: none;
    outline: none;
}


a:link.obicni {
    color: #424242;
    text-decoration: none;
    border-style: none;
    outline: none;
}


a:visited.obicni {
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:hover.obicni {
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:active.obicni {
    color: #424242;
    text-decoration: none;
    outline: none;
}


a:link.top {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    text-align: right;
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:visited.top {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    text-align: right;
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:hover.top {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    text-align: right;
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:active.top {
    font-family: "Noto Sans", Arial;
    font-size: 12px;
    text-align: right;
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:link.osobni-podaci {
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:visited.osobni-podaci {
    color: #424242;
    text-decoration: none;
    outline: none;
}

a:hover.osobni-podaci {
    color: #424242;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

a:active.osobni-podaci {
    color: #424242;
    text-decoration: none;
    outline: none;
}



#galerijal1 {
    width: 100%;
    overflow: hidden;
    margin: 60px 0px 0px 0px;
}

#galerijal2l {
    float: left;
    width: 260px;
    height: 260px;
    display: table-cell;
    vertical-align: bottom;
    margin-right: 10px;
}

#galerijal2r {
    float: left;
    width: 300px;
    height: 260px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    margin: 0;
    padding: 0;
    clear: left;
}

#galerijal2rcontent {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
}


p.slikal {
    color: #424242;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}



#galerijad1 {
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 60px 0px;
    position: relative;
    left: 0px;
    top: -50px;
}


#galerijad2l {
    float: right;
    width: 260px;
    height: 260px;
    display: table-cell;
    vertical-align: bottom;
    margin-left: 10px;
}

#galerijad2r {
    float: right;
    width: 460px;
    height: 260px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    margin: 0;
    padding: 0;
    clear: left;
}

#galerijad2rcontent {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
}


p.slikad {
    color: #424242;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    font-style: italic;
    margin: 0px 0px 0px 0px;
}



#thumbs-row {
    width: 100%;
    overflow: hidden;
}

#thumb {
    float: left;
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: bottom;
    margin-right: 30px;
    margin-bottom: 30px;
}

#thumb-right {
    float: right;
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: bottom;
    margin-left: 0px;
    margin-bottom: 30px;
}


h3.index1 {
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

h3.index2 {
    font-family: "Noto Sans", Arial;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
}

h3.index3 {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 40px 0px;
}

h3.index4 {
    font-family: "Noto Sans", Arial;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#fotka {
    margin: 60px 0px 60px 0px;
}

#kolumne {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

#lijeva-kolumna {
    width: 462px;
    float: left;
}

#desna-kolumna {
    width: 462px;
    float: left;
}

#kontakt-container {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

#kontakt-lijevo {
    width: 462px;
    float: left;
}

#kontakt-desno {
    width: 462px;
    float: left;
}

#kontakt-desno-sadrzaj {
    float: right;
}

#kontakt-info-container {
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

#kontakt-info-container-lijevo-1 {
    margin: 0px 20px 0px 0px;
    float: left;
}

#kontakt-info-container-lijevo-2 {
    margin: 0px 20px 0px 0px;
    padding: 3px 0px 0px 0px;
    float: left;
}

#kontakt-info-container-desno-1 {
    padding: 3px 0px 0px 0px;
    float: left;
}

#kontakt-info-container-desno-2 {
    padding: 0px 0px 0px 0px;
    float: left;
}

input.kontakt {
    width: 400px;
    border: 2px solid #424242;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 1px 1px 2px #DDDDE0;
    margin: 0px 0px 15px 0px;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #424242;
    padding: 5px 5px 5px 5px;
    background-color: #ececeb;
}

textarea.kontakt {
    width: 400px;
    border: 2px solid #424242;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #DDDDE0;
    margin: 0px 0px 15px 0px;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #424242;
    padding: 5px 5px 5px 5px;
    background-color: #ececeb;
}

button.kontakt {
    border: 2px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #DDDDE0;
    margin: 0px 0px 15px 0px;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    background-color: #f5bf3c;
    float: right;
}


button.kontakt:hover {
    border: 2px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #DDDDE0;
    margin: 0px 0px 15px 0px;
    font-family: "Noto Sans", Arial;
    font-size: 18px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    background-color: #f5bf3c;
    float: right;
    cursor: pointer;
}



h4.osobni-podaci {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    margin: 0px 0px 30px 0px;
}

h4.osobni-podaci2 {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}

h4.osobni-podaci3 {
    font-family: "Noto Sans", Arial;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

img.separator1 {
    margin: 0px 0px 30px 0px;
}


.separator2 {
    width: 100%;
    height: 1px;
    background-color: #d5d3c9;
    margin: 40px 0;
}

#top-container {
    float: right;
    margin: 0 0 10px 0;
}











.tablica-radovi {
    margin: 0px 0px 30px 40px;
    padding: 0px;
    width: 870px;
    border: 1px solid #000000;

}

.tablica-radovi table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tablica-radovi tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tablica-radovi table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.tablica-radovi table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.tablica-radovi tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tablica-radovi tr:hover td {
    background-color: #ececeb;


}

.tablica-radovi td {
    vertical-align: middle;

    background-color: #ececeb;

    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    font-family: "Noto Sans";
    font-weight: normal;
    color: #000000;
}

.tablica-radovi tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.tablica-radovi tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.tablica-radovi tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.tablica-radovi tr:first-child td {
    background: -o-linear-gradient(bottom, #f5bf3c 5%, #f5bf3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5bf3c), color-stop(1, #f5bf3c));
    background: -moz-linear-gradient(center top, #f5bf3c 5%, #f5bf3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5bf3c", endColorstr="#f5bf3c");
    background: -o-linear-gradient(top, #f5bf3c, f5bf3c);

    background-color: #f5bf3c;
    border: 0px solid #000000;
    text-align: left;
    border-width: 0px 0px 1px 1px;
    font-size: 18px;
    font-family: "Noto Sans";
    font-weight: normal;
    color: #000000;
}

.tablica-radovi tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #f5bf3c 5%, #f5bf3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5bf3c), color-stop(1, #f5bf3c));
    background: -moz-linear-gradient(center top, #f5bf3c 5%, #f5bf3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5bf3c", endColorstr="#f5bf3c");
    background: -o-linear-gradient(top, #f5bf3c, f5bf3c);

    background-color: #f5bf3c;
}

.tablica-radovi tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.tablica-radovi tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

/* Akademska djelatnost: kazalo active item (yellow + not clickable), keep original layout */
#kazalo .kazalo-active {
    color: #f5bf3c;
    cursor: default;
    text-decoration: none;
}

/* Make active kazalo item fully visible (original bulletna items are slightly dimmed) */
#kazalo li.active-item {
    opacity: 1;
}



/* --- Patch: hide custom "spot" list icons but keep indentation (HTML original look) --- */
#sadrzaj-content li.bulletna,
#sadrzaj-content li.sbulletna,
#sadrzaj-content li.sbulletna-2,
#sadrzaj-content li.sbulletna-i,
#kazalo li.bulletna,
#kazalo li.sbulletna,
#kazalo li.sbulletna-2,
#kazalo li.sbulletna-i {
    list-style-image: none; /* keep padding-left from existing rules */
}

/* === Modernized gallery layout overrides (2026-02-23) === */
/* Row with image left + caption right */
#galerijal1{
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  overflow: visible; /* no clearfix needed */
  margin: 60px 0 0 0; /* keep original spacing */
}

#galerijal2l{
  float: none;
  display: flex;
  align-items: flex-end; /* keep image aligned to bottom */
  width: 260px;
  height: 260px;
  flex: 0 0 260px;
  margin: 0;
}

#galerijal2r{
  float: none;
  clear: none;          /* IMPORTANT: allow it to sit to the right */
  display: flex;        /* lets caption sit at bottom without absolute positioning */
  align-items: flex-end;
  width: auto;
  min-height: 260px;    /* match thumb height but allow growth if text is taller */
  height: auto;
  flex: 1 1 auto;
  position: static;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#galerijal2rcontent{
  position: static;     /* IMPORTANT: keeps row height correct so next row won't overlap */
  padding: 0;
}

/* Row with image right + caption left */
#galerijad1{
  display: flex;
  flex-direction: row-reverse; /* puts image on the right */
  align-items: stretch;
  gap: 10px;
  width: 100%;
  overflow: visible;
  margin: 0 0 60px 0;   /* keep original bottom spacing */
  position: static;     /* remove old relative + top:-50 overlap */
  left: auto;
  top: auto;
}

#galerijad2l{
  float: none;
  display: flex;
  align-items: flex-end;
  width: 260px;
  height: 260px;
  flex: 0 0 260px;
  margin: 0;
}

#galerijad2r{
  float: none;
  clear: none;
  display: flex;
  align-items: flex-end;
  width: auto;
  min-height: 260px;
  height: auto;
  flex: 1 1 auto;
  position: static;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#galerijad2rcontent{
  position: static;
  padding: 0;
}

/* Modern thumbs grid (keeps same sizing, removes float quirks) */
#thumbs-row{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  overflow: visible;
}

#thumb, #thumb-right{
  float: none;
  margin: 0;
}


#galerijal1,
#galerijad1 {
    margin-bottom: 60px;   /* adjust value to taste */
}

/* Thumbs: restore row spacing (and make it bulletproof) */
#thumbs-row{
  row-gap: 30px;
  column-gap: 30px;
}

#thumb, #thumb-right{
  margin-bottom: 30px; /* fallback if gap/row-gap misbehaves */
}

/* Inline paragraph links (subtle hover effect) */
a.inline-link,
a.inline-link:visited,
a.inline-link:active {
    color: #424242;              /* base text color */
    text-decoration: none;
    transition: color 0.25s ease;
}

a.inline-link:hover {
    color: #6f6f6f;              /* slightly lighter gray on hover */
    text-decoration: none;
}

/* Generic left media + right content row */
.media-row {
    display: flex;
    align-items: flex-end;   /* bottom align */
    gap: 10px;
    margin: 0 0 25px 0;
}

.media-left {
    width: 315px;
    flex: 0 0 315px;
}

.media-right {
    width: 609px;
    flex: 1;
}

.media-right-content {
    padding-left: 10px;
}

/* Optional spacer you can drop anywhere */
.spacer-10 { clear: both; height: 10px; }
.spacer-20 { clear: both; height: 20px; }
.spacer-60 { clear: both; height: 60px; }


.punchline-block{
    border-left: 6px solid #d5d3c9;
    padding: 10px 0 10px 18px;
    margin: 0;
}