*{
    margin: 0;
    padding: 0;
}

body{ 
  color: #505060;
  background-color: #f3f3ef;
  font-family: Verdana, helvetica, Arial;
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

a{
  color: #5050ff;
}

ul,
ol,
dd,
p{ 
  max-width: 40em;
}

p{
    margin-top: .5em;
}

h1{ 
  text-align: center;
  background-color: #f3f3ef;
  margin-top: 0;
  padding: .5em;
}

h2,h3,h4{
   margin: .5em;
}

a.footnote{ 
  text-decoration: none;
  position: relative;
  top: -.5em;
  font-size: 70%;
}

#jabber{ 
  
}

#content{ 
  margin: 5px;
  /*
  margin-right: 310px;
  position: absolute;
  top: 0;
  left: 0;
     */
  display: block;
  background-color: white;
  padding: .5em;
}

img{
  border: none;
}

#info img,
#info * img{
  max-width: 95% ! important;
}

#info,
#testy{ 
  font-family: Trebuchet, Verdana, helvetica, Arial;
  font-size: 60%;
  padding: .5em;
}

#info{ 
  width: 195px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #e3e3d3;
}


#testy{
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 15px;
  /*
  position: absolute;
  right: 0;
  top: 0;
     */
  float: right;
  width: 300px;
  background-color: #e3e3d3;
  /* height: 1024px;
  overflow: scroll;
  scroll: auto; */
}


#info div{ 
  margin-bottom: 5px;
  border-top: solid 1px gray;
  padding-top: .5em;
}

/*
#info * * img{ 
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}
*/

#pixel1list{
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

#pixel1list li{
    display: inline;
}

div.test{
  background-color: white;
  padding: 2px;
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: center;
  border: 1px solid gray;
/*  color: green; */
}

div.test img,
div.test * img{
  max-width: 90% ! important;
}

div.test * img,
div.test * * img{ 
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
}


DIV.inferno{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #660011;
  color: #ff3344;
  padding: .5em;
}

DIV.picture{
  border-style: solid;
  border-width: 1px;
  border-color: black;
/*  width: 350px; */
  padding: .5em;
  background-color: red;
}

DIV.informacja{
  padding: 1em;
  color: red;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  text-align: center;
  margin: .5em;
}

SPAN.informacja{
  font-size: 16pt;
  font-weight: bold;
}

ol,
ul{ 
  list-style-position: inside;
}

Ul.footnotes{ 
  border-top: solid 2px gray;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  text-indent: 0;
  list-style: lower-roman;
  font-size: 80%;
  list-style-position: inside;
}

ul.footnotes li{ 
/*  background-color: red; */
  text-indent: 0;
  margin-left: 0;
  padding: 0;
}

dl{
    margin-top: .5em;
    margin-bottom: .5em;
}

dt{
    margin-top: .25em;
    font-weight: bold;
}

dd{
    padding-left: 2em;
}

ul.navi:before{ 
  content: "na skróty";
  text-align: center;
  display: block;
  border-bottom: solid 1px #505050;
}

ul.navi:after{ 
  content: "-";
  text-align: center;
  display: block;
  border-top: solid 1px #505050;
  margin-top: .5em;
}

ul.navi{
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 5em;
  height: 2.1ex;
  overflow: hidden;
/*    float: right;*/
    list-style: none;
    font-size: 70%;
    margin: .5em;
    /*border: solid 1px black;*/
    padding: .5em;
    background-color: #e3e3d3;
}

ul.navi:hover{ 
  width: 10em;
  height: auto;
  max-height: 70%;
  overflow: auto;
}

span.jabberinfo{
    font-style: italic;
    /*font-size: 80%;*/
}

.todo:after,
.todo:before,
.underconstruction:after,
.underconstruction:before{ 
  height: 2ex;
  width: 100%;
  padding: .2em;
  font-weight: bold;
  text-align: center;
}

.todo:after,
.todo:before{ 
  background-color: yellow;
  color: red;
}
.todo:before{ 
  content: "TODO -->";
}
.todo:after{ 
  content: "<-- TODO";
}
.todo,
.todo *{ 
  color: red !important;
}


.underconstruction:after,
.underconstruction:before{ 
  display: block;
  background-color: black;
  color: yellow;
}
.underconstruction:before{ 
  content: "UNDER CONSTRUCTION -->";
}
.underconstruction:after{ 
  content: "<-- UNDER CONSTRUCTION";
}
