#a2z-listing, #mobile-links {
	display: block;
}

#letters {
	display: none;
}

.home-page #profile-feature-panel,
.details #profile-feature-content,
.profile #profile-feature-content {
  width: 100%;
/*  height: auto;
  width: 95%;
  border: none;
  background-image: none;*/
  background-image: none;
  background: #2b6092; /* Old browsers */
  background: -moz-linear-gradient(top,  #2b6092 0%, #194768 50%, #1e3e58 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b6092), color-stop(50%,#194768), color-stop(100%,#1e3e58)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2b6092 0%,#194768 50%,#1e3e58 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2b6092 0%,#194768 50%,#1e3e58 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2b6092 0%,#194768 50%,#1e3e58 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #2b6092 0%,#194768 50%,#1e3e58 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b6092', endColorstr='#1e3e58',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x;
}

.home-page #profile-feature-panel #search_form_contain,
.home-page #profile-feature-panel #enquiries-box {
  border: none;
  background: none;
}

.home-page #profile-feature-panel > *:not(:last-child) {
	border-bottom: 1px dotted white;
}

/** Generic content fixes **/
#content h1 {
    font-size: 1.3em;
    padding-bottom: 5px;
    line-height: 1em;
}

.profile-na-staff-headline,
.profile-staff-headline {
  margin: -15px 0 15px;
  padding: 30px ;

    background-color: #1E3E58;
    background-image: url(../img/profile_feature_content_bg.jpg);
    background-repeat: repeat-x;

	    border: 1px solid #ccc;

  position: relative;
  text-align: center;
  //margin: auto;
  float: none;

}

.details #profile-feature-panel,
.profile #profile-feature-panel {
  margin: 15px 0 0;
  padding: 0;
  background: none;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.profile #profile-feature-content {
  position: relative;
  height: auto;
  background: none;
  //top: 140px;
  border: 0;
}
.profile #profile-feature-content img.avatar {
  position: relative;
  //top: -140px;
  margin: auto;
  display: block;
  float: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 3px;
  z-index: 10;
}

.profile #profile-feature-content.profile-mobile-qut-logo img.avatar {
  display: none;
}

/*** Tab width **/
.profile-details .tab-content {
	width: 100%;
}


.profile-details dl.personal-details dt,
.profile-details dl.profile-info dt {
  width: auto;
  float: none;
  padding-bottom: 0;
}

.profile-details  dl.personal-details dd,
.profile-details  dl.profile-info dd {
  margin: 0;
  width: auto;
}

.profile-details  dl.personal-details dd.detail-group,
.profile-details  dl.profile-info dd.detail-group {
  border: none;
}

#home-featured-profile,
#home-organisational-groups,
#mobile-home-organisational-groups,
#home-news-feed,
#featured-videos-mobile-wrapper {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  min-height: 0;
  border: 1px solid #ccc;
}

#featured-videos-mobile-wrapper {
		display: none;
}
