.mwInput.table {
	min-height		: 28px;
}

.mwInput.table input {
	display			: none;
}

.mwInput.table table {
	width			: 100%;
	border-collapse		: collapse;
}

.mwInput.table th,
.mwInput.table td
{
	width			: auto;
	height			: auto;
	line-height		: normal;
	padding			: 3px;
	margin			: 0px;
	text-align		: left;
	vertical-align		: middle;
}

.mwInput.table th.num,
.mwInput.table td.num
{
	text-align		: center;
}


.mwInput.table th {
	border-bottom		: 1px solid #444444;
}

.mwInput.table td {
	border-bottom		: 1px solid silver;
}

.mwInput.table tr:last-child td {
	border-bottom		: none;
}

.mwInput.table tr:hover {
	background		: rgba(255,255,255, 0.7);
}

.mwInput.table tr:first-child:hover {
	background		: none;
}


