
#storePopup{
   position: fixed;
   z-index: 1000;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   text-align: center;
}
#storePopup > p{
   margin: 0;
}
#storeClose{
   position: absolute;
   top: 0;
   right: 0;
   border: none;
}
#storeLinks > a{
   margin: 0 1em;
}
