.fbcomments
{
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333;
    text-align: left;
    direction: ltr;
    margin-bottom: 0px !important;
    line-height: 20px;
}

.fbcomments li,
.fbcomments ul
{
    margin: 0px;
    padding: 0px;
}

.fbcomments li
{
    list-style: none;
}
.fbcomments li:after{
    content: '';
    display: block;
    clear: both;
}
.fbcomments .col-lg-12, .follow-us{
    margin-bottom: 0px !important;
}
#fbFeedbackContent, .follow-us p{
    margin-bottom: 10px !important;
}
.follow-us{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}
.fbcomments a
{
    cursor: pointer;
    color: #3B5998 !important;
    text-decoration: none !important;
    font-weight: bold;
}

#fbFeedbackContent .top
{
    padding: 9px 0 7px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 0px;
}

#fbFeedbackContent .top a
{
    float: right;
}

#fbFeedbackContent li
{
    padding: 10px 0;
    border-bottom: 1px #E2E2E2 solid;
}

#fbFeedbackContent li li
{
    margin-left: 60px;
    border-bottom: none;
    margin-top: 5px;
    border-top: 1px #E2E2E2 solid;
}

#fbFeedbackContent span
{
    color: grey;
}

#fbFeedbackContent .postContainer
{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}

#fbFeedbackContent .image
{
    float: left;
    background-color: #EDEDED;
    margin-right: 11px;
}
#fbFeedbackContent .image img
{
    width: 50px;
    height: 50px;
    margin: 0;
}

#fbFeedbackContent .bottom
{
    color: gray;
    margin: 0px;
    line-height:20px;
}

#fbFeedbackContent .bottom a
{
    font-weight: normal;
}

#fbFeedbackContent .bottom .like i
{
    background: url(../img/sprite.png);
    background-position: -33px -170px;
    display: inline-block;
    width: 15px;
    height: 13px;
}
#fbFeedbackContent p{
    margin-bottom: 2px !important;
    line-height: 14.08px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: inherit;
}
.uiLinkSubtle
{
    display: block;
    color: gray;
    font-weight: normal;
    font-size: 9px;
    margin-top: 6px;
}

.uiLinkSubtleIcon
{
    float: left;
    display: block;
    background: url(../img/sprite.png);
    background-position: 0px -187px;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.like_counter:not(:empty){
    background-image: url("../img/like_counter.jpg");
    width: 11px;
    height: 10px;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.answer{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}
.answer:after{
    clear: both;
    display: block;
    content: '';
}
.answer_av{
    width: 50px;
    height: 50px;
    float: left;
}
.answer_av img {
    margin: 0 !important;
}
.answer_cont{
    width: 100%;
    box-sizing: border-box;
    padding-left: 61px;
    margin-left: -50px;
    float: left;
    margin-bottom: 0px !important;
}
.answer_cont textarea{
    border: 1px solid #d0d2d7;
    width: 100%;
    resize: none;
    height: 70px;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0px;
}
.answer_footer{
    background-color: #f5f5f8;
    border: 1px solid #d0d2d7;
    margin-top: -7px;
    padding: 10px;
    padding-top: 14px;
    margin-bottom: 0px !important;
}
.answer_footer:after{
    clear: both;
    content: '';
    display: block;
}
.answer_submit{
    cursor: pointer;
    float: right;
    background-color: #9badd4;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
}
.update{
    margin-bottom: 0px !important;
}
.comments_banner{
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}