html{ height:100%; }
body{ min-height:100%; padding-top: 70px; margin:0; position:relative; }

body::after {
    content: '';
    display: block;
    height: 50px; /* Set same as footer's height */
}
.dropdown-menu > li > a.language-aTag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.language-aTag span {
    display: none;
}
.language-aTag > .language-aTag__active {
    display: initial;
}
#chart-container {
    transition: all .2s linear;
}
body>div.container:first-of-type {
    margin-bottom: 10px;
}
#footer {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 50px;
}
#footer a {
    color: white;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
}