.fs-sm
{
    font-size : 0.85rem; 
}
.fs-75
{
    font-size : 0.75rem; 
}
.fs-ssm
{
    font-size : 0.65rem; 
}
.bg-szary 
{ 
    background : lightslategray; 
}
.bg-ciemnoszary 
{ 
    background : rgb(75, 74, 74);     
}
.bg-silver 
{ 
    background : rgb(192, 192, 192); 
}
.bg-pistachio
{
    background : #93C572;     
}
.bg-pink
{
    background : #E89CB5;
}
.bg-odbiorca
{
    background : linear-gradient(rgb(108, 155, 241), rgb(21, 117, 241));
}
.klawisz
{
    cursor : pointer;
}
