Template:InfoBox/styles.css

Template page
/* Infobox CSS */

.infobox {
    background: #272e34;
    border: 0px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
    border-radius: 5px;
    box-shadow: 5px 10px 30px 10px #000000;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}