.ngparaclicktochat { display: flex; flex-wrap: wrap; margin: 0 -10px; } .ngparaclicktochat-right { justify-content: flex-end; } .ngparaclicktochat-left { justify-content: flex-start; } .ngparaclicktochat-center { justify-content: center; } .ngparaclicktochat a { border-color: #1f4f2a; border-width: 1px; border-style: solid; padding: 15px; background: #1f4f2a; font: 15px Quicksand,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; box-shadow: 2px 2px 6px 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; margin: 10px; } .ngparaclicktochat a:hover { border-color: #276436; background: #276436; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; text-decoration: none; } .ngparaclicktochat a:focus { border-color: #1c4e07; background: #1c4e07; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; outline: none; } .ngparaclicktochat a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; } 