.spell-level-table {
    width: 100%;
}

.spell-level-table th {
    padding: 5px 5px 5px 10px;
}

.spell-level-table td {
    padding: 5px 5px 5px 10px;
    background-color: #ececec;
}

.spell-level-table tr:hover td {
    background-color: #e5e5e5;
    cursor: pointer;
}

.spell-level-table tr:first-child th {
    background-color: #00a1ef;
    color: white;
}

.spell-level-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.spell-level-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.spell-level-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.spell-level-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.spell-header {
    background-color: #00a1ef;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 10px 10px 15px;
}

.spell-header {
    margin-bottom: 0;
}

.spell-body {
    background-color: #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 10px 10px 15px;
}
