/*!
* LiveGraph for jQuery v0.0.1
* http://github.com/lampieg/livegraph
*
* Copyright © 2013 lampieg (admin@lampieg.co.uk)
* Released under the MIT license
*/

div.liveGraph div.bars div.bar span { /* MATCHES ALL THE BARS IN THE GRAPH */
/* rules here will apply to the onbar value... background and borders here will set the borders and background for the entire bar. */
background:url("diagonals_trans.png");
background-repeat:repeat;
color:#000;
font-weight:none;
font-size:12px;
border-image:none !important;
border-bottom:1px #000 solid !important;
border-top:0px #000 solid !important;
}


/* div.liveGraph div.bars div[bar="tb3"] span { background-color:#fcf9d8; } ONLY MATCHES THE FIRST BAR */
/* div.liveGraph div.bars div[bar="tb2"] span { background-color:#00f; } ONLY MATCHES THE SECOND BAR */
/* div.liveGraph div.bars div[bar="tb1"] span { background-color:#0f0; } ONLY MATCHES THE THIRD BAR */

/* Other page styling */

div.content { width:875px; background:url("leaderboard-backgroundw.png");border-radius:10px;padding:25px 5px 20px 5px;border:#999999 4px solid;margin:5px; }