.bottom-left{
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-height: 30px;
	background-color: white;
}
.center{
	text-align: center;
}
#make-orange{
	background-color: #cc4c00;
	text-decoration-color: white; 
}
.make-purple{
	background-color: #832b94 !important;
	text-decoration-color: white !important;
}
.top-center{
	left: 50%;
	text-align: center; 
	display: inline-block;
	background-color: white;
}
.checked{
	color: orange;
}
.stars{
  text-align: center;
  margin-top: 4px;
}
.heading{
	color: #832b94;
	text-decoration: underline;
	text-decoration-color: #cc4c00;
}

.white-child *{
	color: white;
}