#PUBLIC {font-size: 0.8em; font-family: 'Courier New', Courier, monospace; background-color: #e5ecf933; backdrop-filter: blur(10px);}

.redkovka {
    display:inline-block;
    width: 100%;}


a:link {
    float: left;
    color:#ffffff;
    text-decoration: none;
    background-color: #55555557;
    box-shadow: 0px 0px 5px 1px #bac4c5;
	width: auto;
    border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
    padding-bottom: 4px;
    padding-left : 8px;
    padding-right: 8px;
	transition: transform 0.1s;}

a:hover     {transform: scale(1.02); box-shadow: 0px 0px 7px 2px #910c0c;}
a:visited	{text-decoration: none; color:#ffffff;}
a:active	{text-decoration: none; color:#ffffff;}


::-webkit-scrollbar {width: 0.15em;}                          /* Posuvnik */
::-webkit-scrollbar-thumb {         background: #ffffffb0;} /* Posuvnik */
::-webkit-scrollbar-track {         background: transparent;} /* Prazdny priestor */
::-webkit-scrollbar-thumb:hover {   background: #000000;}   /* Aktivny posuvnik */