article.content{margin-top:5px;}
.content h3{display:inline;}
a.more {font-size: small;margin-right: 5px}
a.more:hover{text-decoration:none; color: #fff;}
a.more:before {content: "( ";color: #fff;}
a.more:after {content: " )";color: #fff;}
h4{font-weight:400;margin:2px 0;padding:4px 10px;color:#efefef;line-height:26px;font-size:16px;border:1px solid transparent;display:inline-block;background:rgba(0, 0, 0, 0.1);}
h4:hover{background: rgba(0, 0, 0, 0.2);}
.features{margin:10px auto;}
.tool b{color:#ffc107;}
.ttip{border-radius:6px;position:relative;cursor:help;}
.ttip .tooltip{right:0;line-height:20px;font-size:13px;visibility:hidden;background-color:#394047;color:#efefef;border-radius:6px;padding:5px 10px;position:absolute;z-index:1;bottom:125%;opacity:0;transition:opacity 0.3s;}
.ttip .tooltip:after{content:"";position:absolute;top:100%;right:50%;margin-right:-5px;border-width:5px;border-style:solid;border-color:#394047 transparent transparent transparent;}
.ttip:hover .tooltip{visibility:visible;opacity:1;}
.mylinks{padding:0 5px 0 0;max-height:178px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;margin:20px auto;}
.mylinks table{width:614px;margin:0 auto;}
.mylinks tr{background-color:rgba(0, 0, 0, 0.1);font-size:17px;}
.mylinks tr input{max-width:50%;direction:ltr;font-family:Pop;text-align:left;background-color:transparent;padding:5px;color:#fff;font-size:17px;}
.mylinks td{width:65%;border-radius:6px;padding:0 0 0 1%;font-weight:normal;line-height:1.6;text-align:left;}
.mylinks tr .act{min-width:190px;padding: 0 1%;}
.mylinks tr:hover{background:rgba(0, 0, 0, 0.2);}
.mylinks tr a{display:inline-block;cursor:pointer;position:relative;padding:10px 3px 0;}
.mylinks .pri{font-size:10px;position:absolute;right:12px;}
.mylinks::-webkit-scrollbar{width:12px;}
.mylinks::-webkit-scrollbar-track{background:#434c58;border-radius:10px;}
.mylinks::-webkit-scrollbar-thumb{background-color:#ffffff;border-radius:10px;}
.mylinks .vip .svg-icon path{fill:#198C82;}
.mylinks .dct .svg-icon path{fill:#e76f6f;}
.newbnr{margin: 0 auto;border-radius:6px;overflow:hidden;}
.newbnr:hover {filter: brightness(95%) saturate(80%) contrast(115%);}
[data-theme=light] h4.ttip{background:#f1f1f1;color:#202935;}
[data-theme=light] .mylinks::-webkit-scrollbar-track{background:#fff;}
[data-theme=light] .mylinks::-webkit-scrollbar-thumb{background-color:#d1d6dc;}
[data-theme=light] .mylinks th,[data-theme=light] .mylinks tr:hover{background:#fff6dc;color:#3d434a;}
[data-theme=light] .mylinks tr{background-color:#fff;color:#767e87;}
[data-theme=light] .mylinks tr input{color:#3d434a;}
[data-theme=light] a.more:hover, [data-theme=light] a.more:before,[data-theme=light] a.more:after {color: #202935;}
.bnrs {display:flex; display: -webkit-flex;flex-direction:column;}.bnrs a{margin:6px 0;}.bnr1 {order:1;-webkit-order:1;}.bnr2 {order:2;-webkit-order:2;}.bnr3 {order:3;-webkit-order:3;}.bnr4 {order:4;-webkit-order:4;}.bnr5 {order:5;-webkit-order:5;}.bnr6 {order:6;-webkit-order:6;}.bnr7 {order:7;-webkit-order:7;}.bnr8 {order:8;-webkit-order:8;}.bnr9 {order:9;-webkit-order:9;}.bnr10 {order:10;-webkit-order:10;}.bnr11 {order:11;-webkit-order:11;}.bnr12 {order:12;-webkit-order:12;}

@media only screen and (min-width:768px){
    .features{min-height:80px;}
    .mylinks tr a {padding: 10px 2px 0;}
    .mylinks tr .act {text-align: center;}
}

@media only screen and (min-width:768px) and (max-width:1130px){
    .mylinks table{max-width:530px;}
    .mylinks .lnk{padding-left:50px;}
    .mylinks .psw{margin:0;font-size:smaller;}
}

@media screen and (max-width:767px){
    aside {display: block;}
    .content h4{display:block;}
    .content h3{margin-bottom:20px;}
    .content h4 .tool {display: none;}
    .content h4 .tooltip {visibility: inherit;opacity: 1;position: inherit;display: block;right: 0;background: 0 0;font-size: 15px;}
    .ttip .tooltip{right:10%;}
    .ttip .tooltip:after{display:none;}
    .mylinks th, .mylinks td{width:auto;font-size:15px;max-width:120px;vertical-align:top;overflow: hidden;}
    .mylinks td.lnk{vertical-align:middle;}
    .mylinks tr a{padding:6px 4px 0;}
    .mylinks{margin:1.5em 2.5em 0;max-width:100%;max-height:300px;}
    .mylinks table{width:100%;}
    .mylinks tr input{max-width:100%;font-size:14px;}
    .newbnr img{max-width:85%;height:auto;margin: 0 auto; display: block;}
    [data-theme=light] h4 .tooltip {color: #474f58;}
    .gbn {width: auto !important;}
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .mylinks table{width:100%;}
    }
}

@media print{
    aside,nav, .banner, .gheychi, .create, .mbl, .mylinks a,footer, .mylinks td:nth-child(2){display:none;}
    .mylinks{max-height:inherit;}
    .mylinks td:nth-child(1){width:30%;display:inline-block;}
    .mylinks tr{display:inline;}
    .mylinks tr input{max-width:inherit;}
}
.ttip .tooltip:before{
    content: "✓";
    color: #ffc107;
    margin-left: 5px;
    font-weight: bold;
}
