#warlock-page>.box {
    padding: 15px;
}
#warlock-page h1 {
    font-family: Merienda, cursive;
    margin: 0;
    font-size: 16pt;
}
#warlock-page table {
    width: 100%;
}

#warlock-pact-magic-table {

}

#warlock-spell-table {
    margin-left: -5px;
}

.spell-name {
    font-family: Merienda, cursive;
    font-size: 10pt;
    font-weight:bold;
}
.spell-properties {
    font-size: 9pt;
    font-family: Merienda, cursive;
}

.spell-effect {
    font-size: 9pt;
    font-family: Verdana, Arial, sans-serif;
}

#warlock-spell-table th:nth-child(1) {
    width: 25%;
}
#warlock-spell-table th:nth-child(2) {

}
#warlock-spell-table td {
    vertical-align: top;
    padding-top: 10px;
}
#warlock-spell-table td:nth-child(1) {
    text-align: center;
    padding-top: 6px;
}