.facebook_message_full{
    display: none;
    background: #edeff4;
    border-radius: 5px;
    padding: 0 5px;
}
.facebook_comment_picture{
    float: left;
    width: 35px;
    margin: 0 5px 0 0;
}
.facebook_comment_picture img{
    max-width: 100%;
    height: auto;
}
.facebook_comment_reply{
    margin-left: 40px;
}
.facebook_comment_reply button{
    float: left;
    height:2em;
    border:1px solid #bdc7d8;
    margin:0 0 0 5px;
}
.facebook_comment_compose textarea{
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.facebook_comment_reply textarea{
    float: left;
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.facebook_comment_body{
    margin-left: 40px;
}
.facebook_comment_actions{
    clear: both;
    font-size: 0.9em;
    margin-left: 40px;
    padding: 0 0 5px 0;
}
.facebook_comment_header{
    /*display: inline;
    float: left;*/
    padding: 0 5px 0 0;
    font-weight: bold;
}
.facebook_comment_header span{
    font-weight: normal;
    color:#CCC;
}
.facebook_comment{
    border-bottom: 1px solid #d0d4e4;
    padding: 5px 0 0 5px;
}
#facebook_edit_form > .facebook_comment_replies{
    margin-left: 0;
    border-left: none;
}
.facebook_comment_reply_box{
    display: none;
}
.facebook_comment_reply_box_level1{
    display: block;
}
.facebook_comment_replies{
    margin-left: 40px;
    border-left: 1px solid #d0d4e4;
}
.facebook_picture{
    background: #FFF;
    padding: 4px;
    display: inline-block;
}
.facebook_picture img{
    max-width: 100%;
    height:auto;
}
.facebook_icon{
    height:27px;
    width: auto;
    margin: 5px 5px 0 0;
    float: left;
}
.facebook_icon.small{
    height:15px;
    float: none;
    vertical-align: middle;
    margin:0 5px 0 0;
}

#facebook_message_header{
    border:1px solid #d0d4e4;
    background: #FFF;
    margin:5px;
    padding: 8px 5px 14px 10px;
}
#facebook_message_holder{
}

.facebook_message_summary.unread,
.message_row_unread .facebook_message_summary{
    font-weight: bold;
}
.facebook_compose_page_select img{
    width:20px;
    height:auto;
    vertical-align: middle;
    margin:0 5px;
}