.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: #8a8eba; border-width: 1px; border-style: solid; padding: 8px 12px 8px 12px; background: #333b99; font: 18px 'Open Sans',Verdana,Helvetica,sans-serif; color: #ebebeb; letter-spacing: 0px; border-radius: 5px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #8a8eba; background: #089900; font-weight: normal; font-style: normal; text-transform: none; color: #ebebeb; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #8a8eba; background: #089900; font-weight: normal; font-style: normal; text-transform: none; color: #ebebeb; outline: auto; }