.nav-collapse {
  font-family: "Courier New";
}

.navbar, .navbar-inner {
  background-color: black;
}

.nav li a {
  color: limegreen!important;
  font-size: 22px!important;
}

.nav li.active {
  font-family: "Courier New";
}

.nav .active li a {
  font-family: "Courier New";
  color: gold!important;
}

#navigation {
  height: 70px;
}

section {
  background-color: black;
    color: lime;
    font-family: "Courier New";
  /*border: 1px #ff0000 dotted;*/
}

table#castky {
    color:lime;
    font-family: "Courier New";
  border-collapse: collapse;
  width: 100%;
    border: 1px solid lime;
}
table#castky thead {
  text-align:left;
  display: table;
  float: left;
  width: 100%;
}
table#castky thead tr {
  display: table-row;
  width: 100%;
    border: 1px solid lime;
}
table#castky tbody {
  display: block;
  /*height: 320px;*/
  /*overflow: auto;*/
  float: left;
  width: 100%;
}
table#castky tbody tr {
  display: table;
  width: 100%;
}
table#castky tbody tr {
  height: 18px;
    border: 1px solid lime;
}
table#castky tbody td {
  padding:8px 8px;
    border: 1px solid lime;
}
table#castky th, table#castky td {
  width: 50%;
    border: 1px solid lime;
}

table#castky .firstCol {
    text-align: center;
    width: 66%;
}

table#castky .firstRow {
    font-size: 28px;
    font-weight: bold;
    color: gold;
}

#plakaty img {
  margin: 5px;
}

#proc img {
  width: 30px;
}

#console {
    overflow: auto;
    padding-bottom: 20px;
}

#kdo p {
    color:lime!important;
}

.fb-share-button
{
    margin-left: -140px;
    transform: scale(3.5);
    -ms-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    -moz-transform: scale(3.5);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}
