﻿.content-wrapper .content-pane #eg-sectionlinks .on-this-page > ul,
.content-wrapper #on_this_page #eg-sectionlinks .on-this-page > ul {
    padding: 0;
}

    .content-wrapper .content-pane #eg-sectionlinks .on-this-page > ul ul,
    .content-wrapper #on_this_page #eg-sectionlinks .on-this-page > ul ul {
        padding: 0 0 0 24px;
    }

.content-wrapper .content-pane #eg-sectionlinks .on-this-page ul li,
.content-wrapper #on_this_page #eg-sectionlinks .on-this-page ul li {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 12px;
}

.eg-engine-version {
    display: inline-block;
    border: 1px solid #d4d4d4;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 10px !important;
    padding: 4px 8px;
}

ins {
    background-color: rgba(76, 255, 0, 0.65);
    text-decoration: none;
}

ins > img {
    opacity: .5;
    filter: Alpha(Opacity=50);
}

del {
    background-color: rgba(255, 194, 200, 0.8);
    text-decoration: none;
}

del > img {
    opacity: .5;
    filter: Alpha(Opacity=50);
}
span.add, span.update, span.delete {
    display: block;
    height: 100%;
}
span.add {
    background-color: rgba(76, 255, 0, 0.65);
}
span.update {
    background-color: rgba(216, 226, 101, 1);
}
span.delete {
    background-color: rgba(255, 194, 200, 0.8);
}
a.action-delete {
    display: none;
}
a.show-detail + div {
    display: none;
}
div.detail-content pre {
    padding: 10px;
}