
.fightem-row{display:flex;gap:1rem;align-items:flex-start}
.fightem-col{flex:1;min-width:320px}
.fightem-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;margin:0 0 12px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.fightem table.fightem{width:100%;border-collapse:collapse}
.fightem table.fightem th,.fightem table.fightem td{border-bottom:1px solid #eee;padding:6px;text-align:left}
.fightem .btn{display:inline-block;background:#1e73be;color:#fff;border:0;border-radius:4px;padding:6px 10px;cursor:pointer}
.fightem .btn:hover{opacity:.9}
.muted{color:#777}
.pos{color:#1a7f37}
.fe-avatar{width:40px;height:40px;border-radius:50%;vertical-align:middle;margin-right:6px}
.fe-avatar-sm{width:28px;height:28px;border-radius:50%}
.fe-avatar-lg{width:96px;height:96px;border-radius:10px;display:block;margin:.25rem 0}
.fe-log pre{white-space:pre-wrap;background:#f7f7f7;border:1px solid #eee;padding:6px;border-radius:6px}
