.first-tabset .columns > div:nth-of-type(1) {
    font-size: 50%;
    width: 30%;
}

.first-tabset .columns > div:nth-of-type(2) {
    font-size: 25%;
    width: 70%;
}

.two-column-code .columns > div:nth-of-type(1) {
    font-size: 60%;
    width: 50%;
    padding-top: 10px;
}

.two-column-code .columns > div:nth-of-type(2) {
    font-size: 25%;
    width: 50%;
}

#gini-table {
    padding-top: 0px !important;
}
