.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: #121519; border-width: 1px; border-style: solid; padding: 10px 20px 10px 20px; background: #052120; font: bold 18px Cormorant,Times,'Times New Roman',serif; color: #dca814; letter-spacing: 0px; box-shadow: 8px 8px 8px rgba(0,0,0,1.0); border-radius: 0px; display: block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #01123c; background: #01123c; font-weight: bold; font-style: normal; text-transform: none; color: #dca814; text-decoration: none; } .sqwpluginbuttons a:focus { border-color: #0b6c62; background: #0b6c62; box-shadow: 8px 8px 8px rgba(0,0,0,0.8); font-weight: bold; font-style: normal; text-transform: none; color: #dca814; outline: none; }