.textbox {
    width: 300px;
    margin-right: 10px;
    box-sizing: border-box; /* Ensures padding/border don't break layout */
    font-family: Imperator;
    background-color: #f6f1e5;
    border: 0px black dotted;
    border-radius: 4px;

}

#container {
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
}



#header {
    display: none;
}

#infodisplay {
    font-size: 11pt;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#infodisplay td {
    align-content: start;
    justify-content: start;
    padding-right: 10px;
}

#console {
    width: 49%;
    max-width: 49%;

    height: 500px;
    border: black 1px solid;
    margin-right: 5px;
    overflow: auto;
    padding: 10px

}

#details {
    width: 49%;
    max-width: 49%;
    height: 500px;
    border: black 1px solid;
    overflow: auto;
    padding: 10px
}

#detailLeft {
    width: 25%;

}



#companies1 {
    width: 49%;

    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

#companies2 {
    display: flex;
}

#resultsNumber {
    margin-right: 4px;
}

#newsDisplay {
    width: 100%;
    max-width: 100%;
    height: 200px;
    border: black 1px solid;
    margin-right: 5px;
    overflow: auto;
    padding: 10px
}


.debugconsole {
    width: 49%;
    max-width: 49%;
    height: 500px;
    border: black 1px solid;
    overflow: scroll;
    white-space: pre

}