body{font-family:roboto;font-size:14px;font-style:normal;font-weight:500;line-height:1rem;overflow-y:hidden}.speech-bubble{-webkit-border-radius:15px;-webkit-transition:opacity .2s linear,-webkit-transform .2s linear;animation:fadein 1.5s;background-color:#fff;border-bottom-style:solid;border-radius:15px 15px 15px 0;bottom:15px;box-shadow:2px 2px 20px -6px rgba(6,6,49,.32);float:right;font-size:14px;line-height:1.3;max-width:230px;opacity:0;padding:10px 10px 0;position:absolute;right:15px}.speech-bubble p{-moz-animation:fadein 1s;-ms-animation:fadein 1s;-o-animation:fadein 1s;-webkit-animation:fadein 1s;animation:fadein 1s;border-radius:0;margin:0 0 10px}.speech-bubble p:first-child{font-weight:700}#lhsimg{bottom:10px;display:inline;left:0;margin-bottom:10px;position:absolute;width:40px}#lhsimg img{border:2px solid #fff;border-radius:30px;cursor:pointer;height:40px;margin-right:5px;position:absolute;width:40px}.speech-bubble button{-moz-animation:fadein 1s;-ms-animation:fadein 1s;-o-animation:fadein 1s;-webkit-animation:fadein 1s;animation:fadein 1s;border:0;border-radius:9pt;cursor:pointer;display:block;margin:0 0 10px;padding:6px;width:100%}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@-o-keyframes fadein{0%{opacity:0}to{opacity:1}}.speech-bubble p a{text-decoration:none}.speech-bubble p a:hover{text-decoration:underline}.speech-bubble.show{opacity:1;transform:scale(1)}