
                                                                            /*------Top-----*/
#top{
    background-color: black;
    height: 25dvh;
    position: relative;

}
    #topLeft{
        float: left;
        width: 25dvw;
        height: 20dvh;
    }
        #title{
            width: 25dvw;
            height: 15dvh;
        }
                                                                                       /*------Stats-----*/
    #statBox{
        float: left;
        width: 25dvw;
        height: 20dvh;
    }
        #name{
            font-size: 1.5dvw;
            line-height: 2dvh;
            margin: 1dvh;
        }
        .westStatBox{
            display: none;
            font-size: 1.5dvw;
            line-height: 3dvh;
            width: 8dvw;
            height: 7dvh;
            text-align: center;
            position: relative;
            float:left;
            border: 0.1dvw solid white;
        }
        .westNumbers{
                min-width: 8dvw;
                text-align: center;
                font-weight: bold;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                }   
        #visionBox{
            background-color: #00008b;
        }
        .visionText{
            font-size: 1.5dvw;
            line-height: 4dvh;
            font-family: "Papyrus", "Arial", sans-serif;
        }
        #charmBox{
            background-color: #6e0a1e;
        }
        .charmText{
            font-size: 1.5dvw;
            line-height: 4dvh;
            font-family: "Papyrus", "Arial", sans-serif;
        }
        #healthBox{
            background-color: #004000;
        }
        .healthText{
            font-size: 1.5dvw;
            line-height: 4dvh;
            font-family: "Papyrus", "Arial", sans-serif;
        }
        #radianceBox{
            background-color:#105954;
        }
        .radianceText{
            font-size: 1.5dvw;
            line-height: 4dvh;
            font-family: "Papyrus", "Arial", sans-serif;
        }
        #madnessBox{
            display: block;
            position: absolute;
            left: 41dvw;
            top: 11dvh;
            font-size: 1.5dvw;
            line-height: 3dvh;
            width: 8dvw;
            height: 7dvh;
            background-color: #240048;
            cursor: grab;
            z-index: 10;
            border-radius: 0% 0% 0% 0%;
            transform: rotate(0deg);
        }
        #madnessBox.dragging {
            cursor: grabbing;
        }
        .madnessText{
            margin-top: 0.5dvh;
            font-size: 3dvh;
            line-height: 3dvh;
            font-family: "Papyrus", "Arial", sans-serif;
        }

        #gear{
            position: absolute;
            cursor: pointer;
            left: 50dvw;
            top: 4dvh;
            width: 4.2dvw;
            height: 2.2dvw;
        }
    #menuBox{
        float: left;
        margin-top: 4dvh;
        width: 12dvw;
        height: 12dvh;
        display: none;
        gap: 0.5dvw; 
        flex-wrap: wrap;
    }
 .menuItem{
    clear: both;
    float: right;
    width: 4dvw;
    height: 2dvw;
    padding: 0.25dvw;
    border: 1px groove blue;
}  
        
        
    #commentBox{
        margin-right: 1dvw;
        margin-top: 1dvh;
        float: right;
        width: 35dvw;
        height: 20dvh;
    }
        #commentaryTitle{
            float: right;
            text-align: right;
            line-height: 4dvh;
            width: 25dvw;
        }
        #commentary{
            cursor: pointer;
            float: right;
            text-align: right;
            overflow: hidden;
            font-size: 1.25dvw;
            line-height: 1.5dvw;
            min-height: 16dvh;
            height: 16dvh; 
            width: 30dvw;
            background-color: #121212;
        }
        #topNyar{
            float: right;
            width: 5dvw;
        }
    #tabRow{
        position: absolute;
        bottom: -0.4dvh;
        left: 0;
        min-width: 99dvw;
        display: flex;
        justify-content: space-evenly;
        padding-right: 1dvw;
        padding-left: 1dvw;
    }
        .tabs{
            display: none;
            padding-top: 0.25dvh;
            float: left;
            min-width: 15dvw;
            min-height: 4dvh;
            font-size: 1.5dvw;
            line-height: 1.5dvw;
            text-align: center;
            border: 0.2dvw solid white;
            border-radius: 5px 0 0 0;
            position: relative;
            font-weight: bold;
            z-index: 30;
        }
        #westTab{
            background-color: black;
        }