/**
 * File: css/api.css
 * Package: justcroft-jcint
 * Author: Dr. Pete Ford <pford@justcroft.com>
 * $Header: file:///home/repos/jcint/server/css/api.css 84 2022-08-18 14:22:36Z pete $
 * Copyright (c) 2020-2022, Justcroft International Ltd
**/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Sep-2020, 14:50:04
    Author     : pete
*/

.api-trail
{
    position: fixed;
    margin-top: -2em;
    background-color: silver;
    width: 98%;
    height: 1.6em;
    padding-top: 0.2em;
    padding-left: 1em;
}

.api-trail a 
{
    font-family: "Droid Sans Mono","Lucida Console","Andale Mono","Courier",monospace !important;
    font-size: 12pt;
    padding: 0;
}
a:hover
{
    color: blueviolet !important;
}
.api-documentation
{
    margin-top: 2.5em;
}
dt 
{
    font-family: "Droid Sans Mono","Lucida Console","Andale Mono","Courier",monospace !important;
    font-size: 11pt;
}
dd 
{
    padding-bottom: 0.7em;
}

.accordion h2
{
    margin-bottom: 0;
}
