h1 {
  font-family: "ff-meta-serif-web-1", "ff-meta-serif-web-2", "Georgia", serif;
  line-height: 1.2;
  margin:0;
  width:300px;
}

p {
  font-family:Georgia,serif;
  font-size:12px;
  color:#444;
  margin:10px 0 5px 0;
}

form {
  position:relative;
  z-index:99999;
}

#sources p, .form_instructions {
  font-size:11px;
  color:#999;
  font-family:"Georgia", serif;
}
#x-axis-label {
  width:598px;
  text-align:center;
  padding-top:5px;
  padding-bottom:7px;
  border-bottom:1px solid #999;
  overflow:auto;
}
#y-axis-label {
  width: 85px;
  position: absolute;
  top: 101px;
  left: 522px;
  z-index: 999;
  height: 200px;
}
.form_instructions {
  color:#444;
}

#guff p {
  width:360px;
  margin-bottom:15px;
}

#gini_infobox {
  overflow:auto;
  margin-top:10px;
}

#gini_infobox h2 {
  margin:0;
  border-bottom:1px solid #999;
  width:598px;
}

#gini_infobox h2.gini_cty_name {
  font-size:24px;
}

#gini_graph {
  margin-top: -15px;
  overflow: visible;
  height:293px;
  width:620px;
}
.gini_stat {
  float:left;
  clear:left;
}
.big_num_stat, #gini h2 {
  font-family:"Helvetica Neue",arial,sans-serif;
  font-weight:bold;
  font-size:18px;
}
.fig_label p, #x-axis-label, .y-axis-label-text {
  font-family:"Helvetica Neue",arial,sans-serif;
  font-weight:normal;
  font-size:11px;
  text-transform:uppercase;
  line-height:7px;
  margin-top:2px
}

.gini_cty_batch {
  width:6px;
  margin-right:2px;
  height:300px;
  float:left;
  position:relative;
  border-bottom:1px solid #999;
}

.gini_cty_bar {
  height:4px;
  width:100%;
  background:#D5D2CA;
  position:relative;
  cursor:pointer;
}

.gini_cty_bar_tooltip {
  display:none;
}

.gini_cty_container {
  position:absolute;
  width:100%;
  bottom:0;
}
.gini_cty_container:hover .gini_cty_bar {
  background:#C29B00;
}
.gini_cty_bar.active {
  background:#000 !important;
}
.gini_cty_bar:hover .gini_cty_bar_tooltip, .gini_cty_bar_tooltip.active {
  display:block;
  position:absolute;
  z-index:99999;
  min-width:200px;
  top:-15px;
}

.gini_cty_bar:hover .gini_cty_bar_tooltip_left, .gini_cty_bar_tooltip_left.active {
  left:-200px;  
}

.gini_cty_bar:hover .gini_cty_bar_tooltip_right, .gini_cty_bar_tooltip_right.active {
  left:10px;
}

.fancy_text {
  height:18px;
  width:536px;
}

.fancy_btn {
  padding: 5px; 
  background: #fff;
  -webkit-border-radius: 04px;
  -moz-border-radius: 04px;
  border-radius: 04px;
  font-weight: bold;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-box-shadow: #CECECE 0 0 2px;
  -moz-box-shadow: #CECECE 0 0 2px;
  color: black;
  -webkit-user-select: none;
  text-shadow:1px 1px 0 white;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0);
	
}
.fancy_btn:hover{color:black;
  cursor:pointer;
  text-decoration:none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DEDEDE));
  background: -moz-linear-gradient(top,  #fff,  #DEDEDE);
	
  -webkit-box-shadow: #999 0 0 2px;
  -moz-box-shadow: #999 0 0 2px;
  }
.fancy_btn:active { position:relative;top:1px;}


/* bah ... */

.twipsy {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #444;
  
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy .twipsy-inner {
  padding: 3px 8px;
  background-color: #000;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy .twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
