/* CSS Document */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse:collapse;
	padding:0;
}