.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: #1d3250; border-width: 1px; border-style: solid; padding: 8px 22px 8px 22px; background: #ffffff; font: bold 14px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #1d3250; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #000000; background: #1d3250; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { outline: none; }