@charset "UTF-8";
/* CSS Document */

.floating { position: fixed; right: 0; top: 40%; width:50px; text-align:center; padding: 5px 5px 5px 5px; font-size:9px}
.floating a{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}
.floating img{width:100%;}

#sidebarCollapse{position: fixed; display: inline-block; right: 40px; top: 40%; transform: translate(46px, 50px) rotate(270deg); cursor:pointer;}

