
body {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	font-family: 'Bebas Neue', cursive;
}

h1, h2, h3, h4, h5, h6, .section-description h2, legend {
	color: white;
}

.home-background-overlay {
	background: rgba(255, 255, 255, 0.2) !important; 
}

.btn-success {
	background: #EAB11F;
    border-radius: 2px;
    border-color: #EAB11F;
}

.whats-next {
	animation:none;
	background: #8D4CF3 !important;
}

body > hr {
	display:none;
}

table {
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

b, strong {
    font-weight: 600 !important;
}

#correctlyListedText {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

#binvalue, #listvalue, #purchasevalue, #listedPlayerNamer, #avgMarketValue {
	color: #EAB11F !important;
}