.article-html .article abris-readonly {
    max-width: 1000000px;
}

abris-home .home .abrs-home-item-class-long {
    width: 950px;
    height: 70px;
}

abris-home .home .abrs-home-item-class-low {
    width: 350px;
    height: 300px;
}

abris-home .home .abrs-home-item-class-high {
    width: 350px;
    height: 330px;
    border: 5px solid #a44646;
}

abris-home .home .abrs-home-item-class-high:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
}

abris-home .home .abrs-home-item-class-high * {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 200%;
    font-weight: bold;
}

abris-home .home .abrs-home-item-class-middle {
    width: 515px;
    height: 115px;
}

abris-home .home .abrs-home-item-class-short {
    width: 250px;
    height: 115px;
}


