@charset "utf-8";
/* CSS Document */
.adIB{
position: absolute;
top:90px;
right:20px;
width: 120px;
height:120px;
padding: 5px;		
background-color: #def;
border:3px solid #3276C8;
border-radius: 5px;
opacity: 1;
transition: opacity 0.7s;		
	}
@media (max-width:1050px) {
    .adIB {
display: none;
}
} 
#ad1 {
    opacity: 1;
    transition: opacity 0.5s;
	 font-style: italic;
}
	#ad2{
color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	    opacity: 1;
    transition: opacity 0.5s;
	}	
.hide {
    opacity: 0 !important;
}	

/* for leaderboard */
.LBboard {
    display:block;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    background-color: #e0e6e9;
    color:#333;
    border:2px solid #09c;
    border-radius: 20px;
    padding:10px;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0,0,0,0.1); 
      /* Add transition for smooth animation */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.LBboard:hover {
    /* Lift up slightly */
    transform: translate(2px, -2px);
    
    /* Stronger, deeper shadow */
    box-shadow: 0 30px 40px -12px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0,0,0,0.15);
}
.LB57 {
	font-weight: bold;
	color: #0099dd;
	font-size: 20px;
}
.LBH1 {
    	font-weight: bold;
	color: #333;
	font-size: 28px;
	display:inline;
	text-align: center;
}
.LB21 {
 	color: #333;
	font-size:20px;    
}
.LB62 {
    color: #555;
	font-size: 9px;
}