div.inventoryHolder {
    background-color: #222222ed;
    text-align: center;
    position: fixed;
    left: 210px;
    top: 210px;
    margin-left: -154px;
    margin-top: -170px;
    border: 4px solid cornflowerblue;
    width: 1800px;
    height: 1000px;
    z-index: 100;
}

button.openCurrentTradeButton {
    background-color: #0ebf62;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 62px;
    top: 130px;
    border: 3px solid #5a9523;
}

button.openCurrentTradeButton img {
    width: 60px;
    height: 60px;
}

button.closeInventoryButton {
    background-color: #0ebf62;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 60px;
    top: 45px;
}

button.closeInventoryButton img {
    width: 82px;
    height: 82px;
    margin-top: -8px;
    margin-left: -8px;
    background-color: #00000000;
}

p.inventoryName {
    color: #859941;
    font-size: 45px;
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: bolder;
}

/*
div.tradeGiveHolder {
    position: absolute;
    width: 520px;
    background-color: #222;
    height: 600px;
    border: 2px solid white;
    left: 10px;
    bottom: 10px;
}

div.tradeTakeHolder {
    position: absolute;
    width: 520px;
    background-color: #222;
    height: 600px;
    border: 2px solid white;
    right: 415px;
    bottom: 10px;
}*/

