/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 May, 2015, 4:29:51 PM
    Author     : sanket
*/

div.rtm-comment-content .rtm-comment-container li.rtm-comment-thumb-view, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-thumb-view {
    list-style-type: none;
    width: 33%;
    display: inline-block;
    float: left;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-thumb-view div, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-thumb-view div {
    margin: 5px;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-thumb-view div a, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-thumb-view div a {
    display: inline-block;
    width: 100%;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-thumb-view div a p, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-thumb-view div a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-title-view, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-title-view {
    list-style-type: square;
    display: block;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-title-view div, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-title-view div {
    margin: 5px;
}

div.rtm-comment-content .rtm-comment-container li.rtm-comment-title-view div p, 
div.rtm-comment-content .rtm-comment-container-non-loggedin-user li.rtm-comment-title-view div p {
    margin-bottom: 10px;
}
