button {
    align-items: center;
    background-color: green;
    color:white;
    width:170px;
    border-radius: 21px;
    border-width: 3;
    box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,rgba(179, 132, 201, 0.4) 0 8px 12px;
    color: #FFFFFF;
    cursor: pointer;
    padding:13px;
    font-family: tahoma;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    
    
    text-align: center;
    
  }

  

  .butNA 
  {
	
	background-color: #AAAAAA;
	color: #DDDDDD;
	cursor:default;

  }



body
{
    background-color:#e9d8a6;
	margin: 0;
  padding: 0;
  position: relative; /* ważne dla absolute children */
}


.cela
{
    color:gray;
}


#idDivStatus, #idDivInfo
{
    color:blue;
    font-family: tahoma;
	font-size: 5mm;	
}

.highlight { background-color: yellow; }

td
{
    padding:3px;
}


.atxt
{
    width:37px;
    vertical-align: middle;
    cursor:pointer;
    margin-left:30px;
    font-family: tahoma;
    font-weight: bold;
	font-size: 4mm;	
    background-color: #a2d2ff;
    color:white;
    padding:7px;
    border-radius: 11px;
}


.aimg
{
    width:37px;
    vertical-align: middle;
    cursor:pointer;
    margin-left:30px;
}

table, td
{
    color:blue;
    font-family: tahoma;
	font-size: 4.7mm;	
    border: 1px solid black;
    border-collapse: collapse;
    pad:4px;
    
}  


#statsTab
{
    color:blue;
    font-family: tahoma;
	font-size: 3mm;	
    border: 1px solid black;
    border-collapse: collapse;
    
    
}  

.sTabTD
{
	font-size: 4.5mm;	
    padding:12px;
	padding-top:7px;
	padding-bottom:7px;
    cursor: pointer;
}

.sTabTDgray
{
	font-size: 4mm;	
    padding:12px;
	padding-top:7px;
	padding-bottom:7px;
    background-color:#BBBBBB;
	color:#888888;
}

textarea
{
	padding:7px;
	font-family: tahoma;
	font-size: 5mm;	
	width:50%;

		
}


div
{
	padding:10px;
	
		
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
   
   
    background: rgba(0,0,0,0.7);
    color: white;
   
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    display: none;
  }