.source-selected, .target-selected, .source-grid-selected, .target-grid-selected {
    stroke-width: 4px;
    stroke: #bf3e11;
}

.popover {
    max-width: 600px !important;
}

.source-path-selected, .target-path-selected {
    stroke: #000;
    stroke-width: 1px;
}

.source-event, .target-event {
    cursor: pointer;
}

.snapshot-heading {
    padding: 5px !important;
    margin: 0px;
    font-size: 12px;
}

.row-snapshot-view-heading {
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
}

#source-list-current-documents, #source-list-pending-proposals,
#target-list-current-documents, #target-list-pending-proposals {
    font-size: 12px;
    margin-bottom: 0px;
    border-collapse: collapse;
}

#source-list-current-documents tr:first-child td, #source-list-pending-proposals tr:first-child td,
#target-list-current-documents tr:first-child td, #target-list-pending-proposals tr:first-child td {
    border-top: none;
}

.source-cell_left_selected, .target-cell_left_selected {
    border-bottom: 2px dashed #bf3e11;
    border-top: 2px dashed #bf3e11 !important;
    border-left: 2px dashed #bf3e11;
}

.source-cell_right_selected, .target-cell_right_selected {
    border-bottom: 2px dashed #bf3e11;
    border-top: 2px dashed #bf3e11 !important;
    border-right: 2px dashed #bf3e11;
}

.current-document-text, .current-pending-proposal-text {
    display: none;
}

.popover {
    font-size: 12px;
}

.documents-row {
    cursor: pointer;
}

#source-proposed-text-container, #source-intermediate-text-container,
#source-agreed-text-container, #source-markup-text-container,
#target-proposed-text-container, #target-intermediate-text-container,
#target-agreed-text-container, #target-markup-text-container {
    font-size: 12px;
   /* margin-top: 10px;
    margin-left: 10px;
    */
}

.document-display {
    fill: #c8a57d;
    stroke: #c0996b;
    fill-opacity: 0.05;
}

.ADD {
    fill: #d0d8ea;
    stroke: #8da0cb;
}

.DELETE {
    fill: #fdc5af;
    stroke: #fc8d62;
}

.changes-display {
    fill-opacity: 0.45;
}

.voted-adopted {
    fill: #976BAE;
    stroke: #74449B;
    opacity: 0.3;
}

.textdeleted {
    background: #fdc5af;
}

.textinserted {
    background: #d0d8ea;
}

.pointer {
    cursor:pointer;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

div.event-tooltip {
    line-height: 1;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    position: absolute;
    pointer-events: none;
    font-size: 12px;
}

#source-where-in-convention-canvas-svg text, #target-where-in-convention-canvas-svg text {
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
    font-size: 10px;
    shape-rendering: crispEdges;
}
