.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: #337ab7; border-width: 2px; border-style: solid; padding: 10px 20px 10px 20px; background: #337ab7; font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 1px; border-radius: 6px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .ngparaclicktochat a:hover { border-color: #1b2e8c; background: #ffffff; font-weight: normal; font-style: normal; text-transform: none; color: #1b2e8c; text-decoration: none; } .ngparaclicktochat a:focus { border-color: #337ab7; background: #337ab7; font-weight: normal; 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; } 