/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
body {
    /* for fixed top navbar */
    padding-top: 70px;
    font-size: 16px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    /* so nav submenus open on hover */
    display: block;
}
#sidebar {
    font-size: 14px;
}
#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;
}
#asf-logo {
    float: left;
    padding-top: 15px;
}

#release_notes_testing {
    border-collapse:collapse;
}

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

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

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

#accumulo-summit-logo img {
    margin-left: auto;
    margin-right: auto;
}

div.copyright {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

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