/* list of workshops */

div.workshop-list { 
  margin-bottom: 10px;
}

div.workshop-list-name { 
  font-weight: bold;
}

div.workshop-list-date-place { 
  font-weight: bold;
}

div.workshop-list-blurb { 
}

div.workshop-list-deadline { 
}

span.workshop-list-deadline-label { 
  font-weight: bold;
}


/* single workshop */

div.workshop-category { 
}

span.workshop-category-label { 
  font-weight: bold;
}

div.workshop-date { 
}

span.workshop-date-label { 
  font-weight: bold;
}

div.workshop-place { 
}

span.workshop-place-label { 
  font-weight: bold;
}

div.workshop-fee { 
}

span.workshop-fee-label { 
  font-weight: bold;  
}

div.workshop-deadline { 
}

span.workshop-deadline-label { 
  font-weight: bold;  
}

div.workshop-body { 
  margin-top: 2em;
}


div.workshop-forms-contact { 
  margin-top: 8px;
  color: #A60062;
}

div.workshop-forms { 
}

div.workshop-forms-title { 
  font-weight: bold;  
}

ul.workshop-forms { 
  list-style: none;
  padding: 0px 0px 0px 3em;
  margin: 0px;
}

div.workshop-contact { 
}

div.workshop-contact-title { 
  font-weight: bold;  
  margin-top: 1.5em;
}

ul { 
  margin: 0.5em 0px 0px 1em;
  list-style: disc;
  text-indent: 0em;
  padding-left: 3em;
}

