body{
		/*background-image:url(images/leaves-pattern.webp);*/
		background-color:rgb(250, 250, 255);
		padding-bottom:40px;
		}
		.form-control:focus,.form-select:focus, .btn:focus, .navbar-toggler:focus{
		box-shadow:none;
		}
		a{
		text-decoration:none;
		}
		.coin-marquee-header{
			
		}
		a.nav-link{
			color:#000066;
			font-weight:500;
			font-size:18px;
			margin:0 20px;
		}
		#logo{
			width:60px;
		}
		#nav-container{
			position:sticky;
			top:0;
			z-index:3;
		}
		.my-nav-item{
			text-align:center;
			margin:20px;
		}
		.my-nav-item a{
			color:#000066;
			font-weight:bold;
		}
		.my-nav-item a img{
			width:50px;
			height:50px;
		}
		.logoutspan{
			text-align:center;
			font-size:10px;
			margin-right:10px;
		}
		.logoutspan img{
			width:25px;
		}
		.logoutspan a{
			color:steelblue;
		}
		.overlaydiv{
			position:absolute;
			width:100%;
			height:100%;
			background-color:rgba(255,255,255,0.7);
		}
		#mob-tiles-div{
			position:fixed;
			bottom:0;
			left:0;
			right:0;
			background-color:rgba(255,255,255,1);
			border-top:1px solid rgb(230,230,230);
			z-index:4;			
		}
		.mob-tile{
			text-align:center;
			padding:0px 5px;
			font-size:9px;
			width:50px;
		}
		.mob-tile img{
			max-width:25px;
			margin-bottom:5px;
		}
		.mob-tile a{
			color:rgb(100,100,100);
		}
		.headers{
			color:#000066;
		}
		.breakings{
			font-size:14px;
			padding:0;
			margin:0;
		}
		.coinPriceBlock-footer{
			display:none;
		}
		
		/* Chrome, Safari, Edge, Opera : To hide arrows in input field */
		input::-webkit-outer-spin-button,
		input::-webkit-inner-spin-button {
		  -webkit-appearance: none;
		  margin: 0;
		}

		/* Firefox : To hide arrows in input field */
		input[type=number] {
		  -moz-appearance: textfield;
		}
		.error{
			color:red;
			font-size:14px;
		}
		.success{
			color:green;
			font-size:14px;
		}
		#responsediv{
			position:fixed;
			top:0px;
			right:0px;
			left:0px;
			bottom:0px;
			padding-right:15px;
			padding-left:15px;
			background-color:rgba(0,0,0,0.8);
			z-index:2;
			padding-top:50px;
			display:none;
			text-align:center;
		}
		#responsecolumn{
			padding-right:5%;
			padding-left:5%;
			max-width:700px;
			margin-right:auto;
			margin-left:auto;
		}
		#response{
			padding:15x;
			background-color:white;
			border-radius:10px;
			overflow:scroll;
		}
		#loading-img{
			max-width:90px;
		}
		#confirmationtable td{
			font-size:12px;
			text-align:left;
		}
		.carousel-item h5{
			font-size:14px;
		}
		.carousel-item p{
			font-size:12px;
		}
		.carousel-item img{
			max-height:160px;
		}
		.mainbuttons{
			font-size:10px;
		}
		.mainbuttons img{
			max-width:20px;
		}
		.title-bar{
			font-weight:normal;
		}
		.title-bar a{
			display:none;
		}
		.miningplan{
			background-color:white;
			border-radius:5px;
			margin-bottom:50px;
		}
		.miningplantitle, .tradingplantitle{
			padding:7px;
			font-size:14px;
			background-color:#d1e0e0;
			color:#000066;
		}
		
		.miningplandays,.miningplanminimum,.miningplanyield,.investingamount{
			font-size:12px;
			display:flex;
			flex-direction:row;
			justify-content:space-between;
			border-bottom:1px solid rgb(245,245,245);
			margin:15px 0px;
			padding:2px 10px 0px 10px;
		}
		
		.orderconfirmationbox{
			font-size:12px;
			border-bottom:1px solid rgb(245,245,245);
			margin:8px 0px;
		}
		.sessionbox, .tradebox, .exchangehistorybox{
			border:1px solid rgb(230,230,230);
			background-color:white;
			box-shadow:0px 0px 3px rgb(230,230,230);
		}
		.sessionheader,.sessionsecondaryinfo{
			font-size:12px;
		}
		.sessionname{
			font-size:25px;
			font-weight:bold;
			color:rgb(100,100,100);
		}
		.sessionstatus{
			font-size:14px;
			font-weight:bold;
		}
		.btn,.form-control,.form-select{
			border-radius:3px;
		}
		.tradingplan{
			max-width:400px;
			min-width:320px;
		}
		.tradingplan span{
			font-size:12px;
		}
		.coinPriceBlock-container{
			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			
		}
		.coinPriceBlock{
			margin:5px;
			padding:0px;
		}
		#showhistoryicon{
			cursor:pointer;
		}
		@media only screen and (min-width: 768px) {
		  #responsediv {
			padding-top: 130px;
			padding-right:30px;
			padding-left:30px;
		  }
		  .carousel-item img{
			max-height:350px;
		}
		}