.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: #e3e6db; border-width: 1px; border-style: solid; padding: 10px 20px 10px 20px; background: #f5f7f1; font: 15px Vollkorn,Times,'Times New Roman',serif; color: #7a8250; letter-spacing: 0px; text-transform: uppercase; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); border-radius: 0px; display: block; cursor: pointer; outline: none; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #7a8250; background: #7a8250; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } 