.tt-headline {
	word-break: break-word;
}

table.tt-table {
	width: 100%;
}

table.tt-table tbody tr:nth-child(odd) {
	background-color: #a0a0a0;
}

table.tt-table td {
	padding: 5px;
	/* white-space: nowrap; */
}

table.tt-table td.tt-right {
	text-align: right;
	word-break: break-word;
}

@media (max-width: 400px) {
	table.tt-table td h4 {
		font-size: 1em;
	}
}

@media (max-width: 330px) {
	table.tt-table td h4 {
		font-size: .8em;
	}
}