<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.keyboardLayout 
{ 
    position: relative;
    margin-right: 5px; 
    margin-top: -27px; 
    float: right;
    width: 24px; 
    height: 20px; 
    color: #999; 
    text-align: center;
}
.keyboardCapsLayout
{
    position: absolute; 
    margin: 1px 0 0 5px; 
    margin-top: 2px; 
    height: 20px;
    text-align: left;
    background-image: url('images/warning.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}</pre></body></html>