/* Lightweight Minecraft-inspired theme. Pure CSS, no images, static only. */
body{font-family:"Courier New",monospace;max-width:640px;margin:24px auto;padding:0 12px;
  color:#e8e8e8;background:#1b1b1b;line-height:1.4}
h1,h2{font-size:1.2em;margin:16px 0 8px;color:#7cbf3a;text-shadow:2px 2px 0 #1a3a0a}
a{color:#7cbf3a}
form,div.box{border:3px solid #000;background:#2d2d2d;padding:12px;margin:12px 0;
  box-shadow:inset 2px 2px 0 rgba(255,255,255,.08)}
input,button{font-size:1em;padding:8px 10px;margin:4px 0;font-family:inherit}
input[type=text],input[type=password]{width:95%;background:#111;color:#e8e8e8;border:2px solid #000}
input:focus{outline:2px solid #7cbf3a}
button{cursor:pointer;color:#fff;background:#6f6f6f;border:2px solid #000;
  box-shadow:inset 2px 2px 0 rgba(255,255,255,.35),inset -2px -2px 0 rgba(0,0,0,.45);
  text-shadow:2px 2px 0 #383838}
button:hover:not(:disabled){background:#7cbf3a;text-shadow:2px 2px 0 #1a3a0a}
button:disabled{cursor:default;color:#a0a0a0;background:#3a3a3a;text-shadow:2px 2px 0 #000}
table{border-collapse:collapse;width:100%;font-size:.9em;margin:8px 0;background:#222}
th,td{border:2px solid #000;padding:4px 6px;text-align:left}
th{background:#3a5a1e;color:#fff}
.small{font-size:.85em;color:#b0b0b0}
hr{border:0;border-top:2px solid #000;margin:16px 0}
#st{color:#7cbf3a}
#join-ip{color:#ffd75e}
