div.guild-invest-table div.block__content{
    overflow-x:scroll;
    width:100%; 
}

.invest-table table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin : 10px auto;
    padding: 0 10px;
    background-color: white;
}
.invest-table th,
.invest-table .header,
.invest-table .vertical{
    background-color: #eee;
}
.invest-table tr, 
.invest-table td, 
.invest-table th{
    border: solid 1px grey;
    padding: 0 5px;
}

.invest-table .vertical{
    line-height: 1;
    padding-top: 0.5rem;
    position: relative;
    position:sticky;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    width: 1em;
    border: solid 1px grey;
}

.fixed{
    position: sticky;
    background: white;
    border: solid 1px grey;
    white-space: nowrap;
}
.fixed:first-child,
.fixed:nth-child(2) {
    left: 26px;
    border: solid 1px grey;
}
.vertical:first-child,
.header.fixed:first-child,
.first-col:first-child {
    left:0;
    border: solid 1px grey;
}


.first-col{
    width: 150px;
    border: solid 1px grey;
}

.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}



.form-item label:not(.option) {
    display: block;
    float: left;
    width: 150px;
    padding: 1px;
    margin: 5px 0 0;
    text-align: right;
  }
  
.node-form .form-text {
    display:inline;
    width:auto;
}

.block-shoptitans-player-game-block h2,
.block-shoptitans-player-game-block h2 a{
    color: white;
}