.md-logo img {
    width: 41.20px;
    height: 22.80px;
}

:root {
  --md-code-bg-color:                  rgb(210,227,235,0.3);
  --md-code-fg-color:                  rgb(11,33,57);
}

.md-nav__link.md-nav__link--active {
    font-weight: bold;
}

img[src*="#prelegent"] {
  float: left;
  width:250px;
  height:250px;
  margin-right: 1em;
}

input[type=text_kalkulator], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
} */

.icm_gray_border {
  border-radius: 15px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* #estimated_costs_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#estimated_costs_table td, #estimated_costs_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#estimated_costs_table tr:nth-child(even){background-color: #f2f2f2;}

#estimated_costs_table tr:hover {background-color: #ddd;}

#estimated_costs_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
} */