/* Template-specific styles */

.details-header {
  padding: 0.5em;
  border: 1px solid #58595a;
  background-color: #58595a;
  color: #fff;
}

.details-content {
  padding: 0.5em 1.5em 0.5em 1.5em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.details-location strong, 
.details-time strong, 
.details-cost strong {
  display: inline-block;
  min-width: 80px;
}

/* Media queries */

@media (max-width: 767px) {
  
}

@media (min-width: 768px) {
  
  form .ActivityList label {
    width: 350px;
  }
  
}