/* Stylesheet for congressional hearing pages */

#middle,
#rightside {
	width: 350px;
	}

#witnesses li:first-line,
#witnesses a:first-line,				/* some browsers don't capture ul.hovery li:first-line a */
.htitle {
	font-size: 115%;
	font-weight: bold;
	}

#content img {
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

.vidcap {
	margin: 5px;
	}

ol li a {
	display: inline;
	}

@media only screen and (max-width: 480px) {
#middle,
#rightside {
	width: 100%;
	}
}