.log
{
    position: static;
    width: 100%;
    color: white;
    font-size: 12px;
    z-index: 1;
}
.log .log-tab
{
    position: absolute;
    display: block;
    right: 20px;
    top: 0px;
    z-index: 1001;
    background: white;
    padding: 4px;
    color: black;
    cursor: pointer;
    border: solid 1px #eee;
}

.log ul
{
    margin: 0px;
    padding: 0px;
    z-index: 1000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 2px;
    bottom: 0px;
    overflow: auto;
    display: none;
    opacity: 0.5;
    filter:alpha(opacity: 50);
    background: black;
    outline: none; /* stops browser scroll handles when ul is focused */
}

.log li
{
    margin: 0px;
    padding: 0px;
}