Index:A treatise on diamonds and precious stones including their history Natural and commercial.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Top align all cells in a table. */

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;
}

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;
}