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