<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tag-this { 
    width:100%; 
    height:76px; 
    overflow-y: hidden; 
    padding-right:60px;
}

.r-keres
.tag-this { 
    padding-top:22px !important;
    padding-bottom:22px !important; 
    width:100%; 
    height:auto !important;
    min-height:76px; 
    overflow-y: auto; 
    padding-right:60px;
}

.tag-this .tag { 
    display: block; 
    float: left; 
    padding-right:5px;
    text-decoration:none; 
    background: none; 
    color: #fff; 
    margin-right: 2px;
    margin-bottom:22px; 
    font-family: tahoma, sans-serif;
    max-width: 90%;
}

.r-keres
.tag-this .tag { 
    background: none; 
    color: #369cbc;
    margin-bottom:-1px; 
}

.tag-this .tag .span { 
    font-weight: 300; 
    background: #f9c84b;
    color: #fff; 
    text-decoration:none; 
    padding-left:5px;
    padding-right:5px; 
    border:none;
    border-radius:6px; 
    cursor: pointer;
    margin-left:2px;
} 
.r-keres
.tag-this .tag .span { 
    color: #fff;
    background: #369cbc; 
} 

.tag-this .tag span { 
    word-wrap: break-word;
    font-size: 1.2rem;
}

.tag-this input { 
    padding: 6px; 
    width:80px;
    margin:0px; 
    font-family: tahoma, sans-serif; 
    font-size: 13px; 
    border:1px solid transparent;
    background: transparent;
    color: #000;
    margin-right:5px; 
    margin-bottom:5px; 
    outline-color: white;
}

.tag-this div { 
    display:block; 
    float: left; 
}

.tag-this .tag-this--clear { 
    clear: both;
    width: 100%; 
    height: 0px; 
}

.tag-this .tag-this--invalid {
    border: 1px dashed #DF3645;
    outline: white;
    color: #DF3645; 
    border-radius: 5px;
    outline-color:#DF3645;
}
</pre></body></html>