.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: #ffffff; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #1a71e5; font: 16px Calibri,Candara,'Segoe','Segoe UI',Optima,Arial,sans-serif; color: #ffffff; letter-spacing: 0.9px; text-transform: uppercase; border-radius: 15px 15px 15px 15px; display: block; cursor: pointer; outline: none; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #ffffff; background: #828282; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } 