Index:Kohs-Block-Design tests-1920.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
._valignb th, ._valignb tr td {
	vertical-align: bottom;
}

._valign tr,
._valign tr td,
._valign tr th{
 vertical-align:top;	
}

/* borders around table/columns/<th>; centre <th>; <td> align left with padding */
._tablecolhdborder {
	border-collapse: collapse;
	border: 1px solid;
	margin:0 auto 0 auto;
}
._tablecolhdborder th {
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
._tablecolhdborder td {
	border-left: 1px solid;
	padding-left: 5px;
}


._table_p362{
	border-bottom:1px solid black;
	text-align:center;
	font-size:83%;
	margin : 0 auto 0 auto;
	border-collapse:collapse;
}
._table_p362 th{
 border-top:3px double black;
 border-bottom:1px solid black;
 border-right:1px solid black;
}
._table_p362 td{
border-right:1px solid black;
}

._table_p362 tr th:last-child, 
._table_p362 tr td:last-child{
border-right:none;
}