﻿html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

td.prop-val {
    word-break: break-all;
}

.content-main {
    margin: 10px;
}

.section-title {
    margin-block-start: 5px;
    margin-block-end: 5px;
}

input[type=text]:focus {
    width: 100%;
}

#persona-email {
    width: 50%;
}

#persona-email:focus {
    width: 100%;
}

#filter-email {
    width: 50%;
}

#filter-email:focus {
    width: 100%;
}

#header-table {
    border: 1px solid black;
}

#header-table.td {
    border: 1px solid black;
}
