#da-hm-log-container, #da-hm-log-container > p{

    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;

    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

}

#da-hm-log-container{
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background: #000 !important;
    padding: 11px !important;
    z-index: 999999999999 !important;
    text-align: left !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    max-height: 400px !important;
}

#da-hm-log-container > p{
    font-size: 14px !important;
    line-height: 22px !important;
    color: #00ff00 !important;
    font-family: Consolas, monospace !important;
    font-weight: normal !important;
    text-align: left !important;
}

#da-hm-log-container > #da-hm-log-heading{
    color: #fff !important;
    text-align: left !important;
}