.debugBoxContainer {
    background-color: rgba(195,195,195,0.6);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 1px rgba(45,45,45,0.7);
    bottom: 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /* height: 250px; */
    min-height: 100px;
    max-height: 250px;
    left: 0;
    letter-spacing: 1.1px;
    padding: 20px 10px 12px;
    position: fixed;
    overflow: auto;
    /* width: 400px; */
    min-width: 250px;
    max-width: 425px;
    z-index: 100000;
}
