#cprp_found,
#cprp_manually_added{
    width: 48%;
    height:270px;
    overflow: auto;
    border: 1px solid #CCC;
    margin-top: 10px;
}
#cprp_manually_added{ float: right; }

#cprp_manually_added ul{
    margin: 5px;
}

#cprp_manually_added li{
    width:calc(100%-10px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    border: 1px solid #CCC;
    padding: 5px;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececec 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececec 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececec 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececec 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ececec 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    cursor: move;
}

.cprp-hndl{
    display:inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
    font-size:16px;
    font-weight: bold;
    border:1px solid #CCC;
    cursor: pointer;
}

.cprp-section-title{
    padding: 5px;
    background: #DDD;
}

.cprp-container{ height:240px; overflow:auto; }