.infobox {
border-left: 5px solid #897051;
border-radius: 5px;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: auto;
}
.infobox-title {
color: #897051;
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox table {
border-top: 5px solid #897051;
width:100%;
}
.infobox tr:nth-child(even) {
background: #897051;
opacity: 0.4;
}
.infobox th {
text-align: right;
vertical-align: top;
width: auto;
}
.infobox td {
vertical-align: top;
}