* {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

td , th {
  padding: 2px 3px;
}


a {
  text-decoration: none;
  color: #27c; /* a.color */
}

a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
}

body {
  font-size: 12px;
  font-family: 'Tahoma','FreeSans',sans-serif;
  line-height: 1.3;

  background: white; /* will be overriden by layout */
  color: black;
}

/* TinyMCE specific rules */
body#tinymce {
  margin: 10px 0;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  color: #1b75d5;
  margin: 0.5em 0;
}

ul, ol {
  padding-left: 2em;
}


.wysrodkowana {
  margin-left: auto;
  margin-right: auto;
}

dt {
  display: block;
  min-width: 15em;
  float: left;
  clear: left;
  font-weight: bolder;
  margin-right: 1em;
}
dt.empty { /* Beware! To nie jest pseudoklasa :empty */
  color: silver;
}

dd {
  display: block;
  min-height: 2em;
}
dd > pre {
  clear: left;
  margin-left: 3em;
}
dd.block {
  clear: left;
  margin-left: 3em;
  white-space: pre;
  font-family: Freemono, Courier, monospace;
}


