


#q-graph {
  display: block;
  /* fixes layout wonkiness in FF1.5 */
  position: relative;
  width: 680px;
  height: 300px;
 margin: 1.1em 1.5em 0; 
  padding: 0;
  background: transparent;
  font-size: 11px;
}

#q-graph caption {
  caption-side: top;
  width: 680px;
  text-transform: uppercase;
  letter-spacing: .5px;
  top: 0px;
  position: relative;
  z-index: 0;
  font-weight: bold;
}

#q-graph tr, #q-graph th, #q-graph td {
  position: absolute;
  bottom: 0;
  width: 100px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

#q-graph td {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#q-graph td:hover {
  background-color: #4d4d4d;
 
  color: white;
}

#q-graph thead tr {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin: -2.5em 0 0 5em;
}

#q-graph thead th {
  width: 2em;
  height: auto;
  padding: 0.5em 0em;
}

#q-graph thead th.sent {
  top: 0;
  left: -30px;
  line-height: 2.5;
}

#q-graph thead th.paid {
  top: 2.75em;
  line-height: 2;
  left: -30px;
}

#q-graph tbody tr {
  height: 296px;
  padding-top: 2px;
  border-right: 1px dotted #C4C4C4;
  color: #AAA;
}

#q-graph #q1 {
  left: 10;
}

#q-graph #q2 {
  left: 100px;
}

#q-graph #q3 {
  left: 200px;
}

#q-graph #q4 {
  left: 300px;
  
}

#q-graph #q5 {
  left: 400px;
  
}

#q-graph #q6 {
  left: 500px;
  
}

#q-graph #q7 {
  left: 600px;
  
}

#q-graph tbody th {
  bottom: -1.75em;
  vertical-align: top;
  font-weight: normal;
  color: #333;
}

#q-graph .bar {
  width: 40px;
  border: 1px solid;
  border-bottom: none;
  color: #000000;
}

#q-graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  font-color: #000000;
  font-size: 12px;
}

#q-graph .sent {
  left: 10px;
  background-color: #b1c6a3;
  border-color: transparent;
}

#q-graph .paid {
  left: 55px;
  background-color: #a2a7aa;
  border-color: transparent;
}

#ticks {
  position: relative;
  top: -360px;
  left: 0px;
  width: 600px;
  height: 40px;
  z-index: 1;
  margin-bottom: 0px;
  font-size: 11px;
  font-family: Open Sans, sans-serif;
}

#ticks .tick {
  position: relative;
  border-bottom: 1px dotted #a2a7aa;
  width: 700px;
}

#ticks .tick p {
  position: absolute;
  left: -1.5em;
  top: 4.2em;
  margin: 0 0 0 0.5em;
}
