.charts-container {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.quarter {
    position: absolute;
    height: 100%;
    color: #ffffff;
    min-width: 35px;
}

.quarter-1-color {
    background-color: #000000;
}

.quarter-text {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quarter-text:after {
        position: absolute;
	left: 16px;
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	 -ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	background: black;
}

.quarter-1-color {
    background-color: #000000;
}

.quarter-1-color:after {
    background-color: #000000;
}

.quarter-2-color {
    background-color: #6f6f6f;
}

.quarter-2-color:after {
    background-color: #6f6f6f;
}

.quarter-3-color {
    background-color: #9e9e9e;
}

.quarter-3-color:after {
    background-color: #9e9e9e;
}

.quarter-4-color {
    background-color: #c7c7c7;
}

.quarter-4-color:after {
    background-color: #c7c7c7;
}

@media only screen and (max-width: 600px) {
    .chart-value {
        top: 45% !important;
    }
}

.chart-value {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.value-data {
    font-size: 25pt;
}

.red {
    color: #ff0000;
}

.blue {
    color: #2c00f4;
}

.green {
    color: #6bf257;
}

.vol{
    color: #ce00c4;
}

.black {
    color: #000000;
}

@media (min-width: 1200px) and (max-width: 1500px) { 
    .value-data {
        font-size: 14pt;
    }

    .chart-value {
        font-size: 10pt !important;
    }
}