.ngpluginparavcardbutton { display: flex; margin-bottom: 10px; } .ngpluginparavcardbutton-left { justify-content: flex-start; } .ngpluginparavcardbutton-right { justify-content: flex-end; } .ngpluginparavcardbutton-center { justify-content: center; } .ngpluginparavcardbutton a { border-color: #828282; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #828282; font: 14px 'Open Sans',Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; box-shadow: 4px 4px 6px rgba(0,0,0,0.2); border-radius: 6px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #d7d7d7; background: #d7d7d7; font-weight: normal; font-style: normal; text-transform: none; color: #323232; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #828282; background: #828282; box-shadow: 4px 4px 6px rgba(0,0,0,0.2); font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; outline: none; } .ngpluginparavcardbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }