.mobile, .mobile #content-box, .mobile #central-box {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.mobile #profile-tabs {
  width: 100%;
}

.mobile #profile-tabs {
  padding-bottom: 0;
}

.mobile #left-box, .mobile #right-box {
  display: none;
}

.mobile #care-tab li {
  width: auto !important;
}

.mobile #tabs-list ul {
  width: 100%;
}

.mobile #tabs-list a {
  padding: 0 10px;
}

.mobile #header {
  display: none;
}

html.mobile {
  background: transparent;
}

body.mobile {
  background: #00b6cd url(images/help-header.png) center top no-repeat;
}

.mobile #central-box {
  margin-top: 100px;
}

.mobile #central-box > h3 {
  display: none;
}

.mobile #always-block {
  display: block !important;
	background: #fff;
}

.mobile #always-block span {
  font-size: 12px;
	display: block;
	padding-bottom: 10px;
}

.mobile #always-block img {
  width: 60% !important;
	max-width: 329px;
}

.mobile #always-block h3 {
  color: #000;
	padding-left: 10px;
	margin: 0;
}

.mobile #always-block p {
  margin: 0;
}

.mobile #email-desc {
  display: none;
}

.mobile #email-form-frame {
  width: 100% !important;
	position: static;
	overflow-x: hidden !important;
}
