
/*
 * Copyright (c)2017 Logic Machine Ltd.
 *
 * Logic:Machine Software Development Studio assert their moral right
 * to be acknowledged as the original authors of this work.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * For the full text of the license, see the following file:
 *
 *     LICENSE_LGPL.txt
 *
 * or
 *
 *     https://www.logicmachine.co.uk/licenses/rebl/index.html
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 */


input[type="image"]:focus
{
    outline:        none;
}

.backToTop
{
    display:        block;
    position:       fixed;
    right:          20px;
    bottom:         20px;
    cursor:         pointer;
}

.document
{
    width:          80%;
}

.titleSection
{
    margin-top:     50px;
}

.introSection
{
    margin-top:     100px;
    text-align:     center;
}

.contents
{
    margin-top:     150px;
}

.contentStart
{
    margin-top:     100px;
}

.section
{
    margin-top:     50px;
    text-align:     left;
}

.subsection
{
    margin-top:     30px;
}

.contentSection
{
    margin-top:     15px;
    padding-left:   20px;
}

.contentSubSectionHead
{
    margin-top:     12px;
    padding-left:   45px;
}

.contentSubSection
{
    margin-top:     10px;
    padding-left:   70px;
}

.externalImage
{
    margin-top:     25px;
    padding-left:   30%;
}

pre
{
    width:          75%;
}

.wide
{
    width:          100%;
}

#title
{
    font-size:      36px;
    font-weight:    bold;
    text-align:     center;
    line-height:    45px;
}

#author
{
    font-size:      24px;
    font-weight:    bold;
    text-align:     center;
    line-height:    40px;
}

#version
{
    font-size:      16px;
    font-weight:    bold;
    text-align:     center;
    line-height:    30px;
}

#date
{
    font-size:      14px;
    font-weight:    bold;
    text-align:     center;
    line-height:    30px;
}

#navcolumn h5
{
    padding-top:    12px;
}

footer
{
    float:          right;
    line-height:    1px;
}
