.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: #e9e9e9; border-width: 0px; border-style: solid; padding: 12px 20px 12px 20px; background: #079d06; font: bold 16px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif; color: #fffefd; letter-spacing: 0px; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); border-radius: 3px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #e9e9e9; background: #70b670; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { outline: none; }