@import "default.css";

table.fields { 
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

table.fields th, table.fields td  {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
        font-size: x-small;
}

table.fields th.mich {
	width: 10%;
	text-align: center;
}

table.fields th.type {
	width: 10%;
	text-align: center;
}

table.fields th.prop {
	width: 10%;
	text-align: center;
}

table.fields th.ves {
	width: 10%;
	text-align: center;
}

table.fields th.vuri {
	width: 10%;
	text-align: center;
}

table.fields th.ses {
	width: 10%;
	text-align: center;
}

table.fields th.vstr {
	width: 10%;
	text-align: center;
}

table.fields th.lang {
	width: 10%;
	text-align: center;
}

table.fields th.reld {
	width: 5%;
	text-align: center;
}

table.fields th.note {
	width: 15%;
	text-align: center;
}

table.fields td.mich {
	width: 10%;
}

table.fields td.type {
	width: 10%;
}

table.fields td.prop {
	width: 10%;
}


table.fields td.ves {
	width: 10%;
}

table.fields td.vuri {
	width: 10%;
}

table.fields td.ses {
	width: 10%;
}

table.fields td.vstr {
	width: 10%;
}

table.fields td.lang {
	width: 10%;
}

table.fields td.reld {
	width: 5%;
}

table.fields td.note {
	width: 15%;
}

table.relations { 
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

table.relations th, table.relations td  {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
        font-size: x-small;
}

table.relations th.mich {
	width: 10%;
	text-align: center;
}

table.relations th.type {
	width: 10%;
	text-align: center;
}

table.relations th.prop {
	width: 10%;
	text-align: center;
}

table.relations th.ves {
	width: 10%;
	text-align: center;
}

table.relations th.vuri {
	width: 10%;
	text-align: center;
}

table.relations th.ses {
	width: 10%;
	text-align: center;
}

table.relations th.vstr {
	width: 10%;
	text-align: center;
}

table.relations th.lang {
	width: 10%;
	text-align: center;
}

table.relations th.reld {
	width: 5%;
	text-align: center;
}

table.relations th.note {
	width: 15%;
	text-align: center;
}

table.relations td.mich {
	width: 10%;
}

table.relations td.type {
	width: 10%;
}

table.relations td.prop {
	width: 10%;
}


table.relations td.ves {
	width: 10%;
}

table.relations td.vuri {
	width: 10%;
}

table.relations td.ses {
	width: 10%;
}

table.relations td.vstr {
	width: 10%;
}

table.relations td.lang {
	width: 10%;
}

table.relations td.reld {
	width: 5%;
}

table.relations td.note {
	width: 15%;
}

