@charset "utf-8";
/* CSS Document */

.bungiestats { cursor: pointer; }

div.h3stats { width: 220px; padding-top: 5px; }

.profile_ratings ul.colorbar { margin-top:7px; margin: 0; list-style-type: none;}
.profile_ratings ul.colorbar li { width: 100px; float:left; margin:0; line-height:30px; font-size:12px; font-size:10px;}
.profile_ratings ul.colorbar li.value { border: solid 1px #3f3f3f; border-left: none;background: black url(/images/base_struct_images/stats/minibargraph.jpg) repeat-x top left; color:#fff; width: 107px !important; height:30px;}
.profile_ratings ul.colorbar li.value img { margin-top:6px;}
.profile_ratings ul.colorbar li.value span { float:left; line-height:30px; margin-right:5px; text-align:right; width:83px !important;}
.profile_ratings ul.colorbar li.label { border: solid 1px #3f3f3f; border-right: none; background: black url(/images/base_struct_images/stats/minibargraph.jpg) repeat-x top left;text-indent:3px;}
.profile_ratings  ul.colorbar.blue li { border-color: #18495e;}
.profile_ratings  ul.colorbar.yellow li { border-color: #6f661b;}
.profile_ratings .barcont { width:209px; display: block; height: 6px; margin-bottom: 7px; float: left;}
.profile_ratings .barcont .bar { height: 6px; display: block; float: left; }
.profile_ratings  .barcont.blue { background: #09212c; }
.profile_ratings  .barcont.blue .bar { background: #18495e; }
.profile_ratings  .barcont.yellow { background: #2a2608; }
.profile_ratings  .barcont.yellow .bar { background: #6f661b; }