#content-head h1 {
  float: left;
  width: 520px;
  padding-top: 0.5em;
}

/* Override the float on departures-list because there's a global .date style
 * set by STA. */
#departures-list .date {
  float: none;
}

.version-nav {
    clear: left;
    max-width: 550px;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.versions ul {
    margin: 0;
    padding: 0;
}
 
.versions ul li {
    display: inline-block;
    list-style: none;
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
} 
.versions ul li i.icon-white {
    display: none;
}
.versions ul li.active a {
    font-weight: bold;
    text-decoration: underline;
}

.version-help em {
    font-size: 0.8em;
    display: inline-block;
    margin-left: 1em;
}

#details-nav {
    float: left;
    max-width: 200px;
}
#details-sections {
    max-width: 600px;
    float: left;
}

.sections .section {
    padding-left: 2em;
}
