<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*div.thumb
{
    -webkit-transition: width 0.05s linear, height 0.05s linear,-webkit-transform 0.05s linear;
    transition: width 0.05s linear, height 0.05s linear, transform 0.05s linear;

}

div.thumb:hover{
    -ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}*/

div.ease, form.ease, a.ease, .ds-ease{
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

div.fastease, form.fastease, a.fastease, .ds-fastease{
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.wjt-block-content{
    transition:opacity 0.25s ease-out,height 0.5s ease-out;

}


/*#jobContainer{
    transition: visibility 0s, opacity 1.5s linear;
}

.transHidden{
    opacity: 0;
    visibility: hidden;
}*/</pre></body></html>