
/* Event info on chatbotWeb
p.chatbotWeb-eventInfo
p.chatbotWeb-eventInfo a.title {}
p.chatbotWeb-eventInfo span.title {}
p.chatbotWeb-eventInfo span.description {}
p.chatbotWeb-eventInfo label.location {}
p.chatbotWeb-eventInfo span.location {}
p.chatbotWeb-eventInfo label.date {}
p.chatbotWeb-eventInfo span.date {}
p.chatbotWeb-eventInfo span.time {}
p.chatbotWeb-eventInfo label.topic {}
p.chatbotWeb-eventInfo span.topic {}
*/

p.chatbotWeb-eventInfo {
    padding-bottom: 2rem;

}

p.chatbotWeb-eventInfo a.title {
    font-size: x-large;
    /* color: black; */
    font-weight: bold;
    line-height: normal;
    text-decoration: underline;
}
/* labels */
p.chatbotWeb-eventInfo label.location, p.chatbotWeb-eventInfo label.date, p.chatbotWeb-eventInfo label.topic {
    display: inline;
    /*padding-right: 1ex;*/
}
p.chatbotWeb-eventInfo label.location::after, p.chatbotWeb-eventInfo label.date::after, p.chatbotWeb-eventInfo label.topic::after {
    content: ": ";
}
p.chatbotWeb-eventInfo label.location::before, p.chatbotWeb-eventInfo label.date::before, p.chatbotWeb-eventInfo label.topic::before {
    content: "\A";
    white-space: pre;
}

p.chatbotWeb-eventInfo span.location, p.chatbotWeb-eventInfo span.date, p.chatbotWeb-eventInfo span.time, p.chatbotWeb-eventInfo span.topic {
    font-weight: bold;
}


 
/* contact info on chatbotWeb  
p.chatbotWeb-ConsultantInfo
p.chatbotWeb-ConsultantInfo span.name
p.chatbotWeb-ConsultantInfo label.phone
p.chatbotWeb-ConsultantInfo a.phone
p.chatbotWeb-ConsultantInfo span.phone
p.chatbotWeb-ConsultantInfo label.email
p.chatbotWeb-ConsultantInfo a.email
p.chatbotWeb-ConsultantInfo span.email
p.chatbotWeb-ConsultantInfo label.description
p.chatbotWeb-ConsultantInfo span.description 
p.chatbotWeb-ConsultantInfo span.chatbotWeb-consultantList-MunicipalityHeader
p.chatbotWeb-ConsultantInfo span.chatbotWeb-consultantList-TopicHeader

*/

p.chatbotWeb-ConsultantInfo * {
    line-height: normal; 
}

p.chatbotWeb-ConsultantInfo {
    padding-bottom: 1rem;
    padding-left: 1rem;
}

/* labels */
p.chatbotWeb-ConsultantInfo label.phone, p.chatbotWeb-ConsultantInfo label.email {
    display: inline;
    padding-right: 5px;
}
p.chatbotWeb-ConsultantInfo label.phone::after, p.chatbotWeb-ConsultantInfo label.email::after {
    content: ": ";
}
p.chatbotWeb-ConsultantInfo label.phone::before, p.chatbotWeb-ConsultantInfo label.email::before {
    content: "\A";
    white-space: pre;
}

/* single elements */
p.chatbotWeb-ConsultantInfo .chatbotWeb-consultantList-TopicHeader {
    font-size:large;
    font-weight: bold;
    padding-top: 2rem;
    display: contents;
}

p.chatbotWeb-ConsultantInfo span.chatbotWeb-consultantList-MunicipalityHeader {
    display: contents;
}


a.bringDataReference::after
{
    content: "\1F517";
}
