
/* Custom styling for Radon Poster Contest Organizers map */

.node-49 .popup-box {
  background-color: #634DA0;
  padding: 10px 20px;
  color: #fff;
  width: 260px;
  margin: 20px auto;
  box-shadow: 3px 3px 5px #969696;
}

.node-49 .popup-box .box-title {
  background-color: #634DA0;
  overflow: auto;
}

.node-49 .popup-box .box-title h2 {
  display: inline;
  line-height: normal;
  background-color: inherit;
  color: #c7b8da;
  margin: 0;
  padding: 0;
  font-size: 2.0em;
}

.node-49 .popup-box .box-title a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  float: right;
  text-decoration: underline;
}

.node-49 .popup-box .hide-popup-button {
  display: none;
}

.node-49 .popup-box .views-field-body,
.node-49 .popup-box .views-field-body p {
  color: #ffffff;
  font-size: 13px;
}

.node-49 .popup-box .views-field-body a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}