/* Tables style*/
table {
    width: 95%;
	background: #f5f5f4;
	border-spacing: 0px;
	border: 0.5em solid #f5f5f4;
	margin-top: 0.5em;
}
table th {
	color: #5a4967;
	border-bottom: 1px solid #fff;
	padding: 0.1em 0.5em;
}
table td {
/*	border: 1px solid #fff;*/
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.1em 0.5em;
}
table.translation {
	width: 95%;
    border: 0px;
	background: #f5f5f4;
    margin-top: 0.5em;
}
table.translation th {
	background: #c8d9a3;
	color: #62753c;
}
table th.top  {
	background: #d8c896;
	color: #6a373e;
/*	border: 0.5em solid #d8c896;*/
}
