<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ifitteronhover{
display: block;
transition: transform .4s; 
 
}
#ifitteronhover:hover{
transform: scale(1.03);
transform-origin: 50% 50%;
}

.hidethatband {
    display: none;
}
.removewidth {
    transition: width .5s ease;
    width: 0%;
}
.givewidth {
    transition: width .5s ease;                        
    width: 450px;
}</pre></body></html>