@media all and (max-width: 640px) {
.easystickybuttons-container {
  display: flex;
  flex-wrap: nowrap;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding:0;
  margin:0;
z-index:909;}
.easystickybuttons-button{text-decoration: none;
font-weight:bold;
 width: 100vh;
 padding:12px;
 margin: 0;
 text-align: center;
 color:white;
 font-size: 75%;
 display:flex;
 justify-content: center;}
.easystickybuttons-button:visited,.easystickybuttons-button:active{
text-decoration: none;}
.easystickybuttons-content{margin:0px; padding:2px; line-height: normal; align-self: center;}}
@media all and (min-width: 640px) {.easystickybuttons-container {display:none;}}
