.lb-copy-on-communication .recipient-name {
    padding: 10px 0;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb-copy-on-communication .candidate-dropdown {
    width: 225px;
    margin-top: 3px;
}
.lb-copy-on-communication .note {
    text-align: center;
    padding-top: 10px;
}
.lb-copy-on-communication .recipients-list {
    display: inline-block;
    overflow-y: auto;
    max-height:250px;
}
.lb-copy-on-communication .recipients-list table{
    margin-top: 0;
}
.lb-copy-on-communication .add-button {
    margin-left: 20px;
    width: 87px;
    max-width: 87px;
    padding-bottom: 11px;
}
.lb-copy-on-communication .submit-button {
    width: 100px;
    max-width: 100px
}
.lb-copy-on-communication .record td {
    cursor: default;
}
.lb-copy-on-communication .cross-btn {
    padding: 3px;
    margin-right: -3px;
}