table {
  	font-size: 16px !important;
  	table-layout: fixed;
  	width: 100%;
}

td, b, INPUT,SELECT, OPTION{
  	font-family: "Roboto", sans-serif; 	
  	font-size: 16px !important;
  	width: 50%;
  	overflow: hidden;
}

#ccnumber{
font-size: 16px !important;}

b{
	color: #1B1B1B !important;
}

INPUT,SELECT, OPTION{
  	width: 90%;
	color: #000000 !important;
	font-weight: 500 !important;
	
}

span, a{
	font-size: 12px !important;}

a{
	color: 0000ff !important;}

input[type=button], input[type=submit], input[type=reset] {
  	background-color: #ffffff;
  	border: 1px solid #ECB941;
	border-radius: 0px;
  	color: #221F73;
  	text-decoration: none;
	text-transform: uppercase;
  	cursor: pointer;
	width: 250px;
}
