div.bx-debug-summary {
    margin: 5px;
    font-size: 11px;
    padding: 5px;
    line-height: normal;
    font-weight: normal;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    opacity: 0.4;
    width: auto;
}
div.bx-component-debug {
    border: 1px solid red;
    font-family: Verdana,Arial;
    font-size: 10px;
    color: black;
    background-color: white;
    margin: 0px;
    padding: 2px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    background-image: none;
}
div.bx-debug-summary:hover {
    opacity: 1;
}