.sqwpluginbuttons { display: flex; flex-wrap: wrap; margin: 0 -10px; } .sqwpluginbuttonsright { justify-content: flex-end; } .sqwpluginbuttonsleft { justify-content: flex-start; } .sqwpluginbuttonscenter { justify-content: center; } .sqwpluginbuttonsjustify { justify-content: space-between; } .sqwpluginbuttons a { border-color: #c7dcf6; border-width: 5px; border-style: solid; padding: 20px 20px 20px 20px; background: #001b77; font: bold 20px Arial,'Helvetica',sans-serif; color: #ffffff; letter-spacing: 0px; box-shadow: -10px 10px 10px rgba(0,0,0,1.0); border-radius: 15px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #001b77; background: #c7dcf6; font-weight: bold; font-style: normal; text-transform: none; color: #001b77; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #c7dcf6; background: #001b77; box-shadow: -10px 10px 10px rgba(0,0,0,1.0); font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; outline: none; }