.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: #616157; border-width: 1px; border-style: solid; padding: 14px 25px 14px 25px; background: #89877a; font: 20px Cambria,Georgia,serif; color: #f2f1ec; letter-spacing: 0px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); border-radius: 0px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #736a56; background: #f2f1ec; font-weight: normal; font-style: normal; text-transform: none; color: #29261f; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #736a56; background: #bfbdab; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: none; color: #f2f1ec; outline: none; }