/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
*/

#content .wrapper {
  overflow:visible;
}
#bill-page p {
  margin-bottom:15px;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}
a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #00438a;
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.row > .offset1 {
  margin-left: 80px;
}
.row > .offset2 {
  margin-left: 140px;
}
.row > .offset3 {
  margin-left: 200px;
}
.row > .offset4 {
  margin-left: 260px;
}
.row > .offset5 {
  margin-left: 320px;
}
.row > .offset6 {
  margin-left: 380px;
}
.row > .offset7 {
  margin-left: 440px;
}
.row > .offset8 {
  margin-left: 500px;
}
.row > .offset9 {
  margin-left: 560px;
}
.row > .offset10 {
  margin-left: 620px;
}
.row > .offset11 {
  margin-left: 680px;
}
.row > .offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.row > .offset-one-third {
  margin-left: 340px;
}
.row > .offset-two-thirds {
  margin-left: 660px;
}
/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('chosen-sprite.png') no-repeat -38px -22px, #ffffff;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.tope.isotope {
  margin-top:10px;
}
.iso-bt {
  font-size: 11px;
  width:117%;
}

#iso-panel h4, #iso-panel h5 {
  border-bottom:1px solid #444;
  margin-bottom:3px;
}

.stance_header {
  width:98%;
}
.stance_header h3 {
  border-bottom: 1px solid #444;
}

.iso.sort .arr {
  display:none;
}
.iso.sort:hover {
  text-decoration:none;
}
.iso.sort.active, .iso.filter.active {
  display:block;
  background:#91ADD1 url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAIAAAAZoM+0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkJFRUZCNDY0MTAxMTFFMDgzNEJEOTM3QUI1MEU5MjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkJFRUZCNDc0MTAxMTFFMDgzNEJEOTM3QUI1MEU5MjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QkVFRkI0NDQxMDExMUUwODM0QkQ5MzdBQjUwRTkyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QkVFRkI0NTQxMDExMUUwODM0QkQ5MzdBQjUwRTkyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj32DEMAAAGUSURBVHjavJfbSgJRFIadGc/a1ODZsSixkEgJtYSgoBP1Cr1VD9JlYBHdVHTQkDQKEizKYURMK81Dnqb1BJUa/3c9wwd7rfXvvZjdvbTqNzRqdmfNJ4zoVMPB/uWjdqcXu8p1ewpCRhQ/GqfpPEhGpLKlx3wFJCOOrqVqvQ2SNVvdg/jgxWP7/UEu1c7vCiAZkcwUnwtVkIw4TEj1Zgcka3x1YvGcoigIGSEVPxMPryAZcXlfoH4ByegYaRJoHhAygmacJh0kIyjDbrJlkIw4S8uU1CAZBdj+xUur3UXIiEqtdZyUQTIiI73fPr2BZMRJSi5XmiCZ8mOC/bNsac5p4fUImcdmDk1bETXTa7mtBQ+oG9dDotmgQcj8E4JPHEUkCG/Srs67ENnIMAyVSqvhELKI3+a2mBBXjEMwRv12xE1Nqw0dIMcyCNly0N3vEjWgzOviA1MC4t1o1Ks3wiLoRbwZFg06NUIW8FomnTxisaCOWAk6EfsZdfn24riaYxGy6KzDPmZArLmi1RSZsQ6Zbd8CDADKqIevQcRfOAAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  padding:3px;
  padding-left:5px;
  color:#fff;
  font-weight:bold;
}
.iso.filter, .iso.sort {
  color:#444;
}
.iso.filter:hover {
  text-decoration:none;
}
.iso.sort.active .arr.down {
  display:inline;
}
.panel.asc .iso.sort.active .arr.up {
  display:inline;
}
.panel.asc .iso.sort.active .arr.down {
  display:none;
}



a.iso{
	cursor: pointer;
}


div.box{
	width:72px;
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right:8px;
}


.box .member {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 10% 10%; 
	position: relative;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	height: 122px;
	white-space: nowrap;
	cursor: pointer;
	
}

.D {
	background-color: #869FC4;
}

.R {
	background-color: #D68585;
}
.I {
  background-color:#AAA;
}


.box div.info-label{
	top: 89px;
	height: 40px;
	position: relative;
	color: white;
	text-align: left;
}

.box div.info-label .lbl{
	padding: 3px 3px;	
}

.box div.show-label{ 
  font-weight: bold; background: white; 
  color:#333; white-space:nowrap;
  overflow: hidden; font-size: 11px;
  text-align: left;
}

.box div.short_name a:link, .box div.short_name a:visited{
	color: white;
}

.box div.short_name{
	overflow:hidden;
	background: black;
	color: white;
	text-align: left;
	font-weight:bold;
}
.box div.info-label .lbl.position_name {
  font-size:11px;
  padding-top:0;
}


.D div.short_name{
	background: #869FC4;	
}

.I div.short_name{
	background: #AAA;	
}

.R div.short_name{
	background: #D68585;
}

/* Member show */

#member_image {
  float:left;
  margin-right:15px;
  width:210px;
  margin-top:4px;
}
#member_metadata {
  float:left;
  width:715px;
}
.crp_funding_records {
}
#member_metadata table {
  text-align: left;
  border-collapse: collapse;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  width: 100%;
  margin-right: 1px;
}
#member_metadata table tr td, #member_metadata table tr th {
  padding: 10px;
  border-top: 1px solid #C3C3C3;
  font-weight: normal;
  text-align: left;
}
#member_metadata table tr th {
  font-weight:bold;
}
#member_metadata table tbody.even tr td {
  background:#f9f9f9;
}
#member_metadata h2 {
  font-size:18px;
  margin-bottom:15px;
}
#member_metadata p {
  margin-bottom:15px;
}

#member_metadata .baseball_card {
  font-family:"Helvetica Neue", arial, sans-serif;
  border-top:0;
  border-bottom:0;
  width:500px;
}

#member_metadata .baseball_card tr td {
  padding-right:15px;
  border-top:0;
}

.big_num_stat {
font-size: 18px;
font-weight: bold;
margin-bottom:10px;
display:inline-block;
}

.bb_card_under_number_label {
font-size: 11px;
color: #404040;
}
.member_metadata_stance {
  padding:5px;
  border-radius:3px;
}
.member_metadata_stance.stance_Opposes {
  color: #600;
  background: #FEE;
}
.member_metadata_stance.stance_Supports {
  color: black;
  background: #CFC;
}
.member_metadata_stance.stance_Unknown.on {
  color: black;
  background: #FBFFCE;
}

#member_metadata .event {
	margin-bottom: 1.5em;
}


.member.hover .info-label{
	color: yellow;
	text-decoration: underline;
}

div.sponsor-label{
	font-weight: bold;
}
#front-content p{
	margin-bottom: 1.5em;
}

.woz {
	color: #000;
}

.woz section {
	margin-bottom: 2.0em;
}

.woz h1{
	line-height: 1.4em;
}

.woz h2 a:link{
	text-decoration: underline;
}
.woz .byline {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #666;
  padding: 12px 0;
}


.breadcrumbs{
	font-family: Helvetica,arial,sans-serif;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

#quick-select{ display:none;}


.meta-info.shadow {
  display:none;
  z-index:999;
  background:#1A1A1A;
  color:#fff;
  padding:10px;
  border-radius:3px;
  max-width:250px;
  box-shadow:0 0 15px #f0f0f0;
  opacity:.95;
}

.tooltip-nubbin {
  width: 20px;
  height: 20px;
  background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY1MjI2RjREMDE2RDExRTA5RDBDODg4NkI5RjE3NzAzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY1MjI2RjRDMDE2RDExRTA5RDBDODg4NkI5RjE3NzAzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOjY2NWI3Y2IzLTFiNWYtZWY0My04ZmY5LTY2MjEzZjFhNzg1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGODdGMTE3NDA3MjA2ODExODcxRkYyMDIzNkM0REQxNyIvPiA8ZGM6dGl0bGU+IDxyZGY6QWx0PiA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPmFycm93LXJpZ2h0PC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FSaLzAAAAwElEQVR42mJUlldgIABkgHgpEP9iIaBQFoiXAbE+EH9iwqNQHIgXQRWCwG8mPAoXA7ExsiA2xUpQN1qgS7Bg8cxKIFbHZh0TmtXTcClENlkMarUZvqBhglq9gJBCmMkgEw0ZiAAgkzkZiAQgxdFAfJFYxbeBOA6IrxGjGATuA3EIEB8lRjEIPAHiLCB+QIximA2huPyALW3cBOJYIL5KjGIGqFMi0T2NLz2DNMQD8V0on5WJQGiBnBQF9cN1gAADABkeHv4p0YPiAAAAAElFTkSuQmCC") no-repeat;
  position: absolute;
  z-index: 999;
  margin-left:-20px;
}


#for_and_against {
  margin-top:25px;
}
#for_and_against h4 {
  border-bottom:1px solid #444;
  margin-top:10px;
}
#for_and_against p, #for_and_against ul li {
  font-size:11px;
  line-height:15px;
  margin-top: 4px;
}


p.large{ margin-bottom: 1.0em;}

section.page{
	margin-bottom: 3em;
}



div.member-profile h2{
	font-size: 16px;
	line-height: 19px;
}

div.member-profile .events{
	margin-top: 2.0em;
}



div.event .label{
	font-size: 16px;
	line-height: 19px;
}

div.event .desc{
	margin: 8px 0 ;

}
div.event .date{
	margin-right: 1.0em;
}

div.event .name{
	font-weight: bold;
}


ul.resources li{
	font-size: 14px;
	margin-bottom: 1.0em;
}

.hover-shadow{-moz-box-shadow: 1px 1px 4px #333;
  -webkit-box-shadow:  1px 1px 4px #333;
  box-shadow:  1px 1px 4px #333;
}


div.Y{
	background: #dfd;
}

div.N{
	background: #fdd;
}

#mini_global_guff p{
	margin-bottom: 1.0em;
}



.woz #somethings{
	width: 420px; 
   float: right;
   border-radius:3px;
}

.woz .something{
   margin: 12px 0 12px 12px;
 
}

.woz #do_something {   
   background-color: #E9F0F8;
	padding: 10px;
	
	padding-bottom: 20px;
	
}

.woz #do_something h2 {
  padding-bottom: 10px;
}
.woz table, .woz table.sortable{
	margin-left: 0px;
}

table.members-list td{
	vertical-align: middle;
}
table.members-list tr.hover td{
	background: #ddd;
	cursor: pointer;
}


table.sortable th{
	font-size: 12px;
}

table.tally th{
	border-bottom: thin solid #333;
	
}
table.tally td{
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	
	text-align: center;
	padding: 8px;
	font-size: 16px;
	line-height: 18px;
}

table.tally td.lt{
	text-align: left;
	font-weight: bold;
}	


table.tally.bill{
	width: 100%;
}

table.tally.states{ /* states#show*/
	width: 400px;
	
}

td.amt, #member_metadata td.amt,  #member_metadata th.amt { text-align: right;}


table td.Yes,table td.No,table td.Unknown, table td.Undecided{
	font-weight: bold;
	text-align: center;
	
}
table td.Yes{
	background: #88D888;
}

table td.No{
	background: #FF9993;
	
	
}
.timeline .date-block{
	margin-bottom: 5.0em;
}

.timeline .desc, .timeline .members{
	padding-bottom: 10px;
	padding-top: 10px;
}

.timeline .event-date{
	line-height: 1.5em;
	
}

.timeline .event-name{
	margin-top: 0;
	margin-bottom: 0.5em;
}

.timeline h3.event-name{
	font-size: 1.4em;
	line-height: 1.5em;
}
.timeline h4.event-name{
	font-size: 1.1em;
	line-height: 1.5em;
	
}

.timeline .name-block{
	margin-bottom: 4.0em;
	outline: #A9A9A9 solid thin;
}

.timeline .name-block.Y, .timeline .name-block.N{
	outline: invert none medium;
}

.timeline .box{
	float: left;
}
