#mainview
{
    stroke-width: 1px;
    stroke: white;
    fill: transparent;
}

#static
{
    background-color: black;
    position: fixed;
    top:0px;
    left:0px;
    padding: 10px;
    border: 1px solid white;
    border-top: none;
    border-left: none;
    overflow: clip;
    height: fit-content;
    width: fit-content
}

#hope-not
{
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color: red;
    width: 300px;
}

.backtohome
{
    margin: -10px;
    padding: 10px;
    box-sizing: content-box;
    background-color: black;
}

#file
{
    border: 0;
}