<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* "Join the chat" page */

.chat_time_zones_button{
    margin-top: .5rem;
    text-align: center;
}

.chat_time_zones_button summary{
    display: inline-block;
    margin-top: .5rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border: 1px solid var(--light-border-color);
    border-radius: .5rem;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.chat_time_zones_table_container{
    padding-left: 1rem;
    padding-right: 1rem;
}

.chat_time_zones_table{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.chat_time_zones_table tr:first-child th{
    font-weight: bold;
}

.chat_time_zones_table_two_moments tr th:first-child{
    width: 25%;
}

.chat_time_zones_table_two_moments tr th:nth-child(2){
    width: 37.5%;
}

/* Session findings page */

.talks_findings_header{
    margin-left: 3rem;
    margin-right: 3rem;
    padding: .75rem;
    border: 1px solid var(--light-border-color);
    border-radius: .5rem;
    line-height: var(--small-line-height);
    font-size: 0.95rem;
}

.talks_findings_header_content{
    display: flex;
    flex-direction: row;
    margin-top: 0.2rem;
}
</pre></body></html>