.androapp-table  {
	background: #ffffff;
}
.androapp-table th {
	min-width: 50px;
}
.androapp-table th .bwp-text {
	position: absolute;
	height: 30px;
	top: 7px;
	z-index: 2;
}
.androapp-table tr {
	/* position: relative; */
}
.androapp-table td, .androapp-table th {
	padding: 2px 5px;
	text-align: left;
}
.androapp-table td {
	padding: 4px 5px;
}
.androapp-table td input, .androapp-table td input:focus {
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 100%;
}