.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: #0a3257; border-width: 0px; border-style: solid; padding: 14px 24px 14px 24px; background: #0a3257; font: 14px 'Open Sans',Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 2px; box-shadow: 5px 5px 3px rgba(0,0,0,0.1); border-radius: 8px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparavcardbutton a:hover { border-color: #f3822b; background: #087ba9; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .ngpluginparavcardbutton a:focus { border-color: #087ba9; background: #087ba9; box-shadow: 3px 3px 5px rgba(0,0,0,0.6); 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; }