
body {
    background-color: black;
    color: rgb(225, 242, 245);
}
table, th, td {border: 1px solid lightblue;
    text-align: center; height: 40px; }
td {
//    background-image: url("https://www.warcraftlogs.com/img/icons/Warlock-Demonology.jpg");
}
th {
    padding: .5em;
}

/* Week selection */
div#header {
    text-align: center;
    display: flex;
    gap: 1em;
    margin-left: 5%;
    margin-bottom: 2em;
}

div#header > div#week-bounds {
    text-align: center;
    font-size: 20px;
    margin-top: 0.4em;
}
div#week-bounds {
    text-align: center;
    visible: true;
    height: 30px;
    margin-top: 20px;
}
div.week-title {
    text-align: center;
    font-size: 25px;
    text-decoration: underline solid;
    text-underline-offset: 0.25em;
}

div#general {
    margin-top: 10px;
}

.classIcon {height: 25px; width: 25px; float: left; margin-right: 5px; }
.player-icon-and-name {width: 200px; float: left; }
.player-name {float: left; font-size: 20px; margin-top: 5px; }
.Normal {
    color: white;
}
.Heroic {
    color: #33adff;
}
.Mythic {
    color: orange;
}
tr:hover {background-color:#002040 !important; }
td.index {
    text-align: center;
}
.overall-score {
//    background-color: blue;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.score-and-dps {
    text-align: center;
    font-size: 20px;
}
