#sub-dock #pg-metadata-tabs {
    font-size:0.8em;
}

#sub-dock #pg-metadata-content {
    margin-top: 5px;
}
#sub-dock #pg-metadata-content h3{
    color: rgb(51, 51, 51);
    background: lightgray;
    padding: 5px;
    border: none;
    font-weight: bold !important;
}

/*
Tabs
*/
#sub-dock .nav-tabs > li > a {
  font-size: 0.9em;
  color: darkgray;
  padding: 5px;
  border: 1px solid darkgrey;
  border-bottom-color: transparent;
}
#sub-dock .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: black;
}
#sub-dock .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: darkgrey;
}
#sub-dock .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: black;
    cursor: default;
    background-color: lightgrey;
    border: 1px solid darkgray;
    border-bottom-color: transparent;
}
