table.priceList {
	border-collapse: collapse;
}
table.priceList td {
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
table.priceList h2 {
	font-size: 14pt;
}
table.priceList h3 {
	font-size: 12pt;
}
.border {border: none;}
.ghost-button-border-color {
	width: 100px;
	margin: 0 auto;
	padding: 4px;
	color: #f77e12;
	font-size: 14px;
	font-weight: 500;
	border: none;
	margin-left: 5px;
	outline: none;
	text-decoration: none;
	transition: border-color 0.3s ease-out,
              color 0.3s ease-out;
	font-family: arial;
	font-style: normal;
}

.ghost-button-border-color:hover,
.ghost-button-border-color:active {
	color: #66d8ed;
	border-color: #66d8ed;
	transition: border-color 0.3s ease-in,
              color 0.3s ease-in;
	font-family: arial;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}