@media print, screen and (min-width: 769px) {
  section#cultivated_colections h1:after {
    content: "Cultivated collections";
  }
  section#herbarium h1:after {
    content: "Herbarium";
  }
}

#herbarium ol {
  padding-left: 2rem;
}

@media print, screen and (min-width: 769px) {
  #herbarium ol {
    padding-left: 1rem;
  }
}

.herbarium-box {
  padding: 5px;
  border: 1px solid #4eae67;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 136px;
  margin-bottom: 1rem;
}

.herbarium-box:after {
  content: "";
  clear: both;
  display: block;
}

.herbarium-box h3 {
  color: #134301;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}

.herbarium-box img {
  padding: 3px;
  border: 1px solid #bfc1c0;
}

.herbarium-box-left h3,
.herbarium-box-left p {
  margin-left: 179px;
}

.herbarium-box-left img {
  float: left;
}

.herbarium-box-right h3,
.herbarium-box-right p {
  margin-right: 179px;
}

.herbarium-box-right img {
  float: right;
}

@media print, screen and (min-width: 769px) {
  .herbarium-box {
    padding: 10px 20px;
  }
  .herbarium-box-left h3,
  .herbarium-box-left p {
    margin-left: 200px;
  }
  .herbarium-box-right h3,
  .herbarium-box-right p {
    margin-right: 200px;
  }
}

table#plant {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
}

table#plant td {
  display: block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table#plant td img {
  width: 50%;
}

table#plant td.photographer {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}

@media print, screen and (min-width: 769px) {
  table#plant {
    margin: auto;
    width: auto;
  }
  table#plant th,
  table#plant td {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    font-size: 0.8rem;
    border-bottom: 1px solid #cccccc;
  }
  table#plant th {
    white-space: nowrap;
    font-weight: normal;
  }
  table#plant td {
    text-align: center;
  }
  table#plant td.image {
    width: 60px;
  }
  table#plant td img {
    width: auto;
  }
  table#plant td.family_japanese_name,
  table#plant td.kind_japanese_name,
  table#plant td.filming_date,
  table#plant td.photographer {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=style.css.map */