html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	font-family: 'helvetica';
}
img {
	border:0;
}

br {font-size: 0; }

#wrapper, #index-page, #search-page, #tablet-page {
	margin:0px auto;
	text-align:center;
}

#allpanelCards {
	margin-top:5px;
	overflow-y: auto;
	overflow-x: hidden;
}

.panel-tabs {
	background-color:#ddd;
	height: 70px;
	padding: 10px 0px 0px 0px;
	white-space: nowrap;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}

#tablet_listing {
	padding:20px 0px 20px 30px;
}

.result {
	font-family: 'helvetica';
	text-align:left;
	color:#555;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:5px;
	border-bottom:1px solid #888;
}

.res_num {
	padding:3px 10px 3px 10px;
	background-color:#6B8C55;
	background-image:url(../img/butbgred.jpg);
	color:#FFFFFF;
	border:2px solid #888;
	font-weight:bold;
}

p.res_comp {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
}
.unten {
	vertical-align:bottom;
}
.menu_box {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.ui-loader .ui-icon {
	background-image: url(../img/ajax-loader.gif);
	width: 32px;
	height: 32px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}
#addr {
	border:1px solid #888;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#search {
	background-color:#6B8C55;
	color:#FFFFFF;
	border:1px solid #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#changeLKW {
	margin: 0px;
	padding: 0px;
}
#changePKW {
	margin: 0px;
	padding: 0px;
}

.ui-content {
	-webkit-overflow-scrolling: touch;
}

/* notification */
div.sf-notification {
	display: none;
	width: 100%;
	height: 150px;
	background: #eee;
	white-space: normal;
}
div.sf-notification > div {
	padding: 5px 10px;
}
div.sf-notification h3,
div.sf-notification p {
	margin: 10px 0;
}
div.sf-notification img {
	width: 120px;
	height: auto;
}
body.sf-notify div.sf-notification {
	display: block !important;
}
body.sf-notify .panel-tabs {
	height: 220px;
}
body.sf-notify #allpanelCards {
	margin-top: -145px; /* -150px + 5px */
}
body.sf-notify #allpanelCards > :first-child {
	margin-top: 150px;
}
