@charset "UTF-8";
/* CSS Document */

.cmb-message{ display: block; width: fit-content; width: -moz-fit-content; background-color: rgba(0, 0, 0, 0.01); margin: 10px; padding: 10px 20px; border-radius: 25px; border: solid 2px #7ad06d; font-size: 100%; font-weight: normal; text-align: -webkit-center; text-align: center; }
a.cmb-message{ color: #777; text-decoration: none !important; font-weight: 400; }
a.cmb-message:hover { color: #555; }
.cmb-message img{ display: inline-block; width: 24px; height: auto; vertical-align: middle; }