h1,p {
  margin:0;
}

text {
  font: 11px sans-serif;
}
#slider_years a {
  display:inline-block;
  font-size:11px;
  width:8px;
  color:#737373;
  margin:0px 10px 5px 10px;
  text-decoration:none;
  text-align:center;
}
#slider.ui-slider-horizontal { 
  height:0.5em;
}
#slider.ui-slider .ui-slider-handle {
  height:1.0em;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: auto;
  position: relative;
  width: 960px;
}

form {
  position: absolute;
  right: 10px;
  top: 10px;
}

.node {
  border: solid 1px white;
  font: 10px sans-serif;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
}
#title { 
  font-size: 28px;
  margin:0.4em 0;
  line-height:1em;
}
#slider { 
  
}
#helper { 
  position:absolute;
  left:0;
  top:0;
  background-color:#f4f4f4;
  width:280px;
  z-index:11;
  display:none;
}
#helper .instruction {
  font-size:10px; 
  padding:10px 20px;
  color:#333333;
}
#helper h1 {
  padding:15px 20px 15px 20px;
  font-size:16px;
  line-height:1em;
  margin:0;
}
#helper p {
  margin:0 20px;
  font-size:12px;
}
#helper #chart_div {
  width:240px;
  height:180px;
  margin:0 20px;
}
.node {
  cursor:pointer;
}
#treemap { 
  position:relative;
  z-index:10;
  color:#000;
}
#close {
  position:absolute;
  right:5px;
  top:5px;
  width:16px;
  height:16px;
  background-image:url(/budget-tracker/js/red_x.png);
  cursor:pointer;
}
#spine {
  position:absolute;
  top:0px;
  width:10px;
  height:20px;
  background-image:url(/budget-tracker/js/spine-right.png);
  right:-10px;
}
.right #spine {
  background-image:url(/budget-tracker/js/spine-left.png);
  left:-10px;
}
.bottom #spine {
  bottom:10px;
  top:auto;
}
#selectdep { 
  display:none;
  margin-top:10px;
}
#depagency {
  width:500px;
}
#legend { clear:both; margin:10px 0 20px 0;}
#legend .label { font-weight:bold; color:#333;}
#legend .icon {
  display:inline-block;
  width:1em;
  margin-left:-0.5em;
}
#legend ul { margin:0; padding:0 ; font-size:11px; color:#737373; display:inline-block;}
#legend li { display:inline-block; padding-left:0.5em;}

#expense_classes { font-size: 11px; padding:10px 0; }
#expense_class_label { font-weight:bold;}
#expense_classes .icon { display:inline-block; width:1em; }
#expense_classes li { list-style: none; padding: 1px 0; margin:0; margin-left:1em; text-indent:-1em;}
#expense_classes ul { margin:0; padding: 0 10px;}


@media (max-width:720px) {
  body { width:auto;}
  #treemap, #slider_years, #slider, .notm, #legend ul.sectors, #legend #sector_label { display: none;}
  #depagency { width:80%;}
  #helper { position: static;}
  #legend ul { display:block;}
  #legend #expense_class_label { margin-left:0;}
}
