body {
	padding: 0px;
	margin: 0px;
}

#root {
	width: 770px;
}

.tlo {
	width: 770px;
	height: 653px;
	text-align: left;
}

.menu {
    width: 125px;
    height: 406px;
    left: 2px;
    position: absolute;
    top: 90px;
    text-align: center;
}

.przycisk {
    border: 0px;
    cursor: pointer;
    z-index: 110;
}
    
.maleKolko {
    left: 41px;
    top: 10px;
    border: 0px;
    height: 60px;
    width: 60px;
    position: absolute;
}

.karta {
    position: absolute;
    z-index: 110;
}


.tekst {
	padding: 10px;
	border: solid #492e1e 1px;

	overflow-y: scroll;
	overflow-x: hidden;


	/*scrollbar-highlight-color:#ffebb0;  */

	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:black; 
	scrollbar-base-color:white; 
	scrollbar-dark-shadow-color:black;
	scrollbar-face-color:#efdba0; 
	scrollbar-highlight-color:#fff5ba;  
	scrollbar-shadow-color:silver; 
}

