.handy-table {
	font-size: 12px;
	width: 100%;
	margin: auto;
	table-layout: fixed;
}
.handy-table th {
	font-weight: bold;
	border: 1px solid #000000;
}
.handy-table td {
	word-wrap: break-word;
}
.handy-table .collapsible-header td {
	font-weight: bold;
	border: 1px solid #000000;
	height: 30px;
	font-size: 16px;
}
.handy-table .collapsible-header .collapsible-closed {
	background: #ccc url('../images/plus_button.jpg') no-repeat right;
}
.handy-table .collapsible-header .collapsible-open {
	background: #ccc url('../images/minus_button.jpg') no-repeat right;
}

.large-text td{
	font-size: 18px;
}