html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background-color: #2a2a2a;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    color: white;
}

#itemDesc {
    position: fixed;
    display: none;
    top: 20px;
    left: 20px;
    z-index: 100000;
    background-color: #171717;
    min-width: 150px;
    min-height: 100px;
    color: white;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #8c8c8c;
    padding: 15px 25px 15px 105px;
}

#itemDesc img {
    position: absolute;
    left: 15px;
    width: 75px;
    border-radius: 5px;
    border: 1px solid rgba(255, 215, 0, 0.5);
    margin-right: 15px;
}

#itemDesc-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
}

#itemDesc-redirect {
    color: #919191;
}

#itemDesc-sources {
    margin-top: 15px;
    font-size: 22px;
}

.content {
    width: 1200px;
    padding: 0 0 95px 0;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 0 20px 0 #1f1f1f;
}

.navigation-bar {
    margin-bottom: 35px;
    padding: 15px;
    box-sizing: border-box;
}
.navigation-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 3px;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    border-radius: 5px;
}
.navigation-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.header {
    background-image: url('../assets/sod.png');
    width: 100%;
    height: 300px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position-x: 40px;
}

.main-title {
    font-size: 50px;
    color: #dadada;
    text-shadow: 0 0 10px #000;
    margin: 75px 0 0;
    padding: 0;
    width: 650px;
    float: right;
    line-height: 1.5;
}

.category {
    font-size: 28px;
    color: #bba365;
    text-shadow: 0 0 5px #000;
    text-align: left;
    padding: 35px;
    box-sizing: border-box;
}

h2 {
    padding: 0;
    margin: 0 35px 65px 35px;
    font-size: 48px;
    display: inline-block;
    text-transform: uppercase;
}

h3 {
    padding: 0;
    margin: 0 35px 35px 35px;
    font-size: 36px;
    display: inline-block;
    color: #d2b99a;
}

h4 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 24px;
    display: inline-block;
    color: #818181;
}

.right {
    float: right;
}

.item-chart {
    position: relative;
}

.item-chart .bar {
    background-color: #5f7ba8;
    min-width: 10px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #000000;
    text-shadow: none;
    padding-left: 15px;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 6px;
    white-space: nowrap;
    margin-bottom: 8px;
}

.item-chart img {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 10px;
    overflow: hidden;
}

.panel {
    width: 100%;
    height: 570px;
    position: relative;
}

.panel #panel-name {
    position: absolute;
    text-align: center;
    top: 20px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.panel .character-panel {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 450px auto;
    background-image: url('../assets/panel.png');
    position: absolute;
    top: 0;
    left: 0;
}

#left-panel {
    height: 100%;
    width: calc(50% - 450px / 2);
    float: left;
    text-align: right;
}

#right-panel {
    height: 100%;
    width: calc(50% - 450px / 2);
    float: right;
    text-align: left;
}

#weapon-panel {
    height: 80px;
    width: 450px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
}

.armor {
    width: 100%;
    height: 49px;
    margin: 7px 0 0 0;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 0;
}

.armor img {
    height: 100%;
    border-radius: 6px;
    margin-left: 5px;
    user-select: none;
    cursor: pointer;
}

.weapon {
    width: 30%;
    height: 50px;
    margin: 7px 0 0 0;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.weapon img {
    height: 100%;
    border-radius: 6px;
    margin-left: 5px;
}

.equipped-item {
    background-color: rgba(255, 192, 203, 0.05);
    display: inline-block;
    width: 50px;
    height: 50px;
}

#looters {
    font-size: 0;
    text-align: center;
    margin-bottom: 15px;
}

.looter {
    display: inline-block;
    background-color: #434373;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 5px 5px 5px;
    color: white;
    text-shadow: none;
    user-select: none;
    cursor: pointer;
    font-size: 18px;
}

.looter:hover {
    background-color: #555591;
}

.quality-poor {
    border: 1px solid grey !important;
    box-sizing: border-box;
}

.quality-common {
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
}

.quality-uncommon {
    border: 2px solid #03e303 !important;
    box-sizing: border-box;
}

.quality-rare {
    border: 3px solid #11119d !important;
    box-sizing: border-box;
}

.quality-epic {
    box-shadow: 0 0 20px 5px #9b0a9b !important;
    border: 3px solid #9b0a9b !important;
    box-sizing: border-box;
}

.quality-legendary {
    box-shadow: 0 0 20px 5px #ff8800 !important;
    border: 3px solid #ff8800 !important;
    box-sizing: border-box;
}

.showMore {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
