a { color: orange; } a:hover { color: darkorange; } p { margin: 5px; } li { list-style-type: none; } body { margin: 0 auto; margin-top: 10px; max-width: 80ex; background-color: #111; color: antiquewhite; } table { border-collapse: collapse; width: 100%; } tr { border-bottom: 1px solid #666; border-top: 1px solid #666; } td { padding-top: 10px; padding-bottom: 10px; /*vertical-align: top;*/ } form { margin-bottom: 10px; } input { width: 100%; } tr:hover { background-color: #222; } iframe { position: absolute; top: 0; left: 0; } .comments { font-size: small; } input#term { width: 70%; } select#lang { width: calc(10% - 10px); } select#order { width: calc(20% - 10px); }