Body {
  /*font-size: 14pt; */
  font-family: arial, sans-serif; 
  background-color: #a1a7aa; 
  color: white;
}
Select {
	font-size: 40px;
}
.RevHilight {
	background-color: white;
	color: #440099;
/*	width: 12vw;*/
}

.maincolor {
	background-color: #440099; 
	color: white;
}

.mainfont {
font-family: 'Bangers', cursive;}
.bodyfont {
	font-family: 'Roboto', medium;}
.fs5vw {
  font-size: 5vw;
}
.fs3vw {
  font-size: 3vw;
}
.fs2vw {
  font-size: 2vw;
}
.fs1vw {
  font-size: 1.75vw;
}

.btn {
	cursor: hand;
}

.hidden {
	display: none;
}

.topic {
	vertical-align: text-top;
	padding-right: 10px;
}
	
.content {
	border-color: white;
	padding-bottom: 10px;
}

#payments {
  border-collapse: collapse;
  width: 100%;
  	background-color: #440099; 
	color: white;
}

#payments td, #payments th {
  border: 1px solid #a1a7aa;
  padding: 8px;
}

#payments tr:nth-child(odd){
	background-color: white;
	color: #440099;
}
#payments tr:hover {background-color: #a1a7aa;}

#payments th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: white;
  color: #440099;
}