.screenshotElement{
    width: 100%;
}
.gui-project-list-container{
    margin: auto;
    max-height: 300;
    width: 100%;
    contain: content;
    overflow-x: hidden;
    padding: 13px;
}

.deletePersonButton,.deleteTableButton{
    background-color: #743333;
    background-color: #009aff;
    border-radius: 0;
    position: relative;
    border: 0px dashed black;
    flex: auto;
    width: 20%;
    padding: revert;
}
.deletePersonButton:hover, .deletePersonButton:hover{
    background-color: #743333;
    color: white;
}

.personVisningsDiv, .tableVisningsDiv, .allergiVisningsDiv{
    display: flex;
}
.personVisningText, .tableVisningsText, .allergiVisningsDiv{
    float: left;
    flex: auto;
    flex-grow: 0.8;
    flex-basis: 370px;
}
