#tabs {
    position: absolute;
    inset: 10px 100px;
    display: none;
}

#tabs > .ui-tabs-panel {
    position: absolute;
    inset: 40px 0 0;
    overflow-y: auto;
}

.center {
    text-align: center;
}

.caption {
    font-size: 24px;
    font-weight: bold;
    font-family: Calibri, serif;
}

.panels {
    display: flex;
}

.panels > div {
    width: 50%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: small;
}

#tabs > #lawyers {
    overflow: hidden;
}

#lawyers object {
    width: 100%;
    height: 100%;
    border: none;
}
