.stocks table {
  border-style:none; 
  border-spacing:0px;
  border-collapse: collapse;
}

.stocks table tr {
padding:0;
}

.sqsbchart {
  position:relative;
  text-decoration: none;
  z-index:200001;
}

.sqsbchart:hover {
  z-index:210000;

}

.sqsbchart img {
  display: none;
}

.sqsbchart:hover img {
  display: block;
  position: absolute;
  border: 1px solid #000;
  background-color: #ffe;
  color: #000;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
  padding: 3px;
  margin: 20px;
  top: 0px;
  left: -155px;
  z-index: 250000;

}

tr#sqsbevenrow td, tr#sqsboddrow {
   padding:0;
   line-height:182%;
   font-size:12px;
}

hr#sqsbhr {
   margin: 15px 0;
}

#stockfooter {
   display:block;
   font-weight:bold;
   margin-top:20px;
}

/* For K2 Compatibility 
   - Prevents Overflowed tooltips from being hidden
   - sb-php line prevents tooltips from being hidden by other sidebar elements
*/

.columns-three .secondary {
  overflow: visible;
}

#stock-quotes {
  z-index: 250000;
}
