.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: #00a9fb; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #00a9fb; font: 20px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; border-radius: 0px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparacalendarbutton a:hover { border-color: #694b49; background: #694b49; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .ngpluginparacalendarbutton a:focus { border-color: #00a9fb; background: #00a9fb; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; outline: auto; } .ngpluginparacalendarbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }