.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%;
}

.ui-accordion-content{
	background-color: #FFFFFF;
	margin-top: -17px;
	padding: .6em .5em;
}
.ui-androapp-step-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	padding: .6em .5em;
	min-height: 0;
	font-family: 'helveticaneue-light'
	font-size: 20px;
	font-weight: 400;
	border: 0;
	outline: 0;
	line-height: 1.7;
	text-decoration: none;
}
.ui-state-default {
	background-color: #FFFFFF;
}
.ui-state-active {
	background-color: #298BB9;
}
.ui-androapp-step-header span {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.7em;
	background: #000000;
	text-align: center;
	padding: .6em .5em;
	color: #FFF;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 62px;
	padding-right: 40px;
}