Vorlage:Infobox/styles.css
Erscheinungsbild
.box {
background-color: #F8F9FA;
border: 1px solid #CFD4D9;
border-spacing: 0;
clear: right;
float: right;
font-size: 95%;
line-height: 1.5em;
margin: 0 0 1em 1em;
}
.box caption {
font-weight: bold;
}
.box > tbody > tr:not(:last-child) > td,
.box > tbody > tr:not(:last-child) > th,
.box_inner > tbody > tr > td,
.box_inner > tbody > tr > th {
border-bottom: 1px solid #E6E6E6;
}
.box > tbody > tr > td,
.box > tbody > tr > th:not(:only-child),
.box_inner > tbody > tr > td,
.box_inner > tbody > tr > th:not(:only-child) {
padding: .24em .2em;
}
.box > tbody > tr > th,
.box_inner > tbody > tr > th {
vertical-align: top;
min-width:110px;
}