.ooo-infobox {
width: 320px;
border: 1px solid #dcdcdc;
border-collapse: separate;
border-spacing: 0;
background: #fff;
font-size: 90%;
box-shadow: 0 1px 3px rgba(0,0,0,.08);
border-radius: 10px;
overflow: hidden;
}
.ooo-infobox th,
.ooo-infobox td {
padding: 8px 10px;
vertical-align: top;
}
.ooo-infobox .ooo-infobox__title {
text-align: center;
font-weight: 700;
font-size: 110%;
background: #f6f6f6;
padding: 10px;
}
.ooo-infobox .ooo-infobox__image {
text-align: center;
padding: 10px;
background: #fafafa;
}
.ooo-infobox .ooo-infobox__caption {
text-align: center;
font-style: italic;
color: #555;
padding: 6px 10px 10px;
line-height: 1.35;
}
.ooo-infobox tr:nth-child(even) td,
.ooo-infobox tr:nth-child(even) th {
background: #fcfcfc;
}
.ooo-infobox th {
width: 45%;
color: #444;
text-align: left;
font-weight: 600;
}
.ooo-infobox__group {
background: #f8f9fa;
}
.ooo-infobox__group th {
text-align: center;
font-weight: 700;
padding: 8px 10px;
}
.ooo-infobox__muted {
color: #666;
font-style: italic;
}