body {
  font-family: Verdana, Tahoma; 
  font-size: 0.8em;
  margin-left: 5%;
  margin-right: 5%;
}
h2, .h2 {
  background-color: rgba(89, 122, 174, 0.55);
  text-align: right;
  color: white; 
  font-size: 2.3em;
  font-weight: normal;
  padding: 14px 30px;
}
h3 {
  padding: 10px;
  background-color: #C6C23096;
  color: #463d3d;
  text-align: center;
  font-style: italic;
  font-size: 2em;
  font-weight: normal;
  padding: 10px;
}
h4 {
  padding: 10px;
  font-weight: normal;
  font-size: 1.6em;
}
h5 {
  padding: 6px;
  font-style: normal;
  font-size: 120%;
}
.button, .buttonw {
  padding: 5px; 
  background-color: #E9E8C5; 
  text-align: center; 
  color: inherit; 
  border: 2px solid gray; 
/*  border-radius: 5px;   */
  cursor: pointer; 
}
.buttonw {
  padding-top: 1px; 
  padding-bottom: 1px; 
}
.tabcontrol {
  padding: 5px;
  margin-top: 2px;
  text-align: center;
  color: inherit;
  font-size: 140%;
  border-width: 1px 1px 1px 1px;
  border-radius: 20px 5px 0px 0px;
  border-style: solid solid dotted solid;
  border-color: gray;
  cursor: pointer;
}
.buttonw:hover, .button:hover, .tabcontrol:hover{
  background-color: #FFFFCC;
}
.tabpage {
  padding: 5px;
  border-width: 0px 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: gray;
}
.cytat {
  border-left: solid blue 1px;
  padding: 5px;
}
input, select, textarea {
  padding: 6px;
  border: 1px solid gray;
  border-bottom: 3px solid gray;
}
input:focus, select:focus, textarea:focus {
  border-bottom: 3px solid green;
}
h4 {
  margin-left: 0.5em;
}
p, ul, h5 {
  margin-left: 1em;
}
li {
  margin-left: 2em;
}
table{
  font-size: 1em;
/*  border-collapse: collapse; //pojed. linia - ALE znika border przy scroll */
}
th {
  background:white; /* musi być podkład bo podczas scrollowania widać pod nim komórki td */
}
td, th {
/*  border: 1px solid gray; */
  padding: 5px;
}
.link{
  color: blue;
}
.link_gray {
   color: gray;
}
.link_gray::before {
   content: "\0027B2";
}
.link_gray:hover {
  text-decoration: underline;
  color:rgb(0, 120, 215);
}

.link, .linka, .link_art, .link_gray{
  cursor: pointer;
}
.link:hover, .linka:hover, .link_art:hover {
  text-decoration: underline;
}
pre.code {
  margin: 10px; 
  padding: 10px; 
  border: 1px dashed #8CACBB;
  background-color: #F7F9FA;
  overflow: auto;
}
.podklad {
  position: fixed;
  overflow: auto;
  left: 0px;
  top: 0px;
  right:0px;
  bottom: 0px;
  margin: 0px auto;
  background-color: rgba(220, 220, 220, 0.8);
  display: flex;
  justify-content: space-around;
}
.dialog, .dialogE {
/*  display:block; */
  position:absolute;
  margin:50px auto auto auto;
  background-color:white;
  border:1px black solid;
  border-radius: 5px;
  box-shadow: 10px 10px 5px gray;
  padding:30px 10px 15px 10px;
  max-width:80%;
}
.dialogE {
  border:1px red solid;
  box-shadow: 10px 10px 5px #660000;
}
.podkladXY {
  position: fixed;
  overflow: auto;
  left: 0px;
  top: 0px;
  width:100%;
  height: 100%;
  margin: 0px auto;
}
.dialogXY {
  position:absolute;
  background-color:white;
  border:1px black solid;
  padding:30px 10px 15px 10px;
/*  display:table;*/
}
.xXY {
z-index: 0;
width: 28px;
height: 28px;
right: 2px;
top: 2px;
border:1px solid gray;
background:white;
cursor:pointer;
position:absolute;
/* position:fixed; -  dla okna fullScreen */
text-align:center;
border-radius: 0px 5px 0px 5px;
}
.xXY:before {
  content:'\2716';
  color:gray;
  font-size:20px;
}
.xXY:hover:before {
  content:'\2716';
  color:white;
}
.xXY:hover {
  background: maroon;
}
.mXY {
z-index: 0;
width: 28px;
height: 28px;
right: 32px;
top: 2px;
border:1px solid gray;
background:white;
cursor:pointer;
position:absolute;
/* position:fixed; -  dla okna fullScreen */
text-align:center;
}
.mXY:before {
  content:'\002725';
  color:gray;
  font-size:20px;
}
.mXY:hover:before {
  content:'\002725';
  color:white;
}
.mXY:hover {
  background: blue;
}a:hover{
  color: red;
}
a:hover{
  color: red;
}
.kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0,0,0,.2),0 2px 0 0 rgba(255,255,255,0.7) inset;
  color: #333;
  display: inline-block;
  font-family: consolas,"Liberation Mono",courier,monospace;
  font-size: .85em;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}
.buttonMenu {
  width:300px;
  text-align:left;
  padding:5px;
}
img {
  image-orientation: from-image;
}
.panelMapGoogle {
  position:absolute;
  right:0px; top:0px;
}
.buttonMapGoogle {
  width:32px; height:32px;
  right:8px; top:8px;
  background:rgba(255,255,255,0.5);
  background-image:url("http://taog.pl/images/google1.png");
  background-repeat:no-repeat;
  border-radius: 5px;
  cursor: pointer;
}
.button100 {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  cursor: pointer;
}

.frm {
  border-right: double black;
  padding: 20px;
  overflow: auto;
}
.frm_tyt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  clear: both;
  overflow: auto;
}
.frm_podtyt {
  font-size: 1.2em;
  border-bottom: 1px solid gray;
  margin-bottom: 5px;
  clear:both;
  overflow: auto;
}
.frm_nazwa {
  clear:both;
  overflow: auto;
}
.frm_contr {
  width: 150px;
  float: right;
}
.frm_ta {
  width: 200px;
  float: right;
}
.frm_cb {
  float:right;
}
.frm_c {
  min-width:150px;
  float:right;
}
.frm_cbro {
  text-align: center;
  min-width: 150px;
  font-size: 1.5em;
  float: right;
}
.frm_contrro {
  border-bottom: dotted gray;
  font-size: 1.2em;
  font-style: italic;
  min-width: 150px;
  float: right;
}
.frm_kom {
  font-size: 0.8em;
  font-family: Arial, Helvetica;
  color: gray;
  clear: both;
  overflow: auto;
}