/****************************************************************************
 *                                                                          *
 *     CUSTOM STYLE-SHEET STUFFS FOR THE SUBVERSION BOOK IN HTML FORM       *
 *                                                                          *
 ****************************************************************************
 *                                                                          *
 *   Copyright (c) 2003-2008                                                *
 *   Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.          *
 *                                                                          *
 *   This work is licensed under the Creative Commons Attribution License.  *
 *   To view a copy of this license, visit                                  *
 *   http://creativecommons.org/licenses/by/2.0/ or send a letter to        *
 *   Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,   *
 *   USA.                                                                   *
 *                                                                          *
 ****************************************************************************/
.screen
{
/* CLAS Linux begin add 2014-09-18 kjb */
    white-space: pre-wrap;
    word-wrap: break-word;
/* CLAS Linux end add 2014-09-18 kjb */
    font-family: monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    color: black;
/* CLAS Linux begin change 2014-09-18 kjb */
/*    margin: 1em 0.25in; */
    margin-left: 1em;
    margin-right: 1em;
/* CLAS Linux end change 2014-09-18 kjb */
    padding: 0.5em;
    background: rgb(240,240,240);
    border-top: black dotted 1px;
    border-left: black dotted 1px;
    border-right: black solid 2px;
    border-bottom: black solid 2px;
}
