/*
# Copyright (C) 2008	John Reese
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
 */

.IHleft {
	width: 35%;
	float: left;
}

.IHright {
	width: 65%;
	float: right;
}

.IHdate, .IHuser, .IHfield, .IHchange {
	font-size: 8pt;
	font-weight: normal;
}

.IHdate {
	width: 50%;
	float: left;
}

.IHuser {
	width: 50%;
	float: right;
}

.IHfield {
	width: 45%;
	float: left;
}

.IHchange {
	width: 55%;
	float: right;
}

