/* Style sheet for program funding and budget request pages */

@import url("/policy/legislation/style.css");   /* reuse status tracker and viewlaw buttons */

#governance .gov-legislation ul {
	display: none;								/* re-hide legislation submenu */
	}
#governance .gov-funding ul {
	display: block;
	}

.appropriations {
	width: 715px;
	}
.appropriations tr:nth-child(even) {
	background: #ddc;
	}	
	.altrow {
		background: #ddc;
		}
@media all and (min-width:481px) {
#pageindex,
#updates {
	clear: right;
	width: 180px;
	}

.appropriations tr:nth-child(2) {
		background: #ddc url(/parts/gradients/td-10x90-gray.jpg) top repeat-x;
		}	
}
.appropriations th,
.appropriations td {
	width: auto;
	font-weight: bold;
	}
.program {
	text-align: left;
	}
	.program .small {
		font-style: italic;
		}
.appropriations .small {
	font-weight: normal;
	}
.cut {
	color: #900;
	font-weight: normal;
	}
.add {
	color: #090;
	font-weight: normal;
	}
.appropriations .more {
	display: block;
	margin-top: 5px;
	font-size: 80%;
	white-space: nowrap;
	text-align: center;
	}
.appropriations .more:after {
	content: none;
	padding-left: 0;
	}
	.appropriations .program .more {
		margin-top: auto;
		text-align: left;
		}
	.appropriations .program .more:after {
		content: url(/parts/arrow.png);
		padding-left: 5px;
		}

@media only screen and (max-width: 480px) {
.appropriations {
	width: 95%;
	border-collapse: collapse;
	}
.appropriations,
.appropriations tr,
.appropriations td {
	display: block;
	}
.appropriations th {
	display: none;
	}
.appropriations td {
	text-align: left;
	}
.appropriations td:before {
	font-weight: normal;
	}
	.appropriations td:nth-of-type(2):before {
		content: "President's Budget Request: ";	
		}
	.appropriations td:nth-of-type(3):before {
		content: "House Mark: ";	
		}
	.appropriations td:nth-of-type(4):before {
		content: "Senate Mark: ";	
		}
	.appropriations td:nth-of-type(5):before {
		content: "Final: ";	
		}
.appropriations td.coming {
	background: inherit;
	}
.appropriations .small br {
	display: none;
	}	
.appropriations .more {
	margin-top: 0;
	text-align: left;
	}
}

/* Used to present budget request data */

h2 img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
	}

.indented {
	margin-left: 100px;
	}
.indented li a {
	display: inline;
	}
