@CHARSET "UTF-8";

/*************************************************
* MML theme overrides
**************************************************/
/** Removing extra bullet from tabs (overrides base.css) */
ul li, ol ul li {
    list-style:none outside none; /* !important; */
}

/** Removing extra space from tabs and tree (overrides general.css) */
#main ul {
    overflow:visible; /* !important; */
    margin-bottom:0px; /* !important; */
    margin-left:0px; /* !important; */
    padding-left:0px; /* !important; */
}