@charset "utf-8";
.ol { float:left; height:60px; line-height:60px;  }
#hd_btn .prf_btn { width:auto; }
.prf_btn img { width:30px; height:auto; border-radius:4px; }
#ol_after_private { display:none; position:absolute; background:#FFFFFF; z-index:79; width:150px; text-align:left; left:-150%;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
#ol_after_private ul li { line-height:30px; display:block; float:none; list-style-type:none }
#ol_after_private li a { width:100%; display:inline-block; text-decoration:none; padding:0 15px; line-height:40px; font-size:13px; color:#a8a6b0; float:left; position:relative; white-space:nowrap; 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 a:after { display:block; visibility:hidden; clear:both; content:"" }
#ol_after_private li a:hover { color:#FFFFFF; background: #4e739d }
#ol_after_private li a:active { background:#eaecf7; color:#4e739d }
#ol_after_private li .admin{color:#ff0000 !important }
/*
@media (max-width:993px) {
  .ol { padding:11px 15px; }
  .prf_btn img { width:30px; }
   #hd_btn .btn_b02 { padding:0 15px }
  #ol_after_private{ top:25px; border:1px solid yellow }
}
*/
