Index:A Collection of the Acts passed by the Governor General of India in Council, 1897.pdf/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;
}

table.__col2ar tr td:nth-of-type(2){
text-align: right;	
}