@charset "utf-8";
.ol{position:absolute; right:0; top:0; padding:0px 10px}

.ol a{color: #fff;
    text-align: center;
    font-size: 0.8em;
    padding: 0 10px 3px 10px;
    margin: 0 1px;
    background: #b39f6c; display: block;}
.ol .av {
    border-radius: 0 0 10px 10px;}
.ol a:hover {
    background: #000;
    color: #ff6600;
}

#hd_btn .prf_btn {width:auto;;height:33px;line-height:33px}
.prf_btn img{vertical-align:middle;width:30px;height:auto;border-radius:50px}
#ol_after_private{display:none;}
#ol_after_private li{line-height:20px; }
#ol_after_private li a{width:100%;display:block;padding:0 5px;line-height:30px;font-size: 12px; border-top: 1px solid rgba(0,0,0,0.03);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
#ol_after_private li .admin{color:#ff0000 !important}
#ol_after_private li:first-child a{border-radius:10px 10px 0 0 !important }
#ol_after_private li:last-child a{border-radius:0 0 10px 10px !important}

@media (max-width: 969px){
   /*  .ol{padding: 11px 15px;}*/
    .prf_btn img{width:26px;}
    #hd_btn .btn_b02 {padding:0 15px}
    #ol_after_private{top:55px}
}

