.ngpluginparacalendarbutton { display: flex; margin-bottom: 10px; } .ngpluginparacalendarbutton-left { justify-content: flex-start; } .ngpluginparacalendarbutton-right { justify-content: flex-end; } .ngpluginparacalendarbutton-center { justify-content: center; } .ngpluginparacalendarbutton a { border-color: #3976bf; border-width: 1px; border-style: solid; padding: 5px 10px 5px 10px; background: #3976bf; font: 15px 'Open Sans',Verdana,Helvetica,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: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparacalendarbutton a:hover { border-color: #1a3559; background: #1a3559; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngpluginparacalendarbutton a:focus { border-color: #3976bf; background: #3976bf; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngpluginparacalendarbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }