/* Template-specific styles */

.event-note, 
.event-note a {
  font-size: 1.2em;
  font-weight: 700;
}

.honor-knight {
	background-color: #e4f5ff;
	padding-top: 0.8em;
	padding-bottom: 0.3em;
}

.honor-knight label {
	padding-top: 0;
}

#CustomText ul {
  list-style: disc;
  padding-left: 1.5em;
}

#CustomText ul li {
  display: list-item;
}

.ActivityList .perQuantity label.honoree-contact-text, 
.ActivityList .perQuantityAdded label.honoree-contact-text {
  width: 100%;
}

/* Media queries */

@media (max-width: 767px) {
  
}

@media (min-width: 768px) {
  
  .ActivityList label {
    width: 400px;
  }
  
  .ActivityList .perQuantity label, 
	.ActivityList .perQuantityAdded label {
    width: 250px;
  }
  
  label[for$="DietaryRestriction"], 
  label[for$="SeatingPreferences"] {
    width: 300px;
  }
  
}

@media (min-width: 860px) {
  
  label[for$="DietaryRestriction"], 
  label[for$="SeatingPreferences"] {
    width: 400px;
  }
  
}