

.ordertable {
	margin: 5px 5px 5px 5px;	
}

.ordertable table {
	border: 1px solid #87ceeb;
	border-collapse: collapse;
}

.ordertable th {
	border: 1px solid #87ceeb;
	padding: 5px;
	background: #87ceeb;
	font-size: 1.2em;
}

.ordertable td {
	border: 1px solid #87ceeb;
	padding: 5px;
}

.featuretable {
	margin: 5px 5px 5px 5px;	
}

.featuretable table {
	border: 1px solid #87ceeb;
	border-collapse: collapse;
}

.featuretable td {
	border: 1px solid #87ceeb;
	padding: 5px;
}

.featuretable td:first-child {
	border: 1px solid #87ceeb;
	padding: 5px;
	color: blue;
}

.featuretable th {
	border: 1px solid #87ceeb;
	padding: 5px;
	background: #87ceeb;
	font-size: 1.2em;
	color: black;
}

.mytable {
	margin: 5px 5px 5px 5px;	
	background-color: white;
}

.mytable table {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

.mytable th {
	border: 1px solid #a9a9a9;
	padding: 5px;
	background: #87ceeb;
	font-size: 1.2em;
}

.mytable td {
	border: 1px solid #a9a9a9;
	background: white;
	padding: 5px;
}