.item-page.subsection {

}
#redim-cookiehint {
    background-color: #7ecb20!important;
}

#redim-cookiehint .cookiebuttons a#cookiehintsubmit.btn, #redim-cookiehint .cookiebuttons a#cookiehintsubmitno.btn  {
  background-color: #11111126 !important;
  border: 0;
  text-shadow: none;
}

.btn {
	box-shadow: none!important;  
}

.d-flex {
    display: flex;
}

.ml-auto {
  margin-left: auto;
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 0;
    border-bottom: 1px solid #3333331f;
    box-shadow: 0 0 3px #3333331f;
    padding: 0;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: white;
  font-weight: bold;
}

.page-header {
  display: none;  
}

a {
  font-weight: bold;
}

:not(.active) a {
  color: #999;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fafafa;
}

.brand {
  background-image: url(images/etalon-logo.png);
  height: 60px;
  background-size: contain;
  width: 200px;
  background-repeat: no-repeat;
}

h2 {
  color: #7dcb20;
}

.site-title {
  display: none;
}

#back-top {
  display: none;
}

.nav-pills > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}