/* Generated by less 3.11.1 */
.rounded-border {
  border-style: solid;
  border-width: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.link-hover {
  color: #A22;
  background-color: yellow;
  text-decoration: underline;
}
body {
  margin: 0px;
  background-color: #00123e;
  background-image: linear-gradient(#80899f, #00123e);
  background-size: 100% 800px;
  background-repeat: no-repeat;
  color: #111;
}
.citebar {
  position: relative;
  display: inline-block;
  padding: 8pt;
  margin: 6pt;
  border-radius: 8pt;
  background-color: #DDDDDD;
  padding-right: 16pt;
  border: solid 1pt gray;
}
.citebar * {
  cursor: pointer;
  text-decoration: underline;
}
.citebar button {
  margin: 2pt;
}
.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #aaa;
  opacity: 0.9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-box div {
  background-color: white;
  opacity: 1;
  padding: 1em;
}
.modal-box div button {
  margin-left: 2em;
}
h1,
h2,
h3 {
  text-align: center;
}
header {
  margin: 0px;
}
header h1,
header h2,
header h3 {
  color: white;
  text-shadow: 2px 2px 4px #333;
}
header h1 {
  font-size: 144%;
}
.ID {
  display: none;
}
@media only screen and (max-width: 600px) {
  .no-mobi {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mobi {
    display: none;
  }
}
.ISSN {
  text-align: right;
  font-weight: bold;
}
@media only screen and (min-width: 600px) {
  .ISSN {
    font-size: 120%;
  }
}
.tytul {
  font-weight: bolder;
  font-family: Helvetica, 'Nimbus Sans L', Arial, sans-serif;
  color: inherit;
  text-decoration-thickness: 1px;
}
.tytul:hover {
  color: #A22;
  background-color: yellow;
  text-decoration: underline;
}
.other {
  border: solid black 1px;
  border-radius: 15px;
  padding: 5px;
  background-color: #CCC;
  font-weight: bold;
}
.left {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.left::before {
  content: "« ";
}
.right {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.right::after {
  content: " »";
}
p.FirstParagraph:first-letter {
  font-size: 305%;
  float: left;
}
p.signature {
  margin-left: 20%;
  margin-top: 2px;
  margin-bottom: 0px;
}
.clickable {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.clickable:hover {
  background-color: yellow;
  color: #A22;
}
.hidden-by-search {
  display: none;
}
.FirstWord {
  text-transform: uppercase;
}
.button {
  font-weight: bold;
  font-size: 90%;
  color: navy;
  display: inline-block;
  border: solid navy 1px;
  border-radius: 15px;
  margin: 2px 0px;
  padding: 0px 7px 2px 7px;
  background-color: #DDDDDD;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.button:hover {
  color: #A22;
  background-color: yellow;
  text-decoration: underline;
}
span.autorzy {
  font-style: italic;
}
span.autorzy:hover {
  color: #6a1515;
}
span.keywords {
  display: none;
}
span.supscript {
  vertical-align: super;
  font-size: 80%;
}
.sticky-top {
  position: sticky;
  top: 0px;
  background-color: #fbfbfb;
  border: solid #fbfbfb;
  border-radius: 10px;
}
.abs {
  font-weight: bold;
}
.streszczenie {
  margin: 1em;
  padding: 0.5em;
  display: block;
  border-width: thin;
  border-style: solid;
}
header#Top a {
  color: inherit;
}
header#Top picture {
  float: left;
  margin-left: 1em;
}
@media only screen and (max-width: 800px) {
  header#Top picture {
    display: none;
  }
}
header#Top picture:first-child {
  float: right;
}
@media only screen and (min-width: 1024px) {
  header#Top {
    margin-left: 190px;
    max-width: 1024px;
  }
}
article {
  margin: 0px;
  padding: 0.125rem 0.5rem;
  background-color: #EEE;
  color: #00123E;
}
article[itemscope] h2,
article[itemscope] h3 {
  text-align: left;
}
article[itemscope] a {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  article {
    min-height: 100%;
    width: 825px;
    margin: 0 auto 0.25em 190px;
  }
}
article #Annals h2 {
  text-align: center;
  font-size: 144%;
  font-variant: small-caps;
}
article #Nav {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
}
article #Nav span {
  padding: 0.5em;
}
@media only screen and (max-width: 500px) {
  article #Nav span {
    font-size: 80%;
  }
}
article #Whole {
  margin-top: 1em;
}
article #Search {
  margin-top: 1em;
}
article #Search div {
  margin-top: 1em;
  margin-bottom: 1em;
}
article #Search q {
  background-color: #825742;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  article nav {
    position: fixed;
    background: #CCC;
    display: block;
    left: 12px;
    top: 12px;
    max-width: 170px;
  }
  article nav ul {
    display: block;
    padding-right: 0.25em;
    padding-left: 1.25em;
    padding-top: 0em;
    margin-top: 0.125em;
    margin-bottom: 0.125em;
  }
  article nav ul li {
    text-decoration: underline;
  }
  article nav ul li span {
    cursor: pointer;
  }
  article nav ul li span:hover {
    color: #A22;
    background-color: yellow;
    text-decoration: underline;
  }
  article nav ul li ul li {
    cursor: pointer;
  }
  article nav ul li ul li:hover {
    color: #A22;
    background-color: yellow;
    text-decoration: underline;
  }
  article nav ul li ul li.selected {
    background-color: #EEE;
    font-weight: bolder;
    margin-right: -0.5em;
    border: solid 6px #EEE;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  article nav ul li ul li.selected.mobi {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  article nav {
    position: sticky;
    top: 0em;
    background-color: #CCC;
    border-style: solid;
    border-width: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: #CCC;
    margin-bottom: 0.5em;
  }
  article nav ul {
    padding: 0.5em 0.5em 0em 0.5em;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  article nav ul li {
    display: inline;
    flex-grow: 1;
    padding: 0.5em 0.5em 0em 0.5em;
    border-style: solid;
    border-width: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-width: 0.5em;
    border-bottom-color: #EEE;
    background-color: #CCC;
    border-top-color: black;
    border-top-width: 1px;
    color: black;
    cursor: pointer;
    text-decoration: underline;
  }
  article nav ul li:hover {
    color: #A22;
    background-color: yellow;
    text-decoration: underline;
  }
  article nav ul li.selected {
    background-color: #EEE;
  }
  article nav ul li.selected ul {
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    background-color: #EEE;
    border-left: solid 0.5em;
    border-left-color: #CCC;
    border-right: solid 0.5em;
    border-right-color: #CCC;
  }
  article nav ul li.selected ul li {
    border-top-color: black;
    border-top-width: 1px;
  }
  article nav ul li.selected ul li.selected {
    border-top-color: #CCC;
    background-color: #EEE;
  }
  article nav ul li.selected ul li.selected.mobi {
    visibility: hidden;
  }
  article nav ul li ul {
    display: none;
  }
}
article #Conferences {
  margin-top: 3em;
  padding-left: 0.5em;
}
article #Conferences #Preface {
  display: none;
}
article #Conferences h4.hidden,
article #Conferences h4.empty {
  font-variant: small-caps;
  font-size: 120%;
}
article #Conferences li.subtitle {
  font-variant: small-caps;
  list-style: none;
  margin-top: 1ex;
  margin-bottom: 0.5ex;
  margin-left: -0.75em;
  font-weight: bolder;
  font-size: 90%;
}
article address {
  border-top: solid 1px;
  text-align: left;
  margin-top: 0.5em;
  padding-left: 3em;
  padding-top: 0.5em;
}
.retracted::before {
  color: red;
  font-weight: bold;
  content: "Retracted article: "
}
