.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: #001b77; border-width: 3px; border-style: solid; padding: 10px 20px 10px 20px; background: #e8f1fd; font: bold 24px Arial,'Helvetica',sans-serif; color: #fa6f09; letter-spacing: 1.5px; border-radius: 15px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #ffffff; background: #649fe5; font-weight: bold; font-style: normal; text-transform: none; color: #001b77; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #001b77; background: #649fe5; font-weight: bold; font-style: normal; text-transform: none; color: #001b77; outline: none; }