#main {
    font-size: 1em;
    line-height: 0.7em;
    margin: 0;
    padding: 0;
    width: 99%;
}
#diff_content {
    padding: 30px 10px 10px;
}
div#codepanel {
    background-color: #EEEEEE;
}
.diff {
    margin: 0;
}
.added {
    background-color: #DDFFDD;
}
.removed {
    background-color: #FFDDDD;
}
.info {
    color: #888888;
}
.context {
    background-color: #EEEEEE;
}
.ins {
    background-color: #DDFFDD;
    text-decoration: underline;
}
.del {
    background-color: #FFDDDD;
    text-decoration: line-through;
}
table.hrdiff {
    border: 1px solid #999999;
    margin: 0 0 8px 5px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
	background-color:#eee; 
	color:#000;
}
table.hrdiff th {
    background: none repeat scroll 0 0 #D9D9D9;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #333333;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
    width: 50%;
}
table.hrdiff thead th {
    font-size: 110%;
    font-weight: bold;
    padding: 2px;
}
table.hrdiff tr:first-child th {
    border-top: medium none;
}
table.hrdiff tbody th {
    border-top: 1px solid #999999;
    font-size: 80%;
}
table.hrdiff tbody td {
    border-right: 1px solid #999999;
}
table.hrdiff td pre {
    font-family: "Consolas",monospace;
    font-size: 1.1em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
table.hrdiff .unmodified {
    background: none repeat scroll 0 0 transparent;
}
table.hrdiff .added {
    background: none repeat scroll 0 0 #99FF99;
}
table.hrdiff .added_empty {
    background: none repeat scroll 0 0 #CCFFCC;
}
table.hrdiff .modified {
    background: none repeat scroll 0 0 #FFDD99;
}
table.hrdiff .removed {
    background: none repeat scroll 0 0 #FF9999;
}
table.hrdiff .removed_empty {
    background: none repeat scroll 0 0 #FFCCCC;
}
table.hrdiff caption {
    caption-side: top;
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 8px 5px;
    padding: 5px;
    text-align: left;
}
table.hrdiff caption span {
    border: 1px solid #000000;
    height: 10px;
    letter-spacing: 10px;
    line-height: 10px;
    margin-left: 0.5em;
    vertical-align: baseline;
    width: 10px;
}