/** CSS file vkljucen samo v kalkulator page */
input {
  width: 100px;
}
table tr td:first-child {
  width: 100%;
}
table#resultTable tr td:first-child {
  width: 40%;
}
#resultTable,
#chart {
  max-width: 500px;
  margin: 0 auto;
  border-collapse: collapse;
}
#chart {
  margin-left: 50px;
}
.resultTable .table-hover tbody tr:hover > td,
.resultTable .table-hover tbody tr:hover > th {
  background-color: #d5b500;
}
.resultTable .table-hover tbody tr:hover > td:first-child,
.resultTable .table-hover tbody tr:hover > th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.resultTable .table-hover tbody tr:hover > td:last-child,
.resultTable .table-hover tbody tr:hover > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.resultTable .table th,
.resultTable .table td {
  border: none;
}
#resultTable,
#resultTable th,
#resultTable td {
  padding: 3px 10px;
}
.resultTable {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #78b4d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#blabla {
  color: pink;
}
input {
  margin-bottom: 0px !important;
}
#calculate {
  margin-top: 20px;
}
