div.LC_GRADING_criteriatext { height: 5em; } .LC_fail, .LC_pass, .LC_neutral { position: static; } .LC_fail h4, .LC_pass h4 { position: static; margin:-4em 0 0 -5em; width: 9em; } .LC_grade { left: -5em; top: -15em; width: 2em; border: 1px solid; position: static; } @media screen { /* Don't do this at home */ * html { overflow-x: hidden; overflow-y: hidden; padding-right: .2em; } * html body { overflow-y: auto; height: 100%; font-size: 90%; } * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo { position: absolute; } * html ul.LC_GRADING_handininfo { overflow-y: hidden; } /* All done. */ }