@CHARSET "UTF-8";

div#history_here{
        background-color: #e4e3d4; padding: 5px;
    }
div#revision_here_outer {
	width: 25%;
	float: left;
	background-color: #ffffff;
}
div#revision_here{
	margin: 10px;
	overflow: auto;
	overflow-x:auto;
	overflow-y:hidden;
}
.history_div{
    padding: 10px;
    }
.history_div:hover{
    background-color: #f8f8f4;
}
.new{
    background-color: #eae9dd;
}
.new:hover{
    background-color: #eae9dd !important;
}
div#content_here_outer {
	width: 74%;
	float: right;
	background-color: #ffffff;
}
div#content_here{margin: 10px;}

div#history_here p.hrev {font-size: 100%; font-weight: bold;}
div#history_here p.hauth {font-size: 90%;}
div#history_here p.hdate {font-size: 90%;}
div#content_here h3 {font-size: 110%; margin: 0 0 15px 0;}
