<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.lino-post-item {
    clear: both;
    padding-top: 40px;
}
.lino-post-item:first-child {
    padding-top: 0;
}
.lino-post-item img {
    max-width: 30%;
    float:left;
}
.lino-post-right {
    float:left;
    margin-left: 15px;
    width: 60%;
}
.lino-post-right a {
    display: block;
    color: #c5c5c5;
    font-size: 12px;
    text-align: left;
}
.lino-post-item h5 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color:#FFFFFF;
    text-align: left;
    line-height: 1.5em;
}</pre></body></html>