/**
 * @copyright   (C) 2014 http://rail-club.ru
 * @license     License GNU General Public License version 2 or later; see LICENSE.txt
 */
#lastphpbb3 {
}

#lastphpbb3 .topic {
    padding: .5em 0;
    border-bottom: solid #F5F7F7 2px;
}

#lastphpbb3 .topic:before, #lastphpbb3 .topic:after {
    content: " ";
    display: table;
}

#lastphpbb3 .topic:after {
    clear: both;
}

#lastphpbb3 .forum_title h3 {
    font-size: 90%;
}

#lastphpbb3 .topic_title {
    width: 79%;
    float: left;
}

#lastphpbb3 .topic_title h4 {
    font-size: 140%;
    display: inline;
}

#lastphpbb3 .topic_title span {
    font-size: 90%;
    margin-left: .5em;
    vertical-align: 13%;
}

#lastphpbb3 .topic_attr {
    width: 20%;
    float: right;
}

#lastphpbb3 .topic_autor {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 88%;
}

#lastphpbb3 .topic_date {
    font-size: 66%;
}

#lastphpbb3 .topic_date span {
}

#lastphpbb3 .topic_text {
    font-size: 90%;
    float: left;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}


