.rpc-chart {
    margin-top: 20px;
}

.rpc-chart h3 {
/*     text-align: center; */
}

.rpc-chart p {
/*     text-align: center; */
    margin-bottom: 20px;
}

.rpc-chart-bars {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    top: 0px;
    left: 0px;
	position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.8em;
    padding: calc(1.3em + 10px) 0;
}


.rpc-chart-column {
    flex: 1;
    margin: 0 0.25em;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f1f1f2;
    justify-content: flex-end;
}

.rpc-chart-column:first-child {
    margin-left: 0;
}
.rpc-chart-column:last-child {
    margin-right: 0;
}

.rpc-chart-inner {
    background: #19a880;
    max-height: 100%;
    transition: 0.5s;
    position: relative;
    text-align: center;
}
.rpc-chart-column-value {
    position: absolute;
    top: -2.3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.rpc-chart-month {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 10px);
}
.rpc-chart-inner:hover {
    background: #1dbd90;
}

@media (min-width: 992px) {
    .top-menu ul li .sub-menu li .sub-menu {
        top: 0;
        right: 100% !important;
        left: auto !important;
    }
}