/* CSS Document */

/**************** senate oversight hearings redesign****************/
#oversightToggle { /* margin: 20px 0px; */ }
#oversightSubHeader { margin-bottom: 20px; }
#oversightSubHeader .oversightSubHeaderText { font-weight: 600; font-size:20px; color: #a30c1f }
#oversightToggle .senate-style.btn {
    border-radius: 2px;
    background: #a30c1f;
    border: 1px solid #a30c1f;
	text-decoration: none;
}
$oversightToggle .senate-style.btn:hover, $oversightToggle .senate-style.btn:focus {
	text-decoration: none;
}
a.oversight-committee-title {
	text-decoration: none;
}
a.oversight-committee-title:hover, a.oversight-committee-title:focus {
	text-decoration: underline;
}
div.addOversightHearing {
	/*margin-top: 10px;*/
	font-size:14px;
}
div.oversight-simplified-wrapper {
       margin-bottom: 25px;
}



