/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #f5f5f5; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }

h1 { font-size: 34px; }

h2 { font-size: 28px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 15px; }

body { font-size: 14px; }

code { background-color: #f5f5f5; color: #20b2aa; }

#nav-logo { padding-top: 10px; padding-bottom: 10px; }

.nav-link, li.dropdown { padding-top: 5px; }

#home-description { font-size: 17px; }

#sidebar { font-size: 15px; }

.latest-news-item { margin-bottom: 5px; }

.latest-news-item span { font-size: 12px; }

#sociallinks td { /* no lines in the link table */ border-top: none; }

#bannertext { margin-top: 10px; text-align: left; }

.clear { clear: both; }

#content { padding: 0 8px 40px; }

#content h1 { margin-bottom: 0.5em; }

#content h2 { margin-bottom: 0.5em; border-bottom: 1px solid #CCCCCC; padding-bottom: 0.25em; }

#content h3 { margin-bottom: 0.5em; }

#content img { vertical-align: middle; }

footer { border-top: 1px solid #CCCCCC; color: #666666; font-size: 0.8em; padding: 8px 8px; text-align: center; }

footer > p { width: 60%; margin-left: auto; margin-right: auto; }

#asf-logo { float: left; }

#release_notes_testing { border-collapse: collapse; }

#release_notes_testing, #release_notes_testing tr, #release_notes_testing th, #release_notes_testing td { border: 2px solid black; }

#release_notes_testing th, #release_notes_testing td { padding: 5px; }

#download-button-sidebar { width: 60%; margin-left: auto; margin-right: auto; }

#accumulo-summit-logo img { height: 40px; }

code { /* override nowrap in bootstrap */ white-space: normal; }

.header-link { padding-left: 5px; opacity: 0; \-webkit-transition: opacity 0.2s ease-in-out 0.1s; \-moz-transition: opacity 0.2s ease-in-out 0.1s; \-ms-transition: opacity 0.2s ease-in-out 0.1s; }

h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .header-link, h6:hover .header-link { opacity: 1; }

/* insert invisible space above header elements with an id attribute, so that if they are linked to, the actual content will appear below the nav menu */
h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, h6[id]::before { display: block; content: " "; margin-top: -80px; height: 80px; visibility: hidden; }

/* Makes navbar collapse at larger width (1185px) */
@media (max-width: 1185px) { .navbar-header { float: none; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav { float: none !important; margin: 7.5px -15px; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-text { float: none; margin: 15px 0; }
  .navbar-collapse.collapse.in { display: block !important; }
  .collapsing { overflow: hidden !important; } }
