.textDate {
    color: #34495e;
    font-family: 'font_normal';
    font-size: 1.1em;
}

.eventText {
    font-family: 'font_normal';
    font-size: 1.1em;
}

.eventPlace {
    font-family: 'font_normal';
    font-size: 1em;
}

.divPlace {
    width: 72px;
    margin: 0px 10px 0px 12px;
}

.cr_link {
    color: #b44700;
    cursor: pointer;
    font-family: 'font_semibold';
    text-decoration: none;
}.cr_link:hover {
    color: #e67e22;
}.cr_link:active {
    color: #f39c12;
}

.txtToday {
    color: #27ae60;
    font-family: 'font_semibold';
}

.leftCell {
    
}

.rightCell {
    max-width: 640px;
}

.div_f {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.img_org {
    cursor: pointer;
    margin: 0px 24px 0px 24px;
    width: 32px;
    border-radius: 5px;
    border: solid 1px #201c18;
    box-shadow: 0px 0px 5px 0px #626262;
}.img_org:hover {
    filter: brightness(1.2);
}

.img_org_empty {
    margin: 0px 24px 0px 24px;
    width: 32px;
}

tr {
    vertical-align: center;
}

td {
    vertical-align: center;
    padding: 24px 0px 24px 0px;
}