.current { color: red; } .dimmedtext { color: gray; } .textright { width: 100%; text-align: right; } table { border-collapse: collapse; } table, th, td, tr { border: 1px solid black; } @media screen and (min-width: 600px) { body { margin-left: 10%; margin-right: 10%; } }