﻿/*  * {
    margin: 0;
    padding: 0;
}*/
body {
    margin: 0;
    padding: 0;
}

#topbar {
    position: absolute;
    border: 1px solid black;
    padding: 2px;
    background-color: black;
    z-index: 100;
}

.MyRedBox {
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    block-size: fit-content;
}

.sub_div {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.line-break {
    white-space: pre-line;
}

.footer {
    font-family:Consolas;
    background: red;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
hr.divider {
    margin: 0em;
    border-width: 2px;
}
.MyBox {
    display: inline-block;
}