body {
	background-color: #CAD2C5;
	font-family: Arial;
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
}

.dropbutton {
	font-size: 25px;
	color: #e6e6e6;
	background-color: #2C2C36;
	border-style: none;
	
}
.dropbutton:after {
	content:'';
	border: 4px solid transparent;
	border-top: 4px solid white;
	margin-left: 2px;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: bottom;
}

.dropdown {
	position: relative;
	display: inline-block;
	
}

.dropdown-content {
	display: none;
	background-color: #505161;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #e6e6e6;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #2C2C36;}
	
.dropdown:hover .dropdown-content {display: block;}
	
.dropdown:hover .dropbtn {background-color: #2C2C36;}

.header {
	background: #52489C;
	padding: 15px;
	text-align: center;


}
.buttonheader {
	font-size: 65px;
	font-family: monospace;
	background-color: #52489C;
	border-style: none;
	font-weight: bold;
	color: #59C3C3;
	
}
.nav {
	background-color: #2C2C36;
	padding: 5px;
	font-size: 25px;
	text-align: center; 
	color: #e6e6e6;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	z-index: 2;
	

}
.footer {
	background-color: #2C2C36;
	height: 30px;
	text-align: center;
	color: #e6e6e6; 
	margin-top: 100px;
	bottom: 0;
	right: 0px;
	left: 0px;
}	
.footerlink {
	background-color: #2C2C36;
	color: #e6e6e6; 
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.footerlink a {
	color: #e6e6e6;
}
	
.footerlink a:hover {
	color: #4A4FE1;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;

}
.sticky + .main {
}
#options {
	position: relative;
	padding-top: 20px;
	top: 10px;
}
.optionbutton {
	border-style: solid;
	border-radius: 5px;
	border-color: black;
	background-color: #52489C;
	color: #59C3C3;
	font-size: 40px;
	margin-right: 10px;
	padding: 10px;
}
.optionbutton a{
	color: #59C3C3;
}
.optionbutton:hover { background-color: #4A4FE1;}

.detailhead {
	text-align: center;
	text-decoration: underline;
	margin-bottom: 20px;
		
}
table, th, td {
	border-style: solid;
	border-color: black;
	overflow-x: scroll;
	
}
table {
	margin-left: 30px;
	margin-right: 30px;
	width: 80%;


}

th {
	font-size: 20px;
	padding-left: 125px;
	padding-right: 125px;
	height: 20px;
}
.rowprice {
	text-align: center;
	height: 70px;
}
.rowinfo {
	height: 170px;
	
}
.table-container {
	overflow-x: auto;
}
