* {
  font-family: Verdana, Arial, Helvetia, sans-serif;
  font-size: 11px;
  color: #000000;
}
body {
  margin: 0px;
  border: 0px;
  padding: 8px;
}
form {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
div {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
table {
  margin: 0px;
  border: 1px solid black;
  padding: 0px;
  empty-cells: show;
  border-collapse: collapse;
}

/* A paraméterek form */
#param {
}

/* Címke táblázat */
.title {
  float: left;
}
.title th, .title td {
  text-align: center;
  font-weight: bold;
  width: 32px;
}

/* Művelet táblázat */
.operation {
  float: left;
}
.operation th, .operation td {
}
.operation th p {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.operation th input {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.letter {
  text-align: center;
  width: 54px;
}
.sign {
  text-align: center;
  width: 16px;
}
.letter, .sign {
  font-size: 16px;
  font-weight: bold;
}
.mm {
}
.mm p {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}
.mm input {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  border: 1px solid black;
  padding: 4px 2px 0px 2px;
  width: 32px;
  height: 28px;
  position: absolute;
  left: 0px;
}
.operation td span {
  text-align: center;
  line-height: 10px;
  background-color: #d6d3ce;
  margin: 0px 0px 0px 40px;
  border: 1px solid black;
  padding: 2px;
  width: 10px;
  height: 10px;
  display: block;
}
.operation td span.p {
  margin-bottom: 2px;
}
.select {
  text-align: center;
}
.select input {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

/* Közös */
.title tr, .operation tr {
  border: 1px solid black;
  height: 40px;
}
.title th, .title td, .operation th, .operation td {
  margin: 0px;
  border: 0px solid black;
  padding: 2px;
}

/* Gombok */
#param_button {
  margin: 0px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 0px solid black;
  padding: 2px;
  width: 84px;
  height: 196px;
  float: left;
}
#param_button input {
  font-weight: bold;
  margin: 6px 0px;
  border: 1px solid black;
  padding: 2px;
  width: 80px;
  height: 20px;
}
#param_button input#name {
  width: 76px;
  height: 16px;
}
/* A közbülső táblázatok elrejtése */
#title_minus, #title_multi, #title_div {
  display: none;
}


/* Teszt adatok */
#test {
  margin-top: 16px;
  border: 1px solid black;
  padding: 8px;
  height: 140px;
  float:left;
  clear: both;
}
#test_data {
}
#test_data input {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  padding: 8px 4px 0px 4px;
  height: 80px;
}
.test_num {
  width: 140px;
}
.test_op {
  width: 60px;
}
#test_button {
  text-align: center;
  margin-top: 16px;
}
#test_button input {
  font-size: 24px;
  font-weight: bold;
  border: 1px solid black;
  width: 180px;
  height: 32px;
}

/* Hiba */
.result {
  background-color: #fff;
}
.resultGood {
  background-color: #0a0;
}
.resultFalse {
  background-color: #f33;
}

/* Leírás */
#manual {
  padding-top: 16px;
  clear: both;
}

/* Google */
#matekDown {
  padding-top: 16px;
  clear: both;
}
