div.html_content {
    font-family: verdana, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.4em;
}

em {
    font-weight: bold;
    font-style: normal;
    font-size: 0.9em;
    color: #b51018;
}

div.subtitle {
    font-size: 1.1em;
    font-weight: bold;
}

img.img_left {
    float: left;
}

img.img_right {
    float: right;
}

div.img_left {
    float: left;
    padding: 0px 8px 8px 0px;
    border: none;
}

div.img_right {
    float: left;
    padding: 0px 0px 8px 8px;
    border: none;
}

div.hidden_hr_visible {
    width: 100%;
    height: 1em;
    clear: both;
    border: solid 1px red;
}

div.hidden_hr_invisible {
    width: 100%;
    height: 1em;
    clear: both;
}

div.agenda_date {
    width: 100%;
    background: #b51018;
    color: #fff;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
    border-top: 1px solid #A5AAAD;
}

span.session_time {
    font-style: italic;
    font-weight: bold;
}

span.event_session {
    font-weight: bold;
    color: #b51018;
}

span.session_goal {
    font-style: italic;
}

span.event_moderator {
    color: #A5AAAD;
    font-weight: bold;
}

div.html_content table {
    border-left: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
}

div.html_content table td {
    padding: 3px;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}

div.img_text {
    width: 100%;
    font-size: 80%;
    border: solid 1px green;
    padding: 10px 0px;
    clear: both;
}
