h2 {
  text-decoration: underline;
}

.divTable {
  display: table;
  width: auto;
  background-color: #eee;
  border: 1px solid #666666;
  border-spacing: 0px; /* cellspacing:poor IE support for  this */
}
.headRow {
  display: table-row;
  width: auto;
  clear: both;
  font-weight: bold;
  background-color: #ccc;
}
.divRow {
  display: table-row;
  width: auto;
  clear: both;
}
.divRow:nth-child(even) {
  display: table-row;
  width: auto;
  clear: both;
  background-color: #fff;
}
.divCell {
  float: left; /* fix for  buggy browsers */
  display: table-column;
  width: 195px;
  padding: 2px;
  /*background-color: #ccc;*/
}

.hidden {
  display: none;
}

.clear-both {
  clear: both;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 0px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 0rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.plantPicture {
  width: 232px;
  height: 232px;
  margin: 4px;

  position: relative;

  display: inline-block;
}

.plantPictureImage {
  position: absolute;

  border-radius: 5px;

  box-shadow: 5px 5px 10px RGBA(33,37,41,var(--bs-bg-opacity,.9));;
}

.plantPictureBox {
  opacity: 0;

  position: absolute;
  width: 232px;
  height: 232px;
}

.plantPictureBox:hover {
  opacity: 1;
}

.plantPictureData {
  position: absolute;
  bottom: 5px;
}

.plantPictureData p {
  padding: 0;
  margin: 0;
}

.pictureButtons {
  width: 24px;

  position: absolute;
  right: 0;
}

.plantPictureClicker a {
  position: absolute;

  width: 200px;
  height: 200px;

  top: 0;
  left: 0;
}

.clear-both {
  clear: both;
}

.plantProfile {
  border-radius: 5px;

  box-shadow: 5px 5px 10px RGBA(33,37,41,var(--bs-bg-opacity,.9));;

  margin-bottom: 15px;

  display: inline-block;

  min-width: 650px;
  width: calc( 50% - 19.5px);

  height: 250px;

  margin-right: 15px;

  overflow: hidden;
}

.plantProfileImage {
  float: left;
  margin-right: 15px
}

.plantProfileData {
  display: block;
  padding: 15px;

  min-width: 650px;
}

/* Plant profile stuff */
.plantProfileName h4 {
  display: inline-block;
  font-size: 135%;

  width: 100px;

  text-align: right;
  margin-right: 20px;
}

.plantProfileName p {
  display: inline;
  font-size: 135%;
}

.plantProfileData h5 {
  display: inline-block;
  font-size: 120%;

  width: 100px;

  text-align: right;
  margin-right: 20px;
}

.plantProfileData p {
  display: inline;
  font-size: 120%;
}


#content {
  padding: 25px;
  display: block;
  overflow: auto;
  width: 100%;
}

#popupWindow {
  position: fixed;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);
}

#closePopupWindowAnchor {
  text-decoration: none;
  color: black;
}

#popupWindowCloseBox {
  position: absolute;
  width: 100%;
  height: 100%;
}

#popupWindowInner {
  padding: 20px;
  text-align: left;
  border-radius: 15px;
  position: fixed;
  min-width: 250px;
  max-width: 500px;
  max-height: 500px;
  overflow: auto;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-style: solid;
  border-color: RGBA(33,37,41,var(--bs-bg-opacity,.9));

  box-shadow: 5px 5px 10px RGBA(33,37,41,var(--bs-bg-opacity,.9));;

  background-color: white;
}

#closePopupWindow{
  float:right;
}

#loginForm {
  padding: 10px;
  width: 400px;
  text-align: center;
  border-radius: 25px;
  position: absolute;

  top: 45%;
  left: calc(50% + 120px);
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#homeBlock {
  text-align: center;
  position: absolute;

  top: 50%;
  left: calc(50% + 120px);
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#cookieNotice {
  padding: 0px;
  width: 830px;
  text-align: left;
  border-radius: 15px;
  position: absolute;

  bottom: 0%;
  left: calc(50% + 120px);
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#cookieNotice a {
  color: white;
  font-size: 110%;
}

#cookieNoticeInner {
  margin: 15px;
  padding: 0px;
  width: 810px;
}

#content a {
  color: RGBA(33,37,41,var(--bs-bg-opacity,1));
}

#content a:hover {
  color: RGBA(33,37,41,var(--bs-bg-opacity,.8));
}

#formatPlantsForm button {
  all: revert;
}

#contentPlantsContent {
}

#statsContentTable th, #statsContentTable td {
  text-align: right;
  padding-right: 10px;
}

#statsContentTable td {
  text-align: left;
  padding-right: 40px;
}
