﻿.image {
    width: 300px;
    margin-bottom: 30px;
}

.errorbox-wrapper {
    text-align : center;
    margin-top: 200px;
}
p {
    font-family: Roboto;
    font-size: 16px;
}

.p-header {
    font-weight:bold;
    font-size:18px;
}




td.UnchangedLine {
    background-color: white;
}

td.DeletedLine {
    background-color: lightcoral;
}

td.InsertedLine {
    background-color: darkseagreen;
}

td.ImaginaryLine {
    background-color: gray;
}

td.ModifiedLine {
    background-color: yellow;
}