.cmmsif-front .cmmsif-table { width:100%; border-collapse:collapse; }
.cmmsif-front .cmmsif-table th, .cmmsif-front .cmmsif-table td { border:1px solid #ddd; padding:8px; }
.cmmsif-front .cmmsif-search { margin:8px 0; }
.cmmsif-modal { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.4); display:flex; align-items:center; justify-content:center; z-index:9999; }
.cmmsif-modal-content { background:#fff; padding:16px; min-width:320px; max-width:480px; border-radius:6px; position:relative; }
.cmmsif-close { position:absolute; right:12px; top:8px; cursor:pointer; font-weight:bold; }
.cmmsif-msg.updated { color: #0a7; }
.cmmsif-msg.error { color: #c00; }
