/* Copyright Gennadiy Rozental 2001-2007. 
 * Distributed under the Boost Software License, Version 1.0. 
 * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
 */

P.first-line-indented
{
    text-indent:      0px;
    align:            justify;
}

DIV.epigraph
{
    text-align:       right; 
    font-family:      Century Gothic; 
    font-style:       italic
}

DIV.epigraph p
{
    text-align:       right; 
    width:            50%;
    align:            justify;
}

PRE.test-execution-output
{
    background-color: black;
    color:            white;

    font-family:      Courier New; 
    font-size:        95%;

    margin-left:      4%;
    margin-right:     4%;
    padding:          0.5pc 0.5pc 0.5pc 0.5pc;
}

PRE.example-output
{
    background-color: black;
    color:            white;

    font-family:      Courier New; 
    font-size:        95%;

    margin-left:      4%;
    margin-right:     4%;
    padding:          0.5pc 0.5pc 0.5pc 0.5pc;

    display:          none;
}

DIV.example-annot
{
    display:          none;
}

PRE.inline-synopsis
{
    margin-left:      2%;
    margin-right:     2%;
    padding:          0.5pc 0.5pc 0.5pc 0.5pc;
    background-color: #f3f3f3;
}
