/*** Gavin Wray, ITS, 9 Dec 2016 ***/


/* Move edit button away from first tab */

.hp-layout .edit-tabs-link {
  margin-top: 35px;
  margin-left: -10px;
}

/* Improve Bootstrap togglable tabs */

.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs li {
  margin: 0 10px -1px 0;
}
.nav-tabs li h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.hp-layout .tab-pane {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}