<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#actholder
{
    display: inline-block;

    width: 49%;

    background-color: rgb(245, 233, 193);
}
div#acttitle
{
    font-weight: bold;

    text-align: center;
}
#acttitle h2
{
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;

    margin: 10px;
    padding: 0;

    color: #801f08;;
}
div#actcount
{
    font-size: 22px;
    font-weight: bold;

    text-align: center;

    color: red;
}
div#holderact
{
    width: 100%;
    padding: 10px 0px;

    text-align: justify;

    background-color: #fcf8cb;
}

.item-page div[itemprop='articleBody']
{
    display: none;
}
div#flatholder
{
    position: relative;

    display: inline-block;

    width: 47%;
    padding: 0;

    text-align: left;
    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    margin: 0 2px;
    box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #ccc;
}
div#flattitle
{
    font-family: Arial;
    font-size: 25px;
    font-weight: bolder;

    text-align: center;

    color: rgb(5, 5, 5);
}
div#flatfoto
{
    display: inline-block;
    overflow: hidden;

    width: 35%;
    height: 113px;
    margin-left: 2px;
}
.l_rf
{
    font-size: 13px;

    display: inline-block;

    width: 61%;

    vertical-align: top;

    border: 1px solid brown;
}
.l_rf &gt; hr
{
    width: 95%;
    height: 1px;

    color: brown;
    border: none;
    background-color: brown;
}
div.flatnodecl
{
    margin-left: 5px;
}

@media screen and (max-width: 1024px)
{
div#flatholder
{
    position: relative;

    display: inline-block;

    width: 100%;
    padding: 0;

    text-align: left;
    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    margin: 0 2px;
    box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #ccc;
}
.l_rf {
    font-size: 13px;
    display: inline-block;
    width: 61%;
    vertical-align: top;
    border: 1px solid brown;
}
.flatnodecnt, .flatnodecl {
    color: #000;
}
div#flattitle
{
text-decoration:none;
}
}
</pre></body></html>