body {
    background-color: #0b0b15;
    color: #efefef;
    font-family: 'Fjalla One', sans-serif;
}
a {
    color: #efefef;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}
a:hover {
    color: #efef00;
    background-color: #555522;
    text-decoration: none;
}
h1 {
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}
h1 a {
    display: inline;
}
h1 a:hover {
    background-color: black;
}
img {
    vertical-align: middle;
    margin-left: 2px;
    margin-bottom: 6px;
}
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #efefef;
}
td, th {
    border-right: 1px dotted #777777;
}
th, td {
    padding: 2px;
}
th, td {
    text-align: center;
}
tr.head {
    background-color: #333333;
}
tr.head:hover {
    background-color: #333333;
}
tr:nth-child(even) {
    background-color: #222222;
}
tr:hover {
    background-color: #555555;
}
/*
td[code]:hover {
    color: #efef00;
    background-color: #555522;
    cursor: pointer;
}
*/
table.skill {
    width: auto;
    height: auto;
    display: inline-block;
    table-layout: fixed;
    border: 1px solid #efefef;
    margin-left: 5px;
    margin-right: 5px;
}
table.locked-skill {
    width: auto;
    height: auto;
    display: inline-block;
    table-layout: fixed;
    border: 1px solid #777777;
    margin-left: 5px;
    margin-right: 5px;
}
table.skill tr, table.locked-skill tr {
    background-color: transparent;
}
table.skill td, table.locked-skill td {
    width: 10px;
    height: 10px;
    border: 1px dotted #777777;
}
table.skill td.owned {
    background-color: #555555;
}
table.skill td.aced {
    background-color: #0b0bf2;
}
span.owned {
    color: #555555;
}
span.aced {
    color: #0b0bf2;
}
