table th.top {
	vertical-align: top !important;
}
td.top {
	vertical-align: top !important;
}
table th.bottom {
	vertical-align: bottom !important;
}
td.bottom {
	vertical-align: bottom !important;
}
table th.left {
	text-align: left !important;
}
td.left {
	text-align: left !important;
}
table th.right {
	text-align: right !important;
}
td.right {
	text-align: right !important;
}
table th.center {
	text-align: center !important;
}
td.center {
	text-align: center !important;
}
