div#warning {
	top: 22px;
    font-size: 170%;
    height: 17px;
    left: 228px;
    background-color: yellow;
    padding: 9px;
    color: black;
    position: fixed;	
}

div#kimutatasok {
	background-color: yellow;
	display: none;
	margin: 5px -5px auto 0px;
	border: 5px solid red;				
	border-radius: 15px; 
	border-color: red;
	font-family: auto;
	font-weight: bold; 
	padding:7px 5px 3px 5px;
	box-shadow: 3px 4px 6px #000;
	-webkit-box-shadow: 3px 4px 6px #000;
	-moz-box-shadow: 3px 4px 6px #000;				
}


div#kimutatasok:hover  div#deviza  {
    visibility:visible;
	background-color: yellow;
	color: black;
}

div#deviza {
    transition: background-color 1s;
    background-color: red; // #ffff00
    padding: 3px 6px 3px 0px;
    border: 10px solid red;
	float:right;
	margin: 0px 0px 2px 0px;
	text-align: right;
	color: red; 
	position: fixed;
	top: 85px;
	right: 0px;
	width: 215px;
	height: 40px;
    visibility:hidden;
	box-shadow: -4px 5px 7px #000;
	-webkit-box-shadow: -4px 5px 7px #000
	-moz-box-shadow: -4px 5px 7px #000;	
}

#deviza span.ft {
	display: inline-flex;
    font-family: auto;
    font-size: smaller;
	font-weight: bold;
    min-width: 44px;
    text-align: right;
    border: 0;
    padding: 5px 5px 6px 0px;

}




div#deviza img {
height: 15px;
margin-bottom: -5px;
margin-right: 3px;
margin-left: 3px;
font-size: 10px;
}	

div#user {
color:#25a5e4;
text-align: center;
font-size: 12px;
margin: 3px 0px 0px 0px;
}	

div#user_picture {
background-color: black;
border: 6px #ff8400;         
border-style: inset;
display: none;  
padding: 0px 0px 0px 0px;
float:right;
margin: 7px 8px 0px 0px;
text-align: center;
font-size: 13px;
font-family: initial;
font-weight: 600;
color: black; 
position: fixed;
top: 0px;
right: 4px;
width: 56px;
height: 56px;
box-shadow: 3px 4px 5px #000;
-webkit-box-shadow: 3px 4px 5px #000;
-moz-box-shadow: 3px 4px 5px #000	
}

div#clock {
	background-color: yellow;
	// display: none;
	border: 6px #ff8400;         
	border-style: inset;   
	padding: 3px 0px 0px 0px;
	float:right;
	margin: 7px 8px 0px 0px;
	text-align: center;
	font-size: 13px;
	font-family: initial;
	font-weight: 900;
	color: black; 
	position: fixed;
	top: 0px;
	right: 182px;
	width: 130px;
	height: 53px;  
}

div#time {
	color: black; 
}
		
tbody.tr.td {
text-align: right;
}

.blink {
color:white;
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation .7s steps(5, start) infinite;
}
.blink_yellow {
color:yellow;
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation .7s steps(5, start) infinite;
}

@keyframes blink-animation {
 to {visibility: hidden;}
}

@-webkit-keyframes blink-animation {
        to {visibility: hidden;}
}


