body {
	color: whitesmoke;
	background-color: #1e222d;
}

.container {
	margin-left: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100dvh - 122px);
	width: calc(100vw - 17px);
	max-width: calc(100vw - 17px);
}

p, img, .description, .chartWrapper, .coinTable, .info, .rembeddit {
	max-width: calc(100vw - 55px);
}

.chart-container {
height: 50dvh
}


.coinTable, .twitterWrapper {
	height: 80dvh
}


#tradingview_78653 {
  height: 100%;
}

.tradingview-widget-container  {
  height: 100%;
}


.videoWrapper {
	width: calc(100vw - 500px);
	aspect-ratio: 16 /9;
}

iframe {
	width: 100%;
	height: 100%;
}

.rembeddit {
  overflow: auto;
  background-color: #292f33 !important;
}


.reddit-link-title {
  color: #2f88e2 !important;
}

.stickyFoot {
  grid-template-columns: 25px 1fr 1fr 1fr 1fr 1fr 1fr 25px;
}


a {
	color: white;
}

@media (max-width:1200px) {
	.videoWrapper {
		width:calc(100vw - 45px);
	}
}