1body {
2    padding-top: 60px;
3    padding-bottom: 40px;
4}
5.sidebar-nav {
6    padding: 9px 0;
7}
8
9@media (max-width: 980px) {
10    /* Enable use of floated navbar text */
11    .navbar-text.pull-right {
12      float: none;
13      padding-left: 5px;
14      padding-right: 5px;
15    }
16}
17
18@media (max-width: 767px) {
19    /* The floating-to-the-side table of contents is cool, but, not if we're
20     * low on screen space! */
21    #sidetoc.affix {
22        position: static;
23        width: auto;
24        top: 0;
25  }
26}
27