
/* bootstrap includes some CSS which causes problems on the gadgets */
/* the CSS in this file is intended to undo the bootstrap CSS for certain scenarios */


.BE .label {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:inline-block;
	padding:0;
	font-size:inherit;
	font-weight:normal;
	line-height:inherit;
	color:inherit;
	text-shadow:none;
	white-space:nowrap;
	vertical-align:top;
	background:transparent;
}

.BE table td.label {
	display:table-cell;
}

.BE select,
.BE textarea,
.BE input[type="text"],
.BE input[type="password"] {
	margin-bottom:0;
	line-height:inherit;
}
