.customer-notes .note-box {
    max-height: 400px;
    overflow-y: scroll;
}
    
.customer-notes .note-heading {
    font-weight: bold;
    padding: 0 10px;
}
    
.customer-notes .note {
    padding: 2px 10px;
}

.customer-notes .break {
	padding: 5px 10px;
}

.customer-notes .break div {
    border-bottom:1px solid #565C59;
}