html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; }

body {
    background-color: #758eca;
    display: flex;
    justify-content: center;

}

body .wrapper { 
    background-color: white;
    width: 1024px;
    height: 100%;
    padding: 20px;
}

body .wrapper button {
    width: 250px;
    height: 50px;
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: large;
    border-style: none;
    margin-top: 20px;
    margin-right: 20px;
}

.metadatablock {
    border: 1px solid black;
    padding: 10px;
}

.credentials {
    border: 1px solid black;
    padding: 10px;
    margin-top: 25px;
}

.row {
    display: flex;
    justify-content: left;
    padding-bottom: 5px;
}

.row .label {
    width: 200px;
    font-weight: bold;
}

.row .claimlabel {
    width: 280px;
}

.row .messagelabel {
    width: 280px;
}

.row .metadata {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row .claim {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row .message {
    flex: 1;    
}

.row .portrait {
    width: 250px;
}
