table.event-table{
    color:#1f3365
}

table.event-table tr:not(:last-child) {
    border-bottom: 1px solid #1f336526;
}

table.event-table tr td{
    padding: 1em 0;
    background-color: #ffffff00 !important;
    border: 0;
}

table.event-table tr td:nth-of-type(2) {
    width: 100%;
}

table.event-table tr td .et-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 0.1em;
}

table.event-table tr td .et-title.et-title_not-bold{
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}

table.event-table tr td .et-subtitle{
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color:#f7ad20;
}

table.event-table .et-description {
    font-family: 'Arial', sans-serif;
}

table.event-table ul.et-speakers {
    padding-left: 2em;
    padding-top: 0.5em;
    font-size:14px;
    margin-top: 0.25em;
}

table.event-table ul.et-speakers li {
    line-height: 1.2;
    margin-bottom: 0.3em;
    list-style: none;
    position: relative;
}

table.event-table ul.et-speakers li:before {
    content: "·";
    font-size: 2em;
    line-height: 20px;
    position: absolute;
    left: -0.5em;
    top: -2px;
    color: #f6c570;
    font-family:'Arial', sans-serif;
}

table.event-table .et-moderator{
        /*font-style: italic;*/
    line-height: 1.2;
    font-size:14px;
    margin-top: 0.825em;
    font-family: 'Arial', sans-serif;
}

table.event-table td.et-time {
    font-family: 'Arial', sans-serif;
    padding-right: 2em;
    white-space: nowrap;
}

.et-description p, ul.et-speakers li p  {
    margin: 0;
}

@media only screen and (max-width: 600px){
table.event-table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

table.event-table tr td.et-time {
    padding: 0.33em;
    background-color: #f7ad2021 !important;
    display: block;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #f7ad20;
    margin-top: 1em;
}
}