.gameRohstoffeKaufenHolder {
    text-align: center;
    position: fixed;
    left: 1207px;
    top: 486px;
    /* height: 120px; */
    margin-left: -154px;
    /* background-color: #dae1ce; */
    margin-top: -170px;
    border: 4px solid cornflowerblue;
    width: 300px;
    height: 68px;
    font-size: 40px;
    z-index: -1;
}

button.aktieRohstoffeButton {
    width: 100%;
    height: 100%;
    background-color: #0ebf62;
    font-size: 34px;
}

button.aktieRohstoffeButton:hover {
    background-color: #0a8342;
}

div.optionbuyrohstoff {
    background-color: #222222ed;
       /*visibility: hidden; */
    /* width: 300px; */
    text-align: center;
    position: fixed;
    left: 350px;
    top: 350px;
    /* height: 120px; */
    margin-left: -154px;
    /* background-color: #dae1ce; */
    margin-top: -170px;
    border: 4px solid cornflowerblue;
    width: 1520px;
    height: 715px;
    z-index: 99;
}

button.closeKaufenButton {
    background-color: #0ebf62;
    height: 70px;
    width: 70px;
    position: fixed;
    top: 185px;
    left: 1650px;
}

button.closeKaufenButton img {
    width: 82px;
    height: 82px;
    margin-top: -8px;
    margin-left: -8px;
    background-color: #00000000;
}

div.optionbuyrohstoff * {
    font-size: 36px;
}

div.optionbuyrohstoff p.titleHandels {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 48px;
}

p.summeRohstoffe {
    margin-left: -200px;
    margin-top: 75px;
}

button.rohstoffeKaufenButton {
    margin-left: -200px;
    width: 250px;
    height: 70px;
    font-size: 36px;
    background-color: #067c06;
    border: 2px solid #8e86b3;
}

button.rohstoffeKaufenButton:hover {
    background-color: #0a8342;
}

table.materialTable {
    margin-left: -550px;
    width: 58%;
    margin-top: 80px;
}

button.rohstoffPlus {
    width: 80%;
    height: 80%;
    background-color: #0ebf62;
}
button.rohstoffPlus:hover {
    background-color: #067c06;
}

button.rohstoffMinus {
    width: 80%;
    height: 80%;
    background-color: #bf0e0e;
}
button.rohstoffMinus:hover {
    background-color: #850e0e;
}

td.rohstoffPM {
    width: 90px;
    height: 90px;
}

p.rohstoffName {
    text-align: center;
    width: 140px;
}

p.rohstoffCount {
    text-align: center;
    width: 100px;
}

p.rohstoffCurrentPrize {
    width: 160px;
}