/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  .sidebar h1.page-header { display: none; }
}

/*
 * Main content
 */

.main {
  padding: 20px;
  position: fixed;
  top: 55px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  overflow-y:auto;
}

@media (min-width: 768px) {
  .main {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    margin-bottom: 20px;
    width: 75%;
    overflow-y:auto;
  }

}
.main .page-header {
  margin-top: 0;
}

/*
 * Referencias en bibtex
 */


