.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: #c3c3c3; border-width: 1px; border-style: solid; padding: 10px 15px 10px 15px; background: #e60000; font: 18px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; box-shadow: 3px 3px 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: #999797; background: #009500; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #9b9b9b; background: #e60000; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: none; color: #ffd200; outline: none; }