a{font-family:arial; color:blue; font-size:20px; font-weight:none; text-decoration:none} a:hover{text-decoration:underline; color:red} a.one { display:inline-block; border-style:solid; border-width:1px; border-color:#dcdcdc; padding-top:5px; padding-bottom:5px; font-weight:bold; color:darkblue; width:100%; } a.logo { display:inline-block; border-style:solid; border-width:1px; border-color:#dcdcdc; font-weight:bold; color:red; width:100%; font-size:30px; } input[type=submit] {font-size:22; width:100%; padding: 8px 16px;} input[type=text] { width:100%; font-size:22; } input[type=password] { width:100%; font-size:22; } input[type=file] { width:100%; font-size:22; background-color:#f8f9f9 } input[type=date] {width:100%} select{width:100%; font-size:22;} .TFtable { border-collapse:collapse; width:100%; } .TFtable td{ padding:7px; border:#dcdcdc 1px solid; } /* provide some minimal visual accomodation for IE8 and below */ .TFtable tr{ background: #ebedef; } /* Define the background color for all the ODD background rows */ .TFtable tr:nth-child(odd){ background: #ebedef; } /* Define the background color for all the EVEN background rows */ .TFtable tr:nth-child(even){ background: #ffffff; }