/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * 
 * Version 1.2
 */

.single-stockticker .main-content {
	max-width: 752px;
	margin: 0 auto 100px;
}

.stock-title h1,
.stock-title h2 {
	color: var(--Black, #222);
	font-family: Proforma;
	font-style: normal;
}
.stock-title h1 {
	font-size: 48px;
	font-weight: 350;
	line-height: 60px; /* 125% */
	letter-spacing: 0.2px;
	margin-bottom: 10px;
}

.stock-title h2 {	
	font-size: 28px;
	font-weight: 500;
	line-height: 36px; /* 128.571% */
	letter-spacing: 0.1px;
}

.stock-details {
	overflow: auto;
}

.stock-info {
	max-width: 355px;
	padding-top: 40px;
}

.stock-company-info {
	float: left;
}

.stock-financial-info {
	float: right;
}

.tradingview-widget-copyright {
	padding-top: 20px;
}