body {
	background-color: black !important;
}

.navbar-header.navLogo {
    padding-top: 10px;
}

@media ( max-width : 600px) {
	.navbar-header.navLogo {
		justify-self:center;
		position:absolute;
		padding: 0px !important;
		left:auto;
		margin-top: 9px;
	}
	/* .navLogo{
		position:absolute;
		padding: 0px !important;
	} */
	#home {
	  display: none;
	} 
	.unloginLogo{
		position:static;
		width:122px;
		height:auto;
		
	}
}

.summary-profit-wrapper{
	display: flex;
	flex-direction: column;
}

.no-of-clicks-class, .profit-loss-class-1 {
	display: none !important;
}

.profit-loss-class-2, .summary-section {
	display: block !important;
	flex: 1;
}

@media (min-width: 576px) {
	.summary-profit-wrapper{
		flex-flow: wrap;
	}
}