table.goo_pie_chart_table {
    border-collapse: collapse;
    width: 100%;
}

table.goo_pie_chart_table  * {
    text-align: center;
    border-bottom: 1px solid #ddd;
	line-height: 1.8em;
	cursor: default;
	background-color: transparent;
}

table.goo_pie_chart_table th {
	font-weight:bold;
}

table.goo_pie_chart_table  td {
	padding: 0 5px 0 5px;
	min-height:25px;
	height:30px;
}