nav{
  position: fixed;
  background: #e0e0e3;
  display: block;
  left:12px;
  top:12px;
}

nav h1{
  font-size:112%;
  margin-bottom:0px;
  padding-bottom:0px;
}

nav a{
  color: black;
}

nav ul{
  padding-right:0.25em;
  padding-left: 1.25em;
  padding-top: 0em;
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}

h4.hidden{
  list-style:none;
  font-size:112%;
}


article {
  min-height: 100%;
  width: 825px;
  margin: 0 auto 0.25em 190px;
}

body {
  background: #00123E url('bg-body.png') repeat-x left top;
  color: #111;
  min-width: 1024px;
}

#top{
   margin-bottom: 0px;
   padding-bottom: 0.25em;
}

#top p{
   vertical-align:top;
}

#SEARCHSTRING{
   background-color:#825742;
   color:#fff;
}

#Conferences h3 {
    text-align: left;
}

p.FirstParagraph:first-letter{
   font-size:305%;
   float:left;
}

p.signature{
   margin-left:20%;
   margin-top:2px;
   margin-bottom:0px;
}

.FirstWord{
   text-transform:uppercase;
}

#top img{
   margin:0.5em;
   vertical-align:middle;
   float:left;
}

#top h1{
   font-size:125%;
}

#top h2{
   font-size:100%;
}

#top h1, #top h2{
   color:white;
   text-shadow:2px 2px 4px #333;
   padding-bottom: 4px;
}

#top figure img{
   vertical-align:top;
   float:none;
   padding-bottom:0.5em;
}

#top figure{
   float:right;
   padding-right:0.5em;
   margin:0px;
}

#top figure img, #top figure figcaption{
   display:block;
   color:#003399;
   text-shadow:0px 0px 10px #eee;
   font-size:14px;
   font-family:verdana,hevletica,arial,sans;
   font-weight:bold;
   margin:auto;
}

div#Conferences{
   clear:both;
   padding-top: 0.25em;
   padding-bottom: 0.25em;
   padding-left: 1.75em;
   padding-right: 0.75em;
   background-color:#eeeeee;
   border-top: 1px solid #003399; 
   border-bottom: 1px solid #003399;
}

div#Empty{
   background-color:#eeeeee;
   padding-bottom:0.5em;
}

#Whole, #Title{
   padding-top: 0.5em;
   margin-top: 0em;
   margin-bottom: 0em;
   padding-bottom: 0.5em;
   padding-left: 0.25em;
   padding-right: 1.25em;
   background-color:#eeeeee;
   border-top: none;
   border-bottom: none;
}

#Title h1.annals{
  font-size:144%;
  font-variant:small-caps;
}

span.autorzy{
   font-style:italic;
}

span.strony{
   font-style:inherit;
}

.abstract{
   font-weight:bold;
   color:navy;
  border:solid #DDDDDD;
  border-radius:10px;
  padding-left:2px;
  padding-right:2px;
  margin-top:12px;
  opacity:0.75;
  margin-bottom:12px;
  background-color:#DDDDDD;
}

.abstract:hover{
   font-weight:bold;
   color:#a22;
   background-color:yellow;
   text-decoration:underline;
   cursor:pointer;
}

span.supscript{
   vertical-align: super;
   font-size:80%;
}

.ID{
   display:none;
   font-size:144%;
   color:green;
   font-weight: bold
}

.keywords{
   display:none;
}

h1,h2,h3,h4 {
   color: #00123E;
}

h1,h2,h3{
   text-align:center;
}

/*h4 {
   display:list-item;
}*/

h3.ISSN{
   text-align:right;
/*    margin-right:0em; */
}

#Whole h3{
   background-color:#eeeeee;
   float:left;
   margin-right:1em;
   margin-left:1em;
}

#Whole h3.search{
   background-color:#eeeeee;
   float:right;
}

body{
   margin: 1em;
}

.abs{
   font-weight:bold;
}

.streszczenie{
   margin:1em;
   padding:0.5em;
   display:block;
   border-width:thin;
   border-style:solid;
}

.tytul{
   font-weight:bold;
   color:inherit;
}

.tytul:visited{
   font-weight:bold;
   color:inherit;
}

.tytul:hover{
   font-weight:bold;
   color:black;
   background-color:yellow;
}

address{
   text-align:left;
   margin-top: 0.5em;
   padding-left: 3em;
   padding-top: 0.5em;
}

.other{
  border:solid #DDDDDD;
  border-radius:10px;
  padding-left:2px;
  padding-right:2px;
  background-color:#DDDDDD;
  font-weight:bold;
}

li.keynote>span:first-child:before{
  content:'Keynote talk:';
  border:solid #DDDDDD;
  border-radius:10px;
  padding-left:2px;
  padding-right:2px;
  background-color:#DDDDDD;
  font-weight:bold;
}

li.invited>span:first-child:before{
  content:'Invited talk:';
  border:solid #DDDDDD;
  border-radius:10px;
  padding-left:2px;
  padding-right:2px;
  background-color:#DDDDDD;
  font-weight:bold;
}

li{
  line-height: 120%;
}


#box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #aaa;
  opacity: 0.9;
  text-align: center;	
  display: table-cell;
  vertical-align: middle;
}

#box h1{
    opacity: 1;
}

#box input{
    margin-left: 3em;
    margin-bottom: 2em;
}

#box textarea{
    display: inline-block;
}

#box div{
  display: inline-block;
  background-color: white;
  z-index: 999;
/*   background-color: #eeeeee; */
  opacity: 1;
}

#box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.clickable{
  cursor:pointer;
  text-decoration:underline;
}

.clickable:hover{
  background-color:yellow;
}

.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;
}

ul ~ ul{
    margin-top: -16px;
}
