/*These ones are for the search results page.*/

/*This is the event type - eg 'Workshop'*/
.search-result .details-type
{
font-size:1em;
color:#696969
}

/*And the region/*
.details-region
{
    font-size:1em;
    color:#696969;
}

/* Date on search results */
.search-result .details-date {
    font-size:1em;
  color:#696969;
  margin-bottom: 0.5em;
}






