body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto","Lucida Grander", "DejaVu Sans", "Bitstream Vera Sans", "Verdana","Arial", "sans-serif";
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
}

#header {
  width: auto;
  height: auto;
  padding: 10px 40px;
  background: #417690;
  color: #ffc;
  font-size: 24px;
}

#nav {
  width: auto;
  height: auto;
  padding: 10px 40px;
  background: #79aec8;
  color: #ffc;
}

#content {
  padding: 20px 20px;
}

#content a:any-link {
  color: white;
  text-decoration: none;
}

#nav a:any-link {
  color: #ffc;
  text-decoration: none;
}

h1 {
  color: green;
}

h2 {
  color: lightgreen;
}

.planten {
  list-style: none;
  line-height: 2em;
}

.lbl-left {
  width: 10em;
  display: inline-block;
}

.plant-left {
  width: 20em;
  display: inline-block;
}

.iconen {
  font-size: larger;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  top: 3px; /* Place the button at the bottom of the page */
  left: 3px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #79aec8; /* Set a background color */
  color: #ffc;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

th {
  text-align: left;
  font-weight: normal;
}

:required {
  background-color: #FFEFD5;
}

table.fotos th:nth-of-type(3n),
table.fotos td:nth-of-type(3n) {
    width: 95px;
    text-align: center;
    vertical-align: middle;
}

#menu {
  display: none;
  position: fixed;
  background-color: #79aec8;
  color: #ffc;
  z-index: 100;
  padding: 10px 10px;
}

#menu_close {
  display: flex;
  position: relative;
  justify-content: right;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

#parent {
  display: flex;
  flex-direction: row;
}

#grid {
  margin: 0;
  padding: 0;
  background-color: white;
}

#right {
  margin: 10px;
}

#clear {
  display: inherit;
}

#popup {
  display: none;
  position: fixed;
  background-color: #79aec8;
  color: #ffc;
  z-index: 100;
  padding: 10px 10px;
}

.selected {
  stroke: red;
  stroke-width: 5px;
}

.svg-plant:hover {
  cursor: pointer;
}

.hidden {
  visibility: hidden;
}

.button {
  border: 3px outset #cccccc;
  padding: 5px;
}

.button:active {
  background-color: #f00;
}

.fotos {
  display: flex;
  flex-flow: row wrap;
}

.foto {
  margin: 0 15px 15px 0;
}

object {
  display: none;
  position: fixed;
  background-color: #f8f8f8;
  top: 100px;
  z-index: 120;
}

.hoogte {
  margin-right: -8px;
}

.bloeitijd {
  margin-right: -5px;
  margin-left: 3px;
  margin-top: 2px;
}
