
/* remove default table styles */
table {
	border-spacing : 0px;
}
td {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	padding-left : 0px;
}

.fill {
    width: 100%;
    height: 100%;
}
