body { font-family: sans-serif; font-size: large; } .smalltext { font-size: x-small; } input.fill { box-sizing: border-box; display: block; width: 100%; } tr.style1 { background-color: #ddddff; } tr.style2 { background-color: #ccccff; } td.headertext { width: 150px; } td.headerinput { width: 200px; } td.headerbutton { width: 100px; } td.description { width: 35%; min-width: 100px; max-width: 500px; } td.username { width: 20%; min-width: 50px; max-width: 200px; } td.password { width: 20%; min-width: 50px; max-width: 200px; } td.commands { width: 25%; min-width: 50px; max-width: 100px; } table.datatable { width: 100%; max-width: 1000px; } /* vim: sw=4 ts=4 */