/*fairconomy inhaltsverzeichnis anpassungen*/

table{
  	border: none;
}
	td {
		border-bottom: none;
}
/* Inhaltsverzeichnis Zeitschrift Tabellenformatierung */
		{
		border-collapse: collapse;
}
    tr td:nth-child(1) {
		text-align: right;
		vertical-align: text-top;
		padding-right: 0.4rem;
}
	td {
        padding: 0.1rem;
}
/* Inhaltsverzeichnis Zeitschrift Tabellenformatierung 
	#inhalts-vz {
		border-collapse: collapse;
}
	#inhalts-vz tr .page {
		text-align: right;
		vertical-align: text-top;
}
	#inhalts-vz td {
		padding: 0.1rem;
}
*/

