@charset "utf-8";
/* CSS Document */

ul#system-log { font-family:Arial, Helvetica, sans-serif; font-size: 1.2em; line-height:1.6em; color:#666666; margin:0px; padding:10px 0px 0px 0px; list-style:none;}
ul#system-log li.log-info{ color:green; font-size:1.1em;}
ul#system-log li.log-warning{ color:red; font-size:1.1em;}
ul#system-log li.log-fatal{ color:red; font-weight:bold; text-transform:uppercase; font-size:1.1em;}

/* some styles for the core view */
DIV#buancore { margin:10px 0px 0px 0px;}