#myropetek_dialog{
    height:auto !important;
}

.info {
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: #69A5BD;
    resize: none;
    padding: 2px 2px 2px 3px;
    width: 78%;
    margin: 0;
}

.UserProfile {
    border: none;
    font-weight: bold;
    font-style: italic;
}

.info-last {
    margin-bottom: 0;
}

#diagnostics-card {
    width: 600px;
    cursor: move;
}

.max-height {
    height: 100%;
}

.btn-close{
    border: 1px solid #d3d3d3;
    background:#e6e6e6;
    font-weight: normal;
    color: #555555;
    align-content: flex-end;
}

.main-body{
    background: #FFFDE6;
    width: 100vw;
    height: 100vh;
    width: 100%;
    height: 100%;
}

