.infobox-culture {
float: right;
width: 320px;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 0.95em;
line-height: 1.35;
}
.infobox-culture th,
.infobox-culture td {
padding: 0.4em 0.5em;
vertical-align: top;
}
.infobox-culture .infobox-title {
background: #eaecf0;
text-align: center;
font-weight: 700;
font-size: 1.1em;
}
.infobox-culture .infobox-image {
text-align: center;
}
.infobox-culture .infobox-caption {
margin-top: 0.35em;
font-size: 0.9em;
color: #54595d;
}
/* Mobile: don't force float */
@media screen and (max-width: 720px) {
.infobox-culture {
float: none;
width: auto;
margin: 0.5em 0 1em 0;
}
}