table.resume {
	
}

table.resume tr td.title {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: bottom;
}

table.resume tr td.duration {
	padding-right: 0px;
	text-align: right;
	width: 10px;
	white-space: nowrap;
	vertical-align: bottom;
}

table.resume tr td.company {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

table.resume tr td.description {
	text-align: left;
	vertical-align: bottom;
}

table.resume tr td.skills {
	text-align: left;
	vertical-align: bottom;
}

table.resume tr td.lineitem {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}