Template:Infobox.css
Appearance
.infobox {
float: right; width: 260px; border: 1px solid #aaa; background: #f8f9fa; margin: 0 0 1em 1em; font-size: 90%;
}
.infobox-table {
width: 100%; border-collapse: collapse;
}
.infobox-title {
background: #cedff2; text-align: center; font-weight: bold; font-size: 110%;
}
.infobox-image {
text-align: center; padding: 5px;
}
.infobox-table th {
text-align: left; background: #e9ecef; padding: 4px; width: 40%;
}
.infobox-table td {
padding: 4px;
}
/* placeholder */