.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: #323232; border-width: 2px; border-style: solid; padding: 8px 16px 8px 16px; background: #ebebeb; font: bold 18px Arial,'Helvetica',sans-serif; color: #323232; letter-spacing: 0.9px; border-radius: 4px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #323232; background: #464646; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #201e25; background: #201e25; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; outline: none; }