.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: #3b4d80; border-width: 1px; border-style: solid; padding: 10px 20px 10px 20px; background: #b90f0f; font: 16px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #fbfbc8; letter-spacing: 0px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); border-radius: 5px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #3b4d80; background: #00b400; font-weight: normal; font-style: normal; text-transform: none; color: #fbfbc8; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #3b4d80; background: #b90f0f; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: none; color: #fbfbc8; outline: none; }