#fixed-bottomright-menu {
position: fixed;
}
.fixed-bottomright-menu-container {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.fixed-bottomright-menu-item {
text-align: center;
}
.fixed-bottomright-menu-item a {
display: block;
text-decoration: none;
}