#codeigniter_profiler {max-width: 90%; min-width: 35em; position: fixed; bottom: 0; width: auto; display: block; font-family: Monaco,Menlo,Consolas,"Courier New",monospace;}
#codeigniter_profiler > fieldset {display: none; margin: 0!important; }
#ci_profiler_menu {margin: 0; background: #DDD;}
#ci_profiler_menu:after {clear: both; content: ""; display: table;}
#ci_profiler_menu ul {list-style-type: none; margin: 0; padding: 0; float: left;}
#ci_profiler_menu ul li {display: block; line-height: 15px; float: left; margin: 0 2px; text-align: center;}
#ci_profiler_menu ul > li > a {padding: 5px 10px 0; text-transform: uppercase; text-decoration: none; display: block; font-weight: bolder;}
#ci_profiler_menu ul > li > span {font-size: 11px;}
#ci_profiler_queries table tr td {color: #252525;}  
.profiler_default {border-bottom: 4px solid #333333; } .profiler_default a{color: #333333;} 
.profiler_blue  {border-bottom: 4px solid #0000FF;} .profiler_blue a{ color: #0000FF;}
.profiler_green {border-bottom: 4px solid #009900; } .profiler_green a {color: #009900;}
.profiler_magenta {border-bottom: 4px solid #5A0099; } .profiler_magenta a {color: #5A0099;}
.profiler_brown {border-bottom: 4px solid #990000; } .profiler_brown a {color: #990000;}