@charset "utf-8";
/* CSS Document */

<style>

body, .scorecard {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.main-bottom > .scorecard {
	margin:0 2%;
}
.scorecard,
.scorecard section {
	width:100%;
}
.main-bottom .scorecard {
	width:auto;
}
ul.scorecard,
.scorecard .entry,
.scorecard .newsfeed-item {
	display:block;
	border:1px solid #C5E5BD;
	margin:0; /*5px;*/
	padding:0;
}
ul.scorecard {
	margin:0 0 15px;	
}
.scorecard header {
	display:block;
	background-color:#DCE4AB;
	padding:1px 8px;
	background: url('/templates/norml/images/bg-menu-gradient.png') repeat-x scroll 0px 50% #C5E5BD;
	overflow: visible;
	border-width: 1px medium;
	border-style: solid none;
	border-color: #C5E5BD -moz-use-text-color;
}
.scorecard .name {
	float:left;
}
.scorecard header h2 {	
	margin:0;
	padding:2px 0;
	color:#288400;
	font-size:1.4em;
}
.scorecard header .state {
	float:right;
	width:50%;
	text-align:right;
	padding-right:10px;
}

.container .feedscorecard #yoo-zoo {
	margin:0	
}
.scorecard .pagination-bg {
	white-space:normal;
	width:100%;
}
.scorecard .pagination-bg h4 {
	color:#288400;
	font-size:.9em;
}
.scorecard .pagination .button {
	display:inline-block;
}
.scorecard .pagination .button.selected {
	margin:8px;
	color:#288400;
	font-weight:bold;
}
.scorecard .details {
	clear:both;
	display:block;
	padding: 1px 10px;/*1px 0 5px 10px;*/
}
.scorecard .bioPhoto {
	float:left;
	margin-top: 8px;
	width:20%;
	max-width:120px;
	height:auto;
}
.scorecard .details div {
	margin:4px 0;
	padding: 4px;
}
.scorecard .details div p {
	margin:0;
}
/*.scorecard .details .sponsor,
.scorecard .details .cosponsor,
.scorecard .details .amendments,*/
.scorecard .details . {
	font-size:.9em;
}


.scorecard .details .voting {
	width:75%;
	background-color:#f2fcee;
	border: 1px solid #C5E5BD;
	margin-top:10px;
	padding:6px;
}
.scorecard .details div h3 {
	margin:0;
	padding:0;
}
.scorecard .details .scoreLine {
	float:right;
	font-size:1.2em;
	font-weight:bold;
	color:#288400;
	width:50%;
	background-color: #f2fcee;
	border-radius: 20px;
	border: 1px solid #C5E5BD;
	text-align:center;
	margin:13px 50px 5px;
}
.scorecard .details .scoreLine .score{
	padding:3px 6px;	
}
.scorecard .voting {
	float:right;
	width:65%;
}
#senateVotesHelp,
#houseVotesHelp {
	display:none;
	
}
.scorecard .votesHelp {
	left: 1%;
    position: fixed;
	top: 60px;
    z-index: 200;
	background-color: #E5F9DD;
	border: 2px solid #C5E5BD;
	padding: 8px;
	width: 92%;
	max-width:600px;
	height:80%;
	max-height:300px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #444;
	cursor: pointer;
	box-shadow: 0px 0px 10px #606060;
	overflow:auto;
}
.scorecard .votesHelp h2 {
	color:#288400;
	margin:6px 0;
	font-size:1.4em;
	border-bottom:1px solid #BBB;
}
.scorecard .votesHelp h3 {
	color:#288400;
	margin:6px 0;
	font-size:1.2em;
}
.scorecard .votingHdr {
	width:65%;
	float: left;
	font-size:.9em;
	color:#288400;
}
.scorecard .details .houseHelpBtn,
.scorecard .details .senatorsHelpBtn,
.scorecard .popClose {
	float:right;
	background-color:#7da569;
	color:#FFF;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 12px;
	padding:2px;
	margin:0;
	cursor: pointer;
}
.scorecard .popClose {
	font-size:1em;
}
.scorecard .voteHelpBtn h3 {
	margin:0;
	padding0;
	text-align:center;
}
.scorecard .votingDetails {
	clear:both;
}
.scorecard .votingDetails table {
	width:100%;
	margin: 5px;
}
.scorecard .votingDetails td {
	text-align:center;
	padding:0;
	font-size:.9em;
	color:#333;
}
.scorecard .votingDetails th {
	text-align:left;
	font-weight:normal;
	font-size:.9em;
	padding:2px;
}
.scorecard .details .actions {
	clear:both;
	width:100%;
	margin:0 6px 0 0;
	padding:0;
	background:none;	
	border:none;
	font-size:.9em;
}
.scorecard .details .actions h3 {
	color:#288400;
}
.scorecard .details .noAct {
	margin:10px 0;
}
.scorecard .disclaimer {
	font-size:.9em;
	padding-top: 2px;
	color:#666;
}
.scorecard h3 {
	color:#288400;
	font-weight:bold;
	line-height: 20px;
}
<link rel="stylesheet" href="/templates/norml/css/mobile.css" type="text/css" />

@media (max-width: 960px) { /*770px) ipad, iphone 6{*/

.scorecard .details .voting,
.scorecard .details .scoreLine,
.scorecard .details .actions {
	width:100%;
	float:none;
	padding:0;
	margin:inherit 0;
}
	
}
@media (max-width: 460px) { /*770px) ipad, iphone 6{*/

.scorecard header h2 {	
	font-size:1em;
}
.scorecard .details .scoreLine {
	margin:8% 2%;
	width:70%;
}
.scorecard .details .voting {
	clear:both;
	width:95%;
	margin:5px auto;
}
}

</style>