.dom-forum {
    display: block;
}

    .dom-forum-title {
        margin-bottom: 22px !important;
    }

    .dom-forum-list {
        list-style: none;
    }

        .dom-forum-list__item {
            display: block;
        }

            .dom-forum-list__item-title {
                margin-bottom: 6px !important;
            }

            .dom-forum-list__item-title a {
                font-size: 13px !important;
                font-weight: bold;
            }

            .dom-forum-list__item-text {
                font-family: Tahoma, sans-serif;
                font-weight: normal;
                font-size: 13px;
                line-height: 15px;
                margin-bottom: 15px;
            }

            .dom-item-list {
                list-style: none;
                margin-bottom: 14px;
            }

                .dom-item-list__item {
                    display: inline-block;
                    width: 50%;
                    vertical-align: top;
                    padding-right: 25px;
                    -ms-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-bottom: 10px;
                }

                    .dom-item-list__item-link {
                        display: inline-block;
                        font-family: Tahoma, sans-serif;
                        font-weight: normal;
                        font-size: 13px;
                        line-height: 15px;
                        margin-bottom: 12px;
                    }

                    .dom-item-list__item-text {
                        font-family: Tahoma, sans-serif;
                        font-weight: normal;
                        font-size: 13px;
                        line-height: 15px;
                        margin-bottom: 5px;
                    }

                    .dom-item-list__item-info {
                        display: block;
                        color: #999999;
                    }

                        .dom-item-list__item-info-author,
                        .dom-item-list__item-info-date,
                        .dom-item-list__item-info-count {
                            font-family: Tahoma, sans-serif;
                            font-weight: normal;
                            font-size: 13px;
                            line-height: 15px;
                        }