marquee {
  color: white;
}

#input_table {
  border: 2px solid green;
  font-family: monospace;
  color: gray;
  margin: 10px;
}

.form {
  padding: 5px;
  margin: 10px;
}

td {
  min-width: 50px;
}

#depth_form {
  border: 2px solid green;
}

.gif-mq {
  position: absolute;
  width: 5%;
  height: 80px;
}

.btn {
  background-color: green;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

.error-text {
  color: red;
}

.sml-box {
  box-sizing: border-box;
  font-family: monospace;
  border: 1px solid blue;
  padding: 5px;
  width: 95%;
  text-align: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tab-content {
  display: none;
  padding: 6px 12px;
  text-align: center;
  color: gray;
}

.left-inner {
  display: inline-block;
  text-align: left;
}

.div-cell {
  display: inline-block;
  border: 1px solid lightgray;
  min-width: 75px;
}

.type-p {
  width: 400px;
}

.shrub-div {
  width: 150px;
}

.rose-div {
  width: 130px;
}

.valid-cell {
  border: 2px solid green;
}

.base-cell {
  border: 1px solid lightgray;
}
