html { color-scheme: light; }
body { width: 60em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; }
#loginform { width:100%; }
#mainlinks {}
#statusmessage {}
#headerbar { margin-top:5px; margin-bottom:10px; }
#maintable { width:100%; }
table, th, td { border: 1px solid black; }
.forminline { display:inline; }
.inputarea { width:95%; }
.tableinputarea { width:95%; height:200px; }
.siteactions { float:left; }
.userinfo { float:right; }
.links { margin-bottom:15px; }
.card { width:100%; padding:17px 7px 17px 7px; border: 2px solid black; font-size:4em; display:flex; justify-content:center; align-items:center; }
.front { background-color:FFFFFF; }
.back { background-color:888888; }
.card p img { width:100%; }
.botmenu { width:100%; text-align:center; }
.next { width:300px; }
.textarea { width: 100%; min-height:100px; }
.content { width: 100%; min-height:100px; }
.content iframe { width:95%; height:80vh; }
.comments { width: 100%; min-height:100px; }

