/* Simple styling for Weight Tracker plugin */
.wt-form { max-width:420px; margin:0 0 20px; }
.wt-form label { display:block; margin:8px 0; }
.wt-form input[type="date"], .wt-form input[type="number"], .wt-form input[type="text"] { width:100%; padding:6px; box-sizing:border-box; }
.wt-form button { margin-top:8px; padding:8px 12px; }
.wt-history { margin-top:16px; }
.wt-table { width:100%; border-collapse:collapse; }
.wt-table th, .wt-table td { border:1px solid #ddd; padding:8px; text-align:left; }
.wt-table th { background:#f7f7f7; }

.wt-table img { max-width:80px; height:auto; display:block; }
.wt-form input[type="file"] { margin-top:6px; }

.wt-chat-window { background:#fff; }
.wt-chat-msg { margin:8px 0; }
.wt-chat-msg strong { color:#111; margin-right:6px; }

