.posGK {
    background-color: rgb(219, 161,  16);
    border-top-color: rgb(226, 179,  60);
    border-bottom-color: rgb(151, 111,  10);
    color : white;
}

.posDEF {
    background-color: rgb( 35, 105, 217);
    border-top-color: rgb( 76, 133, 224);
    border-bottom-color: rgb( 24,  72, 150);
    color : white;
}

.posMID {
    background-color: rgb( 75, 159,  35);
    border-top-color: rgb(108, 177,  75);
    border-bottom-color: rgb( 51, 110,  23);
    color : white;
}

.posATT {
    background-color: rgb(190,  38,  46);
    border-top-color: rgb(202,  78,  84);
    border-bottom-color: rgb(131,  25,  31);
    color : white;
}
