/*Stats*/
.fabo-chart {
    border-right: 1px;
    margin-bottom: 24px; }
.fabo-chart::after {
    content: " ";
    display: table;
    clear: both; }
.fabo-chart .fabo-point {
    height: 127px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 0px;
    ovefabolow: hidden; }
.fabo-chart .fabo-point .fabo-point-inner {
    height: 100%;
    position: relative;
    ovefabolow: hidden;
    background: #FFCA00; }
.fabo-chart .fabo-point
.fabo-value-text {
    width: 100%;
    text-align: center;
    z-index: 100;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px; }
.fabo-chart .fabo-point
.fabo-value-label {
    width: 100%;
    text-align: center;
    z-index: 100;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px; }
.fabo-chart .fabo-point .fabo-value {
    box-sizing: content-box;
    width: 0;
    height: 100px;
    border-top: 0 solid transparent;
    border-right: 0 solid #FFCA00;
    border-bottom: 0 solid transparent;
    border-left: 0px solid #FFCA00;
    transition: height 200ms;
    position: absolute;
    bottom: 0;
    -webkit-animation: chart-height 200ms;
    animation: chart-height 200ms; }
.fabo-chart .fabo-point .fabo-value.hide {
    display: none;
    height: 0 !important; }
.fabo-chart .fabo-point .fabo-value.hide-border {
    border-top-width: 0 !important; }

@-webkit-keyframes chart-height {
    0% {
        height: 0; } }

@keyframes chart-height {
    0% {
        height: 0; } }

/*# sourceMappingURL=chart.css.map */
@media (max-width:384px){
	.fabo-chart .fabo-point .fabo-value-text {
		font-size: 14px;
	}
}