/*Using proboards classes corrupt their JS*/
.shoutbox-postclone{
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 15px 5px 10px;
}
.content-boxclone{
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000;
}
.shoutbox_cedit_button{
    
    font: 85% Verdana,Arial;
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    visibility: visible;
}
.shoutbox_deleteclone{
    
    color: #000 !important;
    font: 700 100% Verdana,Arial;
    text-decoration: none;
    border: 1px solid #E6E6E6;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    position: absolute;
    right: -7px;
    top: 0;
    width: 15px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 0;
    padding: 3px;
    height: 100%;
    display: inline-block;
}
.show-moreclone{
    margin-bottom:-9px;
    display: block;
    font-weight: 700;
    padding: 4px;
    text-align: center;
}
.shoutCollapse{
display:none !important;
}