/* Tweaks to improve bits of admin interface in use when editing content. */
.drupal-tabs .element-invisible {
	display: none;
}

.drupal-tabs {
	margin: 32px 0;
}

.drupal-tabs .tabs {
	position: static;
	padding: 0;
	margin: 0;
  border-bottom: 4px solid #551a01;
  overflow: hidden;
}

.drupal-tabs li {
  float: none;
  padding-bottom: 0 !important;
	display: inline-block;
}

.drupal-tabs li.active a,
.drupal-tabs a:hover {
	background: #551a01;
	color: #fff !important;
	border: 0 none;
}

#user-pass .form-text,
#user-login .form-text {
  max-width: 400px;
  border: 1px solid #ccc;
}

.not-logged-in.page-user .content {
  padding: 1em;
}

.page-user .sub-footer {
  display: none;
}
