.aije-tabs {
    margin-bottom: 15px;
}

.aije-tab {
    padding: 8px 14px;
    margin-right: 6px;
    background: #f0f0f1;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    cursor: pointer;
}

.aije-tab.active {
    background: #2271b1;
    color: #fff;
    border-color: #2271b1;
}

.aije-tab-content {
    display: none;
}

.aije-tab-content.active {
    display: block;
}

.aije-tab-content ul {
    margin-top: 10px;
}

.aije-tab-content li {
    padding: 4px 0;
}
.aije-chart-wrapper {
    max-width: 400px;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}

#aije-chart {
    width: 100% !important;
    height: 100% !important;
}