/* General */ body{ font: 10px Arial, Helvetica, sans-serif; } a:link, a:visited, a:hover { color: #0077cc; } a:hover { color: #000; } h1, h2, h3, h4, h6, h6 { margin: 0; padding: 0; display: inline; } h1 { } h2 { font-size: 12px; } h3 { font-size: 12px; color: #cccccc; } h3.blue { color: #ff6d07; } /* Profile repeater */ .profile-container { float: left; width: 350px; height: 155px; border: 1px solid #cccccc; margin: 0 10px 10px 0; } .profile-info { float: right; height: 14px; text-align: right; overflow: none; } .profile-graph { float: right; } /* Graph */ .bargraph { float: right; width: 29px; height: 140px; position: relative; } .bar, .bar_last { width: 28px; height: 10px; background: #0077cc; position: absolute; bottom: 38px; } .bar_last { background: #c7e8ff; } .bar-value { position: absolute; width: 27px; bottom: 24px; color: #0077cc; text-align: center; border-bottom: 1px solid #cccccc; } .bar-month { position: absolute; width: 30px; bottom: 0; line-height: 11px; text-align: center; }