.Differences {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.Differences thead th {
    text-align: left;
    padding: 4px;
}

.Differences td {
    padding: 1px 2px;
    padding-left: 8px;
}

.Differences tbody th {
    text-align: right;
    width: 1em;
    padding: 1px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    vertical-align: top;
    font-size: 13px;
}

.ChangeDelete .Left {
    background-color:hsla(348, 98%, 52%, 0.3);
}

.ChangeInsert .Right {
    background-color:hsla(108, 95%, 60%, 0.3);
}

.ChangeReplace .Left {
    background-color:hsla(348, 98%, 52%, 0.3);
}

.ChangeReplace .Right {
    background-color:hsla(108, 95%, 60%, 0.3);
}

.Differences del {
    font-size:110%;
    background-color:hsla(348, 98%, 52%, 0.6);
}

.Differences ins {
    font-size:110%; 
    background-color:hsla(108, 95%, 60%, 0.6);
}

.Differences pre {
    width: 100%;
    overflow: auto;
}
