body { background: #FFF !important; }

.description {
  font-weight: normal;
  font-style: italic;
}

input,
textarea {
  max-width: 100%;
}

.survey-question-option label {
  display: inline;
}

.area-projects section {
  margin-bottom: 3.5em;
}

.area-projects .project a {
  display: block;
  text-decoration: none;
}

.area-projects .project a:hover {
  background-color: #ddd !important;
}

.area-projects .project a * {
  background-color: transparent;
}

.area-projects .project h3 {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}

.area-projects .project img {
  max-width: 100%;
}

/*** Changes to the display of Interdisciplinary Areas on event detail layouts ***/

.event-content .event-details,
.event-content .event-details tr,
.event-content .event-details th,
.event-content .event-details td {
  display: block;
}