
label.section {
    display: block;
    width: 70%;
    font-size: 30px;
    //    margin-left: 20%;
    color: #46c5ff;
    font-family: Avenir;
    text-align: center;
    font-weight: bold;
}

td {
    border: none;
}

div.section {
    width: 70%;
    margin-left: 20%;
    margin-bottom: 3%;
}

table.general, tr.general, td.general {
    text-align: center;
    border: none;
    color: rgb(58%, 51%, 79%);
    width: 70%;
    margin-left: 10%;
    margin-bottom: 20px;
}

td.key {
    width: auto;
    white-space: nowrap;
    background-color: #2f2f2f; //#1c1c1c;
    font-family: Verdana, Arial, sans-serif;
}
td.value {
    width: 100%;
//    background-color: #272727 !important;
    text-align: left;
    padding-left: 5%;
}
a.ach {
    color: yellow;
}
table.performance {
    //    border-collapse: collapse;
    border-spacing: 5px 0px;
}
th.performance {
//    border: 1px dashed;
//    border-collapse: collapse;
}
th.performance.first-row.dps, th.performance.heroic.dps, td.performance.heroic.best-raw-result.dps {
//    margin-right: 100px;
//    border-right: 2px solid #ddd;
}
td.performance {
    text-align: center;
}
span.performance {
//    border: 1px inset;
    border-radius: 50px;
//    border-style: dashed;
    //    border-color: white;
    padding: 2px;
    text-align: center;
    background-color: #111;
}
span.performance.blank {
    border: none;
    background-color: #333;
}



img.generalThumbnail {height: 70px; width: 70px; margin-left: 50px; }
img.generalThumbnail:hover {transform: scale(1.5, 1.5); }
img.class-icon, img.spec-icon {
    height: 1em;
    width: auto;
//    float: left;
    margin-right: 5px;
}

img.score-spec-icon, img.score-class-icon {height: 15px; width: 15px; }
img.role-icon {height: 25px; width: 25px; }

div.lookup {
    --background-color: #777777;
    height: 50px;
    font-size: 30px;
    margin: 0 auto;
    width: 60%;
//    padding-left: 5px;
    margin-bottom: 20px;
}
form.lookup {
    display: inline-block;
    vertical-align: center;
}
input.lookup {
    height: 35px;
//    margin-left: 30%;
    font-size: 30px;
//    border-radius: 20px;
//    padding: 10px;
//    outline: none;
    background-color: #3a3a3a;
    color: lightblue;
}
input.lookup::placeholder {
    //    color: white;
    padding-left: 20px;
    font-size: 80%;
}
input.image-lookup {
    height: 40px;
    width: 40px;
    position: relative;
    top: 10px;
}

div.message {
    display: block;
    font-size: 25px;
    text-align: center;
}

label.message {
     color: red;
}

table.inner {
    width: 100%;
    border: none;
}
tr.inner, td.inner {
    border: none;
}

tr.summary-links td.value img {
    padding-top: 15px;
    padding-bottom: 10px;
}

label.att {
    font-size: 0.7em;
}
span.att {
}
label.att:not(:first-child) {
    margin-left: 2em;
}
a.links {
    text-decoration: none;
}

a.links img {
    background-size: contain;
    height: 40px;
    width: 40px;
    margin-right: 30px;
}


tr.general:hover {background-color: #272727; }
label.generalName {text-align: center; font-size: 30px; }

td.severity-symbol-High::after {
    content: "❗";
    font-size: 1.5em;
}
td.severity-symbol-Medium::after {
    content: "⚠️";
    font-size: 1.5em;
}
td.severity-symbol-Low::after {
    content: "ℹ️";
    font-size: 1.5em;
}
td.severity {
    padding-left: 1em;
}
td.severity-High::after {
    font-size: 0.8em;
    color: red;
    content: "important!";
}

div.failure {
    margin-left: 30px;
    display: inline;
}
img.checkOrX {
    height: 30px;
    width: 30px;
}
img.red-triangle {
    height: 20px;
    width: 20px;
}


a.link {color: yellow; visible: false; }

td.wowhead {border: 0px; }

img.alt-class-icon {
    height: 20px;
    width: 20px;
}

label.findalt {
    cursor: grab;
}


.playerIconAndName {width: 120px; float: left; }
.playerName {float: left; }
.Normal {color: white; }
.Heroic {color: #33adff; }
.Mythic {color: orange; }
