#dnsrow{ display: none; } .configtable { border-collapse:collapse; margin: 0px; font-size: 12pt; width:100%; border: 0px dotted grey; box-shadow: 3px 3px 12px #000 inset; border-radius: 10px; } .configtable th,.configtable td { border: 1px solid white; padding: 10px; } .configtable th { color: #000; font-size: 18px; text-align: left; } .configtable td { width: 50%; } .configtable tr { background-color: lavender; transition: background-color 0.5s ease; } .configtable tr:hover { background-color: #fff; } td.authcode { width:90%; }