.noworld-infobox {
display: table;
background-color: white;
border-collapse: collapse;
width: 260px;
float: right;
text-align: center;
font-size: 89%;
box-shadow: 4px 4px 8px #888888;
margin: 10px;
}
.noworld-infobox-title>div:first-child {
display: table-cell;
background-color: black;
color: white;
width: 46.263%;
padding: 8px 1px 5px 10px;
font-weight: bold;
text-align: right;
font-size: 120%;
}
.noworld-infobox-title>div:last-child {
display: table-cell;
background-color: white;
color: black;
width: 53.737%;
padding: 8px 10px 5px 1px;
font-weight: bold;
text-align: left;
font-size: 120%;
}
.noworld-infobox-args>div:first-child {
display: table-cell;
background-color: black;
color: white;
width: 40%;
padding: 4px;
vertical-align: middle;
}
.noworld-infobox-args>div:last-child {
display: table-cell;
color: black;
width: 60%;
padding: 4px;
vertical-align: middle;
}
.noworld-infobox-args:nth-child(odd)>div:first-child {
background-color: black;
}
.noworld-infobox-args:nth-child(even)>div:first-child {
background-color: #9EA7A6;
}