.dialog  {    
    text-align: justify !important;
    display: none;
}
.dialog p {
    margin: 1em 0;
}
.dialog table {
    border-collapse: collapse;
}
.dialog table td {
    padding: 1em;
    border: solid 1px grey;
}
.dialog table .thead {
    font-weight: bold;
    text-align: center;
}
.dialog .title {
    font-size: 15pt;
    padding: 0.5em;
    border-bottom: solid 1px grey;
}
.data-sample {
    width: 90%;
    margin: 0 auto;
}
.data-sample tr {
    border-bottom: solid 1px #ccc;
}
.data-sample td {
    border: 0 !important;
    text-align: center;
}
.data-sample th {
    text-align: center;
}
.vertical-data {
    margin-left: 3em;
    width: auto;
}
.vertical-data td {
    border: 0 !important;
}
.vertical-data tr {
    border: solid 1px #bbb;
}
.spacer {
    display: block;
    height: 25px;
}