


.cft-remote-forum .topic .title{
    margin-bottom: 4px;
    margin-top: 10px;
    background-color: #ddd;
    padding:8px;
}
.cft-remote-forum .topic .title .link{
    float:right;
}
.cft-remote-forum .topic .title .txt{
    cursor:pointer;
}

.cft-remote-forum .topic .content {
    display:none;
    padding:10px;
    border:1px solid #999;
    background-color: #eee;
    margin-bottom:10px;
    margin-left: 25px;
}
