.fixed{position: fixed; top:50%; width: 120px; right: 0%; z-index:999; background: black; padding: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; transform: translate(0%, -50%); opacity: 1;}
.fixed:hover{opacity: 1;}
.fixed-btn{display: block; border: 0; margin-bottom: 1px; outline: none; text-decoration: none; color: #fff; font-size: 12px; border-radius: 20px 0 0 20px;}
.buttonDiv{padding: 0 0 0 10px; border-radius: 30px 0 0 30px; text-align: left}
.buttonDiv:hover{background: white;}
.bg-fixed-btn{background: black; color: white}
.bg-fixed-btn:hover{background: white; color: black}