.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: #fff8eb; border-width: 3px; border-style: solid; padding: 12px 24px 12px 24px; background: #99855e; font: bold 16px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0.9px; border-radius: 25px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #ffffff; background: #323232; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #d3b883; background: #ffffff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: uppercase; color: #000000; outline: auto; }