body {
	font-family: calibri,tahoma,arial,sans-serif;
	font-size: 13px;
}

.diff_added, .diff_removed, .diff_changed, .diff_normal {
	display: block;
	width: auto;
	padding: 2px;
	height: 16px;
	font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
	overflow: none;
	white-space: nowrap;
	font-size: 11px;
}

.diff_added {
	background-color: #ddffdd;
}

.diff_removed {
	background-color: #ffdddd;
}

.diff_changed {
	background-color: #ffffcc;
}

.divRight {
	border: 2px solid lightblue;
	float: left;
	width: 49%;
	overflow: auto;
	display: block;
	margin-left: 15px;
}

.divLeft {
	border: 2px solid orange;
	float: left;
	width: 49%;
	overflow: auto;
	display: block;
}

.diffWrapper {
	width: 100%;
	display: block;
}

textarea {
	padding: 3px;
}

p {
	display: block;
	width: 560px;
	text-align: justify;
}

p.footer {
    margin-top: 15px;
	margin-left: 35px;
	font-size: 11px;
}

.textarea_left {
	border: 2px solid orange;
    width: 49%;
    padding: 3px;
    height: 350px;
}

.textarea_right {
	border: 2px solid lightblue;
    width: 49%;
    padding: 3px;
    height: 350px;
}

.savebutton {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 14px;
    color: white;
    background-color: rgb(91, 183, 91); /* Greenish */
    display: inline-block;
    padding: 4px 12px;
    line-height: 20px;
    text-align: center;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}