/**
 * Styling for Project views
 */
.views-row {
  padding-bottom: 30px;
}
.view-display-id-page_2 .views-row {
  background: #fff;
}
@media screen and (min-width: 60.0625em) {
  .views-row {
    flex-basis: 47%;
    display: flex;
    flex-direction: column;
  }
  .view-display-id-attachment_2 .views-row {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 60.0625em) {
  .views-field-title .field-content {
    padding: 30px 12.5%;
  }
}
.views-field-title a {
  color: #aaca41!important;
}
.treegen-button.woodlands a {
  background: #abca41;
}
.view-project-contributions th.views-field-amount a,
.view-project-contributions th.views-field-created a,
.view-project-contributions th.views-field-title a {
  color: #2e2e2e!important;
}
.view-project-contributions a.button {
  color: #aaca41!important;
}
.view-project-contributions td.views-field-nothing {
  text-align: center;
  padding: 0;
}
.description  {
  margin-bottom: 0!important;
}
.description p {
  margin: 0;
}
.project-contributions .dropbutton-wrapper {
  margin: 0;
}
.project-contributions .dropbutton-wrapper a {
  color: #aaca41!important;
}

