#container { text-align: center; font-family: sans-serif; width: 50%; margin: auto; }
#container form, #container form div { display: inline; }
a img { border: 0; }

.item { font-size: 250%; font-weight: bold; background-color: #f6f6f6; border: 1px solid #eee; padding: 16px; }
.result { color: white; padding: 8px 12px; }
.correct { background-color: #060; }
.incorrect { background-color: #900; }
.choice { vertical-align: middle; margin-right: 40px; }

#other { color: #666; font-size: 80%; margin-top: 60px; }
.other { color: #666; font-size: 80%; }
#other a, .other a { text-decoration: none; background-color: #f6f6f6; color: #930; }

table.item_stats { font-size: 80%; text-align: left; margin: 8px auto; color: #333; }
table.item_stats td { padding: 2px 8px 2px 12px; }
table.item_stats th { padding: 2px 8px; }
table.item_stats .title { font-size: 110%; padding-top: 12px; border-bottom: 1px solid #666; }

.monotask_link { margin-top: 90px; padding-bottom:11px;font-size: 12px; font-weight: normal; }
.monotask_link a { color: #930; }