﻿
html 
{ }
body
{
    margin: 0;
    padding: 0;
}

/**
 * Yahoo Document IDs,
 * Make them all 100% width, 
 */
#doc1, #doc2, #doc3, #doc4, #custom-doc
{
    width: 95%;
    padding: 0;
    font-size: 10px;
    font-family: georgia, serif;
}
input[type='button'], input[type='submit']
{
    display: none;
}
.flag
{
    background: none;
    text-indent: 0;
    display:inline;
    padding: 0;
    font-size: 100%;
}
.donotprint, .noprint, .no-print, .do-not-print
{
    display:none;
}
.break-page-after
{
    page-break-after: always;
}
.break-page-before
{
    page-break-before: always;   
}
.own-page
{
    page-break-after: always;
    page-break-before: always;
}
.expandable{
    display: none;
}
.expandable.open{
    display: block;
}
thead { display: table-header-group; }

