@charset "utf-8";
/* CSS Document */
.sidebars{
	
	}
.sidebar.right {
    top: 0;
    right: 0;
		width:68%;
    bottom: 0;
}
.sidebars  .sidebar {
    position: fixed;
    color: white;
    font-size: 2em;
    text-align: center;
		z-index:999;
}
.sidebars .btn{
	width:64px;
	height:64px;
	position:absolute;
	display:block;
	}
