Template:Franchise/style.css

From Ethereal Superheroes Universe
.infobox {
	background: #eee;
    border: 1px solid #aaa;
    border-radius: .75em;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 320px;
}

.infobox-header {
	text-align: center;
	font-weight: 900;
	font-style: italic;
}

.infobox-row {
	display: flex;
	justify-content: space-between;
	width: 250px;
	margin: 0 auto;
}

.infobox-label, .infobox-data {
	text-align: left;
}

.infobox-label {
	width: 25%;
}

.infobox-data {
	width: 75%;
}