.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
	}
	
.checkbox-2x-mt1 {
    transform: scale(2);
    -webkit-transform: scale(2);
	top: 6px;
	}
.checkbox-2x-mt2 {
    transform: scale(2);
    -webkit-transform: scale(2);
	top: 14px;
	}
.checkbox-2x-mt3 {
    transform: scale(2);
    -webkit-transform: scale(2);
	top: 20px;
	}
	
  /* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
    height: auto; 
  }
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
}

.chart-container {
		max-height:90%;
		max-width:90%
	}