<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3 {
    font-family: "Georgia", serif
}

#content {
    font-size: 16px;
    max-width: 600px;
}

#header_content, #footer_content, h1 {
    max-width: 600px;
    font-weight: normal;
}

#footer a {
    font-weight: normal;
}


#content p:first-child {
    font-size: 16px;
    font-style: italic;
}

#content p {
    text-align: justify;
}

.date {
    font-size: 14px;
    font-style: italic;
}

#show_menu {
    border-color: #3a3a3a;
}

.main_menu, .footer_menu, .footer_menu li {
    font-size: 16px;
}

.main_menu li, .footer_menu li {
    margin-left: 20px;
}

.footer_menu {
    margin-top: -4px;
}

.my_name h2, .footer_menu a, .main_menu a, .main_menu a:hover, #footer a, #footer, #header_content {
    color: black !important;
}

#web_cat_icon {
    border-color: black;
}

.blog #header {
    background-color: rgb(240, 240, 240);
}

#content {
    padding-bottom: 0;
}

#footer {
    box-shadow: none;
    background-color: white;
    margin-top: 0;
}

#footer_content {
    border-top: 1px solid rgb(200, 200, 200);
    padding-top: 30px;
    padding-bottom: 26px;
}

.main_menu a:hover {
    color: black;
}

.main_menu li:hover:not(.active), .footer_menu li:hover {
    animation: menu_item_hover 0.5s;
    -webkit-animation: menu_item_hover 0.5s;
    border-bottom-color: rgba(190, 190, 190, 255);
}

@keyframes menu_item_hover {
    from {
        border-bottom-color: rgba(190, 190, 190, 0);
    }
    to {
        border-bottom-color: rgba(190, 190, 190, 255);
    }
}

@-webkit-keyframes menu_item_hover {
    from {
        border-bottom-color: rgba(190, 190, 190, 0);
    }
    to {
        border-bottom-color: rgba(190, 190, 190, 255);
    }
}

img {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.online {
    padding-left: 20px;
}

ul.online-2 {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

ul.online-2 li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 0;
}

ul.online-2 li:first-of-type {
    padding-top: 0;
}

ul.online-2 li:not(:last-of-type) {
    border-bottom: 1px solid rgb(220,220,220);
}

ul.online-2 li * {
    box-sizing: border-box;
}

.online-2 .item-date {
    font-size: 13px;
    margin-top: 11px;
    line-height: 1.7;
    width: 65px;
    padding: 10px 5px;
    background-color: rgb(220,220,220);
}

.online-2 .item-date span {
    display: block;
    text-align: center;
}

.online-2 .item-text {
    width: calc(100% - 65px);
    padding: 5px 0 5px 10px;
}

.online-2 img{
    margin-bottom: 0;
}

.online-2 .item-location {
    font-size: 12px;
}

@media screen and (max-width: 340px) {
    .online-2 .item-text {
        width: 100%;
        padding-left: 0;
    }

    .online-2 .item-date {
        text-align: left;
        width: auto;
        padding: 8px 3px;
        margin-bottom: 5px;
    }

    .online-2 .item-date span {
        font-size: 14px;
        display: inline-block;
        padding: 0 10px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 400px) {
    #content p {
        text-align: left;
    }
}
</pre></body></html>