<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-tagItemsShow li {
    display: inline-block;
    float: right;
    margin: 3px 5px;
}
.dp-tagItemsShow li a{
    font:13px iranYekan,regular,sans-serif;
    color:#333;
    display:block;
    border:solid 1px #ccc;
    background-color:#f1f1f1;
    padding:3px 7px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition:ease .2s;
    -moz-transition:ease .2s;
    -o-transition:ease .2s;
    transition:ease .2s;
}
.dp-tagItemsShow li a:hover{
    border-color:#fcaf17;
    background-color:#fcaf17;
    color:#333;
}

@media only screen and (max-width : 768px){
    .dp-tagItemsShow {
        width:100%;
    }
    .dp-tagItemsShow ul {
        padding: 0;
    }
}</pre></body></html>