#billingDisplay {
  //position: fixed;
  //position: -webkit-sticky;
  //position: sticky;
  padding: 0px;
  background-color: #ffffff;
  width: 220px;
  margin: auto;
  z-index:10;
  top: 0;
}
#results{
	//position: fixed;
	//position: sticky;
	font-size: 14px;
	background-color: #fffeab;
	padding: 10px;
	display: none;
	z-index:10;
	top: 0;
}
#wordCountDisplay {
	display: none;
}
#costValue{
	//float: right;
	font-size: 14px;
}
#salesTaxAdded{
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #ff0000;
}
#formHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: auto;
}
.form1 {
	font-size: 18px;
	font-weight: bold;
}
.form2 {
	font-size: 14px;
	font-weight: bold;
}
.form3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.costDrop {
	font-size: 12px;
	font-weight: bold;
}
.items {
	font-size: 8px;
}
.formContainerTable {
	width: 100%;
 	border-width:95%;
 	border: 2px solid #ffffff; 
	border-spacing: 3px;
    border-collapse: separate; 
	margin: auto;
}	
#editButton {
	color: #ffffff; 
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	background-color: #3d3936;
}	

#editButton:hover {
	color: #ff0000;
	background-color: #fffeab;
}
#submitOrderButton {
	color: #ffffff; 
	font-size: 34px;
	text-decoration: none;
	cursor: pointer;
	background-color: #3d3936;
}	

#submitOrderButton:hover {
	color:  #196f3d;
	background-color: #fffeab;
}
