.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: #7d95af; border-width: 0px; border-style: solid; padding: 8px 11px 8px 11px; background: #000000; font: 16px ProzaLibre,Times,'Times New Roman',serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #7d95af; background: #7d95af; font-weight: normal; font-style: normal; text-transform: uppercase; color: #e7e7e7; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #7d95af; background: #d5dbe2; font-weight: normal; font-style: normal; text-transform: uppercase; color: #405e7e; outline: none; }