

.dry-half-column {
	width: 310px;
	float: left;
	padding-right: 0px;
	padding-left:10px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	}

h3 {
	font-size:14px;
	margin-top:10px;
	}

h3 span {font-weight:bold;}

.schedule {
	padding-left:18px;
}

.dry-body {
	width: 980px;
	padding: 0;
	margin-left:5px;
}



.dry-pol-table>caption {
	margin-left: 9px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 24px;
}

.dry-pol-table th, .dry-pol-table td {
	border: 1px solid #ACACAC;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.dry-pol-table th {
	color: #ACACAC;
	font-weight: bold;
}

.dry-pol-table th.desc { width: 40% }
.dry-pol-table th.ryan-vote { width: 20%; text-align: center; }
.dry-pol-table th.rep-vote { width: 20%; text-align: center; }
.dry-pol-table th.dem-vote { width: 20%; text-align: center; }

.dry-pol-table td.vote-data {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.bill-title, .bill-meta, .bill-description {
	display: block;
}

.bill-title {
	font-size: 14px;
	font-weight: bold;
}

.passed, .failed {
	text-transform: uppercase;
}
.passed {
	color: #39b54a;
}
.failed {
	color: #CA0002;
}

.bill-meta a {
	font-weight: bold;
}

.bill-description {
}

.source {
	color: #999;
	font-size: 11px;
}

