template { display: none !important; } img.avatar { border-radius: 24px; } /* --------------------------------------------------------------------------- */ .alert-count { background: red; color: white; padding: 0em 0.25em; border-radius: 4px; } .hide-zero-count.count0 { display: none; } .show-only-zero-count { display: none; } .show-only-zero-count.count0 { display: inherit; } .plural.count1 { display: none; } .contact-list-present-false { opacity: 0.3; } .align-right { text-align: right; } .align-center { text-align: center; } .cursor-interactive { cursor: pointer; } .dropdown-marginal { left: -1.1em; display: inline-block; width: 0px; position: relative; } .forcewrap { word-wrap: break-word !important; xhyphens: auto; } .big-icon { font-size: 1.75rem; } .invited-tick { font-size: 2rem; width: 48px; height: 48px; display: inline-block; border-radius: 24px; color: white; background: darkgreen; text-align: center; line-height: 0px; } .invited-tick .icon { position: relative; top: 0.5rem; }