﻿body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}

.skillTreeControls {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.5em;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.skillTreeVersions {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.skillTreeStats {
    position: fixed;
    bottom: 2em;
    left: 0;
    height: fit-content;
    width: 22.4em;
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0.25em;
    padding: 0.25em;
    display: inline-block;
    overflow: auto;
}

    .skillTreeStats .group {
        padding-top: 0.5em;
    }

        .skillTreeStats .group .title {
            font-size: x-large;
            cursor: pointer;
            display: inline-block;
            width: 100%;
        }

        .skillTreeStats .group .stat {
            padding: 0.2em;
            font-size: medium;
        }

#skillTreeStats_ShowHide {
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0 0 0 10.5em;
    width: 6em;
    display: inline-block;
}

#skillTreeContainer label {
    width: 4em;
    height: 1.5em;
    display: inline-block;
}

#skillTreeContainer select {
    width: 8em;
    height: 1.5em;
}

#skillTreeContainer input {
    width: 7.7em;
    height: 1.2em;
}

#skillTreeContainer button {
    height: 1.5em;
    cursor: pointer;
}

#skillTreeContainer input, #skillTreeContainer select, #skillTreeContainer button {
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0 0 0.25em 0.25em;
    display: inline-block;
    text-decoration-line: none;
}

.skillTreePoints {
    position: fixed;
    top: 0;
    left: 0;
    height: 1.5em;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.skillTreeNodes {
    background-image: url('/data/skill-trees/PSPointsFrame.png');
    background-size: 120px 25px;
    margin-right: 0.5em;
    width: 120px;
    height: 25px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: larger;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ad-container {
    position: fixed;
    bottom: 0.25em;
    right: 0;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: end;
}

#standard-banner {
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0.25em;
    padding: 0.25em;
    display: inline-block;
    width: 320px;
    height: fit-content;
}

span[data-ccpa-link="1"] span {
    height: 1.5em;
    line-height: 1.5em;
    cursor: pointer;
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0.125em 0.25em;
    padding: 0.25em;
    display: inline-block;
    text-decoration-line: none;
    font-size: 0.75em;
}

#ncmp-consent-link > button {
    height: 1.5em;
    line-height: 0.75em;
    cursor: pointer;
    background: #333;
    border: 1px solid #999;
    color: #FFF;
    margin: 0.125em 0.25em;
    padding: 0.25em;
    display: inline-block;
    text-decoration-line: none;
    font-size: 0.75em;
}