.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: #0d74ac; border-width: 1px; border-style: solid; padding: 5px 10px 5px 10px; background: #0d74ac; font: 16px Tahoma,Verdana,Segoe,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); border-radius: 2px; display: block; cursor: pointer; outline: none; -webkit-appearance: none; text-decoration: none; margin: 10px; } .sqwpluginbuttons a:hover { border-color: #e1e1e1; background: url(../../../../../images/gradient/?s=ffffff&e=ffffff&h=160) repeat-x #ffffff; font-weight: bold; font-style: normal; text-transform: uppercase; color: #50b8f2; text-decoration: none; } 