Index:Objects Dropped From The Air pFC.jpg/styles.css

table.__midcols{
	border-collapse:collapse;
	width: 100%;
}

table.__midcols td{
	border-left:1px solid black;
}

table.__midcols th{
	border-left:1px solid black;
}

table.__midcols tr th:first-of-type {
	border-left:none;
}

table.__midcols tr td:first-of-type {
	border-left:none;
}

table.wst-ts__cell_vtp tr, table.wst-ts__cell_vtp tr td,
table.__cell_vtp tr, table.__cell_vtp tr td{
	vertical-align: top;
}

/* top align a single table cell */
td.wst-ts__cell_vtp,
td.__cell_vtp{
	vertical-align: top;
}