.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: #5a5a5a; border-width: 0px; border-style: solid; padding: 10px 15px 10px 15px; background: #b26a26; font: 18px Quicksand,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; } .ngpluginparacalendarbutton a:hover { border-color: #3c4038; background: #146014; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .ngpluginparacalendarbutton a:focus { border-color: #3c4038; background: #014701; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; outline: none; } .ngpluginparacalendarbutton a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; }