* {
    border-radius: 0px !important;
}

body {
    background-color:white !important;
}

.h1-line{
    margin-top:20px;
}

span.red {
    color:red !important;
}

span.label{
    text-transform: lowercase;
}

.hist-entry{
    display:block;
    margin-bottom:18px;
    font-size:13px;
    color:#666666;
}

.hist-entry-title{
    display:block;
    font-weight:bold;
}

.hist-entry-meta{
    float:right;
    font-style: italic;
    font-size:0.8em;
    color:#999999;
}

.hist-entry-old-value{
    border-left:1px dashed #dddddd;
    color:#999999;
}

.tab-pane{
    padding-top:18px;
}

/* Diff table */
.diff td{
    vertical-align: top;
    white-space: pre;
    white-space: pre-wrap;
    font-family: monospace;
}

.diffUnmodified{
    
}
.diffDeleted, .diffInserted,.diffBlank{
    border-width:1px;
    border-style: solid;
}

.diffDeleted,.diffBlank{
    background-color:red;
}

.diffInserted{
    background-color:green;
}

.hidden{
    display:none;
    visibility:none;
}