#tabela {
	display: block;
	overflow: scroll;
	overflow-x:hidden;
	height: 500px;
	width: 120px;
}
#info {
	height: 20px;
	text-align: center;
}
td {
	vertical-align: top;
}
.navbar {
    background-color: white; 
    font-size: large; 
    border-top-style: solid; 
    border-bottom-style: solid; 
    border-width: 1px; 
    border-color: black; 
    padding: 10px;
}
a {
    color: #00ff00;
}
body {
	font-family: "Courier New";
}
.so-posnetki{
	background-color: #00ff00;
}
.graf {
	background-color: #00ff00;
	height: 0px;
	width: 25px;
}
#graf {
	font-family: "Arial";
	font-size: x-small;
	text-align: center;
	width: 720px;
}
img {
    height: auto;
    width:50%;
    display: block;
    margin: 0 auto;
}

