
div.comment-list
{
    border: none;
    padding:0 20px;
}
div.comment-list div.comment.new-comment
{
    padding-bottom: 20px;
}
div.comment-list div.comment.new-comment div.bubble
{
    padding-bottom: 5px;
}
div.comment-list div.comment
{
    border-top: none;
    padding: 15px 0 15px 0;
}
div.comment-list div.comment div.photo
{
    float: left;
    border: 4px solid #FFF;
    box-shadow: 0 1px 4px rgba(0,0,0,.45);
    height: 50px;
    width: 50px;
    background: url(../me.jpg) 50% 50% no-repeat;
    background-size:100% auto;
    margin-right: 10px;
}
div.comment-list div.comment div.arrow-border
{
    border-left: 0 solid transparent;
    border-right: 10px solid rgba(0,0,0,.25);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    float: left;
    position: relative;
    margin: 20px 0px 0 0;
}
div.comment-list div.comment div.arrow
{
    border-left: 0 solid transparent;
    border-right: 10px solid #FDFDFD;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    float: left;
    position: absolute;
    top: -30px;
    left: 1px;
    margin: 20px 0px 0 0;
}
div.comment-list div.comment.highlighted div.arrow
{
    border-right-color: #f5f7e7;
}
div.comment-list div.comment div.replies div.comment
{
    border-bottom: none;
}
div.comment-list div.comment div.bubble
{
    float: left;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    border-radius:5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    width:600px;
    z-index: -1;
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(251,251,251,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(251,251,251,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(251,251,251,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(251,251,251,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(251,251,251,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(251,251,251,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
div.comment-list div.comment div.bubble div.content
{
    padding: 15px 15px 2px 15px;
}
div.comment-list div.comment div.bubble div.post-reply
{
    padding: 15px;
    display: none;
    background: #EEE url(/web/v1/images/textures/half-noise.png);
    border-bottom-left-radius:  5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #CCC;
}
div.comment-list div.comment div.comment-type
{
    color: #666;
}
div.comment-list div.comment div.bubble select
{
    font-size: 11px;
    width: auto;
    height: 20px;
    line-height: 1em;
    margin: 5px 2px -10px 2px;
}
div.comment-list div.comment.highlighted div.bubble
{
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
    background: linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}
div.comment-list div.comment div.bubble h1
{
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 0;
    color: #666;
    line-height: 1em;
    float: left;
}
div.comment-list div.comment div.bubble h2
{
    font-size: 12px;
    float: left;
    margin: 0px 0 0 0;
    color:#999;
    font-weight: normal;
    padding: 1px 0 0 10px;
    line-height: 1em;
    border-left: 1px dotted #CCC;
}
div.comment-list div.comment div.bubble h3
{
    float: right;
    line-height: 1em;
    padding: 0;
    margin: -5px 0 0 0;
    font-size: 13px;
}
div.comment-list div.comment div.bubble h3 button
{
    margin: 0;
}
div.comment-list div.comment div.bubble p
{
    font-size: 14px;
    line-height: 1.5em;
    margin: 8px 0 15px 0;
    padding: 0;
    color: #666;
}

div.comment-list div.comment div.bubble textarea
{
    width: 98%;
    padding:4px;
    margin-bottom:5px;
}

div.comment-list div.comment div.replies
{
    padding-left: 80px;
    padding-top: 0px;
}
div.comment-list div.comment div.replies div.bubble
{
    width: 520px;   
}
div.comment-list div.comment div.replies
{
    padding-left: 80px;
    padding-top: 5px;
}
div.comment-list div.comment div.replies div.replies
{
    padding-left: 80px;
}
div.comment-list div.comment div.replies div.replies div.bubble
{
    width: 440px;   
}
div.comment-list div.comment div.replies div.replies button
{
    display:none;
}

div.company-update div.comment div.bubble
{
    width:500px;
}
div.company-update div.comment div.replies div.bubble
{
    width:420px;
}
div.company-update div.comment div.replies div.replies div.bubble
{
    width:340px;
}