body {
  font-family: "Verdana", "Tahoma", "Arial";
  font-size: 10px;
}

#kalkulator {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#kalkulator #naglowek{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#kalkulator h1 {
  font-size: 17px;
  text-align: center;
  color: #ff0000;
}

#kalkulator  h2 {
  font-size: 20px;
  text-align: center;
  color: #444;
}


#kalkulator table {
  margin: 0 auto;
  border-collapse: separate;
  font-size: 12px;
  width: 600px;
}

#kalkulator table tr td {
  padding: 5px;
  border: 1px solid #eaeaea;
}

#kalkulator .wymiar {
  width: 30px;
}

#kalkulator .drzwi {
  width: 50px;
}

#kalkulator .okna {
  width: 50px;
}

#kalkulator .farba {
  width: 240px;
}

#kalkulator .wymagane {
  color: #ff0000;
}

#kalkulator .warstwy {
  width: 40px;
}
#kalkulator .indeks_gorny {
  vertical-align: super;
}

#kalkulator .przycisk {
  border: 1px solid #eaeaea;
  color: #4B6F27;
  background: transparent;
  font-weight: bold;
}

#kalkulator #obliczenia {
  background: #fcfcfc; 
  margin-top: 10px;
}

#kalkulator #wyliczenia {
  background: #fcfcfc;
  margin-top: 20px;
}

#kalkulator #wyliczenia tr td {
  border: 1px solid #2178AE;
}

#kalkulator .drukuj {
  text-align: right;
  margin-right: 50px;
}

#kalkulator .drukuj a {
  text-decoration: none;
  color: #4B6F27;
  font-size: 12px;
}

#kalkulator .drukuj a:hover {
  text-decoration: underline;  
}