.company {
    display: block;
}

.company-header-container-1 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	min-height: 80px;
}

.company-header-container-2 {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}

.company-header {
	margin-right: 10px;
	margin-top: 6px;
}

.company-header-row {
	display: flex;
	align-items: baseline;
	white-space: nowrap;
}

.company-sub-header {
	margin-top: -6px;
	font-size: 13px;
}

.company-header-value {
	font-size: 18px; 
	font-weight: 700;
	margin-right: 10px;
}

.company-header-link-group {
	margin-left: 5px;
	margin-right: 7px; 
}

.company-header-link-sm {
	margin-right: 7px; 
}

.company-header-label {
	margin-right: 5px;
	font-size: 11px;
}

/* Small index charts*/

.company-small-chart {
	margin-top: 6px;
}

.company-small-chart-item {
	display: inline-block;
	margin-right: 2px;
}

.company-content {
	margin-top: 0px;
}

/* KPI */

.company-header-kpi-label {
	color: #888; 
	font-size: 12px;
}

.company-header-kpi-value {
	color: #555;
}

.company-kpi {
}

.company-kpi-column {
	display: inline-block;
	margin-right: 32px;
	vertical-align: top;
}

.company-kpi-column tr td:first-child {
	color: #555;
	font-size: 14px; 
	padding-right: 5px;
	vertical-align: text-bottom;
}

.company-kpi-column tr td:nth-child(2) {
	font-size: 14px; 
	font-weight: 700;
	vertical-align: text-bottom;
}

/* Charts */

.company-chart-container-top {
	margin-top: -5px;
}

.company-chart-container-bottom {
	margin-left: 0px;
}

.company-yearly-chart {
	display: inline-block;
	width: 450px; 
	height: 330px;
	margin-top: 25px;
}

/* Stock chart */

.company-stock-chart-container {
	display: inline-block;
	position: relative;
}

.company-stock-chart-features {
	margin-left: 35px;
    text-align: right;
	position: absolute;
    top: 11px;
    right: 0px;
    z-index: 2000;
	margin-right: 4px;
	background-color: #FFF;
}

.company-stock-chart-features-container {
	margin-left: 16px;
}

.company-kpi-label-small {
	font-size: 13px;
	margin-right: 2px;
	margin-left: 14px;
}

.company-kpi-value-small {
	font-weight: bold; 
	font-size: 13px;
	margin-right: 6px;
}

.company-stock-chart {
	display: inline-block;
	width: 800px;
	height: 380px;
}

.company-main-view-container {
	margin-top: 8px;
}

.company-large-stock-chart-container {
	position: relative;
	width: 1350px;
	margin-top: -2px;
}

.company-large-stock-chart-overlay-left {
	position: absolute;
	z-index: 2000;
	top: 68px;
	left: 5px;
	background: transparent;
	padding: 0;
}

.company-large-stock-chart-overlay-left .company-kpi-column {
	margin-right: 0;
}

.company-large-stock-chart-overlay-left .company-kpi-column tr td:first-child {
	color: #64748b;
	font-size: 13px;
	padding-right: 8px;
	font-weight: 500;
}

.company-large-stock-chart-overlay-left .company-kpi-column tr td:nth-child(2) {
	color: #1e293b;
	font-size: 13px;
	font-weight: 600;
}

.company-large-stock-chart-overlay-right {
	position: absolute;
	z-index: 2000;
	top: 56px;
	right: 27px;
}


.company-large-stock-chart {
	height: 650px;
	margin-left: -5px; /* To correct for the 5px margin in the left of the chart */
	/* width: 1300px; */
}

@media (min-width: 2000px) {
	.company-large-stock-chart {
		height: 900px;
	}
}

/* Bar charts */

.company-chart-row {
	padding-top: 5px;
	vertical-align: top;
}

.company-chart {
	display: inline-block;
	width: 300px;
	height: 190px;
	margin-right: 10px;
}

@media (min-width: 2000px) {
	.company-chart {
		width: 300px;
		height: 300px;
	}
}

/* Dark theme */

.dark table {
	background-color: #060606;
}

