#revision-slider {
    margin-top: 8px;
}

#revision-slider label {
    position: absolute;
    margin-top: -5px;
    margin-left: -10px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    background: #dfdfdf;
    display: block;
}

#revision-slider .details {
    position: absolute;
    margin-top: 20px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 10px;
    display: block;
}

#revision-slider .details p {
    white-space: nowrap;
}

#revision-content {
    padding: 0;
}

#revision-content p {
    margin: 10px;
}

.differences {
    font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;
    line-height: 18px;
    border-collapse: separate;
    -webkit-border-horizontal-spacing: 1px;
}

.differences td {
    color: #333;
    word-break: break-all;
    padding: 0 5px;
    border-top: none;
    border-bottom: none;
    width: 50%;
    font-size: 12px;
}

.differences td.line-number {
    text-align: center;
    width: auto;
    min-width: 30px;
    font-weight: normal;
    color: #707070;
    background: #f5f5f5;
}

.differences thead tr {
    text-align: left;
    height: 35px;
}

.differences thead th {
    padding-left: 15px;
}

.change-replace .right, .change-insert .right {
    background: #dfd;
}

.change-replace .right ins, .change-insert .right ins {
    text-decoration: none;
    background: #97f295;
}

.change-replace .left, .change-delete .left {
    background: #fee8e9;
}

.change-replace .left del, .change-delete .left del {
    text-decoration: none;
    background: #ffb6ba;
}

.skipped td {
    color: #707070;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    text-align: center;
    padding: 20px;
}

.template-revision.nd-widget-box .nd-widget-content .well {
    margin: 25px 0;
    padding: 8px 10px;
}

.template-revision .nd-widget-content.nd-filter .row-fluid:first-child {
    margin-bottom: 120px;
}

#revision-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    margin-left: -12px;
    top: -6px;
    border-radius: 50%;
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0b5c83, #00093c);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#revision-slider .ui-slider-handle.ui-state-active {
    background-color: #00093c;
    background-image: none;
}

#revision-slider .ui-slider-handle:before {
    position: relative;
    top: -1px;
    left: 4px;
    content: "";
    font-size: x-small;
    color: #ffffff;
}