Index:Report of The Inter-Governmental Committee, Malaysia.pdf/styles.css

/*table with no side borders for Appendices I to IV from pages 44 to 47*/
table.appendix { 
	border-collapse: collapse;
	border-top: 1px solid;
	margin:0 auto 0 auto;
}

/*draw border at the base of the header*/
table.appendix th {
	border-bottom: 1px solid;
	text-align: center;
	padding-right: 1em;
}

/*centering all data in the data columns*/
table.appendix td {
    text-align: center;	
    padding-right: 1em;
    }