.float-container {
position: fixed;
top: 33%;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
width: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.float-container a {
z-index: 99;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 200px;
height: 30px;
margin-right: -190px;
margin-bottom: 10px;
padding: 10px 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
color: white;
border-color: #46b8da;
border-radius: 5px 0 0 5px;
background-color: #eb690b;
-webkit-box-shadow: 0 2px 4px #7d7d7d;
box-shadow: 0 2px 4px #7d7d7d;
-webkit-box-align: center;