.debug_head {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
}
.debug_head._purple {
    background-color: purple;
}
.debug_head._green {
    background-color: rgba(35, 150, 27, 1);
}
.debug_head._gray {
    background-color: #999;
}
.debug_body {
    padding: 8px 15px;
}
.debug_body._purple {
    background-color: rgba(247, 222, 255, 1);
    border: solid purple 2px;
}
.debug_body._green {
    background-color: rgba(252, 242, 242, 0.15);
    border: solid rgba(35, 150, 27, 1) 2px;
}
.debug_body._gray {
    background-color: #efefef;
    border: solid #999 2px;
}
.debug_head._orange {
    background-color: rgb(180, 83, 22);
}
.debug_body._orange {
    background-color: rgb(232, 214, 195);
    border: solid rgb(180, 83, 22) 2px;
}
.debug_head._blue {
    background-color: rgba(0, 85, 255, 1);
}
.debug_body._blue {
    background-color: rgb(194, 209, 239);
    border: solid rgba(0, 85, 255, 1) 2px;
}
.debug_head._red {
    background-color: rgba(170, 0, 0, 1);
}
.debug_body._red {
    background-color: rgb(215, 159, 159);
    border: solid rgba(170, 0, 0, 1) 2px;
}