.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: #435058; border-width: 2px; border-style: solid; padding: 5px 10px 5px 10px; background: #c40029; font: 32px 'Libre Franklin',Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); border-radius: 6px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #91001e; background: #435058; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #435058; background: #ffffff; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: none; color: #c40029; outline: none; }