.infobox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.infobox tr {
display: flex;
box-sizing: border-box;
flex-direction: column;
padding: 0 10px;
}
.infobox-header {
/*width: 25%;*/
border-top: 1px solid;
border-color: var(--border-color-base);
/*background: linear-gradient(90deg, var(--LCB-Color-Resource), transparent);*/
color: var(--color-base--emphasized);
font-size: 1em;
}
.infobox-data td {
/*text-align: right;*/
margin-left: auto;
width: 90%;
background-color: transparent;
font-size: 0.875em;
}
#portrait-image img {
width: auto;
height: auto;
max-height: 500px;
max-width: calc(100% - 20px);
}