.budapest-chart-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.budapest-chart-g-wrapper {
    position: relative;
    /* padding-bottom: 100%; */
    padding-bottom: 400px;
    height: 0;
    overflow:hidden;
    max-width: 720px;
    margin: 0 auto;
}

.budapest-chart-g-wrapper > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.thousand_forint {
    font-weight: 700;
    border-bottom: 5px solid #19506e;
    padding-left: 25px;
}

.budapest-chart-wrapper table td:last-child {
    text-align: right;
    min-width: 80px;
}

.budapest-chart-wrapper table tbody td {
    padding: 2px 0;
}
