
html, body {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(255,255,255,0.75);
}

h1 {
  margin: 60px auto 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
}

.sch-style-1 .sch-bottom {
  position: absolute;
  bottom: 0;
  left: -35px;
  width: 825px;
  height: 20px;
  background-color: rgba(0,0,0,0.05);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -webkit-transform: skew(45deg);
}

.sch-style-1 .sch-chart-container {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 800px;
  height: 500px;
  background-color: #fff;
}

.sch-style-1 .sch-chart-container:after {
  content:"";
  position: absolute;
  top: -15px;
  left: -8px;
  height: 15px;
  width: 800px;
  background-color: rgba(0,0,0,0.05);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.sch-style-1 .sch-chart-container > table {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
}

.sch-style-1 .sch-chart-container table  tr  td {
  width: 100px;
  height: 98x;
  border: solid 1px rgba(0,0,0,0.1);

}

.sch-style-1 .sch-left-column {
  position: relative;
  top: 0px;
  left: -30px;
  height: 500px;
  width: 30px;
  background-color: rgba(20,113,163,0.5);
  border-left: solid 1px rgba(255,255,255,0.5);

}

.sch-style-1 .sch-left-column:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -15px;
  width: 15px;
  height: 500px;
  background-color: rgba(14,81,117,0.9);
   -moz-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}

.sch-style-1 .sch-left-column:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -8px;
  width: 30px;
  height: 15px;
  background-color: rgba(13,171,217,0.45);
   -moz-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.sch-style-1 .sch-left-column li {
  position: relative;
  list-style-type: none;
  height: 99px;
  border-bottom: solid 1px #0DABD9;
}

.sch-style-1 .sch-left-column li:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 30px;
  height: 100%;
  border-bottom: solid 1px #0DABD9;
  -moz-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}

.sch-style-1 .sch-left-column li:last-child {
  border-bottom: none;
}

.sch-style-1 .sch-left-column li:last-child:before {
  border: 0;
}

.sch-style-1 .sch-left-column li div {
  position: absolute;
  left: -115px;
  top: 0;
  padding: 55px 0 0;
  width: 80px;
  color: #000;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}


.sch-style-1 .sch-column-chart {
	width: 40px;
    float: left;
    position: relative;
    bottom: 0;
    z-index: 99;
    height:420px;
    background-color: rgba(107,255,49,0.35);

}
.sch-style-1 .sch-chart {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 0;
  align-items: end;
  position: absolute;
  bottom: 0;
  width: 87%;
  left: 10%;
}
.sch-style-1 .sch-column-chart span {
  position: absolute;
  bottom: -40px;
  left: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.sch-style-1 .sch-column-chart:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 7px;
  height: 100%;
  width: 15px;
  background-color: rgba(107,255,49,0.25);
  -webkit-transform: skewY(45deg);
}

.sch-style-1 .sch-column-chart:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -8px;
  width: 40px;
  height: 15px;
  background-color: rgba(107,255,49,0.45);
  -moz-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.sch-style-1 .sch-column-chart.two {
  left: 0%;
  height: 57%;
}

.sch-style-1 .sch-column-chart.three {
  left: 0%;
  height: 85%;
}

.sch-style-1 .sch-column-chart.four {
  left: 0%;
  height: 35%;
}

.sch-style-1 .sch-column-chart.five {
  left: 0%;
  height: 63%;
}

.sch-style-1 .sch-column-chart.six {
  left: 0%;
  height: 45%;
}
@media (min-width:768px) and (max-width:979px){
	.sch-style-1 .sch-left-column li div {
  left: -80px;
}
.sch-style-1 .sch-chart-container::after {
  width: 100%;
}
.sch-style-1 .sch-chart-container {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.sch-style-1 .sch-bottom {
  left: 0;
  width: 98%;
}
.sch-style-1 .sch-chart {
  left: 15%;
}
.sch-style-1 .sch-left-column {
  left: 0;
}
}
@media (min-width:640px) and (max-width:767px){
.sch-style-1 .sch-left-column li div {
  left: -90px;
  font-size: 12px;
  top: -10px;
}
.sch-style-1 .sch-chart-container::after {
  width: 100%;
}
.sch-style-1 .sch-chart-container {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.sch-style-1 .sch-bottom {
  left: 0;
  width: 98%;
}
.sch-style-1 .sch-chart {
  left: 15%;
}
.sch-style-1 .sch-left-column {
  left: 0;
}
}
@media (min-width:480px) and (max-width:639px){
.sch-style-1 .sch-left-column li div {
  left: -75px;
  font-size: 12px;
}
.sch-style-1 .sch-chart-container::after {
  width: 100%;
}
.sch-style-1 .sch-chart-container {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.sch-style-1 .sch-bottom {
  left: 0;
  width: 98%;
}
.sch-style-1 .sch-chart {
  left: 16%;
}
.sch-style-1 .sch-left-column {
  left: 0;
}
.sch-style-1 .sch-column-chart,.sch-style-1 .sch-column-chart::after{
  width: 30px;
}
}
@media (min-width:375px) and (max-width:479px){
.sch-style-1 .sch-left-column li div {
  left: -60px;
  padding: 0;
  font-size: 12px;
  top: 30px;
}
.sch-style-1 .sch-left-column li {
  height: 80px;
}
.sch-style-1 .sch-chart-container::after {
  width: 100%;
}
.sch-style-1 .sch-chart-container {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.sch-style-1 .sch-bottom {
  left: 0;
  width: 98%;
}
.sch-style-1 .sch-chart {
  left: 18%;
}
.sch-style-1 .sch-left-column {
  left: 0;
}
.sch-style-1 .sch-left-column::before,
.sch-style-1 .sch-left-column,
.sch-style-1 .sch-chart-container {
  height: 400px;
}
.sch-style-1 .sch-column-chart,.sch-style-1 .sch-column-chart::after{
  width: 15px;
}
.sch-style-1 .sch-column-chart{
  height: 320px;
}
.sch-style-1 .sch-column-chart span {
  left: -8px;
  font-size: 14px;
}
.sch-style-1 .sch-left-column,.sch-style-1 .sch-left-column::after {
  width: 20px;
}
}
@media (min-width:320px) and (max-width:374px){
.sch-style-1 .sch-left-column li div {
  left: -60px;
  padding: 0;
  font-size: 12px;
  top: 30px;
}
.sch-style-1 .sch-left-column li {
  height: 80px;
}
.sch-style-1 .sch-chart-container::after {
  width: 100%;
}
.sch-style-1 .sch-chart-container {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.sch-style-1 .sch-bottom {
  left: 0;
  width: 98%;
}
.sch-style-1 .sch-chart {
  left: 18%;
}
.sch-style-1 .sch-left-column {
  left: 0;
}
.sch-style-1 .sch-left-column::before,.sch-style-1 .sch-left-column,.sch-style-1 .sch-chart-container {
  height: 400px;
}
.sch-style-1 .sch-column-chart,.sch-style-1 .sch-column-chart::after{
  width: 15px;
}
.sch-style-1 .sch-column-chart{
  height: 320px;
}
.sch-style-1 .sch-column-chart span {
  left: -8px;
  font-size: 14px;
}
.sch-style-1 .sch-left-column,.sch-style-1 .sch-left-column::after {
  width: 20px;
}
}