.as-cpu-viewer{
    position: fixed;
    bottom: 5px;
    right: 5px;
    box-sizing: border-box;
    z-index: 1000000000;
    border: 1px solid black;
    display: inline-block;
    pointer-events: none;
}

.as-cpu-viewer.as-hover{
    opacity: 0.3;
}

.as-cpu-viewer canvas{
    display: block;
}

.as-pending-attachhook-count{
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    z-index: 1000000;
    right: 10px;
    top: 10px;
    background: white;
    border: 1px solid red;
    opacity: 0.5;
    pointer-events: none;
}

.as-pending-attachhook-count:hover {
    opacity: 0.0;
}