.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: #e0061b; border-width: 3px; border-style: solid; padding: 8px 12px 8px 12px; background: #000000; font: bold 16px Raleway,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: block; cursor: pointer; outline: none; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #cfc945; background: #ffffff; font-weight: normal; font-style: normal; text-transform: none; color: #cfc945; text-decoration: none; } 