
.page-header {
  margin-bottom: 6px;
}


h4.date,
h4.author {
  display: none;
}

h2.hasAnchor {
  font-weight: 350;
}

.contents h1, .contents h2, .contents h3, .contents h4 {
  padding-top: 60px;
  margin-top: -60px;
}

.contents h2 {
  font-size: 28px;
  padding-top: 70px;
}

.ref-index tbody {
  margin-bottom: 60px;
}

pre:not([class]) {
  background-color: white;
}

blockquote {
  font-size: inherit;
}

.examples .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}

.examples .sourceCode {
  margin-top: 25px;
}

#sidebar .nav>li>a {
  padding-top: 1px;
  padding-bottom: 2px;
}

#installation .sourceCode {
  font-size: 13px;
}

.r-plot {
  margin-top: 15px;
  margin-bottom: 20px;
  border: solid 1px #cccccc;
}

.screenshot, .illustration {
  margin-bottom: 20px;
  border: solid 1px #cccccc;
}

.thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

.gallery-thumbnail {
  margin-right: 10px;
  display: inline;
}

.source-ref {
  margin-bottom: 20px;
}

.source-ref .caption {
  display: none;
}

.link-table td {
  padding-top: 20px !important;
  padding-bottom: 210x !important;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #f5e79e;
  border-radius: 4px;
}

.navbar-brand .label {
  display: none;
}

.page-header>small {
  display: none;
}

.r2d3.html-widget > svg,
.r2d3.html-widget > div {
  border: 1px solid #eee;
}

.r2d3.html-widget {
  margin-bottom: 20px;
}

pre code {
  word-wrap: break-word;
  white-space: pre-wrap;
}

#source-link {
  display: none;
}

a.sourceLine:hover {
  color: #375f84;  
}

.thumbnail .caption {
  padding: 0;
  padding-top: 4px;
  padding-left: 3px;
  font-size: 0.9em;
  color: gray;
}

a.thumbnail:hover {
  text-decoration: none;
}


