/*-----------------------------------------------------
Office of the Clerk
U.S. House of Representatives

******************************************
	SITE NAME PRINT STYLES
******************************************

created: 08/04/2008, LGH
-------------------------------------------------------*/

html {
	width:100%
}

body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}

h3 
{
    margin-bottom: 5px;
}

#footer 
{
    margin-top: 25px;
}

#navigation, #header, #secondaryContent, #shareLinks, .downloadXML, #footer ul {
	display: none;
}

table 
{
    width: 750px;
    margin: 0px 0 15px 0;
}
table td, table th 
{
    vertical-align: top;
}
tr.floorItem td
{   
    padding: 15px 0px 1px 0px;
}
td.legisNum 
{
    width: 150px;
    font-weight: bold;
}
table.subitemTable td.floorText 
{
    padding-left: 25px;
}
td.floorText 
{
    width: auto;
}
td.files 
{
    width: 100px;
}